/* Generated by scope-styles.cjs. Legacy state rules scoped to these forms. */
@import url(https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
:where(.vv-connection-forms) #colorbox, :where(.vv-connection-forms) #cboxOverlay, :where(.vv-connection-forms) #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
:where(.vv-connection-forms) #cboxWrapper {max-width:none;}
:where(.vv-connection-forms) #cboxOverlay{position:fixed; width:100%; height:100%;}
:where(.vv-connection-forms) #cboxMiddleLeft, :where(.vv-connection-forms) #cboxBottomLeft{clear:left;}
:where(.vv-connection-forms) #cboxContent{position:relative;}
:where(.vv-connection-forms) #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
:where(.vv-connection-forms) #cboxTitle{margin:0;}
:where(.vv-connection-forms) #cboxLoadingOverlay, :where(.vv-connection-forms) #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
:where(.vv-connection-forms) #cboxPrevious, :where(.vv-connection-forms) #cboxNext, :where(.vv-connection-forms) #cboxClose, :where(.vv-connection-forms) #cboxSlideshow{cursor:pointer;}
:where(.vv-connection-forms) .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
:where(.vv-connection-forms) .cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
:where(.vv-connection-forms) #colorbox, :where(.vv-connection-forms) #cboxContent, :where(.vv-connection-forms) #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
:where(.vv-connection-forms) #cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
:where(.vv-connection-forms) #colorbox{outline:0;}
    :where(.vv-connection-forms) #cboxTopLeft{width:25px; height:25px; background:url(images/808426335329944a08f7dcb12a018553.png) no-repeat 0 0;}
    :where(.vv-connection-forms) #cboxTopCenter{height:25px; background:url(images/808426335329944a08f7dcb12a018553.png) repeat-x 0 -50px;}
    :where(.vv-connection-forms) #cboxTopRight{width:25px; height:25px; background:url(images/808426335329944a08f7dcb12a018553.png) no-repeat -25px 0;}
    :where(.vv-connection-forms) #cboxBottomLeft{width:25px; height:25px; background:url(images/808426335329944a08f7dcb12a018553.png) no-repeat 0 -25px;}
    :where(.vv-connection-forms) #cboxBottomCenter{height:25px; background:url(images/808426335329944a08f7dcb12a018553.png) repeat-x 0 -75px;}
    :where(.vv-connection-forms) #cboxBottomRight{width:25px; height:25px; background:url(images/808426335329944a08f7dcb12a018553.png) no-repeat -25px -25px;}
    :where(.vv-connection-forms) #cboxMiddleLeft{width:25px; background:url(images/46a4ef804471ea710758df7aced68567.png) repeat-y 0 0;}
    :where(.vv-connection-forms) #cboxMiddleRight{width:25px; background:url(images/46a4ef804471ea710758df7aced68567.png) repeat-y -25px 0;}
    :where(.vv-connection-forms) #cboxContent{background:#fff; overflow:hidden;}
        :where(.vv-connection-forms) .cboxIframe{background:#fff;}
        :where(.vv-connection-forms) #cboxError{padding:50px; border:1px solid #ccc;}
        :where(.vv-connection-forms) #cboxLoadedContent{margin-bottom:20px;}
        :where(.vv-connection-forms) #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        :where(.vv-connection-forms) #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        :where(.vv-connection-forms) #cboxLoadingOverlay{background:#fff url(images/9c2d2cd0284683e8df3bb386b4c77ada.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        :where(.vv-connection-forms) #cboxPrevious, :where(.vv-connection-forms) #cboxNext, :where(.vv-connection-forms) #cboxSlideshow, :where(.vv-connection-forms) #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        :where(.vv-connection-forms) #cboxPrevious:active, :where(.vv-connection-forms) #cboxNext:active, :where(.vv-connection-forms) #cboxSlideshow:active, :where(.vv-connection-forms) #cboxClose:active {outline:0;}

        :where(.vv-connection-forms) #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        :where(.vv-connection-forms) #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        :where(.vv-connection-forms) #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        :where(.vv-connection-forms) #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
:where(.vv-connection-forms) .cboxIE #cboxTopLeft,
:where(.vv-connection-forms) .cboxIE #cboxTopCenter,
:where(.vv-connection-forms) .cboxIE #cboxTopRight,
:where(.vv-connection-forms) .cboxIE #cboxBottomLeft,
:where(.vv-connection-forms) .cboxIE #cboxBottomCenter,
:where(.vv-connection-forms) .cboxIE #cboxBottomRight,
:where(.vv-connection-forms) .cboxIE #cboxMiddleLeft,
:where(.vv-connection-forms) .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
:where(.vv-connection-forms) svg:not(:root).svg-inline--fa {
  overflow: visible; }

:where(.vv-connection-forms) .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-lg {
    vertical-align: -.225em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-1 {
    width: 0.0625em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-2 {
    width: 0.125em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-3 {
    width: 0.1875em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-4 {
    width: 0.25em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-5 {
    width: 0.3125em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-6 {
    width: 0.375em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-7 {
    width: 0.4375em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-8 {
    width: 0.5em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-9 {
    width: 0.5625em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-10 {
    width: 0.625em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-11 {
    width: 0.6875em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-12 {
    width: 0.75em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-13 {
    width: 0.8125em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-14 {
    width: 0.875em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-15 {
    width: 0.9375em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-16 {
    width: 1em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-17 {
    width: 1.0625em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-18 {
    width: 1.125em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-19 {
    width: 1.1875em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-w-20 {
    width: 1.25em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-border {
    height: 1.5em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-li {
    width: 2em; }
  :where(.vv-connection-forms) .svg-inline--fa.fa-fw {
    width: 1.25em; }

:where(.vv-connection-forms) .fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

:where(.vv-connection-forms) .fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  :where(.vv-connection-forms) .fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
            transform-origin: center center; }

:where(.vv-connection-forms) .fa-layers-text, :where(.vv-connection-forms) .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

:where(.vv-connection-forms) .fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

:where(.vv-connection-forms) .fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

:where(.vv-connection-forms) .fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

:where(.vv-connection-forms) .fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

:where(.vv-connection-forms) .fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

:where(.vv-connection-forms) .fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top left;
          transform-origin: top left; }

:where(.vv-connection-forms) .fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

:where(.vv-connection-forms) .fa-xs {
  font-size: .75em; }

:where(.vv-connection-forms) .fa-sm {
  font-size: .875em; }

:where(.vv-connection-forms) .fa-1x {
  font-size: 1em; }

:where(.vv-connection-forms) .fa-2x {
  font-size: 2em; }

:where(.vv-connection-forms) .fa-3x {
  font-size: 3em; }

:where(.vv-connection-forms) .fa-4x {
  font-size: 4em; }

:where(.vv-connection-forms) .fa-5x {
  font-size: 5em; }

:where(.vv-connection-forms) .fa-6x {
  font-size: 6em; }

:where(.vv-connection-forms) .fa-7x {
  font-size: 7em; }

:where(.vv-connection-forms) .fa-8x {
  font-size: 8em; }

:where(.vv-connection-forms) .fa-9x {
  font-size: 9em; }

:where(.vv-connection-forms) .fa-10x {
  font-size: 10em; }

:where(.vv-connection-forms) .fa-fw {
  text-align: center;
  width: 1.25em; }

:where(.vv-connection-forms) .fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  :where(.vv-connection-forms) .fa-ul > li {
    position: relative; }

:where(.vv-connection-forms) .fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

:where(.vv-connection-forms) .fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

:where(.vv-connection-forms) .fa-pull-left {
  float: left; }

:where(.vv-connection-forms) .fa-pull-right {
  float: right; }

:where(.vv-connection-forms) .fa.fa-pull-left,
:where(.vv-connection-forms) .fas.fa-pull-left,
:where(.vv-connection-forms) .far.fa-pull-left,
:where(.vv-connection-forms) .fal.fa-pull-left,
:where(.vv-connection-forms) .fab.fa-pull-left {
  margin-right: .3em; }

:where(.vv-connection-forms) .fa.fa-pull-right,
:where(.vv-connection-forms) .fas.fa-pull-right,
:where(.vv-connection-forms) .far.fa-pull-right,
:where(.vv-connection-forms) .fal.fa-pull-right,
:where(.vv-connection-forms) .fab.fa-pull-right {
  margin-left: .3em; }

:where(.vv-connection-forms) .fa-spin {
  -webkit-animation: vv-connection-fa-spin 2s infinite linear;
          animation: vv-connection-fa-spin 2s infinite linear; }

:where(.vv-connection-forms) .fa-pulse {
  -webkit-animation: vv-connection-fa-spin 1s infinite steps(8);
          animation: vv-connection-fa-spin 1s infinite steps(8); }

@-webkit-keyframes vv-connection-fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes vv-connection-fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

:where(.vv-connection-forms) .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

:where(.vv-connection-forms) .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

:where(.vv-connection-forms) .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

:where(.vv-connection-forms) .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

:where(.vv-connection-forms) .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

:where(.vv-connection-forms) .fa-flip-both, :where(.vv-connection-forms) .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:where(.vv-connection-forms) :root .fa-rotate-90,
:where(.vv-connection-forms) :root .fa-rotate-180,
:where(.vv-connection-forms) :root .fa-rotate-270,
:where(.vv-connection-forms) :root .fa-flip-horizontal,
:where(.vv-connection-forms) :root .fa-flip-vertical,
:where(.vv-connection-forms) :root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

:where(.vv-connection-forms) .fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em; }

:where(.vv-connection-forms) .fa-stack-1x,
:where(.vv-connection-forms) .fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

:where(.vv-connection-forms) .svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

:where(.vv-connection-forms) .svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

:where(.vv-connection-forms) .fa-inverse {
  color: #fff; }

:where(.vv-connection-forms) .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

:where(.vv-connection-forms) .sr-only-focusable:active, :where(.vv-connection-forms) .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

:where(.vv-connection-forms) .svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

:where(.vv-connection-forms) .svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

:where(.vv-connection-forms) .svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

:where(.vv-connection-forms) .svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

:where(.vv-connection-forms) .svg-inline--fa mask .fa-primary,
:where(.vv-connection-forms) .svg-inline--fa mask .fa-secondary {
  fill: black; }

:where(.vv-connection-forms) .fad.fa-inverse {
  color: #fff; }

@charset "UTF-8";
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:where(.vv-connection-forms) html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

:where(.vv-connection-forms) *,
:where(.vv-connection-forms) *::before,
:where(.vv-connection-forms) *::after {
  box-sizing: inherit;
}

:where(.vv-connection-forms) .container,
:where(.vv-connection-forms) .container-fluid,
:where(.vv-connection-forms) .container-xl,
:where(.vv-connection-forms) .container-lg,
:where(.vv-connection-forms) .container-md,
:where(.vv-connection-forms) .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .container-sm, :where(.vv-connection-forms) .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .container-md, :where(.vv-connection-forms) .container-sm, :where(.vv-connection-forms) .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .container-lg, :where(.vv-connection-forms) .container-md, :where(.vv-connection-forms) .container-sm, :where(.vv-connection-forms) .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .container-xl, :where(.vv-connection-forms) .container-lg, :where(.vv-connection-forms) .container-md, :where(.vv-connection-forms) .container-sm, :where(.vv-connection-forms) .container {
    max-width: 1504px;
  }
}
:where(.vv-connection-forms) .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

:where(.vv-connection-forms) .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
:where(.vv-connection-forms) .no-gutters > .col,
:where(.vv-connection-forms) .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

:where(.vv-connection-forms) .col-xl,
:where(.vv-connection-forms) .col-xl-auto,
:where(.vv-connection-forms) .col-xl-12,
:where(.vv-connection-forms) .col-xl-11,
:where(.vv-connection-forms) .col-xl-10,
:where(.vv-connection-forms) .col-xl-9,
:where(.vv-connection-forms) .col-xl-8,
:where(.vv-connection-forms) .col-xl-7,
:where(.vv-connection-forms) .col-xl-6,
:where(.vv-connection-forms) .col-xl-5,
:where(.vv-connection-forms) .col-xl-4,
:where(.vv-connection-forms) .col-xl-3,
:where(.vv-connection-forms) .col-xl-2,
:where(.vv-connection-forms) .col-xl-1,
:where(.vv-connection-forms) .col-lg,
:where(.vv-connection-forms) .col-lg-auto,
:where(.vv-connection-forms) .col-lg-12,
:where(.vv-connection-forms) .col-lg-11,
:where(.vv-connection-forms) .col-lg-10,
:where(.vv-connection-forms) .col-lg-9,
:where(.vv-connection-forms) .col-lg-8,
:where(.vv-connection-forms) .col-lg-7,
:where(.vv-connection-forms) .col-lg-6,
:where(.vv-connection-forms) .col-lg-5,
:where(.vv-connection-forms) .col-lg-4,
:where(.vv-connection-forms) .col-lg-3,
:where(.vv-connection-forms) .col-lg-2,
:where(.vv-connection-forms) .col-lg-1,
:where(.vv-connection-forms) .col-md,
:where(.vv-connection-forms) .col-md-auto,
:where(.vv-connection-forms) .col-md-12,
:where(.vv-connection-forms) .col-md-11,
:where(.vv-connection-forms) .col-md-10,
:where(.vv-connection-forms) .col-md-9,
:where(.vv-connection-forms) .col-md-8,
:where(.vv-connection-forms) .col-md-7,
:where(.vv-connection-forms) .col-md-6,
:where(.vv-connection-forms) .col-md-5,
:where(.vv-connection-forms) .col-md-4,
:where(.vv-connection-forms) .col-md-3,
:where(.vv-connection-forms) .col-md-2,
:where(.vv-connection-forms) .col-md-1,
:where(.vv-connection-forms) .col-sm,
:where(.vv-connection-forms) .col-sm-auto,
:where(.vv-connection-forms) .col-sm-12,
:where(.vv-connection-forms) .col-sm-11,
:where(.vv-connection-forms) .col-sm-10,
:where(.vv-connection-forms) .col-sm-9,
:where(.vv-connection-forms) .col-sm-8,
:where(.vv-connection-forms) .col-sm-7,
:where(.vv-connection-forms) .col-sm-6,
:where(.vv-connection-forms) .col-sm-5,
:where(.vv-connection-forms) .col-sm-4,
:where(.vv-connection-forms) .col-sm-3,
:where(.vv-connection-forms) .col-sm-2,
:where(.vv-connection-forms) .col-sm-1,
:where(.vv-connection-forms) .col,
:where(.vv-connection-forms) .col-auto,
:where(.vv-connection-forms) .col-12,
:where(.vv-connection-forms) .col-11,
:where(.vv-connection-forms) .col-10,
:where(.vv-connection-forms) .col-9,
:where(.vv-connection-forms) .col-8,
:where(.vv-connection-forms) .col-7,
:where(.vv-connection-forms) .col-6,
:where(.vv-connection-forms) .col-5,
:where(.vv-connection-forms) .col-4,
:where(.vv-connection-forms) .col-3,
:where(.vv-connection-forms) .col-2,
:where(.vv-connection-forms) .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

:where(.vv-connection-forms) .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

:where(.vv-connection-forms) .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

:where(.vv-connection-forms) .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

:where(.vv-connection-forms) .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

:where(.vv-connection-forms) .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

:where(.vv-connection-forms) .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

:where(.vv-connection-forms) .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

:where(.vv-connection-forms) .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

:where(.vv-connection-forms) .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

:where(.vv-connection-forms) .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

:where(.vv-connection-forms) .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

:where(.vv-connection-forms) .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

:where(.vv-connection-forms) .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

:where(.vv-connection-forms) .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

:where(.vv-connection-forms) .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

:where(.vv-connection-forms) .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

:where(.vv-connection-forms) .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

:where(.vv-connection-forms) .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

:where(.vv-connection-forms) .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

:where(.vv-connection-forms) .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

:where(.vv-connection-forms) .order-first {
  order: -1;
}

:where(.vv-connection-forms) .order-last {
  order: 13;
}

:where(.vv-connection-forms) .order-0 {
  order: 0;
}

:where(.vv-connection-forms) .order-1 {
  order: 1;
}

:where(.vv-connection-forms) .order-2 {
  order: 2;
}

:where(.vv-connection-forms) .order-3 {
  order: 3;
}

:where(.vv-connection-forms) .order-4 {
  order: 4;
}

:where(.vv-connection-forms) .order-5 {
  order: 5;
}

:where(.vv-connection-forms) .order-6 {
  order: 6;
}

:where(.vv-connection-forms) .order-7 {
  order: 7;
}

:where(.vv-connection-forms) .order-8 {
  order: 8;
}

:where(.vv-connection-forms) .order-9 {
  order: 9;
}

:where(.vv-connection-forms) .order-10 {
  order: 10;
}

:where(.vv-connection-forms) .order-11 {
  order: 11;
}

:where(.vv-connection-forms) .order-12 {
  order: 12;
}

:where(.vv-connection-forms) .offset-1 {
  margin-left: 8.33333333%;
}

:where(.vv-connection-forms) .offset-2 {
  margin-left: 16.66666667%;
}

:where(.vv-connection-forms) .offset-3 {
  margin-left: 25%;
}

:where(.vv-connection-forms) .offset-4 {
  margin-left: 33.33333333%;
}

:where(.vv-connection-forms) .offset-5 {
  margin-left: 41.66666667%;
}

:where(.vv-connection-forms) .offset-6 {
  margin-left: 50%;
}

:where(.vv-connection-forms) .offset-7 {
  margin-left: 58.33333333%;
}

:where(.vv-connection-forms) .offset-8 {
  margin-left: 66.66666667%;
}

:where(.vv-connection-forms) .offset-9 {
  margin-left: 75%;
}

:where(.vv-connection-forms) .offset-10 {
  margin-left: 83.33333333%;
}

:where(.vv-connection-forms) .offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.vv-connection-forms) .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  :where(.vv-connection-forms) .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  :where(.vv-connection-forms) .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  :where(.vv-connection-forms) .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  :where(.vv-connection-forms) .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  :where(.vv-connection-forms) .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  :where(.vv-connection-forms) .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  :where(.vv-connection-forms) .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  :where(.vv-connection-forms) .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  :where(.vv-connection-forms) .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.vv-connection-forms) .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  :where(.vv-connection-forms) .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  :where(.vv-connection-forms) .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  :where(.vv-connection-forms) .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  :where(.vv-connection-forms) .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  :where(.vv-connection-forms) .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .order-sm-first {
    order: -1;
  }
  :where(.vv-connection-forms) .order-sm-last {
    order: 13;
  }
  :where(.vv-connection-forms) .order-sm-0 {
    order: 0;
  }
  :where(.vv-connection-forms) .order-sm-1 {
    order: 1;
  }
  :where(.vv-connection-forms) .order-sm-2 {
    order: 2;
  }
  :where(.vv-connection-forms) .order-sm-3 {
    order: 3;
  }
  :where(.vv-connection-forms) .order-sm-4 {
    order: 4;
  }
  :where(.vv-connection-forms) .order-sm-5 {
    order: 5;
  }
  :where(.vv-connection-forms) .order-sm-6 {
    order: 6;
  }
  :where(.vv-connection-forms) .order-sm-7 {
    order: 7;
  }
  :where(.vv-connection-forms) .order-sm-8 {
    order: 8;
  }
  :where(.vv-connection-forms) .order-sm-9 {
    order: 9;
  }
  :where(.vv-connection-forms) .order-sm-10 {
    order: 10;
  }
  :where(.vv-connection-forms) .order-sm-11 {
    order: 11;
  }
  :where(.vv-connection-forms) .order-sm-12 {
    order: 12;
  }
  :where(.vv-connection-forms) .offset-sm-0 {
    margin-left: 0;
  }
  :where(.vv-connection-forms) .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  :where(.vv-connection-forms) .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  :where(.vv-connection-forms) .offset-sm-3 {
    margin-left: 25%;
  }
  :where(.vv-connection-forms) .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  :where(.vv-connection-forms) .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  :where(.vv-connection-forms) .offset-sm-6 {
    margin-left: 50%;
  }
  :where(.vv-connection-forms) .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  :where(.vv-connection-forms) .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  :where(.vv-connection-forms) .offset-sm-9 {
    margin-left: 75%;
  }
  :where(.vv-connection-forms) .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  :where(.vv-connection-forms) .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.vv-connection-forms) .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  :where(.vv-connection-forms) .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  :where(.vv-connection-forms) .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  :where(.vv-connection-forms) .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  :where(.vv-connection-forms) .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  :where(.vv-connection-forms) .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  :where(.vv-connection-forms) .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  :where(.vv-connection-forms) .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  :where(.vv-connection-forms) .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  :where(.vv-connection-forms) .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.vv-connection-forms) .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  :where(.vv-connection-forms) .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  :where(.vv-connection-forms) .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  :where(.vv-connection-forms) .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  :where(.vv-connection-forms) .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  :where(.vv-connection-forms) .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .order-md-first {
    order: -1;
  }
  :where(.vv-connection-forms) .order-md-last {
    order: 13;
  }
  :where(.vv-connection-forms) .order-md-0 {
    order: 0;
  }
  :where(.vv-connection-forms) .order-md-1 {
    order: 1;
  }
  :where(.vv-connection-forms) .order-md-2 {
    order: 2;
  }
  :where(.vv-connection-forms) .order-md-3 {
    order: 3;
  }
  :where(.vv-connection-forms) .order-md-4 {
    order: 4;
  }
  :where(.vv-connection-forms) .order-md-5 {
    order: 5;
  }
  :where(.vv-connection-forms) .order-md-6 {
    order: 6;
  }
  :where(.vv-connection-forms) .order-md-7 {
    order: 7;
  }
  :where(.vv-connection-forms) .order-md-8 {
    order: 8;
  }
  :where(.vv-connection-forms) .order-md-9 {
    order: 9;
  }
  :where(.vv-connection-forms) .order-md-10 {
    order: 10;
  }
  :where(.vv-connection-forms) .order-md-11 {
    order: 11;
  }
  :where(.vv-connection-forms) .order-md-12 {
    order: 12;
  }
  :where(.vv-connection-forms) .offset-md-0 {
    margin-left: 0;
  }
  :where(.vv-connection-forms) .offset-md-1 {
    margin-left: 8.33333333%;
  }
  :where(.vv-connection-forms) .offset-md-2 {
    margin-left: 16.66666667%;
  }
  :where(.vv-connection-forms) .offset-md-3 {
    margin-left: 25%;
  }
  :where(.vv-connection-forms) .offset-md-4 {
    margin-left: 33.33333333%;
  }
  :where(.vv-connection-forms) .offset-md-5 {
    margin-left: 41.66666667%;
  }
  :where(.vv-connection-forms) .offset-md-6 {
    margin-left: 50%;
  }
  :where(.vv-connection-forms) .offset-md-7 {
    margin-left: 58.33333333%;
  }
  :where(.vv-connection-forms) .offset-md-8 {
    margin-left: 66.66666667%;
  }
  :where(.vv-connection-forms) .offset-md-9 {
    margin-left: 75%;
  }
  :where(.vv-connection-forms) .offset-md-10 {
    margin-left: 83.33333333%;
  }
  :where(.vv-connection-forms) .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.vv-connection-forms) .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  :where(.vv-connection-forms) .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  :where(.vv-connection-forms) .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  :where(.vv-connection-forms) .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  :where(.vv-connection-forms) .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  :where(.vv-connection-forms) .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  :where(.vv-connection-forms) .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  :where(.vv-connection-forms) .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  :where(.vv-connection-forms) .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  :where(.vv-connection-forms) .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.vv-connection-forms) .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  :where(.vv-connection-forms) .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  :where(.vv-connection-forms) .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  :where(.vv-connection-forms) .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  :where(.vv-connection-forms) .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  :where(.vv-connection-forms) .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .order-lg-first {
    order: -1;
  }
  :where(.vv-connection-forms) .order-lg-last {
    order: 13;
  }
  :where(.vv-connection-forms) .order-lg-0 {
    order: 0;
  }
  :where(.vv-connection-forms) .order-lg-1 {
    order: 1;
  }
  :where(.vv-connection-forms) .order-lg-2 {
    order: 2;
  }
  :where(.vv-connection-forms) .order-lg-3 {
    order: 3;
  }
  :where(.vv-connection-forms) .order-lg-4 {
    order: 4;
  }
  :where(.vv-connection-forms) .order-lg-5 {
    order: 5;
  }
  :where(.vv-connection-forms) .order-lg-6 {
    order: 6;
  }
  :where(.vv-connection-forms) .order-lg-7 {
    order: 7;
  }
  :where(.vv-connection-forms) .order-lg-8 {
    order: 8;
  }
  :where(.vv-connection-forms) .order-lg-9 {
    order: 9;
  }
  :where(.vv-connection-forms) .order-lg-10 {
    order: 10;
  }
  :where(.vv-connection-forms) .order-lg-11 {
    order: 11;
  }
  :where(.vv-connection-forms) .order-lg-12 {
    order: 12;
  }
  :where(.vv-connection-forms) .offset-lg-0 {
    margin-left: 0;
  }
  :where(.vv-connection-forms) .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  :where(.vv-connection-forms) .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  :where(.vv-connection-forms) .offset-lg-3 {
    margin-left: 25%;
  }
  :where(.vv-connection-forms) .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  :where(.vv-connection-forms) .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  :where(.vv-connection-forms) .offset-lg-6 {
    margin-left: 50%;
  }
  :where(.vv-connection-forms) .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  :where(.vv-connection-forms) .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  :where(.vv-connection-forms) .offset-lg-9 {
    margin-left: 75%;
  }
  :where(.vv-connection-forms) .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  :where(.vv-connection-forms) .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.vv-connection-forms) .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  :where(.vv-connection-forms) .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  :where(.vv-connection-forms) .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  :where(.vv-connection-forms) .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  :where(.vv-connection-forms) .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  :where(.vv-connection-forms) .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  :where(.vv-connection-forms) .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  :where(.vv-connection-forms) .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  :where(.vv-connection-forms) .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  :where(.vv-connection-forms) .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.vv-connection-forms) .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  :where(.vv-connection-forms) .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  :where(.vv-connection-forms) .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  :where(.vv-connection-forms) .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  :where(.vv-connection-forms) .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  :where(.vv-connection-forms) .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  :where(.vv-connection-forms) .order-xl-first {
    order: -1;
  }
  :where(.vv-connection-forms) .order-xl-last {
    order: 13;
  }
  :where(.vv-connection-forms) .order-xl-0 {
    order: 0;
  }
  :where(.vv-connection-forms) .order-xl-1 {
    order: 1;
  }
  :where(.vv-connection-forms) .order-xl-2 {
    order: 2;
  }
  :where(.vv-connection-forms) .order-xl-3 {
    order: 3;
  }
  :where(.vv-connection-forms) .order-xl-4 {
    order: 4;
  }
  :where(.vv-connection-forms) .order-xl-5 {
    order: 5;
  }
  :where(.vv-connection-forms) .order-xl-6 {
    order: 6;
  }
  :where(.vv-connection-forms) .order-xl-7 {
    order: 7;
  }
  :where(.vv-connection-forms) .order-xl-8 {
    order: 8;
  }
  :where(.vv-connection-forms) .order-xl-9 {
    order: 9;
  }
  :where(.vv-connection-forms) .order-xl-10 {
    order: 10;
  }
  :where(.vv-connection-forms) .order-xl-11 {
    order: 11;
  }
  :where(.vv-connection-forms) .order-xl-12 {
    order: 12;
  }
  :where(.vv-connection-forms) .offset-xl-0 {
    margin-left: 0;
  }
  :where(.vv-connection-forms) .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  :where(.vv-connection-forms) .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  :where(.vv-connection-forms) .offset-xl-3 {
    margin-left: 25%;
  }
  :where(.vv-connection-forms) .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  :where(.vv-connection-forms) .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  :where(.vv-connection-forms) .offset-xl-6 {
    margin-left: 50%;
  }
  :where(.vv-connection-forms) .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  :where(.vv-connection-forms) .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  :where(.vv-connection-forms) .offset-xl-9 {
    margin-left: 75%;
  }
  :where(.vv-connection-forms) .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  :where(.vv-connection-forms) .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
:where(.vv-connection-forms) .d-none {
  display: none !important;
}

:where(.vv-connection-forms) .d-inline {
  display: inline !important;
}

:where(.vv-connection-forms) .d-inline-block {
  display: inline-block !important;
}

:where(.vv-connection-forms) .d-block {
  display: block !important;
}

:where(.vv-connection-forms) .d-table {
  display: table !important;
}

:where(.vv-connection-forms) .d-table-row {
  display: table-row !important;
}

:where(.vv-connection-forms) .d-table-cell {
  display: table-cell !important;
}

:where(.vv-connection-forms) .d-flex {
  display: flex !important;
}

:where(.vv-connection-forms) .d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .d-sm-none {
    display: none !important;
  }
  :where(.vv-connection-forms) .d-sm-inline {
    display: inline !important;
  }
  :where(.vv-connection-forms) .d-sm-inline-block {
    display: inline-block !important;
  }
  :where(.vv-connection-forms) .d-sm-block {
    display: block !important;
  }
  :where(.vv-connection-forms) .d-sm-table {
    display: table !important;
  }
  :where(.vv-connection-forms) .d-sm-table-row {
    display: table-row !important;
  }
  :where(.vv-connection-forms) .d-sm-table-cell {
    display: table-cell !important;
  }
  :where(.vv-connection-forms) .d-sm-flex {
    display: flex !important;
  }
  :where(.vv-connection-forms) .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .d-md-none {
    display: none !important;
  }
  :where(.vv-connection-forms) .d-md-inline {
    display: inline !important;
  }
  :where(.vv-connection-forms) .d-md-inline-block {
    display: inline-block !important;
  }
  :where(.vv-connection-forms) .d-md-block {
    display: block !important;
  }
  :where(.vv-connection-forms) .d-md-table {
    display: table !important;
  }
  :where(.vv-connection-forms) .d-md-table-row {
    display: table-row !important;
  }
  :where(.vv-connection-forms) .d-md-table-cell {
    display: table-cell !important;
  }
  :where(.vv-connection-forms) .d-md-flex {
    display: flex !important;
  }
  :where(.vv-connection-forms) .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .d-lg-none {
    display: none !important;
  }
  :where(.vv-connection-forms) .d-lg-inline {
    display: inline !important;
  }
  :where(.vv-connection-forms) .d-lg-inline-block {
    display: inline-block !important;
  }
  :where(.vv-connection-forms) .d-lg-block {
    display: block !important;
  }
  :where(.vv-connection-forms) .d-lg-table {
    display: table !important;
  }
  :where(.vv-connection-forms) .d-lg-table-row {
    display: table-row !important;
  }
  :where(.vv-connection-forms) .d-lg-table-cell {
    display: table-cell !important;
  }
  :where(.vv-connection-forms) .d-lg-flex {
    display: flex !important;
  }
  :where(.vv-connection-forms) .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .d-xl-none {
    display: none !important;
  }
  :where(.vv-connection-forms) .d-xl-inline {
    display: inline !important;
  }
  :where(.vv-connection-forms) .d-xl-inline-block {
    display: inline-block !important;
  }
  :where(.vv-connection-forms) .d-xl-block {
    display: block !important;
  }
  :where(.vv-connection-forms) .d-xl-table {
    display: table !important;
  }
  :where(.vv-connection-forms) .d-xl-table-row {
    display: table-row !important;
  }
  :where(.vv-connection-forms) .d-xl-table-cell {
    display: table-cell !important;
  }
  :where(.vv-connection-forms) .d-xl-flex {
    display: flex !important;
  }
  :where(.vv-connection-forms) .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  :where(.vv-connection-forms) .d-print-none {
    display: none !important;
  }
  :where(.vv-connection-forms) .d-print-inline {
    display: inline !important;
  }
  :where(.vv-connection-forms) .d-print-inline-block {
    display: inline-block !important;
  }
  :where(.vv-connection-forms) .d-print-block {
    display: block !important;
  }
  :where(.vv-connection-forms) .d-print-table {
    display: table !important;
  }
  :where(.vv-connection-forms) .d-print-table-row {
    display: table-row !important;
  }
  :where(.vv-connection-forms) .d-print-table-cell {
    display: table-cell !important;
  }
  :where(.vv-connection-forms) .d-print-flex {
    display: flex !important;
  }
  :where(.vv-connection-forms) .d-print-inline-flex {
    display: inline-flex !important;
  }
}
:where(.vv-connection-forms) .flex-row {
  flex-direction: row !important;
}

:where(.vv-connection-forms) .flex-column {
  flex-direction: column !important;
}

:where(.vv-connection-forms) .flex-row-reverse {
  flex-direction: row-reverse !important;
}

:where(.vv-connection-forms) .flex-column-reverse {
  flex-direction: column-reverse !important;
}

:where(.vv-connection-forms) .flex-wrap {
  flex-wrap: wrap !important;
}

:where(.vv-connection-forms) .flex-nowrap {
  flex-wrap: nowrap !important;
}

:where(.vv-connection-forms) .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

:where(.vv-connection-forms) .flex-fill {
  flex: 1 1 auto !important;
}

:where(.vv-connection-forms) .flex-grow-0 {
  flex-grow: 0 !important;
}

:where(.vv-connection-forms) .flex-grow-1 {
  flex-grow: 1 !important;
}

:where(.vv-connection-forms) .flex-shrink-0 {
  flex-shrink: 0 !important;
}

:where(.vv-connection-forms) .flex-shrink-1 {
  flex-shrink: 1 !important;
}

:where(.vv-connection-forms) .justify-content-start {
  justify-content: flex-start !important;
}

:where(.vv-connection-forms) .justify-content-end {
  justify-content: flex-end !important;
}

:where(.vv-connection-forms) .justify-content-center {
  justify-content: center !important;
}

:where(.vv-connection-forms) .justify-content-between {
  justify-content: space-between !important;
}

:where(.vv-connection-forms) .justify-content-around {
  justify-content: space-around !important;
}

:where(.vv-connection-forms) .align-items-start {
  align-items: flex-start !important;
}

:where(.vv-connection-forms) .align-items-end {
  align-items: flex-end !important;
}

:where(.vv-connection-forms) .align-items-center {
  align-items: center !important;
}

:where(.vv-connection-forms) .align-items-baseline {
  align-items: baseline !important;
}

:where(.vv-connection-forms) .align-items-stretch {
  align-items: stretch !important;
}

:where(.vv-connection-forms) .align-content-start {
  align-content: flex-start !important;
}

:where(.vv-connection-forms) .align-content-end {
  align-content: flex-end !important;
}

:where(.vv-connection-forms) .align-content-center {
  align-content: center !important;
}

:where(.vv-connection-forms) .align-content-between {
  align-content: space-between !important;
}

:where(.vv-connection-forms) .align-content-around {
  align-content: space-around !important;
}

:where(.vv-connection-forms) .align-content-stretch {
  align-content: stretch !important;
}

:where(.vv-connection-forms) .align-self-auto {
  align-self: auto !important;
}

:where(.vv-connection-forms) .align-self-start {
  align-self: flex-start !important;
}

:where(.vv-connection-forms) .align-self-end {
  align-self: flex-end !important;
}

:where(.vv-connection-forms) .align-self-center {
  align-self: center !important;
}

:where(.vv-connection-forms) .align-self-baseline {
  align-self: baseline !important;
}

:where(.vv-connection-forms) .align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .flex-sm-row {
    flex-direction: row !important;
  }
  :where(.vv-connection-forms) .flex-sm-column {
    flex-direction: column !important;
  }
  :where(.vv-connection-forms) .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  :where(.vv-connection-forms) .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  :where(.vv-connection-forms) .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  :where(.vv-connection-forms) .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  :where(.vv-connection-forms) .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :where(.vv-connection-forms) .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  :where(.vv-connection-forms) .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  :where(.vv-connection-forms) .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  :where(.vv-connection-forms) .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  :where(.vv-connection-forms) .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  :where(.vv-connection-forms) .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  :where(.vv-connection-forms) .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  :where(.vv-connection-forms) .justify-content-sm-center {
    justify-content: center !important;
  }
  :where(.vv-connection-forms) .justify-content-sm-between {
    justify-content: space-between !important;
  }
  :where(.vv-connection-forms) .justify-content-sm-around {
    justify-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-items-sm-start {
    align-items: flex-start !important;
  }
  :where(.vv-connection-forms) .align-items-sm-end {
    align-items: flex-end !important;
  }
  :where(.vv-connection-forms) .align-items-sm-center {
    align-items: center !important;
  }
  :where(.vv-connection-forms) .align-items-sm-baseline {
    align-items: baseline !important;
  }
  :where(.vv-connection-forms) .align-items-sm-stretch {
    align-items: stretch !important;
  }
  :where(.vv-connection-forms) .align-content-sm-start {
    align-content: flex-start !important;
  }
  :where(.vv-connection-forms) .align-content-sm-end {
    align-content: flex-end !important;
  }
  :where(.vv-connection-forms) .align-content-sm-center {
    align-content: center !important;
  }
  :where(.vv-connection-forms) .align-content-sm-between {
    align-content: space-between !important;
  }
  :where(.vv-connection-forms) .align-content-sm-around {
    align-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-content-sm-stretch {
    align-content: stretch !important;
  }
  :where(.vv-connection-forms) .align-self-sm-auto {
    align-self: auto !important;
  }
  :where(.vv-connection-forms) .align-self-sm-start {
    align-self: flex-start !important;
  }
  :where(.vv-connection-forms) .align-self-sm-end {
    align-self: flex-end !important;
  }
  :where(.vv-connection-forms) .align-self-sm-center {
    align-self: center !important;
  }
  :where(.vv-connection-forms) .align-self-sm-baseline {
    align-self: baseline !important;
  }
  :where(.vv-connection-forms) .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .flex-md-row {
    flex-direction: row !important;
  }
  :where(.vv-connection-forms) .flex-md-column {
    flex-direction: column !important;
  }
  :where(.vv-connection-forms) .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  :where(.vv-connection-forms) .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  :where(.vv-connection-forms) .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  :where(.vv-connection-forms) .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  :where(.vv-connection-forms) .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :where(.vv-connection-forms) .flex-md-fill {
    flex: 1 1 auto !important;
  }
  :where(.vv-connection-forms) .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  :where(.vv-connection-forms) .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  :where(.vv-connection-forms) .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  :where(.vv-connection-forms) .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  :where(.vv-connection-forms) .justify-content-md-start {
    justify-content: flex-start !important;
  }
  :where(.vv-connection-forms) .justify-content-md-end {
    justify-content: flex-end !important;
  }
  :where(.vv-connection-forms) .justify-content-md-center {
    justify-content: center !important;
  }
  :where(.vv-connection-forms) .justify-content-md-between {
    justify-content: space-between !important;
  }
  :where(.vv-connection-forms) .justify-content-md-around {
    justify-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-items-md-start {
    align-items: flex-start !important;
  }
  :where(.vv-connection-forms) .align-items-md-end {
    align-items: flex-end !important;
  }
  :where(.vv-connection-forms) .align-items-md-center {
    align-items: center !important;
  }
  :where(.vv-connection-forms) .align-items-md-baseline {
    align-items: baseline !important;
  }
  :where(.vv-connection-forms) .align-items-md-stretch {
    align-items: stretch !important;
  }
  :where(.vv-connection-forms) .align-content-md-start {
    align-content: flex-start !important;
  }
  :where(.vv-connection-forms) .align-content-md-end {
    align-content: flex-end !important;
  }
  :where(.vv-connection-forms) .align-content-md-center {
    align-content: center !important;
  }
  :where(.vv-connection-forms) .align-content-md-between {
    align-content: space-between !important;
  }
  :where(.vv-connection-forms) .align-content-md-around {
    align-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-content-md-stretch {
    align-content: stretch !important;
  }
  :where(.vv-connection-forms) .align-self-md-auto {
    align-self: auto !important;
  }
  :where(.vv-connection-forms) .align-self-md-start {
    align-self: flex-start !important;
  }
  :where(.vv-connection-forms) .align-self-md-end {
    align-self: flex-end !important;
  }
  :where(.vv-connection-forms) .align-self-md-center {
    align-self: center !important;
  }
  :where(.vv-connection-forms) .align-self-md-baseline {
    align-self: baseline !important;
  }
  :where(.vv-connection-forms) .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .flex-lg-row {
    flex-direction: row !important;
  }
  :where(.vv-connection-forms) .flex-lg-column {
    flex-direction: column !important;
  }
  :where(.vv-connection-forms) .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  :where(.vv-connection-forms) .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  :where(.vv-connection-forms) .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  :where(.vv-connection-forms) .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  :where(.vv-connection-forms) .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :where(.vv-connection-forms) .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  :where(.vv-connection-forms) .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  :where(.vv-connection-forms) .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  :where(.vv-connection-forms) .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  :where(.vv-connection-forms) .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  :where(.vv-connection-forms) .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  :where(.vv-connection-forms) .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  :where(.vv-connection-forms) .justify-content-lg-center {
    justify-content: center !important;
  }
  :where(.vv-connection-forms) .justify-content-lg-between {
    justify-content: space-between !important;
  }
  :where(.vv-connection-forms) .justify-content-lg-around {
    justify-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-items-lg-start {
    align-items: flex-start !important;
  }
  :where(.vv-connection-forms) .align-items-lg-end {
    align-items: flex-end !important;
  }
  :where(.vv-connection-forms) .align-items-lg-center {
    align-items: center !important;
  }
  :where(.vv-connection-forms) .align-items-lg-baseline {
    align-items: baseline !important;
  }
  :where(.vv-connection-forms) .align-items-lg-stretch {
    align-items: stretch !important;
  }
  :where(.vv-connection-forms) .align-content-lg-start {
    align-content: flex-start !important;
  }
  :where(.vv-connection-forms) .align-content-lg-end {
    align-content: flex-end !important;
  }
  :where(.vv-connection-forms) .align-content-lg-center {
    align-content: center !important;
  }
  :where(.vv-connection-forms) .align-content-lg-between {
    align-content: space-between !important;
  }
  :where(.vv-connection-forms) .align-content-lg-around {
    align-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-content-lg-stretch {
    align-content: stretch !important;
  }
  :where(.vv-connection-forms) .align-self-lg-auto {
    align-self: auto !important;
  }
  :where(.vv-connection-forms) .align-self-lg-start {
    align-self: flex-start !important;
  }
  :where(.vv-connection-forms) .align-self-lg-end {
    align-self: flex-end !important;
  }
  :where(.vv-connection-forms) .align-self-lg-center {
    align-self: center !important;
  }
  :where(.vv-connection-forms) .align-self-lg-baseline {
    align-self: baseline !important;
  }
  :where(.vv-connection-forms) .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .flex-xl-row {
    flex-direction: row !important;
  }
  :where(.vv-connection-forms) .flex-xl-column {
    flex-direction: column !important;
  }
  :where(.vv-connection-forms) .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  :where(.vv-connection-forms) .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  :where(.vv-connection-forms) .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  :where(.vv-connection-forms) .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  :where(.vv-connection-forms) .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :where(.vv-connection-forms) .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  :where(.vv-connection-forms) .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  :where(.vv-connection-forms) .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  :where(.vv-connection-forms) .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  :where(.vv-connection-forms) .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  :where(.vv-connection-forms) .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  :where(.vv-connection-forms) .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  :where(.vv-connection-forms) .justify-content-xl-center {
    justify-content: center !important;
  }
  :where(.vv-connection-forms) .justify-content-xl-between {
    justify-content: space-between !important;
  }
  :where(.vv-connection-forms) .justify-content-xl-around {
    justify-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-items-xl-start {
    align-items: flex-start !important;
  }
  :where(.vv-connection-forms) .align-items-xl-end {
    align-items: flex-end !important;
  }
  :where(.vv-connection-forms) .align-items-xl-center {
    align-items: center !important;
  }
  :where(.vv-connection-forms) .align-items-xl-baseline {
    align-items: baseline !important;
  }
  :where(.vv-connection-forms) .align-items-xl-stretch {
    align-items: stretch !important;
  }
  :where(.vv-connection-forms) .align-content-xl-start {
    align-content: flex-start !important;
  }
  :where(.vv-connection-forms) .align-content-xl-end {
    align-content: flex-end !important;
  }
  :where(.vv-connection-forms) .align-content-xl-center {
    align-content: center !important;
  }
  :where(.vv-connection-forms) .align-content-xl-between {
    align-content: space-between !important;
  }
  :where(.vv-connection-forms) .align-content-xl-around {
    align-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-content-xl-stretch {
    align-content: stretch !important;
  }
  :where(.vv-connection-forms) .align-self-xl-auto {
    align-self: auto !important;
  }
  :where(.vv-connection-forms) .align-self-xl-start {
    align-self: flex-start !important;
  }
  :where(.vv-connection-forms) .align-self-xl-end {
    align-self: flex-end !important;
  }
  :where(.vv-connection-forms) .align-self-xl-center {
    align-self: center !important;
  }
  :where(.vv-connection-forms) .align-self-xl-baseline {
    align-self: baseline !important;
  }
  :where(.vv-connection-forms) .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
:where(.vv-connection-forms) .m-0 {
  margin: 0 !important;
}

:where(.vv-connection-forms) .mt-0,
:where(.vv-connection-forms) .my-0 {
  margin-top: 0 !important;
}

:where(.vv-connection-forms) .mr-0,
:where(.vv-connection-forms) .mx-0 {
  margin-right: 0 !important;
}

:where(.vv-connection-forms) .mb-0,
:where(.vv-connection-forms) .my-0 {
  margin-bottom: 0 !important;
}

:where(.vv-connection-forms) .ml-0,
:where(.vv-connection-forms) .mx-0 {
  margin-left: 0 !important;
}

:where(.vv-connection-forms) .m-1 {
  margin: 0.25rem !important;
}

:where(.vv-connection-forms) .mt-1,
:where(.vv-connection-forms) .my-1 {
  margin-top: 0.25rem !important;
}

:where(.vv-connection-forms) .mr-1,
:where(.vv-connection-forms) .mx-1 {
  margin-right: 0.25rem !important;
}

:where(.vv-connection-forms) .mb-1,
:where(.vv-connection-forms) .my-1 {
  margin-bottom: 0.25rem !important;
}

:where(.vv-connection-forms) .ml-1,
:where(.vv-connection-forms) .mx-1 {
  margin-left: 0.25rem !important;
}

:where(.vv-connection-forms) .m-2 {
  margin: 0.5rem !important;
}

:where(.vv-connection-forms) .mt-2,
:where(.vv-connection-forms) .my-2 {
  margin-top: 0.5rem !important;
}

:where(.vv-connection-forms) .mr-2,
:where(.vv-connection-forms) .mx-2 {
  margin-right: 0.5rem !important;
}

:where(.vv-connection-forms) .mb-2,
:where(.vv-connection-forms) .my-2 {
  margin-bottom: 0.5rem !important;
}

:where(.vv-connection-forms) .ml-2,
:where(.vv-connection-forms) .mx-2 {
  margin-left: 0.5rem !important;
}

:where(.vv-connection-forms) .m-3 {
  margin: 1rem !important;
}

:where(.vv-connection-forms) .mt-3,
:where(.vv-connection-forms) .my-3 {
  margin-top: 1rem !important;
}

:where(.vv-connection-forms) .mr-3,
:where(.vv-connection-forms) .mx-3 {
  margin-right: 1rem !important;
}

:where(.vv-connection-forms) .mb-3,
:where(.vv-connection-forms) .my-3 {
  margin-bottom: 1rem !important;
}

:where(.vv-connection-forms) .ml-3,
:where(.vv-connection-forms) .mx-3 {
  margin-left: 1rem !important;
}

:where(.vv-connection-forms) .m-4 {
  margin: 1.5rem !important;
}

:where(.vv-connection-forms) .mt-4,
:where(.vv-connection-forms) .my-4 {
  margin-top: 1.5rem !important;
}

:where(.vv-connection-forms) .mr-4,
:where(.vv-connection-forms) .mx-4 {
  margin-right: 1.5rem !important;
}

:where(.vv-connection-forms) .mb-4,
:where(.vv-connection-forms) .my-4 {
  margin-bottom: 1.5rem !important;
}

:where(.vv-connection-forms) .ml-4,
:where(.vv-connection-forms) .mx-4 {
  margin-left: 1.5rem !important;
}

:where(.vv-connection-forms) .m-5 {
  margin: 3rem !important;
}

:where(.vv-connection-forms) .mt-5,
:where(.vv-connection-forms) .my-5 {
  margin-top: 3rem !important;
}

:where(.vv-connection-forms) .mr-5,
:where(.vv-connection-forms) .mx-5 {
  margin-right: 3rem !important;
}

:where(.vv-connection-forms) .mb-5,
:where(.vv-connection-forms) .my-5 {
  margin-bottom: 3rem !important;
}

:where(.vv-connection-forms) .ml-5,
:where(.vv-connection-forms) .mx-5 {
  margin-left: 3rem !important;
}

:where(.vv-connection-forms) .p-0 {
  padding: 0 !important;
}

:where(.vv-connection-forms) .pt-0,
:where(.vv-connection-forms) .py-0 {
  padding-top: 0 !important;
}

:where(.vv-connection-forms) .pr-0,
:where(.vv-connection-forms) .px-0 {
  padding-right: 0 !important;
}

:where(.vv-connection-forms) .pb-0,
:where(.vv-connection-forms) .py-0 {
  padding-bottom: 0 !important;
}

:where(.vv-connection-forms) .pl-0,
:where(.vv-connection-forms) .px-0 {
  padding-left: 0 !important;
}

:where(.vv-connection-forms) .p-1 {
  padding: 0.25rem !important;
}

:where(.vv-connection-forms) .pt-1,
:where(.vv-connection-forms) .py-1 {
  padding-top: 0.25rem !important;
}

:where(.vv-connection-forms) .pr-1,
:where(.vv-connection-forms) .px-1 {
  padding-right: 0.25rem !important;
}

:where(.vv-connection-forms) .pb-1,
:where(.vv-connection-forms) .py-1 {
  padding-bottom: 0.25rem !important;
}

:where(.vv-connection-forms) .pl-1,
:where(.vv-connection-forms) .px-1 {
  padding-left: 0.25rem !important;
}

:where(.vv-connection-forms) .p-2 {
  padding: 0.5rem !important;
}

:where(.vv-connection-forms) .pt-2,
:where(.vv-connection-forms) .py-2 {
  padding-top: 0.5rem !important;
}

:where(.vv-connection-forms) .pr-2,
:where(.vv-connection-forms) .px-2 {
  padding-right: 0.5rem !important;
}

:where(.vv-connection-forms) .pb-2,
:where(.vv-connection-forms) .py-2 {
  padding-bottom: 0.5rem !important;
}

:where(.vv-connection-forms) .pl-2,
:where(.vv-connection-forms) .px-2 {
  padding-left: 0.5rem !important;
}

:where(.vv-connection-forms) .p-3 {
  padding: 1rem !important;
}

:where(.vv-connection-forms) .pt-3,
:where(.vv-connection-forms) .py-3 {
  padding-top: 1rem !important;
}

:where(.vv-connection-forms) .pr-3,
:where(.vv-connection-forms) .px-3 {
  padding-right: 1rem !important;
}

:where(.vv-connection-forms) .pb-3,
:where(.vv-connection-forms) .py-3 {
  padding-bottom: 1rem !important;
}

:where(.vv-connection-forms) .pl-3,
:where(.vv-connection-forms) .px-3 {
  padding-left: 1rem !important;
}

:where(.vv-connection-forms) .p-4 {
  padding: 1.5rem !important;
}

:where(.vv-connection-forms) .pt-4,
:where(.vv-connection-forms) .py-4 {
  padding-top: 1.5rem !important;
}

:where(.vv-connection-forms) .pr-4,
:where(.vv-connection-forms) .px-4 {
  padding-right: 1.5rem !important;
}

:where(.vv-connection-forms) .pb-4,
:where(.vv-connection-forms) .py-4 {
  padding-bottom: 1.5rem !important;
}

:where(.vv-connection-forms) .pl-4,
:where(.vv-connection-forms) .px-4 {
  padding-left: 1.5rem !important;
}

:where(.vv-connection-forms) .p-5 {
  padding: 3rem !important;
}

:where(.vv-connection-forms) .pt-5,
:where(.vv-connection-forms) .py-5 {
  padding-top: 3rem !important;
}

:where(.vv-connection-forms) .pr-5,
:where(.vv-connection-forms) .px-5 {
  padding-right: 3rem !important;
}

:where(.vv-connection-forms) .pb-5,
:where(.vv-connection-forms) .py-5 {
  padding-bottom: 3rem !important;
}

:where(.vv-connection-forms) .pl-5,
:where(.vv-connection-forms) .px-5 {
  padding-left: 3rem !important;
}

:where(.vv-connection-forms) .m-n1 {
  margin: -0.25rem !important;
}

:where(.vv-connection-forms) .mt-n1,
:where(.vv-connection-forms) .my-n1 {
  margin-top: -0.25rem !important;
}

:where(.vv-connection-forms) .mr-n1,
:where(.vv-connection-forms) .mx-n1 {
  margin-right: -0.25rem !important;
}

:where(.vv-connection-forms) .mb-n1,
:where(.vv-connection-forms) .my-n1 {
  margin-bottom: -0.25rem !important;
}

:where(.vv-connection-forms) .ml-n1,
:where(.vv-connection-forms) .mx-n1 {
  margin-left: -0.25rem !important;
}

:where(.vv-connection-forms) .m-n2 {
  margin: -0.5rem !important;
}

:where(.vv-connection-forms) .mt-n2,
:where(.vv-connection-forms) .my-n2 {
  margin-top: -0.5rem !important;
}

:where(.vv-connection-forms) .mr-n2,
:where(.vv-connection-forms) .mx-n2 {
  margin-right: -0.5rem !important;
}

:where(.vv-connection-forms) .mb-n2,
:where(.vv-connection-forms) .my-n2 {
  margin-bottom: -0.5rem !important;
}

:where(.vv-connection-forms) .ml-n2,
:where(.vv-connection-forms) .mx-n2 {
  margin-left: -0.5rem !important;
}

:where(.vv-connection-forms) .m-n3 {
  margin: -1rem !important;
}

:where(.vv-connection-forms) .mt-n3,
:where(.vv-connection-forms) .my-n3 {
  margin-top: -1rem !important;
}

:where(.vv-connection-forms) .mr-n3,
:where(.vv-connection-forms) .mx-n3 {
  margin-right: -1rem !important;
}

:where(.vv-connection-forms) .mb-n3,
:where(.vv-connection-forms) .my-n3 {
  margin-bottom: -1rem !important;
}

:where(.vv-connection-forms) .ml-n3,
:where(.vv-connection-forms) .mx-n3 {
  margin-left: -1rem !important;
}

:where(.vv-connection-forms) .m-n4 {
  margin: -1.5rem !important;
}

:where(.vv-connection-forms) .mt-n4,
:where(.vv-connection-forms) .my-n4 {
  margin-top: -1.5rem !important;
}

:where(.vv-connection-forms) .mr-n4,
:where(.vv-connection-forms) .mx-n4 {
  margin-right: -1.5rem !important;
}

:where(.vv-connection-forms) .mb-n4,
:where(.vv-connection-forms) .my-n4 {
  margin-bottom: -1.5rem !important;
}

:where(.vv-connection-forms) .ml-n4,
:where(.vv-connection-forms) .mx-n4 {
  margin-left: -1.5rem !important;
}

:where(.vv-connection-forms) .m-n5 {
  margin: -3rem !important;
}

:where(.vv-connection-forms) .mt-n5,
:where(.vv-connection-forms) .my-n5 {
  margin-top: -3rem !important;
}

:where(.vv-connection-forms) .mr-n5,
:where(.vv-connection-forms) .mx-n5 {
  margin-right: -3rem !important;
}

:where(.vv-connection-forms) .mb-n5,
:where(.vv-connection-forms) .my-n5 {
  margin-bottom: -3rem !important;
}

:where(.vv-connection-forms) .ml-n5,
:where(.vv-connection-forms) .mx-n5 {
  margin-left: -3rem !important;
}

:where(.vv-connection-forms) .m-auto {
  margin: auto !important;
}

:where(.vv-connection-forms) .mt-auto,
:where(.vv-connection-forms) .my-auto {
  margin-top: auto !important;
}

:where(.vv-connection-forms) .mr-auto,
:where(.vv-connection-forms) .mx-auto {
  margin-right: auto !important;
}

:where(.vv-connection-forms) .mb-auto,
:where(.vv-connection-forms) .my-auto {
  margin-bottom: auto !important;
}

:where(.vv-connection-forms) .ml-auto,
:where(.vv-connection-forms) .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .m-sm-0 {
    margin: 0 !important;
  }
  :where(.vv-connection-forms) .mt-sm-0,
:where(.vv-connection-forms) .my-sm-0 {
    margin-top: 0 !important;
  }
  :where(.vv-connection-forms) .mr-sm-0,
:where(.vv-connection-forms) .mx-sm-0 {
    margin-right: 0 !important;
  }
  :where(.vv-connection-forms) .mb-sm-0,
:where(.vv-connection-forms) .my-sm-0 {
    margin-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .ml-sm-0,
:where(.vv-connection-forms) .mx-sm-0 {
    margin-left: 0 !important;
  }
  :where(.vv-connection-forms) .m-sm-1 {
    margin: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-1,
:where(.vv-connection-forms) .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-1,
:where(.vv-connection-forms) .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-1,
:where(.vv-connection-forms) .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-1,
:where(.vv-connection-forms) .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .m-sm-2 {
    margin: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-2,
:where(.vv-connection-forms) .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-2,
:where(.vv-connection-forms) .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-2,
:where(.vv-connection-forms) .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-2,
:where(.vv-connection-forms) .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .m-sm-3 {
    margin: 1rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-3,
:where(.vv-connection-forms) .my-sm-3 {
    margin-top: 1rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-3,
:where(.vv-connection-forms) .mx-sm-3 {
    margin-right: 1rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-3,
:where(.vv-connection-forms) .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-3,
:where(.vv-connection-forms) .mx-sm-3 {
    margin-left: 1rem !important;
  }
  :where(.vv-connection-forms) .m-sm-4 {
    margin: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-4,
:where(.vv-connection-forms) .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-4,
:where(.vv-connection-forms) .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-4,
:where(.vv-connection-forms) .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-4,
:where(.vv-connection-forms) .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .m-sm-5 {
    margin: 3rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-5,
:where(.vv-connection-forms) .my-sm-5 {
    margin-top: 3rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-5,
:where(.vv-connection-forms) .mx-sm-5 {
    margin-right: 3rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-5,
:where(.vv-connection-forms) .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-5,
:where(.vv-connection-forms) .mx-sm-5 {
    margin-left: 3rem !important;
  }
  :where(.vv-connection-forms) .p-sm-0 {
    padding: 0 !important;
  }
  :where(.vv-connection-forms) .pt-sm-0,
:where(.vv-connection-forms) .py-sm-0 {
    padding-top: 0 !important;
  }
  :where(.vv-connection-forms) .pr-sm-0,
:where(.vv-connection-forms) .px-sm-0 {
    padding-right: 0 !important;
  }
  :where(.vv-connection-forms) .pb-sm-0,
:where(.vv-connection-forms) .py-sm-0 {
    padding-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .pl-sm-0,
:where(.vv-connection-forms) .px-sm-0 {
    padding-left: 0 !important;
  }
  :where(.vv-connection-forms) .p-sm-1 {
    padding: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pt-sm-1,
:where(.vv-connection-forms) .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pr-sm-1,
:where(.vv-connection-forms) .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pb-sm-1,
:where(.vv-connection-forms) .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pl-sm-1,
:where(.vv-connection-forms) .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .p-sm-2 {
    padding: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pt-sm-2,
:where(.vv-connection-forms) .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pr-sm-2,
:where(.vv-connection-forms) .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pb-sm-2,
:where(.vv-connection-forms) .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pl-sm-2,
:where(.vv-connection-forms) .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .p-sm-3 {
    padding: 1rem !important;
  }
  :where(.vv-connection-forms) .pt-sm-3,
:where(.vv-connection-forms) .py-sm-3 {
    padding-top: 1rem !important;
  }
  :where(.vv-connection-forms) .pr-sm-3,
:where(.vv-connection-forms) .px-sm-3 {
    padding-right: 1rem !important;
  }
  :where(.vv-connection-forms) .pb-sm-3,
:where(.vv-connection-forms) .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .pl-sm-3,
:where(.vv-connection-forms) .px-sm-3 {
    padding-left: 1rem !important;
  }
  :where(.vv-connection-forms) .p-sm-4 {
    padding: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pt-sm-4,
:where(.vv-connection-forms) .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pr-sm-4,
:where(.vv-connection-forms) .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pb-sm-4,
:where(.vv-connection-forms) .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pl-sm-4,
:where(.vv-connection-forms) .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .p-sm-5 {
    padding: 3rem !important;
  }
  :where(.vv-connection-forms) .pt-sm-5,
:where(.vv-connection-forms) .py-sm-5 {
    padding-top: 3rem !important;
  }
  :where(.vv-connection-forms) .pr-sm-5,
:where(.vv-connection-forms) .px-sm-5 {
    padding-right: 3rem !important;
  }
  :where(.vv-connection-forms) .pb-sm-5,
:where(.vv-connection-forms) .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .pl-sm-5,
:where(.vv-connection-forms) .px-sm-5 {
    padding-left: 3rem !important;
  }
  :where(.vv-connection-forms) .m-sm-n1 {
    margin: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-n1,
:where(.vv-connection-forms) .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-n1,
:where(.vv-connection-forms) .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-n1,
:where(.vv-connection-forms) .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-n1,
:where(.vv-connection-forms) .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  :where(.vv-connection-forms) .m-sm-n2 {
    margin: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-n2,
:where(.vv-connection-forms) .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-n2,
:where(.vv-connection-forms) .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-n2,
:where(.vv-connection-forms) .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-n2,
:where(.vv-connection-forms) .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  :where(.vv-connection-forms) .m-sm-n3 {
    margin: -1rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-n3,
:where(.vv-connection-forms) .my-sm-n3 {
    margin-top: -1rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-n3,
:where(.vv-connection-forms) .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-n3,
:where(.vv-connection-forms) .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-n3,
:where(.vv-connection-forms) .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  :where(.vv-connection-forms) .m-sm-n4 {
    margin: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-n4,
:where(.vv-connection-forms) .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-n4,
:where(.vv-connection-forms) .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-n4,
:where(.vv-connection-forms) .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-n4,
:where(.vv-connection-forms) .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  :where(.vv-connection-forms) .m-sm-n5 {
    margin: -3rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-n5,
:where(.vv-connection-forms) .my-sm-n5 {
    margin-top: -3rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-n5,
:where(.vv-connection-forms) .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-n5,
:where(.vv-connection-forms) .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-n5,
:where(.vv-connection-forms) .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  :where(.vv-connection-forms) .m-sm-auto {
    margin: auto !important;
  }
  :where(.vv-connection-forms) .mt-sm-auto,
:where(.vv-connection-forms) .my-sm-auto {
    margin-top: auto !important;
  }
  :where(.vv-connection-forms) .mr-sm-auto,
:where(.vv-connection-forms) .mx-sm-auto {
    margin-right: auto !important;
  }
  :where(.vv-connection-forms) .mb-sm-auto,
:where(.vv-connection-forms) .my-sm-auto {
    margin-bottom: auto !important;
  }
  :where(.vv-connection-forms) .ml-sm-auto,
:where(.vv-connection-forms) .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .m-md-0 {
    margin: 0 !important;
  }
  :where(.vv-connection-forms) .mt-md-0,
:where(.vv-connection-forms) .my-md-0 {
    margin-top: 0 !important;
  }
  :where(.vv-connection-forms) .mr-md-0,
:where(.vv-connection-forms) .mx-md-0 {
    margin-right: 0 !important;
  }
  :where(.vv-connection-forms) .mb-md-0,
:where(.vv-connection-forms) .my-md-0 {
    margin-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .ml-md-0,
:where(.vv-connection-forms) .mx-md-0 {
    margin-left: 0 !important;
  }
  :where(.vv-connection-forms) .m-md-1 {
    margin: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-md-1,
:where(.vv-connection-forms) .my-md-1 {
    margin-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-md-1,
:where(.vv-connection-forms) .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-md-1,
:where(.vv-connection-forms) .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-md-1,
:where(.vv-connection-forms) .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .m-md-2 {
    margin: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-md-2,
:where(.vv-connection-forms) .my-md-2 {
    margin-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-md-2,
:where(.vv-connection-forms) .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-md-2,
:where(.vv-connection-forms) .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-md-2,
:where(.vv-connection-forms) .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .m-md-3 {
    margin: 1rem !important;
  }
  :where(.vv-connection-forms) .mt-md-3,
:where(.vv-connection-forms) .my-md-3 {
    margin-top: 1rem !important;
  }
  :where(.vv-connection-forms) .mr-md-3,
:where(.vv-connection-forms) .mx-md-3 {
    margin-right: 1rem !important;
  }
  :where(.vv-connection-forms) .mb-md-3,
:where(.vv-connection-forms) .my-md-3 {
    margin-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .ml-md-3,
:where(.vv-connection-forms) .mx-md-3 {
    margin-left: 1rem !important;
  }
  :where(.vv-connection-forms) .m-md-4 {
    margin: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-md-4,
:where(.vv-connection-forms) .my-md-4 {
    margin-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-md-4,
:where(.vv-connection-forms) .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-md-4,
:where(.vv-connection-forms) .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-md-4,
:where(.vv-connection-forms) .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .m-md-5 {
    margin: 3rem !important;
  }
  :where(.vv-connection-forms) .mt-md-5,
:where(.vv-connection-forms) .my-md-5 {
    margin-top: 3rem !important;
  }
  :where(.vv-connection-forms) .mr-md-5,
:where(.vv-connection-forms) .mx-md-5 {
    margin-right: 3rem !important;
  }
  :where(.vv-connection-forms) .mb-md-5,
:where(.vv-connection-forms) .my-md-5 {
    margin-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .ml-md-5,
:where(.vv-connection-forms) .mx-md-5 {
    margin-left: 3rem !important;
  }
  :where(.vv-connection-forms) .p-md-0 {
    padding: 0 !important;
  }
  :where(.vv-connection-forms) .pt-md-0,
:where(.vv-connection-forms) .py-md-0 {
    padding-top: 0 !important;
  }
  :where(.vv-connection-forms) .pr-md-0,
:where(.vv-connection-forms) .px-md-0 {
    padding-right: 0 !important;
  }
  :where(.vv-connection-forms) .pb-md-0,
:where(.vv-connection-forms) .py-md-0 {
    padding-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .pl-md-0,
:where(.vv-connection-forms) .px-md-0 {
    padding-left: 0 !important;
  }
  :where(.vv-connection-forms) .p-md-1 {
    padding: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pt-md-1,
:where(.vv-connection-forms) .py-md-1 {
    padding-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pr-md-1,
:where(.vv-connection-forms) .px-md-1 {
    padding-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pb-md-1,
:where(.vv-connection-forms) .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pl-md-1,
:where(.vv-connection-forms) .px-md-1 {
    padding-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .p-md-2 {
    padding: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pt-md-2,
:where(.vv-connection-forms) .py-md-2 {
    padding-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pr-md-2,
:where(.vv-connection-forms) .px-md-2 {
    padding-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pb-md-2,
:where(.vv-connection-forms) .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pl-md-2,
:where(.vv-connection-forms) .px-md-2 {
    padding-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .p-md-3 {
    padding: 1rem !important;
  }
  :where(.vv-connection-forms) .pt-md-3,
:where(.vv-connection-forms) .py-md-3 {
    padding-top: 1rem !important;
  }
  :where(.vv-connection-forms) .pr-md-3,
:where(.vv-connection-forms) .px-md-3 {
    padding-right: 1rem !important;
  }
  :where(.vv-connection-forms) .pb-md-3,
:where(.vv-connection-forms) .py-md-3 {
    padding-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .pl-md-3,
:where(.vv-connection-forms) .px-md-3 {
    padding-left: 1rem !important;
  }
  :where(.vv-connection-forms) .p-md-4 {
    padding: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pt-md-4,
:where(.vv-connection-forms) .py-md-4 {
    padding-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pr-md-4,
:where(.vv-connection-forms) .px-md-4 {
    padding-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pb-md-4,
:where(.vv-connection-forms) .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pl-md-4,
:where(.vv-connection-forms) .px-md-4 {
    padding-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .p-md-5 {
    padding: 3rem !important;
  }
  :where(.vv-connection-forms) .pt-md-5,
:where(.vv-connection-forms) .py-md-5 {
    padding-top: 3rem !important;
  }
  :where(.vv-connection-forms) .pr-md-5,
:where(.vv-connection-forms) .px-md-5 {
    padding-right: 3rem !important;
  }
  :where(.vv-connection-forms) .pb-md-5,
:where(.vv-connection-forms) .py-md-5 {
    padding-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .pl-md-5,
:where(.vv-connection-forms) .px-md-5 {
    padding-left: 3rem !important;
  }
  :where(.vv-connection-forms) .m-md-n1 {
    margin: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-md-n1,
:where(.vv-connection-forms) .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-md-n1,
:where(.vv-connection-forms) .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-md-n1,
:where(.vv-connection-forms) .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-md-n1,
:where(.vv-connection-forms) .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  :where(.vv-connection-forms) .m-md-n2 {
    margin: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-md-n2,
:where(.vv-connection-forms) .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-md-n2,
:where(.vv-connection-forms) .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-md-n2,
:where(.vv-connection-forms) .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-md-n2,
:where(.vv-connection-forms) .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  :where(.vv-connection-forms) .m-md-n3 {
    margin: -1rem !important;
  }
  :where(.vv-connection-forms) .mt-md-n3,
:where(.vv-connection-forms) .my-md-n3 {
    margin-top: -1rem !important;
  }
  :where(.vv-connection-forms) .mr-md-n3,
:where(.vv-connection-forms) .mx-md-n3 {
    margin-right: -1rem !important;
  }
  :where(.vv-connection-forms) .mb-md-n3,
:where(.vv-connection-forms) .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  :where(.vv-connection-forms) .ml-md-n3,
:where(.vv-connection-forms) .mx-md-n3 {
    margin-left: -1rem !important;
  }
  :where(.vv-connection-forms) .m-md-n4 {
    margin: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-md-n4,
:where(.vv-connection-forms) .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-md-n4,
:where(.vv-connection-forms) .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-md-n4,
:where(.vv-connection-forms) .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-md-n4,
:where(.vv-connection-forms) .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  :where(.vv-connection-forms) .m-md-n5 {
    margin: -3rem !important;
  }
  :where(.vv-connection-forms) .mt-md-n5,
:where(.vv-connection-forms) .my-md-n5 {
    margin-top: -3rem !important;
  }
  :where(.vv-connection-forms) .mr-md-n5,
:where(.vv-connection-forms) .mx-md-n5 {
    margin-right: -3rem !important;
  }
  :where(.vv-connection-forms) .mb-md-n5,
:where(.vv-connection-forms) .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  :where(.vv-connection-forms) .ml-md-n5,
:where(.vv-connection-forms) .mx-md-n5 {
    margin-left: -3rem !important;
  }
  :where(.vv-connection-forms) .m-md-auto {
    margin: auto !important;
  }
  :where(.vv-connection-forms) .mt-md-auto,
:where(.vv-connection-forms) .my-md-auto {
    margin-top: auto !important;
  }
  :where(.vv-connection-forms) .mr-md-auto,
:where(.vv-connection-forms) .mx-md-auto {
    margin-right: auto !important;
  }
  :where(.vv-connection-forms) .mb-md-auto,
:where(.vv-connection-forms) .my-md-auto {
    margin-bottom: auto !important;
  }
  :where(.vv-connection-forms) .ml-md-auto,
:where(.vv-connection-forms) .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .m-lg-0 {
    margin: 0 !important;
  }
  :where(.vv-connection-forms) .mt-lg-0,
:where(.vv-connection-forms) .my-lg-0 {
    margin-top: 0 !important;
  }
  :where(.vv-connection-forms) .mr-lg-0,
:where(.vv-connection-forms) .mx-lg-0 {
    margin-right: 0 !important;
  }
  :where(.vv-connection-forms) .mb-lg-0,
:where(.vv-connection-forms) .my-lg-0 {
    margin-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .ml-lg-0,
:where(.vv-connection-forms) .mx-lg-0 {
    margin-left: 0 !important;
  }
  :where(.vv-connection-forms) .m-lg-1 {
    margin: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-1,
:where(.vv-connection-forms) .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-1,
:where(.vv-connection-forms) .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-1,
:where(.vv-connection-forms) .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-1,
:where(.vv-connection-forms) .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .m-lg-2 {
    margin: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-2,
:where(.vv-connection-forms) .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-2,
:where(.vv-connection-forms) .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-2,
:where(.vv-connection-forms) .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-2,
:where(.vv-connection-forms) .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .m-lg-3 {
    margin: 1rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-3,
:where(.vv-connection-forms) .my-lg-3 {
    margin-top: 1rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-3,
:where(.vv-connection-forms) .mx-lg-3 {
    margin-right: 1rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-3,
:where(.vv-connection-forms) .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-3,
:where(.vv-connection-forms) .mx-lg-3 {
    margin-left: 1rem !important;
  }
  :where(.vv-connection-forms) .m-lg-4 {
    margin: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-4,
:where(.vv-connection-forms) .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-4,
:where(.vv-connection-forms) .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-4,
:where(.vv-connection-forms) .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-4,
:where(.vv-connection-forms) .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .m-lg-5 {
    margin: 3rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-5,
:where(.vv-connection-forms) .my-lg-5 {
    margin-top: 3rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-5,
:where(.vv-connection-forms) .mx-lg-5 {
    margin-right: 3rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-5,
:where(.vv-connection-forms) .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-5,
:where(.vv-connection-forms) .mx-lg-5 {
    margin-left: 3rem !important;
  }
  :where(.vv-connection-forms) .p-lg-0 {
    padding: 0 !important;
  }
  :where(.vv-connection-forms) .pt-lg-0,
:where(.vv-connection-forms) .py-lg-0 {
    padding-top: 0 !important;
  }
  :where(.vv-connection-forms) .pr-lg-0,
:where(.vv-connection-forms) .px-lg-0 {
    padding-right: 0 !important;
  }
  :where(.vv-connection-forms) .pb-lg-0,
:where(.vv-connection-forms) .py-lg-0 {
    padding-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .pl-lg-0,
:where(.vv-connection-forms) .px-lg-0 {
    padding-left: 0 !important;
  }
  :where(.vv-connection-forms) .p-lg-1 {
    padding: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pt-lg-1,
:where(.vv-connection-forms) .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pr-lg-1,
:where(.vv-connection-forms) .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pb-lg-1,
:where(.vv-connection-forms) .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pl-lg-1,
:where(.vv-connection-forms) .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .p-lg-2 {
    padding: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pt-lg-2,
:where(.vv-connection-forms) .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pr-lg-2,
:where(.vv-connection-forms) .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pb-lg-2,
:where(.vv-connection-forms) .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pl-lg-2,
:where(.vv-connection-forms) .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .p-lg-3 {
    padding: 1rem !important;
  }
  :where(.vv-connection-forms) .pt-lg-3,
:where(.vv-connection-forms) .py-lg-3 {
    padding-top: 1rem !important;
  }
  :where(.vv-connection-forms) .pr-lg-3,
:where(.vv-connection-forms) .px-lg-3 {
    padding-right: 1rem !important;
  }
  :where(.vv-connection-forms) .pb-lg-3,
:where(.vv-connection-forms) .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .pl-lg-3,
:where(.vv-connection-forms) .px-lg-3 {
    padding-left: 1rem !important;
  }
  :where(.vv-connection-forms) .p-lg-4 {
    padding: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pt-lg-4,
:where(.vv-connection-forms) .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pr-lg-4,
:where(.vv-connection-forms) .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pb-lg-4,
:where(.vv-connection-forms) .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pl-lg-4,
:where(.vv-connection-forms) .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .p-lg-5 {
    padding: 3rem !important;
  }
  :where(.vv-connection-forms) .pt-lg-5,
:where(.vv-connection-forms) .py-lg-5 {
    padding-top: 3rem !important;
  }
  :where(.vv-connection-forms) .pr-lg-5,
:where(.vv-connection-forms) .px-lg-5 {
    padding-right: 3rem !important;
  }
  :where(.vv-connection-forms) .pb-lg-5,
:where(.vv-connection-forms) .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .pl-lg-5,
:where(.vv-connection-forms) .px-lg-5 {
    padding-left: 3rem !important;
  }
  :where(.vv-connection-forms) .m-lg-n1 {
    margin: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-n1,
:where(.vv-connection-forms) .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-n1,
:where(.vv-connection-forms) .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-n1,
:where(.vv-connection-forms) .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-n1,
:where(.vv-connection-forms) .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  :where(.vv-connection-forms) .m-lg-n2 {
    margin: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-n2,
:where(.vv-connection-forms) .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-n2,
:where(.vv-connection-forms) .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-n2,
:where(.vv-connection-forms) .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-n2,
:where(.vv-connection-forms) .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  :where(.vv-connection-forms) .m-lg-n3 {
    margin: -1rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-n3,
:where(.vv-connection-forms) .my-lg-n3 {
    margin-top: -1rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-n3,
:where(.vv-connection-forms) .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-n3,
:where(.vv-connection-forms) .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-n3,
:where(.vv-connection-forms) .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  :where(.vv-connection-forms) .m-lg-n4 {
    margin: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-n4,
:where(.vv-connection-forms) .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-n4,
:where(.vv-connection-forms) .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-n4,
:where(.vv-connection-forms) .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-n4,
:where(.vv-connection-forms) .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  :where(.vv-connection-forms) .m-lg-n5 {
    margin: -3rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-n5,
:where(.vv-connection-forms) .my-lg-n5 {
    margin-top: -3rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-n5,
:where(.vv-connection-forms) .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-n5,
:where(.vv-connection-forms) .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-n5,
:where(.vv-connection-forms) .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  :where(.vv-connection-forms) .m-lg-auto {
    margin: auto !important;
  }
  :where(.vv-connection-forms) .mt-lg-auto,
:where(.vv-connection-forms) .my-lg-auto {
    margin-top: auto !important;
  }
  :where(.vv-connection-forms) .mr-lg-auto,
:where(.vv-connection-forms) .mx-lg-auto {
    margin-right: auto !important;
  }
  :where(.vv-connection-forms) .mb-lg-auto,
:where(.vv-connection-forms) .my-lg-auto {
    margin-bottom: auto !important;
  }
  :where(.vv-connection-forms) .ml-lg-auto,
:where(.vv-connection-forms) .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .m-xl-0 {
    margin: 0 !important;
  }
  :where(.vv-connection-forms) .mt-xl-0,
:where(.vv-connection-forms) .my-xl-0 {
    margin-top: 0 !important;
  }
  :where(.vv-connection-forms) .mr-xl-0,
:where(.vv-connection-forms) .mx-xl-0 {
    margin-right: 0 !important;
  }
  :where(.vv-connection-forms) .mb-xl-0,
:where(.vv-connection-forms) .my-xl-0 {
    margin-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .ml-xl-0,
:where(.vv-connection-forms) .mx-xl-0 {
    margin-left: 0 !important;
  }
  :where(.vv-connection-forms) .m-xl-1 {
    margin: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-1,
:where(.vv-connection-forms) .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-1,
:where(.vv-connection-forms) .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-1,
:where(.vv-connection-forms) .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-1,
:where(.vv-connection-forms) .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .m-xl-2 {
    margin: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-2,
:where(.vv-connection-forms) .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-2,
:where(.vv-connection-forms) .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-2,
:where(.vv-connection-forms) .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-2,
:where(.vv-connection-forms) .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .m-xl-3 {
    margin: 1rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-3,
:where(.vv-connection-forms) .my-xl-3 {
    margin-top: 1rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-3,
:where(.vv-connection-forms) .mx-xl-3 {
    margin-right: 1rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-3,
:where(.vv-connection-forms) .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-3,
:where(.vv-connection-forms) .mx-xl-3 {
    margin-left: 1rem !important;
  }
  :where(.vv-connection-forms) .m-xl-4 {
    margin: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-4,
:where(.vv-connection-forms) .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-4,
:where(.vv-connection-forms) .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-4,
:where(.vv-connection-forms) .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-4,
:where(.vv-connection-forms) .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .m-xl-5 {
    margin: 3rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-5,
:where(.vv-connection-forms) .my-xl-5 {
    margin-top: 3rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-5,
:where(.vv-connection-forms) .mx-xl-5 {
    margin-right: 3rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-5,
:where(.vv-connection-forms) .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-5,
:where(.vv-connection-forms) .mx-xl-5 {
    margin-left: 3rem !important;
  }
  :where(.vv-connection-forms) .p-xl-0 {
    padding: 0 !important;
  }
  :where(.vv-connection-forms) .pt-xl-0,
:where(.vv-connection-forms) .py-xl-0 {
    padding-top: 0 !important;
  }
  :where(.vv-connection-forms) .pr-xl-0,
:where(.vv-connection-forms) .px-xl-0 {
    padding-right: 0 !important;
  }
  :where(.vv-connection-forms) .pb-xl-0,
:where(.vv-connection-forms) .py-xl-0 {
    padding-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .pl-xl-0,
:where(.vv-connection-forms) .px-xl-0 {
    padding-left: 0 !important;
  }
  :where(.vv-connection-forms) .p-xl-1 {
    padding: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pt-xl-1,
:where(.vv-connection-forms) .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pr-xl-1,
:where(.vv-connection-forms) .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pb-xl-1,
:where(.vv-connection-forms) .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pl-xl-1,
:where(.vv-connection-forms) .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .p-xl-2 {
    padding: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pt-xl-2,
:where(.vv-connection-forms) .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pr-xl-2,
:where(.vv-connection-forms) .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pb-xl-2,
:where(.vv-connection-forms) .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pl-xl-2,
:where(.vv-connection-forms) .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .p-xl-3 {
    padding: 1rem !important;
  }
  :where(.vv-connection-forms) .pt-xl-3,
:where(.vv-connection-forms) .py-xl-3 {
    padding-top: 1rem !important;
  }
  :where(.vv-connection-forms) .pr-xl-3,
:where(.vv-connection-forms) .px-xl-3 {
    padding-right: 1rem !important;
  }
  :where(.vv-connection-forms) .pb-xl-3,
:where(.vv-connection-forms) .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .pl-xl-3,
:where(.vv-connection-forms) .px-xl-3 {
    padding-left: 1rem !important;
  }
  :where(.vv-connection-forms) .p-xl-4 {
    padding: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pt-xl-4,
:where(.vv-connection-forms) .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pr-xl-4,
:where(.vv-connection-forms) .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pb-xl-4,
:where(.vv-connection-forms) .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pl-xl-4,
:where(.vv-connection-forms) .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .p-xl-5 {
    padding: 3rem !important;
  }
  :where(.vv-connection-forms) .pt-xl-5,
:where(.vv-connection-forms) .py-xl-5 {
    padding-top: 3rem !important;
  }
  :where(.vv-connection-forms) .pr-xl-5,
:where(.vv-connection-forms) .px-xl-5 {
    padding-right: 3rem !important;
  }
  :where(.vv-connection-forms) .pb-xl-5,
:where(.vv-connection-forms) .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .pl-xl-5,
:where(.vv-connection-forms) .px-xl-5 {
    padding-left: 3rem !important;
  }
  :where(.vv-connection-forms) .m-xl-n1 {
    margin: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-n1,
:where(.vv-connection-forms) .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-n1,
:where(.vv-connection-forms) .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-n1,
:where(.vv-connection-forms) .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-n1,
:where(.vv-connection-forms) .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  :where(.vv-connection-forms) .m-xl-n2 {
    margin: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-n2,
:where(.vv-connection-forms) .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-n2,
:where(.vv-connection-forms) .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-n2,
:where(.vv-connection-forms) .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-n2,
:where(.vv-connection-forms) .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  :where(.vv-connection-forms) .m-xl-n3 {
    margin: -1rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-n3,
:where(.vv-connection-forms) .my-xl-n3 {
    margin-top: -1rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-n3,
:where(.vv-connection-forms) .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-n3,
:where(.vv-connection-forms) .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-n3,
:where(.vv-connection-forms) .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  :where(.vv-connection-forms) .m-xl-n4 {
    margin: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-n4,
:where(.vv-connection-forms) .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-n4,
:where(.vv-connection-forms) .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-n4,
:where(.vv-connection-forms) .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-n4,
:where(.vv-connection-forms) .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  :where(.vv-connection-forms) .m-xl-n5 {
    margin: -3rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-n5,
:where(.vv-connection-forms) .my-xl-n5 {
    margin-top: -3rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-n5,
:where(.vv-connection-forms) .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-n5,
:where(.vv-connection-forms) .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-n5,
:where(.vv-connection-forms) .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  :where(.vv-connection-forms) .m-xl-auto {
    margin: auto !important;
  }
  :where(.vv-connection-forms) .mt-xl-auto,
:where(.vv-connection-forms) .my-xl-auto {
    margin-top: auto !important;
  }
  :where(.vv-connection-forms) .mr-xl-auto,
:where(.vv-connection-forms) .mx-xl-auto {
    margin-right: auto !important;
  }
  :where(.vv-connection-forms) .mb-xl-auto,
:where(.vv-connection-forms) .my-xl-auto {
    margin-bottom: auto !important;
  }
  :where(.vv-connection-forms) .ml-xl-auto,
:where(.vv-connection-forms) .mx-xl-auto {
    margin-left: auto !important;
  }
}
:where(.vv-connection-forms) *,
:where(.vv-connection-forms) *::before,
:where(.vv-connection-forms) *::after {
  box-sizing: border-box;
}

:where(.vv-connection-forms) html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:where(.vv-connection-forms) article, :where(.vv-connection-forms) aside, :where(.vv-connection-forms) figcaption, :where(.vv-connection-forms) figure, :where(.vv-connection-forms) footer, :where(.vv-connection-forms) header, :where(.vv-connection-forms) hgroup, :where(.vv-connection-forms) main, :where(.vv-connection-forms) nav, :where(.vv-connection-forms) section {
  display: block;
}

:where(.vv-connection-forms) body {
  margin: 0;
  font-family: "Cabin", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5d666a;
  text-align: left;
  background-color: #fff;
}

:where(.vv-connection-forms) [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

:where(.vv-connection-forms) hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

:where(.vv-connection-forms) h1, :where(.vv-connection-forms) h2, :where(.vv-connection-forms) h3, :where(.vv-connection-forms) h4, :where(.vv-connection-forms) h5, :where(.vv-connection-forms) h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

:where(.vv-connection-forms) p {
  margin-top: 0;
  margin-bottom: 1rem;
}

:where(.vv-connection-forms) abbr[title],
:where(.vv-connection-forms) abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

:where(.vv-connection-forms) address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

:where(.vv-connection-forms) ol,
:where(.vv-connection-forms) ul,
:where(.vv-connection-forms) dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

:where(.vv-connection-forms) ol ol,
:where(.vv-connection-forms) ul ul,
:where(.vv-connection-forms) ol ul,
:where(.vv-connection-forms) ul ol {
  margin-bottom: 0;
}

:where(.vv-connection-forms) dt {
  font-weight: 700;
}

:where(.vv-connection-forms) dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

:where(.vv-connection-forms) blockquote {
  margin: 0 0 1rem;
}

:where(.vv-connection-forms) b,
:where(.vv-connection-forms) strong {
  font-weight: bolder;
}

:where(.vv-connection-forms) small {
  font-size: 80%;
}

:where(.vv-connection-forms) sub,
:where(.vv-connection-forms) sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

:where(.vv-connection-forms) sub {
  bottom: -0.25em;
}

:where(.vv-connection-forms) sup {
  top: -0.5em;
}

:where(.vv-connection-forms) a {
  color: #17b6dc;
  text-decoration: none;
  background-color: transparent;
}
:where(.vv-connection-forms) a:hover {
  color: #107d97;
  text-decoration: underline;
}

:where(.vv-connection-forms) a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
:where(.vv-connection-forms) a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

:where(.vv-connection-forms) pre,
:where(.vv-connection-forms) code,
:where(.vv-connection-forms) kbd,
:where(.vv-connection-forms) samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

:where(.vv-connection-forms) pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

:where(.vv-connection-forms) figure {
  margin: 0 0 1rem;
}

:where(.vv-connection-forms) img {
  vertical-align: middle;
  border-style: none;
}

:where(.vv-connection-forms) svg {
  overflow: hidden;
  vertical-align: middle;
}

:where(.vv-connection-forms) table {
  border-collapse: collapse;
}

:where(.vv-connection-forms) caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

:where(.vv-connection-forms) th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

:where(.vv-connection-forms) label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

:where(.vv-connection-forms) button {
  border-radius: 0;
}

:where(.vv-connection-forms) button:focus:not(:focus-visible) {
  outline: 0;
}

:where(.vv-connection-forms) input,
:where(.vv-connection-forms) button,
:where(.vv-connection-forms) select,
:where(.vv-connection-forms) optgroup,
:where(.vv-connection-forms) textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:where(.vv-connection-forms) button,
:where(.vv-connection-forms) input {
  overflow: visible;
}

:where(.vv-connection-forms) button,
:where(.vv-connection-forms) select {
  text-transform: none;
}

:where(.vv-connection-forms) [role=button] {
  cursor: pointer;
}

:where(.vv-connection-forms) select {
  word-wrap: normal;
}

:where(.vv-connection-forms) button,
:where(.vv-connection-forms) [type=button],
:where(.vv-connection-forms) [type=reset],
:where(.vv-connection-forms) [type=submit] {
  -webkit-appearance: button;
}

:where(.vv-connection-forms) button:not(:disabled),
:where(.vv-connection-forms) [type=button]:not(:disabled),
:where(.vv-connection-forms) [type=reset]:not(:disabled),
:where(.vv-connection-forms) [type=submit]:not(:disabled) {
  cursor: pointer;
}

:where(.vv-connection-forms) button::-moz-focus-inner,
:where(.vv-connection-forms) [type=button]::-moz-focus-inner,
:where(.vv-connection-forms) [type=reset]::-moz-focus-inner,
:where(.vv-connection-forms) [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:where(.vv-connection-forms) input[type=radio],
:where(.vv-connection-forms) input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

:where(.vv-connection-forms) textarea {
  overflow: auto;
  resize: vertical;
}

:where(.vv-connection-forms) fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

:where(.vv-connection-forms) legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  :where(.vv-connection-forms) legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

:where(.vv-connection-forms) progress {
  vertical-align: baseline;
}

:where(.vv-connection-forms) [type=number]::-webkit-inner-spin-button,
:where(.vv-connection-forms) [type=number]::-webkit-outer-spin-button {
  height: auto;
}

:where(.vv-connection-forms) [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

:where(.vv-connection-forms) [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

:where(.vv-connection-forms) ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

:where(.vv-connection-forms) output {
  display: inline-block;
}

:where(.vv-connection-forms) summary {
  display: list-item;
  cursor: pointer;
}

:where(.vv-connection-forms) template {
  display: none;
}

:where(.vv-connection-forms) [hidden] {
  display: none !important;
}

:where(.vv-connection-forms) .align-baseline {
  vertical-align: baseline !important;
}

:where(.vv-connection-forms) .align-top {
  vertical-align: top !important;
}

:where(.vv-connection-forms) .align-middle {
  vertical-align: middle !important;
}

:where(.vv-connection-forms) .align-bottom {
  vertical-align: bottom !important;
}

:where(.vv-connection-forms) .align-text-bottom {
  vertical-align: text-bottom !important;
}

:where(.vv-connection-forms) .align-text-top {
  vertical-align: text-top !important;
}

:where(.vv-connection-forms) .bg-primary {
  background-color: #17b6dc !important;
}

:where(.vv-connection-forms) a.bg-primary:hover, :where(.vv-connection-forms) a.bg-primary:focus, :where(.vv-connection-forms) button.bg-primary:hover, :where(.vv-connection-forms) button.bg-primary:focus {
  background-color: #1290ae !important;
}

:where(.vv-connection-forms) .bg-secondary {
  background-color: #6c757d !important;
}

:where(.vv-connection-forms) a.bg-secondary:hover, :where(.vv-connection-forms) a.bg-secondary:focus, :where(.vv-connection-forms) button.bg-secondary:hover, :where(.vv-connection-forms) button.bg-secondary:focus {
  background-color: #545b62 !important;
}

:where(.vv-connection-forms) .bg-success {
  background-color: #28a745 !important;
}

:where(.vv-connection-forms) a.bg-success:hover, :where(.vv-connection-forms) a.bg-success:focus, :where(.vv-connection-forms) button.bg-success:hover, :where(.vv-connection-forms) button.bg-success:focus {
  background-color: #1e7e34 !important;
}

:where(.vv-connection-forms) .bg-info {
  background-color: #17a2b8 !important;
}

:where(.vv-connection-forms) a.bg-info:hover, :where(.vv-connection-forms) a.bg-info:focus, :where(.vv-connection-forms) button.bg-info:hover, :where(.vv-connection-forms) button.bg-info:focus {
  background-color: #117a8b !important;
}

:where(.vv-connection-forms) .bg-warning {
  background-color: #ffc107 !important;
}

:where(.vv-connection-forms) a.bg-warning:hover, :where(.vv-connection-forms) a.bg-warning:focus, :where(.vv-connection-forms) button.bg-warning:hover, :where(.vv-connection-forms) button.bg-warning:focus {
  background-color: #d39e00 !important;
}

:where(.vv-connection-forms) .bg-danger {
  background-color: #dc3545 !important;
}

:where(.vv-connection-forms) a.bg-danger:hover, :where(.vv-connection-forms) a.bg-danger:focus, :where(.vv-connection-forms) button.bg-danger:hover, :where(.vv-connection-forms) button.bg-danger:focus {
  background-color: #bd2130 !important;
}

:where(.vv-connection-forms) .bg-light {
  background-color: #f8f9fa !important;
}

:where(.vv-connection-forms) a.bg-light:hover, :where(.vv-connection-forms) a.bg-light:focus, :where(.vv-connection-forms) button.bg-light:hover, :where(.vv-connection-forms) button.bg-light:focus {
  background-color: #dae0e5 !important;
}

:where(.vv-connection-forms) .bg-dark {
  background-color: #343a40 !important;
}

:where(.vv-connection-forms) a.bg-dark:hover, :where(.vv-connection-forms) a.bg-dark:focus, :where(.vv-connection-forms) button.bg-dark:hover, :where(.vv-connection-forms) button.bg-dark:focus {
  background-color: #1d2124 !important;
}

:where(.vv-connection-forms) .bg-white {
  background-color: #fff !important;
}

:where(.vv-connection-forms) .bg-transparent {
  background-color: transparent !important;
}

:where(.vv-connection-forms) .border {
  border: 1px solid #c4c4c4 !important;
}

:where(.vv-connection-forms) .border-top {
  border-top: 1px solid #c4c4c4 !important;
}

:where(.vv-connection-forms) .border-right {
  border-right: 1px solid #c4c4c4 !important;
}

:where(.vv-connection-forms) .border-bottom {
  border-bottom: 1px solid #c4c4c4 !important;
}

:where(.vv-connection-forms) .border-left {
  border-left: 1px solid #c4c4c4 !important;
}

:where(.vv-connection-forms) .border-0 {
  border: 0 !important;
}

:where(.vv-connection-forms) .border-top-0 {
  border-top: 0 !important;
}

:where(.vv-connection-forms) .border-right-0 {
  border-right: 0 !important;
}

:where(.vv-connection-forms) .border-bottom-0 {
  border-bottom: 0 !important;
}

:where(.vv-connection-forms) .border-left-0 {
  border-left: 0 !important;
}

:where(.vv-connection-forms) .border-primary {
  border-color: #17b6dc !important;
}

:where(.vv-connection-forms) .border-secondary {
  border-color: #6c757d !important;
}

:where(.vv-connection-forms) .border-success {
  border-color: #28a745 !important;
}

:where(.vv-connection-forms) .border-info {
  border-color: #17a2b8 !important;
}

:where(.vv-connection-forms) .border-warning {
  border-color: #ffc107 !important;
}

:where(.vv-connection-forms) .border-danger {
  border-color: #dc3545 !important;
}

:where(.vv-connection-forms) .border-light {
  border-color: #f8f9fa !important;
}

:where(.vv-connection-forms) .border-dark {
  border-color: #343a40 !important;
}

:where(.vv-connection-forms) .border-white {
  border-color: #fff !important;
}

:where(.vv-connection-forms) .rounded-sm {
  border-radius: 0.2rem !important;
}

:where(.vv-connection-forms) .rounded {
  border-radius: 0.25rem !important;
}

:where(.vv-connection-forms) .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

:where(.vv-connection-forms) .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

:where(.vv-connection-forms) .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

:where(.vv-connection-forms) .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

:where(.vv-connection-forms) .rounded-lg {
  border-radius: 0.3rem !important;
}

:where(.vv-connection-forms) .rounded-circle {
  border-radius: 50% !important;
}

:where(.vv-connection-forms) .rounded-pill {
  border-radius: 50rem !important;
}

:where(.vv-connection-forms) .rounded-0 {
  border-radius: 0 !important;
}

:where(.vv-connection-forms) .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

:where(.vv-connection-forms) .d-none {
  display: none !important;
}

:where(.vv-connection-forms) .d-inline {
  display: inline !important;
}

:where(.vv-connection-forms) .d-inline-block {
  display: inline-block !important;
}

:where(.vv-connection-forms) .d-block {
  display: block !important;
}

:where(.vv-connection-forms) .d-table {
  display: table !important;
}

:where(.vv-connection-forms) .d-table-row {
  display: table-row !important;
}

:where(.vv-connection-forms) .d-table-cell {
  display: table-cell !important;
}

:where(.vv-connection-forms) .d-flex {
  display: flex !important;
}

:where(.vv-connection-forms) .d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .d-sm-none {
    display: none !important;
  }
  :where(.vv-connection-forms) .d-sm-inline {
    display: inline !important;
  }
  :where(.vv-connection-forms) .d-sm-inline-block {
    display: inline-block !important;
  }
  :where(.vv-connection-forms) .d-sm-block {
    display: block !important;
  }
  :where(.vv-connection-forms) .d-sm-table {
    display: table !important;
  }
  :where(.vv-connection-forms) .d-sm-table-row {
    display: table-row !important;
  }
  :where(.vv-connection-forms) .d-sm-table-cell {
    display: table-cell !important;
  }
  :where(.vv-connection-forms) .d-sm-flex {
    display: flex !important;
  }
  :where(.vv-connection-forms) .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .d-md-none {
    display: none !important;
  }
  :where(.vv-connection-forms) .d-md-inline {
    display: inline !important;
  }
  :where(.vv-connection-forms) .d-md-inline-block {
    display: inline-block !important;
  }
  :where(.vv-connection-forms) .d-md-block {
    display: block !important;
  }
  :where(.vv-connection-forms) .d-md-table {
    display: table !important;
  }
  :where(.vv-connection-forms) .d-md-table-row {
    display: table-row !important;
  }
  :where(.vv-connection-forms) .d-md-table-cell {
    display: table-cell !important;
  }
  :where(.vv-connection-forms) .d-md-flex {
    display: flex !important;
  }
  :where(.vv-connection-forms) .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .d-lg-none {
    display: none !important;
  }
  :where(.vv-connection-forms) .d-lg-inline {
    display: inline !important;
  }
  :where(.vv-connection-forms) .d-lg-inline-block {
    display: inline-block !important;
  }
  :where(.vv-connection-forms) .d-lg-block {
    display: block !important;
  }
  :where(.vv-connection-forms) .d-lg-table {
    display: table !important;
  }
  :where(.vv-connection-forms) .d-lg-table-row {
    display: table-row !important;
  }
  :where(.vv-connection-forms) .d-lg-table-cell {
    display: table-cell !important;
  }
  :where(.vv-connection-forms) .d-lg-flex {
    display: flex !important;
  }
  :where(.vv-connection-forms) .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .d-xl-none {
    display: none !important;
  }
  :where(.vv-connection-forms) .d-xl-inline {
    display: inline !important;
  }
  :where(.vv-connection-forms) .d-xl-inline-block {
    display: inline-block !important;
  }
  :where(.vv-connection-forms) .d-xl-block {
    display: block !important;
  }
  :where(.vv-connection-forms) .d-xl-table {
    display: table !important;
  }
  :where(.vv-connection-forms) .d-xl-table-row {
    display: table-row !important;
  }
  :where(.vv-connection-forms) .d-xl-table-cell {
    display: table-cell !important;
  }
  :where(.vv-connection-forms) .d-xl-flex {
    display: flex !important;
  }
  :where(.vv-connection-forms) .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  :where(.vv-connection-forms) .d-print-none {
    display: none !important;
  }
  :where(.vv-connection-forms) .d-print-inline {
    display: inline !important;
  }
  :where(.vv-connection-forms) .d-print-inline-block {
    display: inline-block !important;
  }
  :where(.vv-connection-forms) .d-print-block {
    display: block !important;
  }
  :where(.vv-connection-forms) .d-print-table {
    display: table !important;
  }
  :where(.vv-connection-forms) .d-print-table-row {
    display: table-row !important;
  }
  :where(.vv-connection-forms) .d-print-table-cell {
    display: table-cell !important;
  }
  :where(.vv-connection-forms) .d-print-flex {
    display: flex !important;
  }
  :where(.vv-connection-forms) .d-print-inline-flex {
    display: inline-flex !important;
  }
}
:where(.vv-connection-forms) .embed-responsive, :where(.vv-connection-forms) .is-style-16by9 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
:where(.vv-connection-forms) .embed-responsive::before, :where(.vv-connection-forms) .is-style-16by9::before {
  display: block;
  content: "";
}
:where(.vv-connection-forms) .embed-responsive .embed-responsive-item, :where(.vv-connection-forms) .is-style-16by9 .embed-responsive-item, :where(.vv-connection-forms) .embed-responsive iframe, :where(.vv-connection-forms) .is-style-16by9 iframe, :where(.vv-connection-forms) .embed-responsive embed, :where(.vv-connection-forms) .is-style-16by9 embed, :where(.vv-connection-forms) .embed-responsive object, :where(.vv-connection-forms) .is-style-16by9 object, :where(.vv-connection-forms) .embed-responsive video, :where(.vv-connection-forms) .is-style-16by9 video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

:where(.vv-connection-forms) .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

:where(.vv-connection-forms) .embed-responsive-16by9::before, :where(.vv-connection-forms) .is-style-16by9::before {
  padding-top: 56.25%;
}

:where(.vv-connection-forms) .embed-responsive-4by3::before {
  padding-top: 75%;
}

:where(.vv-connection-forms) .embed-responsive-1by1::before {
  padding-top: 100%;
}

:where(.vv-connection-forms) .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

:where(.vv-connection-forms) .embed-responsive-16by9::before, :where(.vv-connection-forms) .is-style-16by9::before {
  padding-top: 56.25%;
}

:where(.vv-connection-forms) .embed-responsive-4by3::before {
  padding-top: 75%;
}

:where(.vv-connection-forms) .embed-responsive-1by1::before {
  padding-top: 100%;
}

:where(.vv-connection-forms) .flex-row {
  flex-direction: row !important;
}

:where(.vv-connection-forms) .flex-column {
  flex-direction: column !important;
}

:where(.vv-connection-forms) .flex-row-reverse {
  flex-direction: row-reverse !important;
}

:where(.vv-connection-forms) .flex-column-reverse {
  flex-direction: column-reverse !important;
}

:where(.vv-connection-forms) .flex-wrap {
  flex-wrap: wrap !important;
}

:where(.vv-connection-forms) .flex-nowrap {
  flex-wrap: nowrap !important;
}

:where(.vv-connection-forms) .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

:where(.vv-connection-forms) .flex-fill {
  flex: 1 1 auto !important;
}

:where(.vv-connection-forms) .flex-grow-0 {
  flex-grow: 0 !important;
}

:where(.vv-connection-forms) .flex-grow-1 {
  flex-grow: 1 !important;
}

:where(.vv-connection-forms) .flex-shrink-0 {
  flex-shrink: 0 !important;
}

:where(.vv-connection-forms) .flex-shrink-1 {
  flex-shrink: 1 !important;
}

:where(.vv-connection-forms) .justify-content-start {
  justify-content: flex-start !important;
}

:where(.vv-connection-forms) .justify-content-end {
  justify-content: flex-end !important;
}

:where(.vv-connection-forms) .justify-content-center {
  justify-content: center !important;
}

:where(.vv-connection-forms) .justify-content-between {
  justify-content: space-between !important;
}

:where(.vv-connection-forms) .justify-content-around {
  justify-content: space-around !important;
}

:where(.vv-connection-forms) .align-items-start {
  align-items: flex-start !important;
}

:where(.vv-connection-forms) .align-items-end {
  align-items: flex-end !important;
}

:where(.vv-connection-forms) .align-items-center {
  align-items: center !important;
}

:where(.vv-connection-forms) .align-items-baseline {
  align-items: baseline !important;
}

:where(.vv-connection-forms) .align-items-stretch {
  align-items: stretch !important;
}

:where(.vv-connection-forms) .align-content-start {
  align-content: flex-start !important;
}

:where(.vv-connection-forms) .align-content-end {
  align-content: flex-end !important;
}

:where(.vv-connection-forms) .align-content-center {
  align-content: center !important;
}

:where(.vv-connection-forms) .align-content-between {
  align-content: space-between !important;
}

:where(.vv-connection-forms) .align-content-around {
  align-content: space-around !important;
}

:where(.vv-connection-forms) .align-content-stretch {
  align-content: stretch !important;
}

:where(.vv-connection-forms) .align-self-auto {
  align-self: auto !important;
}

:where(.vv-connection-forms) .align-self-start {
  align-self: flex-start !important;
}

:where(.vv-connection-forms) .align-self-end {
  align-self: flex-end !important;
}

:where(.vv-connection-forms) .align-self-center {
  align-self: center !important;
}

:where(.vv-connection-forms) .align-self-baseline {
  align-self: baseline !important;
}

:where(.vv-connection-forms) .align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .flex-sm-row {
    flex-direction: row !important;
  }
  :where(.vv-connection-forms) .flex-sm-column {
    flex-direction: column !important;
  }
  :where(.vv-connection-forms) .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  :where(.vv-connection-forms) .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  :where(.vv-connection-forms) .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  :where(.vv-connection-forms) .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  :where(.vv-connection-forms) .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :where(.vv-connection-forms) .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  :where(.vv-connection-forms) .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  :where(.vv-connection-forms) .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  :where(.vv-connection-forms) .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  :where(.vv-connection-forms) .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  :where(.vv-connection-forms) .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  :where(.vv-connection-forms) .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  :where(.vv-connection-forms) .justify-content-sm-center {
    justify-content: center !important;
  }
  :where(.vv-connection-forms) .justify-content-sm-between {
    justify-content: space-between !important;
  }
  :where(.vv-connection-forms) .justify-content-sm-around {
    justify-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-items-sm-start {
    align-items: flex-start !important;
  }
  :where(.vv-connection-forms) .align-items-sm-end {
    align-items: flex-end !important;
  }
  :where(.vv-connection-forms) .align-items-sm-center {
    align-items: center !important;
  }
  :where(.vv-connection-forms) .align-items-sm-baseline {
    align-items: baseline !important;
  }
  :where(.vv-connection-forms) .align-items-sm-stretch {
    align-items: stretch !important;
  }
  :where(.vv-connection-forms) .align-content-sm-start {
    align-content: flex-start !important;
  }
  :where(.vv-connection-forms) .align-content-sm-end {
    align-content: flex-end !important;
  }
  :where(.vv-connection-forms) .align-content-sm-center {
    align-content: center !important;
  }
  :where(.vv-connection-forms) .align-content-sm-between {
    align-content: space-between !important;
  }
  :where(.vv-connection-forms) .align-content-sm-around {
    align-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-content-sm-stretch {
    align-content: stretch !important;
  }
  :where(.vv-connection-forms) .align-self-sm-auto {
    align-self: auto !important;
  }
  :where(.vv-connection-forms) .align-self-sm-start {
    align-self: flex-start !important;
  }
  :where(.vv-connection-forms) .align-self-sm-end {
    align-self: flex-end !important;
  }
  :where(.vv-connection-forms) .align-self-sm-center {
    align-self: center !important;
  }
  :where(.vv-connection-forms) .align-self-sm-baseline {
    align-self: baseline !important;
  }
  :where(.vv-connection-forms) .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .flex-md-row {
    flex-direction: row !important;
  }
  :where(.vv-connection-forms) .flex-md-column {
    flex-direction: column !important;
  }
  :where(.vv-connection-forms) .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  :where(.vv-connection-forms) .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  :where(.vv-connection-forms) .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  :where(.vv-connection-forms) .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  :where(.vv-connection-forms) .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :where(.vv-connection-forms) .flex-md-fill {
    flex: 1 1 auto !important;
  }
  :where(.vv-connection-forms) .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  :where(.vv-connection-forms) .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  :where(.vv-connection-forms) .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  :where(.vv-connection-forms) .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  :where(.vv-connection-forms) .justify-content-md-start {
    justify-content: flex-start !important;
  }
  :where(.vv-connection-forms) .justify-content-md-end {
    justify-content: flex-end !important;
  }
  :where(.vv-connection-forms) .justify-content-md-center {
    justify-content: center !important;
  }
  :where(.vv-connection-forms) .justify-content-md-between {
    justify-content: space-between !important;
  }
  :where(.vv-connection-forms) .justify-content-md-around {
    justify-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-items-md-start {
    align-items: flex-start !important;
  }
  :where(.vv-connection-forms) .align-items-md-end {
    align-items: flex-end !important;
  }
  :where(.vv-connection-forms) .align-items-md-center {
    align-items: center !important;
  }
  :where(.vv-connection-forms) .align-items-md-baseline {
    align-items: baseline !important;
  }
  :where(.vv-connection-forms) .align-items-md-stretch {
    align-items: stretch !important;
  }
  :where(.vv-connection-forms) .align-content-md-start {
    align-content: flex-start !important;
  }
  :where(.vv-connection-forms) .align-content-md-end {
    align-content: flex-end !important;
  }
  :where(.vv-connection-forms) .align-content-md-center {
    align-content: center !important;
  }
  :where(.vv-connection-forms) .align-content-md-between {
    align-content: space-between !important;
  }
  :where(.vv-connection-forms) .align-content-md-around {
    align-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-content-md-stretch {
    align-content: stretch !important;
  }
  :where(.vv-connection-forms) .align-self-md-auto {
    align-self: auto !important;
  }
  :where(.vv-connection-forms) .align-self-md-start {
    align-self: flex-start !important;
  }
  :where(.vv-connection-forms) .align-self-md-end {
    align-self: flex-end !important;
  }
  :where(.vv-connection-forms) .align-self-md-center {
    align-self: center !important;
  }
  :where(.vv-connection-forms) .align-self-md-baseline {
    align-self: baseline !important;
  }
  :where(.vv-connection-forms) .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .flex-lg-row {
    flex-direction: row !important;
  }
  :where(.vv-connection-forms) .flex-lg-column {
    flex-direction: column !important;
  }
  :where(.vv-connection-forms) .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  :where(.vv-connection-forms) .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  :where(.vv-connection-forms) .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  :where(.vv-connection-forms) .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  :where(.vv-connection-forms) .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :where(.vv-connection-forms) .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  :where(.vv-connection-forms) .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  :where(.vv-connection-forms) .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  :where(.vv-connection-forms) .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  :where(.vv-connection-forms) .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  :where(.vv-connection-forms) .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  :where(.vv-connection-forms) .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  :where(.vv-connection-forms) .justify-content-lg-center {
    justify-content: center !important;
  }
  :where(.vv-connection-forms) .justify-content-lg-between {
    justify-content: space-between !important;
  }
  :where(.vv-connection-forms) .justify-content-lg-around {
    justify-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-items-lg-start {
    align-items: flex-start !important;
  }
  :where(.vv-connection-forms) .align-items-lg-end {
    align-items: flex-end !important;
  }
  :where(.vv-connection-forms) .align-items-lg-center {
    align-items: center !important;
  }
  :where(.vv-connection-forms) .align-items-lg-baseline {
    align-items: baseline !important;
  }
  :where(.vv-connection-forms) .align-items-lg-stretch {
    align-items: stretch !important;
  }
  :where(.vv-connection-forms) .align-content-lg-start {
    align-content: flex-start !important;
  }
  :where(.vv-connection-forms) .align-content-lg-end {
    align-content: flex-end !important;
  }
  :where(.vv-connection-forms) .align-content-lg-center {
    align-content: center !important;
  }
  :where(.vv-connection-forms) .align-content-lg-between {
    align-content: space-between !important;
  }
  :where(.vv-connection-forms) .align-content-lg-around {
    align-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-content-lg-stretch {
    align-content: stretch !important;
  }
  :where(.vv-connection-forms) .align-self-lg-auto {
    align-self: auto !important;
  }
  :where(.vv-connection-forms) .align-self-lg-start {
    align-self: flex-start !important;
  }
  :where(.vv-connection-forms) .align-self-lg-end {
    align-self: flex-end !important;
  }
  :where(.vv-connection-forms) .align-self-lg-center {
    align-self: center !important;
  }
  :where(.vv-connection-forms) .align-self-lg-baseline {
    align-self: baseline !important;
  }
  :where(.vv-connection-forms) .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .flex-xl-row {
    flex-direction: row !important;
  }
  :where(.vv-connection-forms) .flex-xl-column {
    flex-direction: column !important;
  }
  :where(.vv-connection-forms) .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  :where(.vv-connection-forms) .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  :where(.vv-connection-forms) .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  :where(.vv-connection-forms) .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  :where(.vv-connection-forms) .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  :where(.vv-connection-forms) .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  :where(.vv-connection-forms) .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  :where(.vv-connection-forms) .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  :where(.vv-connection-forms) .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  :where(.vv-connection-forms) .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  :where(.vv-connection-forms) .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  :where(.vv-connection-forms) .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  :where(.vv-connection-forms) .justify-content-xl-center {
    justify-content: center !important;
  }
  :where(.vv-connection-forms) .justify-content-xl-between {
    justify-content: space-between !important;
  }
  :where(.vv-connection-forms) .justify-content-xl-around {
    justify-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-items-xl-start {
    align-items: flex-start !important;
  }
  :where(.vv-connection-forms) .align-items-xl-end {
    align-items: flex-end !important;
  }
  :where(.vv-connection-forms) .align-items-xl-center {
    align-items: center !important;
  }
  :where(.vv-connection-forms) .align-items-xl-baseline {
    align-items: baseline !important;
  }
  :where(.vv-connection-forms) .align-items-xl-stretch {
    align-items: stretch !important;
  }
  :where(.vv-connection-forms) .align-content-xl-start {
    align-content: flex-start !important;
  }
  :where(.vv-connection-forms) .align-content-xl-end {
    align-content: flex-end !important;
  }
  :where(.vv-connection-forms) .align-content-xl-center {
    align-content: center !important;
  }
  :where(.vv-connection-forms) .align-content-xl-between {
    align-content: space-between !important;
  }
  :where(.vv-connection-forms) .align-content-xl-around {
    align-content: space-around !important;
  }
  :where(.vv-connection-forms) .align-content-xl-stretch {
    align-content: stretch !important;
  }
  :where(.vv-connection-forms) .align-self-xl-auto {
    align-self: auto !important;
  }
  :where(.vv-connection-forms) .align-self-xl-start {
    align-self: flex-start !important;
  }
  :where(.vv-connection-forms) .align-self-xl-end {
    align-self: flex-end !important;
  }
  :where(.vv-connection-forms) .align-self-xl-center {
    align-self: center !important;
  }
  :where(.vv-connection-forms) .align-self-xl-baseline {
    align-self: baseline !important;
  }
  :where(.vv-connection-forms) .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
:where(.vv-connection-forms) .float-left {
  float: left !important;
}

:where(.vv-connection-forms) .float-right {
  float: right !important;
}

:where(.vv-connection-forms) .float-none {
  float: none !important;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .float-sm-left {
    float: left !important;
  }
  :where(.vv-connection-forms) .float-sm-right {
    float: right !important;
  }
  :where(.vv-connection-forms) .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .float-md-left {
    float: left !important;
  }
  :where(.vv-connection-forms) .float-md-right {
    float: right !important;
  }
  :where(.vv-connection-forms) .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .float-lg-left {
    float: left !important;
  }
  :where(.vv-connection-forms) .float-lg-right {
    float: right !important;
  }
  :where(.vv-connection-forms) .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .float-xl-left {
    float: left !important;
  }
  :where(.vv-connection-forms) .float-xl-right {
    float: right !important;
  }
  :where(.vv-connection-forms) .float-xl-none {
    float: none !important;
  }
}
:where(.vv-connection-forms) .user-select-all {
  user-select: all !important;
}

:where(.vv-connection-forms) .user-select-auto {
  user-select: auto !important;
}

:where(.vv-connection-forms) .user-select-none {
  user-select: none !important;
}

:where(.vv-connection-forms) .overflow-auto {
  overflow: auto !important;
}

:where(.vv-connection-forms) .overflow-hidden {
  overflow: hidden !important;
}

:where(.vv-connection-forms) .position-static {
  position: static !important;
}

:where(.vv-connection-forms) .position-relative {
  position: relative !important;
}

:where(.vv-connection-forms) .position-absolute {
  position: absolute !important;
}

:where(.vv-connection-forms) .position-fixed {
  position: fixed !important;
}

:where(.vv-connection-forms) .position-sticky {
  position: sticky !important;
}

:where(.vv-connection-forms) .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

:where(.vv-connection-forms) .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  :where(.vv-connection-forms) .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

:where(.vv-connection-forms) .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:where(.vv-connection-forms) .sr-only-focusable:active, :where(.vv-connection-forms) .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

:where(.vv-connection-forms) .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

:where(.vv-connection-forms) .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

:where(.vv-connection-forms) .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

:where(.vv-connection-forms) .shadow-none {
  box-shadow: none !important;
}

:where(.vv-connection-forms) .w-25 {
  width: 25% !important;
}

:where(.vv-connection-forms) .w-50 {
  width: 50% !important;
}

:where(.vv-connection-forms) .w-75 {
  width: 75% !important;
}

:where(.vv-connection-forms) .w-100 {
  width: 100% !important;
}

:where(.vv-connection-forms) .w-auto {
  width: auto !important;
}

:where(.vv-connection-forms) .h-25 {
  height: 25% !important;
}

:where(.vv-connection-forms) .h-50 {
  height: 50% !important;
}

:where(.vv-connection-forms) .h-75 {
  height: 75% !important;
}

:where(.vv-connection-forms) .h-100 {
  height: 100% !important;
}

:where(.vv-connection-forms) .h-auto {
  height: auto !important;
}

:where(.vv-connection-forms) .mw-100 {
  max-width: 100% !important;
}

:where(.vv-connection-forms) .mh-100 {
  max-height: 100% !important;
}

:where(.vv-connection-forms) .min-vw-100 {
  min-width: 100vw !important;
}

:where(.vv-connection-forms) .min-vh-100 {
  min-height: 100vh !important;
}

:where(.vv-connection-forms) .vw-100 {
  width: 100vw !important;
}

:where(.vv-connection-forms) .vh-100 {
  height: 100vh !important;
}

:where(.vv-connection-forms) .m-0 {
  margin: 0 !important;
}

:where(.vv-connection-forms) .mt-0,
:where(.vv-connection-forms) .my-0 {
  margin-top: 0 !important;
}

:where(.vv-connection-forms) .mr-0,
:where(.vv-connection-forms) .mx-0 {
  margin-right: 0 !important;
}

:where(.vv-connection-forms) .mb-0,
:where(.vv-connection-forms) .my-0 {
  margin-bottom: 0 !important;
}

:where(.vv-connection-forms) .ml-0,
:where(.vv-connection-forms) .mx-0 {
  margin-left: 0 !important;
}

:where(.vv-connection-forms) .m-1 {
  margin: 0.25rem !important;
}

:where(.vv-connection-forms) .mt-1,
:where(.vv-connection-forms) .my-1 {
  margin-top: 0.25rem !important;
}

:where(.vv-connection-forms) .mr-1,
:where(.vv-connection-forms) .mx-1 {
  margin-right: 0.25rem !important;
}

:where(.vv-connection-forms) .mb-1,
:where(.vv-connection-forms) .my-1 {
  margin-bottom: 0.25rem !important;
}

:where(.vv-connection-forms) .ml-1,
:where(.vv-connection-forms) .mx-1 {
  margin-left: 0.25rem !important;
}

:where(.vv-connection-forms) .m-2 {
  margin: 0.5rem !important;
}

:where(.vv-connection-forms) .mt-2,
:where(.vv-connection-forms) .my-2 {
  margin-top: 0.5rem !important;
}

:where(.vv-connection-forms) .mr-2,
:where(.vv-connection-forms) .mx-2 {
  margin-right: 0.5rem !important;
}

:where(.vv-connection-forms) .mb-2,
:where(.vv-connection-forms) .my-2 {
  margin-bottom: 0.5rem !important;
}

:where(.vv-connection-forms) .ml-2,
:where(.vv-connection-forms) .mx-2 {
  margin-left: 0.5rem !important;
}

:where(.vv-connection-forms) .m-3 {
  margin: 1rem !important;
}

:where(.vv-connection-forms) .mt-3,
:where(.vv-connection-forms) .my-3 {
  margin-top: 1rem !important;
}

:where(.vv-connection-forms) .mr-3,
:where(.vv-connection-forms) .mx-3 {
  margin-right: 1rem !important;
}

:where(.vv-connection-forms) .mb-3,
:where(.vv-connection-forms) .my-3 {
  margin-bottom: 1rem !important;
}

:where(.vv-connection-forms) .ml-3,
:where(.vv-connection-forms) .mx-3 {
  margin-left: 1rem !important;
}

:where(.vv-connection-forms) .m-4 {
  margin: 1.5rem !important;
}

:where(.vv-connection-forms) .mt-4,
:where(.vv-connection-forms) .my-4 {
  margin-top: 1.5rem !important;
}

:where(.vv-connection-forms) .mr-4,
:where(.vv-connection-forms) .mx-4 {
  margin-right: 1.5rem !important;
}

:where(.vv-connection-forms) .mb-4,
:where(.vv-connection-forms) .my-4 {
  margin-bottom: 1.5rem !important;
}

:where(.vv-connection-forms) .ml-4,
:where(.vv-connection-forms) .mx-4 {
  margin-left: 1.5rem !important;
}

:where(.vv-connection-forms) .m-5 {
  margin: 3rem !important;
}

:where(.vv-connection-forms) .mt-5,
:where(.vv-connection-forms) .my-5 {
  margin-top: 3rem !important;
}

:where(.vv-connection-forms) .mr-5,
:where(.vv-connection-forms) .mx-5 {
  margin-right: 3rem !important;
}

:where(.vv-connection-forms) .mb-5,
:where(.vv-connection-forms) .my-5 {
  margin-bottom: 3rem !important;
}

:where(.vv-connection-forms) .ml-5,
:where(.vv-connection-forms) .mx-5 {
  margin-left: 3rem !important;
}

:where(.vv-connection-forms) .p-0 {
  padding: 0 !important;
}

:where(.vv-connection-forms) .pt-0,
:where(.vv-connection-forms) .py-0 {
  padding-top: 0 !important;
}

:where(.vv-connection-forms) .pr-0,
:where(.vv-connection-forms) .px-0 {
  padding-right: 0 !important;
}

:where(.vv-connection-forms) .pb-0,
:where(.vv-connection-forms) .py-0 {
  padding-bottom: 0 !important;
}

:where(.vv-connection-forms) .pl-0,
:where(.vv-connection-forms) .px-0 {
  padding-left: 0 !important;
}

:where(.vv-connection-forms) .p-1 {
  padding: 0.25rem !important;
}

:where(.vv-connection-forms) .pt-1,
:where(.vv-connection-forms) .py-1 {
  padding-top: 0.25rem !important;
}

:where(.vv-connection-forms) .pr-1,
:where(.vv-connection-forms) .px-1 {
  padding-right: 0.25rem !important;
}

:where(.vv-connection-forms) .pb-1,
:where(.vv-connection-forms) .py-1 {
  padding-bottom: 0.25rem !important;
}

:where(.vv-connection-forms) .pl-1,
:where(.vv-connection-forms) .px-1 {
  padding-left: 0.25rem !important;
}

:where(.vv-connection-forms) .p-2 {
  padding: 0.5rem !important;
}

:where(.vv-connection-forms) .pt-2,
:where(.vv-connection-forms) .py-2 {
  padding-top: 0.5rem !important;
}

:where(.vv-connection-forms) .pr-2,
:where(.vv-connection-forms) .px-2 {
  padding-right: 0.5rem !important;
}

:where(.vv-connection-forms) .pb-2,
:where(.vv-connection-forms) .py-2 {
  padding-bottom: 0.5rem !important;
}

:where(.vv-connection-forms) .pl-2,
:where(.vv-connection-forms) .px-2 {
  padding-left: 0.5rem !important;
}

:where(.vv-connection-forms) .p-3 {
  padding: 1rem !important;
}

:where(.vv-connection-forms) .pt-3,
:where(.vv-connection-forms) .py-3 {
  padding-top: 1rem !important;
}

:where(.vv-connection-forms) .pr-3,
:where(.vv-connection-forms) .px-3 {
  padding-right: 1rem !important;
}

:where(.vv-connection-forms) .pb-3,
:where(.vv-connection-forms) .py-3 {
  padding-bottom: 1rem !important;
}

:where(.vv-connection-forms) .pl-3,
:where(.vv-connection-forms) .px-3 {
  padding-left: 1rem !important;
}

:where(.vv-connection-forms) .p-4 {
  padding: 1.5rem !important;
}

:where(.vv-connection-forms) .pt-4,
:where(.vv-connection-forms) .py-4 {
  padding-top: 1.5rem !important;
}

:where(.vv-connection-forms) .pr-4,
:where(.vv-connection-forms) .px-4 {
  padding-right: 1.5rem !important;
}

:where(.vv-connection-forms) .pb-4,
:where(.vv-connection-forms) .py-4 {
  padding-bottom: 1.5rem !important;
}

:where(.vv-connection-forms) .pl-4,
:where(.vv-connection-forms) .px-4 {
  padding-left: 1.5rem !important;
}

:where(.vv-connection-forms) .p-5 {
  padding: 3rem !important;
}

:where(.vv-connection-forms) .pt-5,
:where(.vv-connection-forms) .py-5 {
  padding-top: 3rem !important;
}

:where(.vv-connection-forms) .pr-5,
:where(.vv-connection-forms) .px-5 {
  padding-right: 3rem !important;
}

:where(.vv-connection-forms) .pb-5,
:where(.vv-connection-forms) .py-5 {
  padding-bottom: 3rem !important;
}

:where(.vv-connection-forms) .pl-5,
:where(.vv-connection-forms) .px-5 {
  padding-left: 3rem !important;
}

:where(.vv-connection-forms) .m-n1 {
  margin: -0.25rem !important;
}

:where(.vv-connection-forms) .mt-n1,
:where(.vv-connection-forms) .my-n1 {
  margin-top: -0.25rem !important;
}

:where(.vv-connection-forms) .mr-n1,
:where(.vv-connection-forms) .mx-n1 {
  margin-right: -0.25rem !important;
}

:where(.vv-connection-forms) .mb-n1,
:where(.vv-connection-forms) .my-n1 {
  margin-bottom: -0.25rem !important;
}

:where(.vv-connection-forms) .ml-n1,
:where(.vv-connection-forms) .mx-n1 {
  margin-left: -0.25rem !important;
}

:where(.vv-connection-forms) .m-n2 {
  margin: -0.5rem !important;
}

:where(.vv-connection-forms) .mt-n2,
:where(.vv-connection-forms) .my-n2 {
  margin-top: -0.5rem !important;
}

:where(.vv-connection-forms) .mr-n2,
:where(.vv-connection-forms) .mx-n2 {
  margin-right: -0.5rem !important;
}

:where(.vv-connection-forms) .mb-n2,
:where(.vv-connection-forms) .my-n2 {
  margin-bottom: -0.5rem !important;
}

:where(.vv-connection-forms) .ml-n2,
:where(.vv-connection-forms) .mx-n2 {
  margin-left: -0.5rem !important;
}

:where(.vv-connection-forms) .m-n3 {
  margin: -1rem !important;
}

:where(.vv-connection-forms) .mt-n3,
:where(.vv-connection-forms) .my-n3 {
  margin-top: -1rem !important;
}

:where(.vv-connection-forms) .mr-n3,
:where(.vv-connection-forms) .mx-n3 {
  margin-right: -1rem !important;
}

:where(.vv-connection-forms) .mb-n3,
:where(.vv-connection-forms) .my-n3 {
  margin-bottom: -1rem !important;
}

:where(.vv-connection-forms) .ml-n3,
:where(.vv-connection-forms) .mx-n3 {
  margin-left: -1rem !important;
}

:where(.vv-connection-forms) .m-n4 {
  margin: -1.5rem !important;
}

:where(.vv-connection-forms) .mt-n4,
:where(.vv-connection-forms) .my-n4 {
  margin-top: -1.5rem !important;
}

:where(.vv-connection-forms) .mr-n4,
:where(.vv-connection-forms) .mx-n4 {
  margin-right: -1.5rem !important;
}

:where(.vv-connection-forms) .mb-n4,
:where(.vv-connection-forms) .my-n4 {
  margin-bottom: -1.5rem !important;
}

:where(.vv-connection-forms) .ml-n4,
:where(.vv-connection-forms) .mx-n4 {
  margin-left: -1.5rem !important;
}

:where(.vv-connection-forms) .m-n5 {
  margin: -3rem !important;
}

:where(.vv-connection-forms) .mt-n5,
:where(.vv-connection-forms) .my-n5 {
  margin-top: -3rem !important;
}

:where(.vv-connection-forms) .mr-n5,
:where(.vv-connection-forms) .mx-n5 {
  margin-right: -3rem !important;
}

:where(.vv-connection-forms) .mb-n5,
:where(.vv-connection-forms) .my-n5 {
  margin-bottom: -3rem !important;
}

:where(.vv-connection-forms) .ml-n5,
:where(.vv-connection-forms) .mx-n5 {
  margin-left: -3rem !important;
}

:where(.vv-connection-forms) .m-auto {
  margin: auto !important;
}

:where(.vv-connection-forms) .mt-auto,
:where(.vv-connection-forms) .my-auto {
  margin-top: auto !important;
}

:where(.vv-connection-forms) .mr-auto,
:where(.vv-connection-forms) .mx-auto {
  margin-right: auto !important;
}

:where(.vv-connection-forms) .mb-auto,
:where(.vv-connection-forms) .my-auto {
  margin-bottom: auto !important;
}

:where(.vv-connection-forms) .ml-auto,
:where(.vv-connection-forms) .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .m-sm-0 {
    margin: 0 !important;
  }
  :where(.vv-connection-forms) .mt-sm-0,
:where(.vv-connection-forms) .my-sm-0 {
    margin-top: 0 !important;
  }
  :where(.vv-connection-forms) .mr-sm-0,
:where(.vv-connection-forms) .mx-sm-0 {
    margin-right: 0 !important;
  }
  :where(.vv-connection-forms) .mb-sm-0,
:where(.vv-connection-forms) .my-sm-0 {
    margin-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .ml-sm-0,
:where(.vv-connection-forms) .mx-sm-0 {
    margin-left: 0 !important;
  }
  :where(.vv-connection-forms) .m-sm-1 {
    margin: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-1,
:where(.vv-connection-forms) .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-1,
:where(.vv-connection-forms) .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-1,
:where(.vv-connection-forms) .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-1,
:where(.vv-connection-forms) .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .m-sm-2 {
    margin: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-2,
:where(.vv-connection-forms) .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-2,
:where(.vv-connection-forms) .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-2,
:where(.vv-connection-forms) .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-2,
:where(.vv-connection-forms) .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .m-sm-3 {
    margin: 1rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-3,
:where(.vv-connection-forms) .my-sm-3 {
    margin-top: 1rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-3,
:where(.vv-connection-forms) .mx-sm-3 {
    margin-right: 1rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-3,
:where(.vv-connection-forms) .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-3,
:where(.vv-connection-forms) .mx-sm-3 {
    margin-left: 1rem !important;
  }
  :where(.vv-connection-forms) .m-sm-4 {
    margin: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-4,
:where(.vv-connection-forms) .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-4,
:where(.vv-connection-forms) .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-4,
:where(.vv-connection-forms) .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-4,
:where(.vv-connection-forms) .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .m-sm-5 {
    margin: 3rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-5,
:where(.vv-connection-forms) .my-sm-5 {
    margin-top: 3rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-5,
:where(.vv-connection-forms) .mx-sm-5 {
    margin-right: 3rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-5,
:where(.vv-connection-forms) .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-5,
:where(.vv-connection-forms) .mx-sm-5 {
    margin-left: 3rem !important;
  }
  :where(.vv-connection-forms) .p-sm-0 {
    padding: 0 !important;
  }
  :where(.vv-connection-forms) .pt-sm-0,
:where(.vv-connection-forms) .py-sm-0 {
    padding-top: 0 !important;
  }
  :where(.vv-connection-forms) .pr-sm-0,
:where(.vv-connection-forms) .px-sm-0 {
    padding-right: 0 !important;
  }
  :where(.vv-connection-forms) .pb-sm-0,
:where(.vv-connection-forms) .py-sm-0 {
    padding-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .pl-sm-0,
:where(.vv-connection-forms) .px-sm-0 {
    padding-left: 0 !important;
  }
  :where(.vv-connection-forms) .p-sm-1 {
    padding: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pt-sm-1,
:where(.vv-connection-forms) .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pr-sm-1,
:where(.vv-connection-forms) .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pb-sm-1,
:where(.vv-connection-forms) .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pl-sm-1,
:where(.vv-connection-forms) .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .p-sm-2 {
    padding: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pt-sm-2,
:where(.vv-connection-forms) .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pr-sm-2,
:where(.vv-connection-forms) .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pb-sm-2,
:where(.vv-connection-forms) .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pl-sm-2,
:where(.vv-connection-forms) .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .p-sm-3 {
    padding: 1rem !important;
  }
  :where(.vv-connection-forms) .pt-sm-3,
:where(.vv-connection-forms) .py-sm-3 {
    padding-top: 1rem !important;
  }
  :where(.vv-connection-forms) .pr-sm-3,
:where(.vv-connection-forms) .px-sm-3 {
    padding-right: 1rem !important;
  }
  :where(.vv-connection-forms) .pb-sm-3,
:where(.vv-connection-forms) .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .pl-sm-3,
:where(.vv-connection-forms) .px-sm-3 {
    padding-left: 1rem !important;
  }
  :where(.vv-connection-forms) .p-sm-4 {
    padding: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pt-sm-4,
:where(.vv-connection-forms) .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pr-sm-4,
:where(.vv-connection-forms) .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pb-sm-4,
:where(.vv-connection-forms) .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pl-sm-4,
:where(.vv-connection-forms) .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .p-sm-5 {
    padding: 3rem !important;
  }
  :where(.vv-connection-forms) .pt-sm-5,
:where(.vv-connection-forms) .py-sm-5 {
    padding-top: 3rem !important;
  }
  :where(.vv-connection-forms) .pr-sm-5,
:where(.vv-connection-forms) .px-sm-5 {
    padding-right: 3rem !important;
  }
  :where(.vv-connection-forms) .pb-sm-5,
:where(.vv-connection-forms) .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .pl-sm-5,
:where(.vv-connection-forms) .px-sm-5 {
    padding-left: 3rem !important;
  }
  :where(.vv-connection-forms) .m-sm-n1 {
    margin: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-n1,
:where(.vv-connection-forms) .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-n1,
:where(.vv-connection-forms) .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-n1,
:where(.vv-connection-forms) .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-n1,
:where(.vv-connection-forms) .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  :where(.vv-connection-forms) .m-sm-n2 {
    margin: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-n2,
:where(.vv-connection-forms) .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-n2,
:where(.vv-connection-forms) .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-n2,
:where(.vv-connection-forms) .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-n2,
:where(.vv-connection-forms) .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  :where(.vv-connection-forms) .m-sm-n3 {
    margin: -1rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-n3,
:where(.vv-connection-forms) .my-sm-n3 {
    margin-top: -1rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-n3,
:where(.vv-connection-forms) .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-n3,
:where(.vv-connection-forms) .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-n3,
:where(.vv-connection-forms) .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  :where(.vv-connection-forms) .m-sm-n4 {
    margin: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-n4,
:where(.vv-connection-forms) .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-n4,
:where(.vv-connection-forms) .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-n4,
:where(.vv-connection-forms) .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-n4,
:where(.vv-connection-forms) .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  :where(.vv-connection-forms) .m-sm-n5 {
    margin: -3rem !important;
  }
  :where(.vv-connection-forms) .mt-sm-n5,
:where(.vv-connection-forms) .my-sm-n5 {
    margin-top: -3rem !important;
  }
  :where(.vv-connection-forms) .mr-sm-n5,
:where(.vv-connection-forms) .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  :where(.vv-connection-forms) .mb-sm-n5,
:where(.vv-connection-forms) .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  :where(.vv-connection-forms) .ml-sm-n5,
:where(.vv-connection-forms) .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  :where(.vv-connection-forms) .m-sm-auto {
    margin: auto !important;
  }
  :where(.vv-connection-forms) .mt-sm-auto,
:where(.vv-connection-forms) .my-sm-auto {
    margin-top: auto !important;
  }
  :where(.vv-connection-forms) .mr-sm-auto,
:where(.vv-connection-forms) .mx-sm-auto {
    margin-right: auto !important;
  }
  :where(.vv-connection-forms) .mb-sm-auto,
:where(.vv-connection-forms) .my-sm-auto {
    margin-bottom: auto !important;
  }
  :where(.vv-connection-forms) .ml-sm-auto,
:where(.vv-connection-forms) .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .m-md-0 {
    margin: 0 !important;
  }
  :where(.vv-connection-forms) .mt-md-0,
:where(.vv-connection-forms) .my-md-0 {
    margin-top: 0 !important;
  }
  :where(.vv-connection-forms) .mr-md-0,
:where(.vv-connection-forms) .mx-md-0 {
    margin-right: 0 !important;
  }
  :where(.vv-connection-forms) .mb-md-0,
:where(.vv-connection-forms) .my-md-0 {
    margin-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .ml-md-0,
:where(.vv-connection-forms) .mx-md-0 {
    margin-left: 0 !important;
  }
  :where(.vv-connection-forms) .m-md-1 {
    margin: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-md-1,
:where(.vv-connection-forms) .my-md-1 {
    margin-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-md-1,
:where(.vv-connection-forms) .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-md-1,
:where(.vv-connection-forms) .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-md-1,
:where(.vv-connection-forms) .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .m-md-2 {
    margin: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-md-2,
:where(.vv-connection-forms) .my-md-2 {
    margin-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-md-2,
:where(.vv-connection-forms) .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-md-2,
:where(.vv-connection-forms) .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-md-2,
:where(.vv-connection-forms) .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .m-md-3 {
    margin: 1rem !important;
  }
  :where(.vv-connection-forms) .mt-md-3,
:where(.vv-connection-forms) .my-md-3 {
    margin-top: 1rem !important;
  }
  :where(.vv-connection-forms) .mr-md-3,
:where(.vv-connection-forms) .mx-md-3 {
    margin-right: 1rem !important;
  }
  :where(.vv-connection-forms) .mb-md-3,
:where(.vv-connection-forms) .my-md-3 {
    margin-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .ml-md-3,
:where(.vv-connection-forms) .mx-md-3 {
    margin-left: 1rem !important;
  }
  :where(.vv-connection-forms) .m-md-4 {
    margin: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-md-4,
:where(.vv-connection-forms) .my-md-4 {
    margin-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-md-4,
:where(.vv-connection-forms) .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-md-4,
:where(.vv-connection-forms) .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-md-4,
:where(.vv-connection-forms) .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .m-md-5 {
    margin: 3rem !important;
  }
  :where(.vv-connection-forms) .mt-md-5,
:where(.vv-connection-forms) .my-md-5 {
    margin-top: 3rem !important;
  }
  :where(.vv-connection-forms) .mr-md-5,
:where(.vv-connection-forms) .mx-md-5 {
    margin-right: 3rem !important;
  }
  :where(.vv-connection-forms) .mb-md-5,
:where(.vv-connection-forms) .my-md-5 {
    margin-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .ml-md-5,
:where(.vv-connection-forms) .mx-md-5 {
    margin-left: 3rem !important;
  }
  :where(.vv-connection-forms) .p-md-0 {
    padding: 0 !important;
  }
  :where(.vv-connection-forms) .pt-md-0,
:where(.vv-connection-forms) .py-md-0 {
    padding-top: 0 !important;
  }
  :where(.vv-connection-forms) .pr-md-0,
:where(.vv-connection-forms) .px-md-0 {
    padding-right: 0 !important;
  }
  :where(.vv-connection-forms) .pb-md-0,
:where(.vv-connection-forms) .py-md-0 {
    padding-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .pl-md-0,
:where(.vv-connection-forms) .px-md-0 {
    padding-left: 0 !important;
  }
  :where(.vv-connection-forms) .p-md-1 {
    padding: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pt-md-1,
:where(.vv-connection-forms) .py-md-1 {
    padding-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pr-md-1,
:where(.vv-connection-forms) .px-md-1 {
    padding-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pb-md-1,
:where(.vv-connection-forms) .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pl-md-1,
:where(.vv-connection-forms) .px-md-1 {
    padding-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .p-md-2 {
    padding: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pt-md-2,
:where(.vv-connection-forms) .py-md-2 {
    padding-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pr-md-2,
:where(.vv-connection-forms) .px-md-2 {
    padding-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pb-md-2,
:where(.vv-connection-forms) .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pl-md-2,
:where(.vv-connection-forms) .px-md-2 {
    padding-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .p-md-3 {
    padding: 1rem !important;
  }
  :where(.vv-connection-forms) .pt-md-3,
:where(.vv-connection-forms) .py-md-3 {
    padding-top: 1rem !important;
  }
  :where(.vv-connection-forms) .pr-md-3,
:where(.vv-connection-forms) .px-md-3 {
    padding-right: 1rem !important;
  }
  :where(.vv-connection-forms) .pb-md-3,
:where(.vv-connection-forms) .py-md-3 {
    padding-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .pl-md-3,
:where(.vv-connection-forms) .px-md-3 {
    padding-left: 1rem !important;
  }
  :where(.vv-connection-forms) .p-md-4 {
    padding: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pt-md-4,
:where(.vv-connection-forms) .py-md-4 {
    padding-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pr-md-4,
:where(.vv-connection-forms) .px-md-4 {
    padding-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pb-md-4,
:where(.vv-connection-forms) .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pl-md-4,
:where(.vv-connection-forms) .px-md-4 {
    padding-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .p-md-5 {
    padding: 3rem !important;
  }
  :where(.vv-connection-forms) .pt-md-5,
:where(.vv-connection-forms) .py-md-5 {
    padding-top: 3rem !important;
  }
  :where(.vv-connection-forms) .pr-md-5,
:where(.vv-connection-forms) .px-md-5 {
    padding-right: 3rem !important;
  }
  :where(.vv-connection-forms) .pb-md-5,
:where(.vv-connection-forms) .py-md-5 {
    padding-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .pl-md-5,
:where(.vv-connection-forms) .px-md-5 {
    padding-left: 3rem !important;
  }
  :where(.vv-connection-forms) .m-md-n1 {
    margin: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-md-n1,
:where(.vv-connection-forms) .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-md-n1,
:where(.vv-connection-forms) .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-md-n1,
:where(.vv-connection-forms) .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-md-n1,
:where(.vv-connection-forms) .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  :where(.vv-connection-forms) .m-md-n2 {
    margin: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-md-n2,
:where(.vv-connection-forms) .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-md-n2,
:where(.vv-connection-forms) .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-md-n2,
:where(.vv-connection-forms) .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-md-n2,
:where(.vv-connection-forms) .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  :where(.vv-connection-forms) .m-md-n3 {
    margin: -1rem !important;
  }
  :where(.vv-connection-forms) .mt-md-n3,
:where(.vv-connection-forms) .my-md-n3 {
    margin-top: -1rem !important;
  }
  :where(.vv-connection-forms) .mr-md-n3,
:where(.vv-connection-forms) .mx-md-n3 {
    margin-right: -1rem !important;
  }
  :where(.vv-connection-forms) .mb-md-n3,
:where(.vv-connection-forms) .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  :where(.vv-connection-forms) .ml-md-n3,
:where(.vv-connection-forms) .mx-md-n3 {
    margin-left: -1rem !important;
  }
  :where(.vv-connection-forms) .m-md-n4 {
    margin: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-md-n4,
:where(.vv-connection-forms) .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-md-n4,
:where(.vv-connection-forms) .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-md-n4,
:where(.vv-connection-forms) .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-md-n4,
:where(.vv-connection-forms) .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  :where(.vv-connection-forms) .m-md-n5 {
    margin: -3rem !important;
  }
  :where(.vv-connection-forms) .mt-md-n5,
:where(.vv-connection-forms) .my-md-n5 {
    margin-top: -3rem !important;
  }
  :where(.vv-connection-forms) .mr-md-n5,
:where(.vv-connection-forms) .mx-md-n5 {
    margin-right: -3rem !important;
  }
  :where(.vv-connection-forms) .mb-md-n5,
:where(.vv-connection-forms) .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  :where(.vv-connection-forms) .ml-md-n5,
:where(.vv-connection-forms) .mx-md-n5 {
    margin-left: -3rem !important;
  }
  :where(.vv-connection-forms) .m-md-auto {
    margin: auto !important;
  }
  :where(.vv-connection-forms) .mt-md-auto,
:where(.vv-connection-forms) .my-md-auto {
    margin-top: auto !important;
  }
  :where(.vv-connection-forms) .mr-md-auto,
:where(.vv-connection-forms) .mx-md-auto {
    margin-right: auto !important;
  }
  :where(.vv-connection-forms) .mb-md-auto,
:where(.vv-connection-forms) .my-md-auto {
    margin-bottom: auto !important;
  }
  :where(.vv-connection-forms) .ml-md-auto,
:where(.vv-connection-forms) .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .m-lg-0 {
    margin: 0 !important;
  }
  :where(.vv-connection-forms) .mt-lg-0,
:where(.vv-connection-forms) .my-lg-0 {
    margin-top: 0 !important;
  }
  :where(.vv-connection-forms) .mr-lg-0,
:where(.vv-connection-forms) .mx-lg-0 {
    margin-right: 0 !important;
  }
  :where(.vv-connection-forms) .mb-lg-0,
:where(.vv-connection-forms) .my-lg-0 {
    margin-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .ml-lg-0,
:where(.vv-connection-forms) .mx-lg-0 {
    margin-left: 0 !important;
  }
  :where(.vv-connection-forms) .m-lg-1 {
    margin: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-1,
:where(.vv-connection-forms) .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-1,
:where(.vv-connection-forms) .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-1,
:where(.vv-connection-forms) .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-1,
:where(.vv-connection-forms) .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .m-lg-2 {
    margin: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-2,
:where(.vv-connection-forms) .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-2,
:where(.vv-connection-forms) .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-2,
:where(.vv-connection-forms) .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-2,
:where(.vv-connection-forms) .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .m-lg-3 {
    margin: 1rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-3,
:where(.vv-connection-forms) .my-lg-3 {
    margin-top: 1rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-3,
:where(.vv-connection-forms) .mx-lg-3 {
    margin-right: 1rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-3,
:where(.vv-connection-forms) .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-3,
:where(.vv-connection-forms) .mx-lg-3 {
    margin-left: 1rem !important;
  }
  :where(.vv-connection-forms) .m-lg-4 {
    margin: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-4,
:where(.vv-connection-forms) .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-4,
:where(.vv-connection-forms) .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-4,
:where(.vv-connection-forms) .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-4,
:where(.vv-connection-forms) .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .m-lg-5 {
    margin: 3rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-5,
:where(.vv-connection-forms) .my-lg-5 {
    margin-top: 3rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-5,
:where(.vv-connection-forms) .mx-lg-5 {
    margin-right: 3rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-5,
:where(.vv-connection-forms) .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-5,
:where(.vv-connection-forms) .mx-lg-5 {
    margin-left: 3rem !important;
  }
  :where(.vv-connection-forms) .p-lg-0 {
    padding: 0 !important;
  }
  :where(.vv-connection-forms) .pt-lg-0,
:where(.vv-connection-forms) .py-lg-0 {
    padding-top: 0 !important;
  }
  :where(.vv-connection-forms) .pr-lg-0,
:where(.vv-connection-forms) .px-lg-0 {
    padding-right: 0 !important;
  }
  :where(.vv-connection-forms) .pb-lg-0,
:where(.vv-connection-forms) .py-lg-0 {
    padding-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .pl-lg-0,
:where(.vv-connection-forms) .px-lg-0 {
    padding-left: 0 !important;
  }
  :where(.vv-connection-forms) .p-lg-1 {
    padding: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pt-lg-1,
:where(.vv-connection-forms) .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pr-lg-1,
:where(.vv-connection-forms) .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pb-lg-1,
:where(.vv-connection-forms) .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pl-lg-1,
:where(.vv-connection-forms) .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .p-lg-2 {
    padding: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pt-lg-2,
:where(.vv-connection-forms) .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pr-lg-2,
:where(.vv-connection-forms) .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pb-lg-2,
:where(.vv-connection-forms) .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pl-lg-2,
:where(.vv-connection-forms) .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .p-lg-3 {
    padding: 1rem !important;
  }
  :where(.vv-connection-forms) .pt-lg-3,
:where(.vv-connection-forms) .py-lg-3 {
    padding-top: 1rem !important;
  }
  :where(.vv-connection-forms) .pr-lg-3,
:where(.vv-connection-forms) .px-lg-3 {
    padding-right: 1rem !important;
  }
  :where(.vv-connection-forms) .pb-lg-3,
:where(.vv-connection-forms) .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .pl-lg-3,
:where(.vv-connection-forms) .px-lg-3 {
    padding-left: 1rem !important;
  }
  :where(.vv-connection-forms) .p-lg-4 {
    padding: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pt-lg-4,
:where(.vv-connection-forms) .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pr-lg-4,
:where(.vv-connection-forms) .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pb-lg-4,
:where(.vv-connection-forms) .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pl-lg-4,
:where(.vv-connection-forms) .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .p-lg-5 {
    padding: 3rem !important;
  }
  :where(.vv-connection-forms) .pt-lg-5,
:where(.vv-connection-forms) .py-lg-5 {
    padding-top: 3rem !important;
  }
  :where(.vv-connection-forms) .pr-lg-5,
:where(.vv-connection-forms) .px-lg-5 {
    padding-right: 3rem !important;
  }
  :where(.vv-connection-forms) .pb-lg-5,
:where(.vv-connection-forms) .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .pl-lg-5,
:where(.vv-connection-forms) .px-lg-5 {
    padding-left: 3rem !important;
  }
  :where(.vv-connection-forms) .m-lg-n1 {
    margin: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-n1,
:where(.vv-connection-forms) .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-n1,
:where(.vv-connection-forms) .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-n1,
:where(.vv-connection-forms) .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-n1,
:where(.vv-connection-forms) .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  :where(.vv-connection-forms) .m-lg-n2 {
    margin: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-n2,
:where(.vv-connection-forms) .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-n2,
:where(.vv-connection-forms) .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-n2,
:where(.vv-connection-forms) .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-n2,
:where(.vv-connection-forms) .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  :where(.vv-connection-forms) .m-lg-n3 {
    margin: -1rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-n3,
:where(.vv-connection-forms) .my-lg-n3 {
    margin-top: -1rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-n3,
:where(.vv-connection-forms) .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-n3,
:where(.vv-connection-forms) .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-n3,
:where(.vv-connection-forms) .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  :where(.vv-connection-forms) .m-lg-n4 {
    margin: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-n4,
:where(.vv-connection-forms) .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-n4,
:where(.vv-connection-forms) .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-n4,
:where(.vv-connection-forms) .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-n4,
:where(.vv-connection-forms) .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  :where(.vv-connection-forms) .m-lg-n5 {
    margin: -3rem !important;
  }
  :where(.vv-connection-forms) .mt-lg-n5,
:where(.vv-connection-forms) .my-lg-n5 {
    margin-top: -3rem !important;
  }
  :where(.vv-connection-forms) .mr-lg-n5,
:where(.vv-connection-forms) .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  :where(.vv-connection-forms) .mb-lg-n5,
:where(.vv-connection-forms) .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  :where(.vv-connection-forms) .ml-lg-n5,
:where(.vv-connection-forms) .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  :where(.vv-connection-forms) .m-lg-auto {
    margin: auto !important;
  }
  :where(.vv-connection-forms) .mt-lg-auto,
:where(.vv-connection-forms) .my-lg-auto {
    margin-top: auto !important;
  }
  :where(.vv-connection-forms) .mr-lg-auto,
:where(.vv-connection-forms) .mx-lg-auto {
    margin-right: auto !important;
  }
  :where(.vv-connection-forms) .mb-lg-auto,
:where(.vv-connection-forms) .my-lg-auto {
    margin-bottom: auto !important;
  }
  :where(.vv-connection-forms) .ml-lg-auto,
:where(.vv-connection-forms) .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .m-xl-0 {
    margin: 0 !important;
  }
  :where(.vv-connection-forms) .mt-xl-0,
:where(.vv-connection-forms) .my-xl-0 {
    margin-top: 0 !important;
  }
  :where(.vv-connection-forms) .mr-xl-0,
:where(.vv-connection-forms) .mx-xl-0 {
    margin-right: 0 !important;
  }
  :where(.vv-connection-forms) .mb-xl-0,
:where(.vv-connection-forms) .my-xl-0 {
    margin-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .ml-xl-0,
:where(.vv-connection-forms) .mx-xl-0 {
    margin-left: 0 !important;
  }
  :where(.vv-connection-forms) .m-xl-1 {
    margin: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-1,
:where(.vv-connection-forms) .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-1,
:where(.vv-connection-forms) .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-1,
:where(.vv-connection-forms) .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-1,
:where(.vv-connection-forms) .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .m-xl-2 {
    margin: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-2,
:where(.vv-connection-forms) .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-2,
:where(.vv-connection-forms) .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-2,
:where(.vv-connection-forms) .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-2,
:where(.vv-connection-forms) .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .m-xl-3 {
    margin: 1rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-3,
:where(.vv-connection-forms) .my-xl-3 {
    margin-top: 1rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-3,
:where(.vv-connection-forms) .mx-xl-3 {
    margin-right: 1rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-3,
:where(.vv-connection-forms) .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-3,
:where(.vv-connection-forms) .mx-xl-3 {
    margin-left: 1rem !important;
  }
  :where(.vv-connection-forms) .m-xl-4 {
    margin: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-4,
:where(.vv-connection-forms) .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-4,
:where(.vv-connection-forms) .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-4,
:where(.vv-connection-forms) .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-4,
:where(.vv-connection-forms) .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .m-xl-5 {
    margin: 3rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-5,
:where(.vv-connection-forms) .my-xl-5 {
    margin-top: 3rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-5,
:where(.vv-connection-forms) .mx-xl-5 {
    margin-right: 3rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-5,
:where(.vv-connection-forms) .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-5,
:where(.vv-connection-forms) .mx-xl-5 {
    margin-left: 3rem !important;
  }
  :where(.vv-connection-forms) .p-xl-0 {
    padding: 0 !important;
  }
  :where(.vv-connection-forms) .pt-xl-0,
:where(.vv-connection-forms) .py-xl-0 {
    padding-top: 0 !important;
  }
  :where(.vv-connection-forms) .pr-xl-0,
:where(.vv-connection-forms) .px-xl-0 {
    padding-right: 0 !important;
  }
  :where(.vv-connection-forms) .pb-xl-0,
:where(.vv-connection-forms) .py-xl-0 {
    padding-bottom: 0 !important;
  }
  :where(.vv-connection-forms) .pl-xl-0,
:where(.vv-connection-forms) .px-xl-0 {
    padding-left: 0 !important;
  }
  :where(.vv-connection-forms) .p-xl-1 {
    padding: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pt-xl-1,
:where(.vv-connection-forms) .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pr-xl-1,
:where(.vv-connection-forms) .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pb-xl-1,
:where(.vv-connection-forms) .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  :where(.vv-connection-forms) .pl-xl-1,
:where(.vv-connection-forms) .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  :where(.vv-connection-forms) .p-xl-2 {
    padding: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pt-xl-2,
:where(.vv-connection-forms) .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pr-xl-2,
:where(.vv-connection-forms) .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pb-xl-2,
:where(.vv-connection-forms) .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  :where(.vv-connection-forms) .pl-xl-2,
:where(.vv-connection-forms) .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  :where(.vv-connection-forms) .p-xl-3 {
    padding: 1rem !important;
  }
  :where(.vv-connection-forms) .pt-xl-3,
:where(.vv-connection-forms) .py-xl-3 {
    padding-top: 1rem !important;
  }
  :where(.vv-connection-forms) .pr-xl-3,
:where(.vv-connection-forms) .px-xl-3 {
    padding-right: 1rem !important;
  }
  :where(.vv-connection-forms) .pb-xl-3,
:where(.vv-connection-forms) .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  :where(.vv-connection-forms) .pl-xl-3,
:where(.vv-connection-forms) .px-xl-3 {
    padding-left: 1rem !important;
  }
  :where(.vv-connection-forms) .p-xl-4 {
    padding: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pt-xl-4,
:where(.vv-connection-forms) .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pr-xl-4,
:where(.vv-connection-forms) .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pb-xl-4,
:where(.vv-connection-forms) .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  :where(.vv-connection-forms) .pl-xl-4,
:where(.vv-connection-forms) .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  :where(.vv-connection-forms) .p-xl-5 {
    padding: 3rem !important;
  }
  :where(.vv-connection-forms) .pt-xl-5,
:where(.vv-connection-forms) .py-xl-5 {
    padding-top: 3rem !important;
  }
  :where(.vv-connection-forms) .pr-xl-5,
:where(.vv-connection-forms) .px-xl-5 {
    padding-right: 3rem !important;
  }
  :where(.vv-connection-forms) .pb-xl-5,
:where(.vv-connection-forms) .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  :where(.vv-connection-forms) .pl-xl-5,
:where(.vv-connection-forms) .px-xl-5 {
    padding-left: 3rem !important;
  }
  :where(.vv-connection-forms) .m-xl-n1 {
    margin: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-n1,
:where(.vv-connection-forms) .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-n1,
:where(.vv-connection-forms) .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-n1,
:where(.vv-connection-forms) .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-n1,
:where(.vv-connection-forms) .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  :where(.vv-connection-forms) .m-xl-n2 {
    margin: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-n2,
:where(.vv-connection-forms) .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-n2,
:where(.vv-connection-forms) .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-n2,
:where(.vv-connection-forms) .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-n2,
:where(.vv-connection-forms) .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  :where(.vv-connection-forms) .m-xl-n3 {
    margin: -1rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-n3,
:where(.vv-connection-forms) .my-xl-n3 {
    margin-top: -1rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-n3,
:where(.vv-connection-forms) .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-n3,
:where(.vv-connection-forms) .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-n3,
:where(.vv-connection-forms) .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  :where(.vv-connection-forms) .m-xl-n4 {
    margin: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-n4,
:where(.vv-connection-forms) .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-n4,
:where(.vv-connection-forms) .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-n4,
:where(.vv-connection-forms) .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-n4,
:where(.vv-connection-forms) .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  :where(.vv-connection-forms) .m-xl-n5 {
    margin: -3rem !important;
  }
  :where(.vv-connection-forms) .mt-xl-n5,
:where(.vv-connection-forms) .my-xl-n5 {
    margin-top: -3rem !important;
  }
  :where(.vv-connection-forms) .mr-xl-n5,
:where(.vv-connection-forms) .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  :where(.vv-connection-forms) .mb-xl-n5,
:where(.vv-connection-forms) .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  :where(.vv-connection-forms) .ml-xl-n5,
:where(.vv-connection-forms) .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  :where(.vv-connection-forms) .m-xl-auto {
    margin: auto !important;
  }
  :where(.vv-connection-forms) .mt-xl-auto,
:where(.vv-connection-forms) .my-xl-auto {
    margin-top: auto !important;
  }
  :where(.vv-connection-forms) .mr-xl-auto,
:where(.vv-connection-forms) .mx-xl-auto {
    margin-right: auto !important;
  }
  :where(.vv-connection-forms) .mb-xl-auto,
:where(.vv-connection-forms) .my-xl-auto {
    margin-bottom: auto !important;
  }
  :where(.vv-connection-forms) .ml-xl-auto,
:where(.vv-connection-forms) .mx-xl-auto {
    margin-left: auto !important;
  }
}
:where(.vv-connection-forms) .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

:where(.vv-connection-forms) .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

:where(.vv-connection-forms) .text-justify {
  text-align: justify !important;
}

:where(.vv-connection-forms) .text-wrap {
  white-space: normal !important;
}

:where(.vv-connection-forms) .text-nowrap {
  white-space: nowrap !important;
}

:where(.vv-connection-forms) .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:where(.vv-connection-forms) .text-left {
  text-align: left !important;
}

:where(.vv-connection-forms) .text-right {
  text-align: right !important;
}

:where(.vv-connection-forms) .text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .text-sm-left {
    text-align: left !important;
  }
  :where(.vv-connection-forms) .text-sm-right {
    text-align: right !important;
  }
  :where(.vv-connection-forms) .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .text-md-left {
    text-align: left !important;
  }
  :where(.vv-connection-forms) .text-md-right {
    text-align: right !important;
  }
  :where(.vv-connection-forms) .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .text-lg-left {
    text-align: left !important;
  }
  :where(.vv-connection-forms) .text-lg-right {
    text-align: right !important;
  }
  :where(.vv-connection-forms) .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .text-xl-left {
    text-align: left !important;
  }
  :where(.vv-connection-forms) .text-xl-right {
    text-align: right !important;
  }
  :where(.vv-connection-forms) .text-xl-center {
    text-align: center !important;
  }
}
:where(.vv-connection-forms) .text-lowercase {
  text-transform: lowercase !important;
}

:where(.vv-connection-forms) .text-uppercase {
  text-transform: uppercase !important;
}

:where(.vv-connection-forms) .text-capitalize {
  text-transform: capitalize !important;
}

:where(.vv-connection-forms) .font-weight-light {
  font-weight: 300 !important;
}

:where(.vv-connection-forms) .font-weight-lighter {
  font-weight: lighter !important;
}

:where(.vv-connection-forms) .font-weight-normal {
  font-weight: 400 !important;
}

:where(.vv-connection-forms) .font-weight-bold {
  font-weight: 700 !important;
}

:where(.vv-connection-forms) .font-weight-bolder {
  font-weight: bolder !important;
}

:where(.vv-connection-forms) .font-italic {
  font-style: italic !important;
}

:where(.vv-connection-forms) .text-white {
  color: #fff !important;
}

:where(.vv-connection-forms) .text-primary {
  color: #17b6dc !important;
}

:where(.vv-connection-forms) a.text-primary:hover, :where(.vv-connection-forms) a.text-primary:focus {
  color: #107d97 !important;
}

:where(.vv-connection-forms) .text-secondary {
  color: #6c757d !important;
}

:where(.vv-connection-forms) a.text-secondary:hover, :where(.vv-connection-forms) a.text-secondary:focus {
  color: #494f54 !important;
}

:where(.vv-connection-forms) .text-success {
  color: #28a745 !important;
}

:where(.vv-connection-forms) a.text-success:hover, :where(.vv-connection-forms) a.text-success:focus {
  color: #19692c !important;
}

:where(.vv-connection-forms) .text-info {
  color: #17a2b8 !important;
}

:where(.vv-connection-forms) a.text-info:hover, :where(.vv-connection-forms) a.text-info:focus {
  color: #0f6674 !important;
}

:where(.vv-connection-forms) .text-warning {
  color: #ffc107 !important;
}

:where(.vv-connection-forms) a.text-warning:hover, :where(.vv-connection-forms) a.text-warning:focus {
  color: #ba8b00 !important;
}

:where(.vv-connection-forms) .text-danger {
  color: #dc3545 !important;
}

:where(.vv-connection-forms) a.text-danger:hover, :where(.vv-connection-forms) a.text-danger:focus {
  color: #a71d2a !important;
}

:where(.vv-connection-forms) .text-light {
  color: #f8f9fa !important;
}

:where(.vv-connection-forms) a.text-light:hover, :where(.vv-connection-forms) a.text-light:focus {
  color: #cbd3da !important;
}

:where(.vv-connection-forms) .text-dark {
  color: #343a40 !important;
}

:where(.vv-connection-forms) a.text-dark:hover, :where(.vv-connection-forms) a.text-dark:focus {
  color: #121416 !important;
}

:where(.vv-connection-forms) .text-body {
  color: #5d666a !important;
}

:where(.vv-connection-forms) .text-muted {
  color: #6c757d !important;
}

:where(.vv-connection-forms) .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

:where(.vv-connection-forms) .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

:where(.vv-connection-forms) .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

:where(.vv-connection-forms) .text-decoration-none {
  text-decoration: none !important;
}

:where(.vv-connection-forms) .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

:where(.vv-connection-forms) .text-reset {
  color: inherit !important;
}

:where(.vv-connection-forms) .visible {
  visibility: visible !important;
}

:where(.vv-connection-forms) .invisible {
  visibility: hidden !important;
}

:where(.vv-connection-forms) .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  :where(.vv-connection-forms) .fade {
    transition: none;
  }
}
:where(.vv-connection-forms) .fade:not(.show) {
  opacity: 0;
}

:where(.vv-connection-forms) .collapse:not(.show) {
  display: none;
}

:where(.vv-connection-forms) .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  :where(.vv-connection-forms) .collapsing {
    transition: none;
  }
}
:where(.vv-connection-forms) .collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  :where(.vv-connection-forms) .collapsing.width {
    transition: none;
  }
}

:where(.vv-connection-forms) .btn {
  display: inline-block;
  font-weight: 400;
  color: #5d666a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  :where(.vv-connection-forms) .btn {
    transition: none;
  }
}
:where(.vv-connection-forms) .btn:hover {
  color: #5d666a;
  text-decoration: none;
}
:where(.vv-connection-forms) .btn:focus, :where(.vv-connection-forms) .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 182, 220, 0.25);
}
:where(.vv-connection-forms) .btn.disabled, :where(.vv-connection-forms) .btn:disabled {
  opacity: 0.65;
}
:where(.vv-connection-forms) .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
:where(.vv-connection-forms) a.btn.disabled,
:where(.vv-connection-forms) fieldset:disabled a.btn {
  pointer-events: none;
}

:where(.vv-connection-forms) .btn-primary {
  color: #fff;
  background-color: #17b6dc;
  border-color: #17b6dc;
}
:where(.vv-connection-forms) .btn-primary:hover {
  color: #fff;
  background-color: #1399b9;
  border-color: #1290ae;
}
:where(.vv-connection-forms) .btn-primary:focus, :where(.vv-connection-forms) .btn-primary.focus {
  color: #fff;
  background-color: #1399b9;
  border-color: #1290ae;
  box-shadow: 0 0 0 0.2rem rgba(58, 193, 225, 0.5);
}
:where(.vv-connection-forms) .btn-primary.disabled, :where(.vv-connection-forms) .btn-primary:disabled {
  color: #fff;
  background-color: #17b6dc;
  border-color: #17b6dc;
}
:where(.vv-connection-forms) .btn-primary:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-primary:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1290ae;
  border-color: #1186a2;
}
:where(.vv-connection-forms) .btn-primary:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-primary:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 193, 225, 0.5);
}

:where(.vv-connection-forms) .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
:where(.vv-connection-forms) .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
:where(.vv-connection-forms) .btn-secondary:focus, :where(.vv-connection-forms) .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
:where(.vv-connection-forms) .btn-secondary.disabled, :where(.vv-connection-forms) .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
:where(.vv-connection-forms) .btn-secondary:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-secondary:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
:where(.vv-connection-forms) .btn-secondary:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-secondary:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

:where(.vv-connection-forms) .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
:where(.vv-connection-forms) .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
:where(.vv-connection-forms) .btn-success:focus, :where(.vv-connection-forms) .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
:where(.vv-connection-forms) .btn-success.disabled, :where(.vv-connection-forms) .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
:where(.vv-connection-forms) .btn-success:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-success:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
:where(.vv-connection-forms) .btn-success:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-success:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

:where(.vv-connection-forms) .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
:where(.vv-connection-forms) .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
:where(.vv-connection-forms) .btn-info:focus, :where(.vv-connection-forms) .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
:where(.vv-connection-forms) .btn-info.disabled, :where(.vv-connection-forms) .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
:where(.vv-connection-forms) .btn-info:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-info:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
:where(.vv-connection-forms) .btn-info:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-info:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

:where(.vv-connection-forms) .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
:where(.vv-connection-forms) .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
:where(.vv-connection-forms) .btn-warning:focus, :where(.vv-connection-forms) .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
:where(.vv-connection-forms) .btn-warning.disabled, :where(.vv-connection-forms) .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
:where(.vv-connection-forms) .btn-warning:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-warning:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
:where(.vv-connection-forms) .btn-warning:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-warning:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

:where(.vv-connection-forms) .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
:where(.vv-connection-forms) .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
:where(.vv-connection-forms) .btn-danger:focus, :where(.vv-connection-forms) .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
:where(.vv-connection-forms) .btn-danger.disabled, :where(.vv-connection-forms) .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
:where(.vv-connection-forms) .btn-danger:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-danger:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
:where(.vv-connection-forms) .btn-danger:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-danger:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

:where(.vv-connection-forms) .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
:where(.vv-connection-forms) .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
:where(.vv-connection-forms) .btn-light:focus, :where(.vv-connection-forms) .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
:where(.vv-connection-forms) .btn-light.disabled, :where(.vv-connection-forms) .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
:where(.vv-connection-forms) .btn-light:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-light:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
:where(.vv-connection-forms) .btn-light:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-light:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

:where(.vv-connection-forms) .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
:where(.vv-connection-forms) .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
:where(.vv-connection-forms) .btn-dark:focus, :where(.vv-connection-forms) .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
:where(.vv-connection-forms) .btn-dark.disabled, :where(.vv-connection-forms) .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
:where(.vv-connection-forms) .btn-dark:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-dark:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
:where(.vv-connection-forms) .btn-dark:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-dark:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

:where(.vv-connection-forms) .btn-outline-primary {
  color: #17b6dc;
  border-color: #17b6dc;
}
:where(.vv-connection-forms) .btn-outline-primary:hover {
  color: #fff;
  background-color: #17b6dc;
  border-color: #17b6dc;
}
:where(.vv-connection-forms) .btn-outline-primary:focus, :where(.vv-connection-forms) .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 182, 220, 0.5);
}
:where(.vv-connection-forms) .btn-outline-primary.disabled, :where(.vv-connection-forms) .btn-outline-primary:disabled {
  color: #17b6dc;
  background-color: transparent;
}
:where(.vv-connection-forms) .btn-outline-primary:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-outline-primary:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #17b6dc;
  border-color: #17b6dc;
}
:where(.vv-connection-forms) .btn-outline-primary:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-outline-primary:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 182, 220, 0.5);
}

:where(.vv-connection-forms) .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
:where(.vv-connection-forms) .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
:where(.vv-connection-forms) .btn-outline-secondary:focus, :where(.vv-connection-forms) .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
:where(.vv-connection-forms) .btn-outline-secondary.disabled, :where(.vv-connection-forms) .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
:where(.vv-connection-forms) .btn-outline-secondary:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-outline-secondary:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
:where(.vv-connection-forms) .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

:where(.vv-connection-forms) .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
:where(.vv-connection-forms) .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
:where(.vv-connection-forms) .btn-outline-success:focus, :where(.vv-connection-forms) .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
:where(.vv-connection-forms) .btn-outline-success.disabled, :where(.vv-connection-forms) .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
:where(.vv-connection-forms) .btn-outline-success:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-outline-success:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
:where(.vv-connection-forms) .btn-outline-success:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-outline-success:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

:where(.vv-connection-forms) .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
:where(.vv-connection-forms) .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
:where(.vv-connection-forms) .btn-outline-info:focus, :where(.vv-connection-forms) .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
:where(.vv-connection-forms) .btn-outline-info.disabled, :where(.vv-connection-forms) .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
:where(.vv-connection-forms) .btn-outline-info:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-outline-info:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
:where(.vv-connection-forms) .btn-outline-info:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-outline-info:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

:where(.vv-connection-forms) .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
:where(.vv-connection-forms) .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
:where(.vv-connection-forms) .btn-outline-warning:focus, :where(.vv-connection-forms) .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
:where(.vv-connection-forms) .btn-outline-warning.disabled, :where(.vv-connection-forms) .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
:where(.vv-connection-forms) .btn-outline-warning:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-outline-warning:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
:where(.vv-connection-forms) .btn-outline-warning:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-outline-warning:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

:where(.vv-connection-forms) .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
:where(.vv-connection-forms) .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
:where(.vv-connection-forms) .btn-outline-danger:focus, :where(.vv-connection-forms) .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
:where(.vv-connection-forms) .btn-outline-danger.disabled, :where(.vv-connection-forms) .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
:where(.vv-connection-forms) .btn-outline-danger:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-outline-danger:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
:where(.vv-connection-forms) .btn-outline-danger:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-outline-danger:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

:where(.vv-connection-forms) .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
:where(.vv-connection-forms) .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
:where(.vv-connection-forms) .btn-outline-light:focus, :where(.vv-connection-forms) .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
:where(.vv-connection-forms) .btn-outline-light.disabled, :where(.vv-connection-forms) .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
:where(.vv-connection-forms) .btn-outline-light:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-outline-light:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
:where(.vv-connection-forms) .btn-outline-light:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-outline-light:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

:where(.vv-connection-forms) .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
:where(.vv-connection-forms) .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
:where(.vv-connection-forms) .btn-outline-dark:focus, :where(.vv-connection-forms) .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
:where(.vv-connection-forms) .btn-outline-dark.disabled, :where(.vv-connection-forms) .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
:where(.vv-connection-forms) .btn-outline-dark:not(:disabled):not(.disabled):active, :where(.vv-connection-forms) .btn-outline-dark:not(:disabled):not(.disabled).active, :where(.vv-connection-forms) .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
:where(.vv-connection-forms) .btn-outline-dark:not(:disabled):not(.disabled):active:focus, :where(.vv-connection-forms) .btn-outline-dark:not(:disabled):not(.disabled).active:focus, :where(.vv-connection-forms) .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

:where(.vv-connection-forms) .btn-link {
  font-weight: 400;
  color: #17b6dc;
  text-decoration: none;
}
:where(.vv-connection-forms) .btn-link:hover {
  color: #107d97;
  text-decoration: underline;
}
:where(.vv-connection-forms) .btn-link:focus, :where(.vv-connection-forms) .btn-link.focus {
  text-decoration: underline;
}
:where(.vv-connection-forms) .btn-link:disabled, :where(.vv-connection-forms) .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

:where(.vv-connection-forms) .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

:where(.vv-connection-forms) .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

:where(.vv-connection-forms) .btn-block {
  display: block;
  width: 100%;
}
:where(.vv-connection-forms) .btn-block + .btn-block {
  margin-top: 0.5rem;
}

:where(.vv-connection-forms) input[type=submit].btn-block,
:where(.vv-connection-forms) input[type=reset].btn-block,
:where(.vv-connection-forms) input[type=button].btn-block {
  width: 100%;
}

@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) #wpadminbar {
    overflow: auto;
    top: 44px;
  }
}
:where(.vv-connection-forms) body.nav-mobile-open #wpadminbar {
  display: none;
}

@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) main img {
    max-width: 100%;
    height: auto;
  }
}

:where(.vv-connection-forms) .wp-block-image.w-100 figure, :where(.vv-connection-forms) .wp-block-image.w-100 img {
  width: 100%;
  height: auto;
}

:where(.vv-connection-forms) form[role=search] > div {
  display: flex;
  align-items: center;
  position: relative;
}
:where(.vv-connection-forms) form[role=search] > div:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  right: 0.6rem;
  color: #fff;
  font-weight: 300;
  pointer-events: none;
  font-size: 15px;
}
:where(.vv-connection-forms) form[role=search] input[type=text] {
  border-radius: 4em 0 0 4em;
  height: 28px;
  border: 1px solid #dedede;
  color: #5d666a;
  background-color: #fafafa;
  padding: 7px 0 7px 7px;
  position: relative;
  width: 166px;
  vertical-align: top;
  border-right: 0;
  font-size: 12px;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s;
}
:where(.vv-connection-forms) form[role=search] input[type=text]:focus, :where(.vv-connection-forms) form[role=search] input[type=text]:hover {
  background-color: #fff;
  outline: none;
}
:where(.vv-connection-forms) form[role=search] input[type=text]:focus {
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.05), 0 0 0 0.125rem rgba(23, 182, 220, 0.5);
}
:where(.vv-connection-forms) form[role=search] input[type=text]:focus + input[type=submit] {
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.05), 0 0 0 0.125rem rgba(23, 182, 220, 0.5);
}
:where(.vv-connection-forms) form[role=search] input[type=submit] {
  border-radius: 0 4em 4em 0;
  background-color: #17b6dc;
  color: #fff;
  border: none;
  height: 28px;
  width: 2rem;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
:where(.vv-connection-forms) form[role=search] input[type=submit]:hover {
  background-color: #3bc9eb;
}

:where(.vv-connection-forms) #breadcrumbs {
  margin-bottom: 2rem;
  font-size: 14px;
}

:where(.vv-connection-forms) #wrapper > .wpcp-carousel-wrapper .slick-dots {
  margin-top: 0;
}
:where(.vv-connection-forms) #wrapper > .wpcp-carousel-wrapper .slick-dots li button {
  width: 15px;
  height: 15px;
}

:where(.vv-connection-forms) #sp-wp-carousel-free-id-591 {
  padding: 0;
  margin-bottom: 2rem;
}
:where(.vv-connection-forms) #sp-wp-carousel-free-id-591 img {
  width: 100%;
  height: auto;
}

:where(.vv-connection-forms) .btn-hp-secondary {
  background: #B5DD1A;
  font-weight: 700;
  color: #041D25;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 0.875em;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  border: none;
}
:where(.vv-connection-forms) .btn-hp-secondary svg {
  margin-left: 0.5rem;
  transition: margin-left 0.3s;
}
:where(.vv-connection-forms) .btn-hp-secondary:hover {
  color: #041D25;
  background: #aacf18;
}
:where(.vv-connection-forms) .btn-hp-secondary:hover svg {
  margin-left: 1rem;
}

:where(.vv-connection-forms) .btn-vv-secondary, :where(body:has(.vv-connection-forms)) .vv-alert-footer .vv-alert-btn, :where(.vv-connection-forms) .vv-button {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 0.75rem 2rem;
  background-color: #B5DD1A;
  color: #0C3745;
  border-radius: 0;
  letter-spacing: 0.75px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
:where(.vv-connection-forms) .btn-vv-secondary svg, :where(body:has(.vv-connection-forms)) .vv-alert-footer .vv-alert-btn svg, :where(.vv-connection-forms) .vv-button svg {
  margin-left: 0.5rem;
  transition: margin-left 0.3s;
}
:where(.vv-connection-forms) .btn-vv-secondary:hover, :where(body:has(.vv-connection-forms)) .vv-alert-footer .vv-alert-btn:hover, :where(.vv-connection-forms) .vv-button:hover {
  color: #041D25;
  background: #aacf18;
  text-decoration: none;
}
:where(.vv-connection-forms) .btn-vv-secondary:hover svg, :where(body:has(.vv-connection-forms)) .vv-alert-footer .vv-alert-btn:hover svg, :where(.vv-connection-forms) .vv-button:hover svg {
  margin-left: 1rem;
}

:where(.vv-connection-forms) .site-branding-wrap a {
  text-decoration: none !important;
}
@media screen and (max-width: 992px) {
  :where(.vv-connection-forms) .site-branding-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #17b6dc;
    padding: 0.25rem 0.5rem;
    z-index: 1040;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  :where(.vv-connection-forms) .site-branding-wrap img {
    height: 30px;
  }
}
:where(.vv-connection-forms) .site-branding-wrap #navToggle {
  position: relative;
  height: 36px;
  padding: 10px 25px;
}
@media screen and (min-width: 992px) {
  :where(.vv-connection-forms) .site-branding-wrap #navToggle {
    display: none;
  }
}
:where(.vv-connection-forms) .site-branding-wrap #navToggle .icon-nav-toggle:before {
  transition: transform 0.3s;
  content: "\f0c9";
  font-family: "FontAwesome";
  font-weight: 300;
  position: absolute;
  top: 5px;
  left: 17px;
}
:where(.vv-connection-forms) body.nav-mobile-open .site-branding-wrap #navToggle .icon-nav-toggle:before {
  transform: rotate(180deg);
  content: "\f00d";
}

@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .tabs-payment .wp-block-image {
    display: flex;
    justify-content: center;
  }
  :where(.vv-connection-forms) .tabs-payment .wp-block-image img {
    width: 180px;
  }
}
:where(.vv-connection-forms) .tabs-payment .wp-block-column {
  align-self: center;
}
:where(.vv-connection-forms) .tabs-payment .vv-tabs-panel-links a {
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(.vv-connection-forms) .tabs-payment .vv-tabs-panel-links a:before {
  margin-right: 0.5rem;
}
:where(.vv-connection-forms) .tabs-payment .vv-tabs-panel-links a:first-child:before {
  content: url(images/595e473febd7e2d3c8eadc59480c8e96.png);
}
:where(.vv-connection-forms) .tabs-payment .vv-tabs-panel-links a:first-child.active:before {
  content: url(images/e35fd415d678bc89d1e446d0bc465874.png);
}
:where(.vv-connection-forms) .tabs-payment .vv-tabs-panel-links a:last-child:before {
  content: url(images/7ec01d4f94a49c7359a45084074ab55b.png);
}
:where(.vv-connection-forms) .tabs-payment .vv-tabs-panel-links a:last-child.active:before {
  content: url(images/a49893ba3900f2867427de7dbd9609a1.png);
}

/* WIDGET POLYLANG */
:where(.vv-connection-forms) .widget_polylang {
  padding-top: 8px;
  padding-right: 26px;
}
:where(.vv-connection-forms) .widget_polylang ul {
  margin: 0;
}
:where(.vv-connection-forms) .widget_polylang ul li {
  display: inline;
  color: #dedede;
  font-size: 11px;
  padding: 0 10px;
  border-right: 1px solid #dbf7ff;
}
:where(.vv-connection-forms) .widget_polylang ul li:last-child {
  border-right: 0px solid #dbf7ff;
}
:where(.vv-connection-forms) .widget_polylang ul li a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
}
:where(.vv-connection-forms) .widget_polylang ul li a:hover {
  text-decoration: underline;
}
:where(.vv-connection-forms) .widget_polylang ul li.current-lang a {
  color: #17b3e2;
  pointer-events: none;
}

:where(.vv-connection-forms) .post-content-single > div[style*=justify] {
  text-align: left !important;
}
:where(.vv-connection-forms) .post-content-back-wrap {
  padding: 2rem 0;
}

@media screen and (min-width: 1200px) {
  :where(.vv-connection-forms) main > h2.title {
    max-width: 900px;
  }
}

:where(.vv-connection-forms) div.pagination {
  margin-top: 2rem;
}
:where(.vv-connection-forms) div.pagination nav {
  padding: 0;
  margin: 0;
  display: flex;
}
:where(.vv-connection-forms) div.pagination nav a {
  color: #5d666a;
}
:where(.vv-connection-forms) div.pagination span:hover {
  cursor: default;
}
:where(.vv-connection-forms) div.pagination a, :where(.vv-connection-forms) div.pagination span {
  text-decoration: none;
  padding: 0;
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  transition: all 0.3s;
  text-align: center;
}
:where(.vv-connection-forms) div.pagination a.current, :where(.vv-connection-forms) div.pagination span.current {
  font-weight: bold;
}
:where(.vv-connection-forms) div.pagination a:not(.current):not(.dots):hover, :where(.vv-connection-forms) div.pagination span:not(.current):not(.dots):hover {
  background: rgba(0, 0, 0, 0.06);
}
:where(.vv-connection-forms) div.pagination a:not(.current):not(.dots):focus, :where(.vv-connection-forms) div.pagination span:not(.current):not(.dots):focus {
  box-shadow: 0 0 0 4px rgba(23, 182, 220, 0.2);
}
:where(.vv-connection-forms) div.pagination a:not(.current):not(.dots):active, :where(.vv-connection-forms) div.pagination span:not(.current):not(.dots):active {
  background: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) #cf7sg-form-pasitikejimo-linija table, :where(.vv-connection-forms) #cf7sg-form-pasitikejimo-linija tbody, :where(.vv-connection-forms) #cf7sg-form-pasitikejimo-linija thead, :where(.vv-connection-forms) #cf7sg-form-pasitikejimo-linija tr, :where(.vv-connection-forms) #cf7sg-form-pasitikejimo-linija td, :where(.vv-connection-forms) #cf7sg-form-pasitikejimo-linija th {
    display: block;
    width: 100%;
  }
}

:where(.vv-connection-forms) .control {
  display: block;
  width: 100%;
  border: 1px solid rgb(233, 236, 239);
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
:where(.vv-connection-forms) .control[disabled], :where(.vv-connection-forms) .control[readonly] {
  background-color: #f7f7f7;
  pointer-events: none;
}
:where(.vv-connection-forms) .control-label {
  margin-bottom: 0;
}
:where(.vv-connection-forms) .control-wrap {
  margin-bottom: 1rem;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
:where(.vv-connection-forms) .control-wrap .control-group {
  display: flex;
}
:where(.vv-connection-forms) .control-wrap .control-group .control {
  flex: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
:where(.vv-connection-forms) .control-wrap .control-group .control-prefix {
  background-color: rgb(248, 249, 250);
  border: 1px solid rgb(233, 236, 239);
  margin-right: -1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 12px;
}
:where(.vv-connection-forms) .control-wrap.required .control-label:after {
  content: " *";
  color: #dc3545;
}
:where(.vv-connection-forms) .control-wrap input::-webkit-outer-spin-button,
:where(.vv-connection-forms) .control-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
:where(.vv-connection-forms) .control-wrap input[type=number] {
  -moz-appearance: textfield;
}

:where(.vv-connection-forms) .control-wrap.control--invalid.control--blinking {
  animation: vv-connection-blink 1s 2;
}
:where(.vv-connection-forms) .control-wrap.control--invalid .control {
  border-color: #dc3545;
}
:where(.vv-connection-forms) .control-wrap.control--invalid .control:focus {
  outline: #dc3545;
}
:where(.vv-connection-forms) .control-wrap.control--invalid .control-prefix {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.7);
}

:where(.vv-connection-forms) .control-wrap.control-accent .control {
  border-color: #B5DD1A;
}
:where(.vv-connection-forms) .control-wrap.control-accent .control:focus {
  outline: #B5DD1A;
}
:where(.vv-connection-forms) .control-wrap.control-accent .control-prefix {
  border-color: #B5DD1A;
  background-color: rgba(181, 221, 26, 0.7);
}
:where(.vv-connection-forms) .control-wrap.control-danger .control {
  border-color: #dc3545;
}
:where(.vv-connection-forms) .control-wrap.control-danger .control:focus {
  outline: #dc3545;
}
:where(.vv-connection-forms) .control-wrap.control-danger .control-prefix {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.7);
}

@keyframes vv-connection-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:where(.vv-connection-forms) .control-group .Phone .wpcf7-not-valid-tip {
  position: absolute;
  left: -40px;
  width: calc(100% + 40px);
}

:where(.vv-connection-forms) .wpcf7-form-control-wrap {
  flex-grow: 1;
}

:where(.vv-connection-forms) .vv-form-img {
  max-width: 100%;
}

:where(.vv-connection-forms) .tooltip {
  z-index: 1050;
  background: #fff;
  border: 1px solid #b6b6b6;
  box-shadow: 0 0 5px #aaa;
  color: #5d666a;
  max-width: 300px;
  padding: 0.5rem;
  font-size: 14px;
  border-radius: 0.25rem;
}

:where(.vv-connection-forms) #cboxLoadedContent {
  margin-bottom: 38px;
}

:where(.vv-connection-forms) img.cboxElement:hover {
  cursor: pointer;
}

:where(.vv-connection-forms) .embed-responsive > .wp-block-embed__wrapper, :where(.vv-connection-forms) .is-style-16by9 > .wp-block-embed__wrapper {
  position: static;
}

:where(.vv-connection-forms) .is-style-16by9 > .wp-block-embed__wrapper {
  position: static;
}

@media screen and (min-width: 1200px) {
  :where(.vv-connection-forms) .wp-block-table {
    overflow: visible;
  }
}
:where(.vv-connection-forms) .wp-block-table:not([class*=is-style]) > table > * > tr > td, :where(.vv-connection-forms) .wp-block-table:not([class*=is-style]) > table > * > tr > th {
  border: 1px solid #c4c4c4;
  padding: 0.25rem;
}

:where(.vv-connection-forms) table.tablepress > * > tr > td, :where(.vv-connection-forms) table.tablepress > * > tr > th {
  border: 1px solid #c4c4c4;
  padding: 0.25rem;
}

@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .is-style-fit-mobile table {
    table-layout: fixed;
  }
  :where(.vv-connection-forms) .is-style-fit-mobile table td, :where(.vv-connection-forms) .is-style-fit-mobile table th {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

:where(.vv-connection-forms) .wptb-table-container table {
  border: none !important;
}
:where(.vv-connection-forms) .wptb-table-container table tr {
  transition: background 0.3s;
}
:where(.vv-connection-forms) .wptb-table-container table tr:hover {
  background: rgba(181, 221, 26, 0.3) !important;
}
:where(.vv-connection-forms) .wptb-table-container table tr:first-child td {
  border-top: none !important;
}
:where(.vv-connection-forms) .wptb-table-container table tr:last-child td {
  border-bottom: none !important;
}
:where(.vv-connection-forms) .wptb-table-container table tr td:first-child {
  border-left: none !important;
}
:where(.vv-connection-forms) .wptb-table-container table tr td:last-child {
  border-right: none !important;
}
:where(.vv-connection-forms) .wptb-table-container .wptb-text-container[style*="font-size: 28px;"] strong {
  color: #17b6dc !important;
}

:where(.vv-connection-forms) .social-links-list a.wp-block-navigation-item__content {
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}
:where(.vv-connection-forms) .social-links-list a.wp-block-navigation-item__content:hover {
  background-color: rgb(233, 233, 233);
}
:where(.vv-connection-forms) .social-links-list a.wp-block-navigation-item__content svg {
  color: #0078ff;
  font-size: 1.5em;
}

:where(.vv-connection-forms) #CybotCookiebotDialog {
  box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.2) !important;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBody {
  max-width: 100% !important;
  width: 1015px;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-radius: 3px !important;
  background-color: #fff !important;
  border: 1px solid #17B3E2 !important;
  padding: 5px 12px !important;
  text-decoration: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  color: #17B3E2 !important;
  font-size: 12px !important;
  transition: 0.2s !important;
  line-height: 1.428571429 !important;
}
:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
  color: #fff !important;
  background-color: #17B3E2 !important;
  border-color: #17B3E2 !important;
  text-decoration: none !important;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border-radius: 3px !important;
  background-color: #17B3E2 !important;
  border: 1px solid #17B3E2 !important;
  padding: 5px 12px !important;
  text-decoration: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 12px !important;
  transition: 0.2s !important;
  line-height: 1.428571429 !important;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border: none !important;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelDetailsWrapper {
  border: none !important;
  background: none !important;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelWrapper {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  display: flex !important;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonsTable {
  width: auto !important;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonsSelectPane label {
  background-image: none !important;
  position: relative !important;
  padding-left: 25px !important;
  margin-bottom: 0.5rem;
}
:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonsSelectPane label::after {
  content: "";
  background-size: cover;
  width: 11px;
  height: 10px;
  border-radius: 100%;
  top: 3px;
  left: 3px;
  display: block;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transition: transform 200ms ease;
}
:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonsSelectPane label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid rgba(23, 179, 226, 0.7);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonsSelectPane input[type=checkbox]:checked + label::before {
  content: "✔";
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 1.2;
  background: rgb(23, 179, 226);
  border-color: rgb(23, 179, 226);
}

:where(.vv-connection-forms) [for=CybotCookiebotDialogBodyLevelButtonNecessary]:after, :where(.vv-connection-forms) [for=CybotCookiebotDialogBodyLevelButtonNecessary]:before {
  opacity: 0.5;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelDetailsButton {
  font-weight: 600;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper > a {
  width: auto !important;
}

:where(.vv-connection-forms) #CybotCookiebotDialogPoweredbyLink {
  display: block !important;
}
:where(.vv-connection-forms) #CybotCookiebotDialogPoweredbyLink img {
  display: none;
}
:where(.vv-connection-forms) #CybotCookiebotDialogPoweredbyLink::before {
  content: "";
  background-image: url(images/dba02ce9f9910460f1072e133570cd58.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 50px;
}

:where(.vv-connection-forms) #CybotCookiebotDialogBodyContent {
  padding-left: 121px !important;
}

@media screen and (max-width: 500px) {
  :where(.vv-connection-forms) #CybotCookiebotDialogBodyContent {
    padding-left: 8px !important;
    padding-top: 80px !important;
  }
  :where(.vv-connection-forms) #CybotCookiebotDialogPoweredbyLink {
    display: flex !important;
    justify-content: center;
    width: 100% !important;
  }
  :where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonsTable,
:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonsRow,
:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtonsSelectPane,
:where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelDetailsWrapper {
    display: block !important;
  }
  :where(.vv-connection-forms) #CybotCookiebotDialogBodyLevelButtons {
    width: 100% !important;
  }
}
:where(.vv-connection-forms) #pojo-a11y-toolbar:not(.pojo-a11y-toolbar-open) .pojo-a11y-toolbar-toggle {
  display: none;
}

:where(.vv-connection-forms) table.tablepress-id-1 td, :where(.vv-connection-forms) table.tablepress-id-1 th {
  text-align: center;
}

:where(.vv-connection-forms) html {
  font-size: 16px;
  scroll-padding: 150px;
}

:where(.vv-connection-forms) body {
  background: url(images/088c55e6e792ff4a684f9b99b3755fb5.png);
  display: flex;
  flex-direction: column;
}
:where(.vv-connection-forms) body.nav-mobile-open {
  overflow: hidden;
}

:where(.vv-connection-forms) #wrapper {
  margin: 0 auto;
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 16px -8px black;
  -moz-box-shadow: 0 0 16px -8px black;
  box-shadow: 0 0 16px -8px black;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
:where(.vv-connection-forms) #wrapper > * {
  flex-shrink: 0;
}
:where(.vv-connection-forms) #wrapper > main {
  flex-grow: 1;
}
:where(.vv-connection-forms) #wrapper > .wpcp-carousel-wrapper > .wpcp-carousel-section {
  padding: 0;
}
@media screen and (max-width: 992px) {
  :where(.vv-connection-forms) #wrapper {
    padding-top: 46px;
  }
}

:where(.vv-connection-forms) #wrapper.wrapper-foreign {
  margin-top: 1rem;
  box-shadow: none;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  max-width: 961px;
  padding: 15px 26px 0 26px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  :where(.vv-connection-forms) #wrapper.wrapper-foreign {
    background-image: url(images/cc286573dd17b2432ff79a9a91bba0a6.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 1rem;
  }
}
:where(.vv-connection-forms) #wrapper.wrapper-foreign main {
  padding: 0;
}
:where(.vv-connection-forms) #wrapper.wrapper-foreign main > h2.title {
  text-align: left;
  font-size: 21px;
  font-weight: bold;
  color: #00477a;
  margin-top: 25px;
  border-bottom: 1px dotted #4cd9ff;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
:where(.vv-connection-forms) #wrapper.wrapper-foreign #footer {
  background: #fff;
  font-size: 12px;
  color: #6c757d;
  padding: 0.75rem 0;
  border-top: 1px dotted #17b6dc;
}
:where(.vv-connection-forms) #wrapper.wrapper-foreign .container, :where(.vv-connection-forms) #wrapper.wrapper-foreign ~ .cookie-notification .container {
  max-width: 960px !important;
}

:where(.vv-connection-forms) main, :where(.vv-connection-forms) header, :where(.vv-connection-forms) footer {
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 1200px) {
  :where(.vv-connection-forms) main, :where(.vv-connection-forms) header, :where(.vv-connection-forms) footer {
    padding: 2rem 3rem;
  }
}

:where(.vv-connection-forms) #header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  :where(.vv-connection-forms) #header {
    border-bottom: 1px solid #c4c4c4;
    background: #f9fafb;
  }
}

:where(.vv-connection-forms) #footer {
  background: #f9fafb;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  color: #888;
}
:where(.vv-connection-forms) #footer .footer-bottom {
  font-size: 12px;
  padding-top: 1rem;
  border-top: 1px solid #c4c4c4;
}

:where(.vv-connection-forms) .topbar {
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 399.98px) {
  :where(.vv-connection-forms) .topbar .widget_polylang {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 400px) {
  :where(.vv-connection-forms) .topbar {
    margin-right: 0;
  }
  :where(.vv-connection-forms) .topbar .widget-area {
    display: flex;
    align-items: center;
  }
}

:where(.vv-connection-forms) .post-content-single .post-image img {
  height: auto;
  max-width: 100%;
  width: 432px;
}

:where(.vv-connection-forms) .bg-container-secondary {
  background-color: #F6FBFF;
}
:where(.vv-connection-forms) .bg-container-secondary.fill-margins {
  position: relative;
  z-index: 1;
}
:where(.vv-connection-forms) .bg-container-secondary.fill-margins:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  min-width: 15px;
  background-color: #F6FBFF;
  z-index: -1;
}
:where(.vv-connection-forms) .bg-container-secondary.fill-margins:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  min-width: 15px;
  background-color: #F6FBFF;
  z-index: -1;
}
@media (min-width: 576px) {
  :where(.vv-connection-forms) .bg-container-secondary.fill-margins::before, :where(.vv-connection-forms) .bg-container-secondary.fill-margins::after {
    width: calc((100vw - 527px) * 0.5);
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .bg-container-secondary.fill-margins::before, :where(.vv-connection-forms) .bg-container-secondary.fill-margins::after {
    width: calc((100vw - 707px) * 0.5);
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .bg-container-secondary.fill-margins::before, :where(.vv-connection-forms) .bg-container-secondary.fill-margins::after {
    width: calc((100vw - 947px) * 0.5);
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .bg-container-secondary.fill-margins::before, :where(.vv-connection-forms) .bg-container-secondary.fill-margins::after {
    width: calc((100vw - 1491px) * 0.5);
  }
}

:where(.vv-connection-forms) .form-reg-col {
  margin-left: auto;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .form-reg-col {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .form-reg-col {
    padding: 100px;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1555px) {
  :where(.vv-connection-forms) .form-reg-col {
    width: 752px;
  }
}
@media (max-width: 767.98px) {
  :where(.vv-connection-forms) .form-reg-col {
    max-width: 540px;
    margin-left: auto !important;
    margin-right: auto;
  }
}
:where(.vv-connection-forms) .form-reg-col-wrap {
  background-color: rgb(246, 251, 255);
  display: flex;
}
:where(.vv-connection-forms) .form-reg-col-wrap + .form-reg-col-wrap {
  background-color: #fff;
}
:where(.vv-connection-forms) .form-reg-col-wrap + .form-reg-col-wrap .form-reg-col {
  margin-left: 0;
  margin-right: auto;
  padding: 1rem;
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .form-reg-col-wrap + .form-reg-col-wrap .form-reg-col {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  :where(.vv-connection-forms) .form-reg-row {
    display: flex;
  }
  :where(.vv-connection-forms) .form-reg-row > div {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) figure.alignleft {
    display: block;
    float: none;
  }
}
:where(.vv-connection-forms) .cx-theme-light.cx-widget.cx-window-manager {
  position: absolute;
}

:where(.vv-connection-forms) .wp-block-contact-form-7-contact-form-selector img {
  max-width: 100%;
}

:where(.vv-connection-forms) span.wpcf7-spinner {
  display: none;
}

:where(.vv-connection-forms) form.submitting span.wpcf7-spinner {
  display: inline-block;
}

:where(.vv-connection-forms) #menu-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
}
:where(.vv-connection-forms) #menu-bottom a {
  font-size: 14px;
  display: block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
@media screen and (max-width: 991.98px) {
  :where(.vv-connection-forms) #menu-bottom a {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  :where(.vv-connection-forms) #menu-bottom {
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) #menu-bottom {
    height: auto;
  }
}

:where(.vv-connection-forms) .menu-contacts {
  display: flex;
  align-items: flex-start;
}
:where(.vv-connection-forms) .menu-contacts .menu-image-title-below.menu-image-title {
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  :where(.vv-connection-forms) .menu-contacts .menu-image-title-below.menu-image-title {
    height: 1rem;
  }
}
:where(.vv-connection-forms) .menu-contacts .menu-item {
  margin-right: 1rem;
  max-width: 200px;
}
:where(.vv-connection-forms) .menu-contacts .menu-item:last-child {
  margin-right: 0;
}
:where(.vv-connection-forms) .menu-contacts .menu-item a {
  padding: 1.25rem;
  color: #6c757d;
  font-size: 0.75rem;
}
:where(.vv-connection-forms) .menu-contacts .menu-item a:hover {
  text-decoration: none;
  color: #17b6dc;
}
:where(.vv-connection-forms) #menu-contacts .menu-item:last-of-type {
  background: #dff8ff;
  border-radius: 0.5rem;
  transition: background 0.3s;
}
:where(.vv-connection-forms) #menu-contacts .menu-item:last-of-type a {
  color: #17b6dc;
}
:where(.vv-connection-forms) #menu-contacts .menu-item:last-of-type:hover {
  background: #17b6dc;
}
:where(.vv-connection-forms) #menu-contacts .menu-item:last-of-type:hover a {
  color: #fff;
}

:where(.vv-connection-forms) #menu-bottom-contacts .menu-item {
  flex-basis: 33.33%;
  max-width: 33.33%;
}

:where(.vv-connection-forms) .menu-contacts .menu-image-hover-wrapper {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  :where(.vv-connection-forms) .menu-contacts {
    flex-wrap: wrap;
    justify-content: center;
  }
  :where(.vv-connection-forms) .menu-contacts .menu-item {
    flex: 1 0 50%;
    max-width: 50%;
    margin-right: 0;
  }
  :where(.vv-connection-forms) .menu-contacts#menu-bottom-contacts {
    display: block;
  }
  :where(.vv-connection-forms) .menu-contacts#menu-bottom-contacts .menu-item {
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  :where(.vv-connection-forms) .menu-contacts .menu-image-hover-wrapper {
    position: relative;
  }
  :where(.vv-connection-forms) .menu-contacts .menu-image-hover-wrapper img {
    margin-left: 0 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

:where(.vv-connection-forms) #polylang-2 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
:where(.vv-connection-forms) #polylang-2 ul li a {
  font-size: 12px;
}

@media screen and (min-width: 1200px) {
  :where(.vv-connection-forms) #menu-sidebar {
    margin-left: 2rem;
    width: 250px;
  }
}
@media screen and (max-width: 1199.98px) {
  :where(.vv-connection-forms) #menu-sidebar {
    margin-top: 1rem;
  }
}
:where(.vv-connection-forms) #menu-sidebar .menu-item {
  margin-bottom: 1.25rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
:where(.vv-connection-forms) #menu-sidebar .menu-item a {
  display: block;
  position: relative;
}
:where(.vv-connection-forms) #menu-sidebar .menu-item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.vv-connection-forms) #menu-sidebar .menu-item a:before {
  content: "";
  display: block;
  padding-bottom: 64%;
}
:where(.vv-connection-forms) #menu-sidebar .menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(255, 255, 255, 0.3);
  transition: height 0.3s ease-in-out;
}
:where(.vv-connection-forms) #menu-sidebar .menu-item a:hover:after {
  height: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  :where(.vv-connection-forms) #menu-sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  :where(.vv-connection-forms) #menu-sidebar .menu-item {
    padding: 0 1rem;
    margin-bottom: 1rem;
    flex: 0 0 300px;
  }
}
@media screen and (max-width: 767px) {
  :where(.vv-connection-forms) #menu-sidebar .menu-item {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

:where(.vv-connection-forms) #menu-top-nav-foreign {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  margin: 1rem 0;
  flex-wrap: wrap;
}
:where(.vv-connection-forms) #menu-top-nav-foreign li {
  flex: 1;
  min-width: 225px;
  max-width: 50%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) #menu-top-nav-foreign li {
    min-width: 135px;
  }
}
@media screen and (min-width: 768px) {
  :where(.vv-connection-forms) #menu-top-nav-foreign li {
    max-width: 25%;
  }
}
:where(.vv-connection-forms) #menu-top-nav-foreign li + li {
  margin-left: 2px;
}
:where(.vv-connection-forms) #menu-top-nav-foreign li a {
  display: block;
  padding-bottom: 0.75rem;
  text-align: center;
  background: linear-gradient(to top, #2788a7, #2aa3ca 25%);
  border-radius: 0.5rem;
  color: #fff;
  position: relative;
}
:where(.vv-connection-forms) #menu-top-nav-foreign li a:hover {
  background: linear-gradient(to top, #2faad2, #2bc6fb 25%);
  text-decoration: none;
}
:where(.vv-connection-forms) #menu-top-nav-foreign li a:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 38%;
  margin-bottom: 0.75rem;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
:where(.vv-connection-forms) #menu-top-nav-foreign li:nth-child(1) a:before {
  background-image: url(images/da40cf88fd734f3ead14398c44f54dcc.png);
}
:where(.vv-connection-forms) #menu-top-nav-foreign li:nth-child(2) a:before {
  background-image: url(images/eaa6a8181251b2a47a78ea9ae026f0d7.png);
}
:where(.vv-connection-forms) #menu-top-nav-foreign li:nth-child(3) a:before {
  background-image: url(images/7cc5f55696172ff984ab4da568eef1da.png);
}
:where(.vv-connection-forms) #menu-top-nav-foreign li:nth-child(4) a:before {
  background-image: url(images/b475ef8ab5701f0b4f48de62f0fa2f73.png);
}

:where(.vv-connection-forms) #menu-top-nav {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}
:where(.vv-connection-forms) #menu-top-nav > .current-menu-ancestor.menu-item > a {
  background: #1397b7;
}
:where(.vv-connection-forms) #menu-top-nav > .current-menu-item.menu-item > a {
  background: #1397b7;
}
:where(.vv-connection-forms) #menu-top-nav .menu-item:hover > a {
  background: #1397b7;
}
:where(.vv-connection-forms) #menu-top-nav .menu-item {
  flex: 1 1 auto;
  position: relative;
}
:where(.vv-connection-forms) #menu-top-nav .menu-item a {
  display: block;
  padding: 0.875rem 0;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #17b6dc;
}
@media screen and (min-width: 992px) {
  :where(.vv-connection-forms) #menu-top-nav .menu-item + .menu-item {
    border-left: 1px solid #fff;
  }
}
:where(.vv-connection-forms) #menu-top-nav .menu-item > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 151px;
  width: 337px;
}
:where(.vv-connection-forms) #menu-top-nav .menu-item > .sub-menu .sub-menu {
  top: 0;
  left: auto;
  right: 100%;
}
:where(.vv-connection-forms) #menu-top-nav .menu-item .sub-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  z-index: 1050;
  padding: 0.5rem 0;
  background: #fafdfe;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
:where(.vv-connection-forms) #menu-top-nav .menu-item .sub-menu .menu-item a {
  background: #fff;
  color: rgba(0, 0, 0, 0.57);
  text-align: left;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
}
:where(.vv-connection-forms) #menu-top-nav .menu-item .sub-menu .menu-item a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.83);
}
:where(.vv-connection-forms) #menu-top-nav .menu-item .sub-menu .menu-item a[aria-current=page] {
  background: rgba(0, 0, 0, 0.1);
}
:where(.vv-connection-forms) #menu-top-nav .menu-item .sub-menu .menu-item.current-menu-ancestor > a {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  :where(.vv-connection-forms) #menu-top-nav .menu-item:hover > .sub-menu {
    display: block;
  }
}
:where(.vv-connection-forms) #menu-top-nav > li:nth-child(1) .sub-menu .sub-menu, :where(.vv-connection-forms) #menu-top-nav > li:nth-child(2) .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

@media screen and (max-width: 992px) {
  :where(.vv-connection-forms) #menu-top-nav {
    display: none;
    position: fixed;
    top: 44px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    flex-direction: column;
    background: #17b6dc;
    z-index: 1030;
  }
  :where(.vv-connection-forms) #menu-top-nav ul ul {
    padding-left: 1rem !important;
    box-shadow: none !important;
  }
  :where(.vv-connection-forms) #menu-top-nav li li {
    padding-left: 1rem !important;
  }
  :where(.vv-connection-forms) body.nav-mobile-open #menu-top-nav {
    display: block;
  }
  :where(.vv-connection-forms) #menu-top-nav .menu-item {
    flex: 0 0 auto;
  }
  :where(.vv-connection-forms) #menu-top-nav .menu-item.menu-item-has-children > a {
    position: relative;
  }
  :where(.vv-connection-forms) #menu-top-nav .menu-item.menu-item-has-children > a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 0.75rem;
  }
  :where(.vv-connection-forms) #menu-top-nav .menu-item.menu-item-has-children.menu-item-open > .sub-menu {
    display: block;
  }
  :where(.vv-connection-forms) #menu-top-nav .menu-item > .sub-menu {
    position: static;
    width: 100%;
  }
}
:where(.vv-connection-forms) .accordionHide h2,
:where(.vv-connection-forms) .accordionHide h3,
:where(.vv-connection-forms) .accordionHide h4,
:where(.vv-connection-forms) .accordionHide h5,
:where(.vv-connection-forms) .accordionHide h6 {
  background-image: none;
  /* 	border: none; */
}

:where(.vv-connection-forms) .accHome .hr,
:where(.vv-connection-forms) .accHome .accordionHide.namams {
  display: table-cell;
}

:where(.vv-connection-forms) .accHome .hr *,
:where(.vv-connection-forms) .accHome .accordionHide.namams * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*lentelė namams*/
:where(.vv-connection-forms) .accHome {
  display: table;
  overflow: hidden;
  height: auto;
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-bottom: 10px;
}

:where(.vv-connection-forms) .accHome .hr,
:where(.vv-connection-forms) .accHome .accordionHide.namams {
  display: table-cell;
}

:where(.vv-connection-forms) .accHome .hr *,
:where(.vv-connection-forms) .accHome .accordionHide.namams * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:where(.vv-connection-forms) .accHome .hr {
  border-right: 3px solid #00caff;
  padding: 5px 0px 5px 50px;
  margin: 21px 0 5px;
  position: absolute;
  overflow: hidden;
  display: block;
  height: -webkit-calc(100% - 55px);
  height: -moz-calc(100% - 55px);
  height: calc(100% - 55px);
}

/*tik mozilai*/
@-moz-document url-prefix() {
  :where(.vv-connection-forms) .accHome .hr {
    height: -moz-calc(100% - 85px);
    height: calc(100% - 85px);
    margin: 10px 0 5px;
  }
}
:where(.vv-connection-forms) .accordionHide.namams {
  /* 	padding-right: 15px; */
  width: 100%;
}

:where(.vv-connection-forms) .accordionHide.namams .ui-widget-content a {
  color: #17b3e2;
}

:where(.vv-connection-forms) .accordionHide.namams .ui-widget-content a:hover {
  color: #00c8fd;
}

:where(.vv-connection-forms) .accordionHide.namams .ui-accordion-content {
  padding-left: 84px;
}

:where(.vv-connection-forms) .accordionHide.namams h2,
:where(.vv-connection-forms) .accordionHide.namams h3,
:where(.vv-connection-forms) .accordionHide.namams h4,
:where(.vv-connection-forms) .accordionHide.namams h5,
:where(.vv-connection-forms) .accordionHide.namams h6 {
  background: none;
  outline: 0;
}

:where(.vv-connection-forms) .accordionHide.namams h2:before,
:where(.vv-connection-forms) .accordionHide.namams h3:before,
:where(.vv-connection-forms) .accordionHide.namams h4:before,
:where(.vv-connection-forms) .accordionHide.namams h5:before,
:where(.vv-connection-forms) .accordionHide.namams h6:before {
  counter-increment: section;
  content: counter(section);
  padding: 5px 10px;
  margin-right: 15px;
  color: #00caff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 2px solid #00caff;
  text-align: center;
}

:where(.vv-connection-forms) .accordionHide.namams h2,
:where(.vv-connection-forms) .accordionHide.namams h3,
:where(.vv-connection-forms) .accordionHide.namams h4,
:where(.vv-connection-forms) .accordionHide.namams h5,
:where(.vv-connection-forms) .accordionHide.namams h6 {
  width: 100%;
  display: table;
}

:where(.vv-connection-forms) .accordionHide.namams .ui-state-active {
  color: #5d666a;
}

:where(.vv-connection-forms) .accordionHide.namams h2.ui-accordion-header-active:before,
:where(.vv-connection-forms) .accordionHide.namams h3.ui-accordion-header-active:before,
:where(.vv-connection-forms) .accordionHide.namams h4.ui-accordion-header-active:before,
:where(.vv-connection-forms) .accordionHide.namams h5.ui-accordion-header-active:before,
:where(.vv-connection-forms) .accordionHide.namams h6.ui-accordion-header-active:before {
  background: #00caff;
  color: #fff;
}

:where(.vv-connection-forms) .accordionHide.namams h4:hover:before {
  background: #00caff;
  color: #fff;
}

:where(.vv-connection-forms) .accordionHide.namams .ui-widget-content,
:where(.vv-connection-forms) .accordionHide.namams .ui-dialog .ui-dialog-buttonpane,
:where(.vv-connection-forms) .accordionHide.namams .ui-selectable-helper,
:where(.vv-connection-forms) .accordionHide.namams .ui-state-default,
:where(.vv-connection-forms) .accordionHide.namams .ui-widget-content .ui-state-default,
:where(.vv-connection-forms) .accordionHide.namams .ui-widget-header .ui-state-default {
  border: none !important;
  background: none !important;
}

:where(.vv-connection-forms) .accordionHide.namams .ui-helper-reset {
  line-height: 22px;
}

:where(.vv-connection-forms) .accordionHide.namams .ui-widget-content {
  color: #5d666a;
}

:where(.vv-connection-forms) .accordionHide a:-webkit-any-link {
  text-decoration: none;
}

:where(.vv-connection-forms) .accordionHide.namams ul li {
  padding: 5px 0;
}

:where(.vv-connection-forms) .ui-accordion .ui-accordion-header {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 !important;
}

:where(.vv-connection-forms) .cont-bottom .accordionHide p {
  line-height: 1.9;
}

:where(.vv-connection-forms) .ui-accordion .ui-accordion-content {
  border-left: none;
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #e0e0e0;
}

:where(.vv-connection-forms) .ui-accordion .ui-accordion-header {
  font-weight: bold;
}

:where(.vv-connection-forms) .ui-accordion .ui-accordion-icons {
  padding-left: 2em !important;
  padding-right: 3.75em !important;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-follow {
  display: flex;
  flex-direction: column;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-subtitle {
  font-size: 0.95rem;
  max-width: 630px;
  margin: 0.5rem 0 3rem 0;
  text-align: justify;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-news {
  margin-bottom: 2rem;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-news-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-news-link svg {
  width: 37px;
  height: 37px;
  fill: #17b6dc;
  margin-right: 1rem;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-news-link:hover .adverts-news-text {
  color: #15a3c5;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-news-link:hover svg {
  fill: #15a3c5;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-news-text {
  font-weight: 600;
  font-style: italic;
  margin: auto 0;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card {
  box-shadow: 0px 0px 6px 3px #ebebeb;
  padding: 2rem;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card-name {
  text-align: center;
  color: #17b6dc;
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card-item {
  padding: 1.2rem 0;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card-item:not(:first-child) {
  border-top: 1px solid #ced4da;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card-item:last-child {
  border-bottom: 1px solid #ced4da;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card-item-left {
  display: flex;
  flex-direction: column;
  text-align: center;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card-item-left-name {
  color: #17b6dc;
  font-size: 1.2rem;
  font-weight: 600;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card-item-left-title {
  font-size: 0.95rem;
  padding-left: 1rem;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card-item-action {
  display: flex;
  align-items: center;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card-item-action .btn-pill {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  padding: 0.8rem 1.7rem;
  font-weight: 600;
  border-radius: 50px;
  background-color: #17b6dc;
}

:where(.vv-connection-forms) .adverts-wrap .adverts-card-item-action .btn-pill:hover {
  background-color: #15a3c5;
}

@media screen and (max-width: 992px) {
  :where(.vv-connection-forms) .adverts-wrap .adverts-card-item-action {
    margin-top: 1rem;
    justify-content: center;
  }
  :where(.vv-connection-forms) .adverts-wrap .adverts-card-item-action .btn-pill {
    padding: 0.5rem 1.7rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  :where(.vv-connection-forms) .adverts-wrap .adverts-card-item {
    display: flex;
    justify-content: space-between;
  }
  :where(.vv-connection-forms) .adverts-wrap .adverts-card-item-left-title {
    padding-left: 0;
    text-align: left;
  }
  :where(.vv-connection-forms) .adverts-wrap .adverts-card-item-action .btn-pill {
    padding: 0.5rem 1.7rem;
  }
}
@media screen and (min-width: 1280px) {
  :where(.vv-connection-forms) .adverts-wrap .adverts-card {
    padding: 2rem 1rem;
    padding-top: 0;
  }
  :where(.vv-connection-forms) .adverts-wrap .adverts-card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  :where(.vv-connection-forms) .adverts-wrap .adverts-card-item-left {
    flex-direction: row;
  }
  :where(.vv-connection-forms) .adverts-wrap .adverts-card-item-action .btn-pill {
    padding: 0.5rem 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  :where(.vv-connection-forms) .adverts-wrap .adverts-follow {
    justify-content: center;
    flex-direction: row;
  }
  :where(.vv-connection-forms) .adverts-wrap .adverts-subtitle {
    text-align: left;
    max-width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  :where(.vv-connection-forms) .adverts-wrap .adverts-subtitle {
    max-width: 650px;
  }
}
:where(.vv-connection-forms) .vv-block-alert-icon {
  background-color: #F6FBFF;
  padding: 1.5rem 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .vv-block-alert-icon {
    display: flex;
    align-items: center;
  }
}
:where(.vv-connection-forms) .vv-block-alert-icon-text {
  flex-grow: 1;
}
:where(.vv-connection-forms) .vv-block-alert-icon-text :last-child {
  margin-bottom: 0;
}
:where(.vv-connection-forms) .vv-block-alert-icon-svg {
  padding-right: 1.25rem;
}
:where(.vv-connection-forms) .vv-block-alert-icon-svg .vv-icon {
  color: #B5DD1A;
}
:where(.vv-connection-forms) .vv-block-alert-icon-svg .vv-icon svg {
  width: 18px;
  height: auto;
}

:where(.vv-connection-forms) .alert {
  background-color: #def8ff;
  padding-bottom: 2rem;
  padding-left: 108px;
  padding-right: 45px;
  padding-top: 2rem;
  min-height: 86px;
  position: relative;
  word-break: break-word;
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .alert p {
  margin-top: 0;
}
:where(.vv-connection-forms) .alert p:last-of-type {
  margin-bottom: 0;
}
:where(.vv-connection-forms) .alert-icon {
  position: absolute;
  top: 50%;
  left: 2rem;
  font-size: 3rem;
  color: #17b6dc;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .alert {
    padding: 108px 2rem 45px 2rem;
  }
  :where(.vv-connection-forms) .alert-icon {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

:where(.vv-connection-forms) .alert-info {
  background-color: rgba(181, 221, 26, 0.34);
  padding: 12px 24px 12px 52px;
  min-height: unset;
  border-radius: 4px;
}
:where(.vv-connection-forms) .alert-info .alert-icon {
  color: rgb(4, 29, 37);
  font-size: 20px;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

:where(.vv-connection-forms) .appreciate-wrap {
  margin-bottom: 4rem;
}

:where(.vv-connection-forms) .appreciate-wrap-title {
  color: #17b6dc;
}

:where(.vv-connection-forms) .appreciate-wrap .appreciate-card-row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

:where(.vv-connection-forms) .appreciate-wrap .appreciate-card-wrap {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  flex-direction: column;
  display: flex;
}

:where(.vv-connection-forms) .appreciate-wrap .appreciate-card {
  padding: 1rem;
  text-align: justify;
  margin-bottom: 1rem;
  flex-grow: 1;
}

:where(.vv-connection-forms) .appreciate-wrap .appreciate-card-icon {
  height: 120px;
  justify-content: center;
  display: flex;
}

:where(.vv-connection-forms) .appreciate-wrap .appreciate-card-icon svg {
  width: 100%;
  height: 100%;
}

:where(.vv-connection-forms) .appreciate-wrap .appreciate-card-icon svg path {
  fill: #17b6dc;
}

:where(.vv-connection-forms) .appreciate-wrap .appreciate-card-name {
  font-size: 1.6rem;
  color: #17b6dc;
  padding: 2rem 0 1rem 0;
  text-transform: uppercase;
  text-align: center;
}

:where(.vv-connection-forms) .appreciate-wrap .appreciate-card-content {
  font-size: 0.9rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  :where(.vv-connection-forms) .appreciate-wrap .appreciate-card {
    padding: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  :where(.vv-connection-forms) .appreciate-wrap .appreciate-card-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.vv-connection-forms) .appreciate-wrap .appreciate-card-wrap:nth-child(1) {
    border-right: 1px solid #17B3E2;
  }
}
@media screen and (min-width: 1280px) {
  :where(.vv-connection-forms) .appreciate-wrap .appreciate-card-wrap {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-right: 1px solid #17B3E2;
  }
  :where(.vv-connection-forms) .appreciate-wrap .appreciate-card-wrap:last-child {
    border-right: none;
  }
}
:where(.vv-connection-forms) .vv-banner {
  background: #17b6dc;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  color: #efefef;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  position: relative;
  height: 200px;
  z-index: 1;
  box-shadow: inset 0 -1px 4px rgba(0, 0, 0, 0.27), inset 0 4px 4px rgba(255, 255, 255, 0.5);
  transition: 0.1s;
}
:where(.vv-connection-forms) .vv-banner:hover {
  color: #fff;
  cursor: pointer;
}
:where(.vv-connection-forms) .vv-banner-content {
  padding: 2rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 1px;
  width: 100%;
}
:where(.vv-connection-forms) .vv-banner-text {
  background: rgba(59, 59, 59, 0.6);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
}
:where(.vv-connection-forms) .vv-banner.is-style-blue .vv-banner-text {
  background: linear-gradient(to bottom, rgba(23, 179, 226, 0.8) 0%, rgba(21, 165, 208, 0.8) 100%);
}
:where(.vv-connection-forms) .vv-banner.is-style-blue .vv-banner-content {
  padding-left: 0;
  padding-right: 0;
}
:where(.vv-connection-forms) .vv-banner.is-style-square .vv-banner {
  border-radius: 0;
}
:where(.vv-connection-forms) .vv-banner.is-style-square .vv-banner-text {
  background: linear-gradient(to bottom, rgba(23, 179, 226, 0.8) 0%, rgba(21, 165, 208, 0.8) 100%);
  border-radius: 0;
}
:where(.vv-connection-forms) .vv-banner.is-style-square .vv-banner-content {
  padding-left: 2rem;
  padding-right: 2rem;
}
:where(.vv-connection-forms) .vv-banner.is-style-animated {
  background-position: center;
  background-size: 105%;
  transition: background-size 0.1s;
}
:where(.vv-connection-forms) .vv-banner.is-style-animated:hover {
  background-size: 100%;
}

:where(.vv-connection-forms) .vv-button {
  text-transform: uppercase;
}
:where(.vv-connection-forms) .vv-button svg {
  margin-left: 0;
  margin-right: 1rem;
  transition: margin-right 0.3s;
}
:where(.vv-connection-forms) .vv-button:hover {
  text-decoration: none;
}
:where(.vv-connection-forms) .vv-button:hover svg {
  margin-left: 0;
  margin-right: 0.5rem;
}

:where(.vv-connection-forms) .vv-card-icon, :where(.vv-connection-forms) .vv-projects-card {
  background-color: #F6FBFF;
  padding: 2rem 1.25rem;
}
:where(.vv-connection-forms) .vv-card-icon-text {
  font-size: 1.125rem;
  color: #17b6dc;
  text-align: center;
  font-weight: 600;
}
:where(.vv-connection-forms) .vv-card-icon-img {
  color: #B5DD1A;
  display: inline-block;
}
:where(.vv-connection-forms) .vv-card-icon-img-wrap {
  text-align: center;
  margin-bottom: 2rem;
}

:where(.vv-connection-forms) .vv-card-person-img {
  position: relative;
}
:where(.vv-connection-forms) .vv-card-person-img:before {
  content: "";
  display: block;
  padding-bottom: 66.6%;
  margin-bottom: 1.5rem;
}
:where(.vv-connection-forms) .vv-card-person-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.vv-connection-forms) .vv-card-person-name {
  font-size: 1.5rem;
  color: #5d666a;
  font-weight: 700;
  text-align: center;
}
:where(.vv-connection-forms) .vv-card-person-position {
  text-align: center;
  color: #5d666a;
}
:where(.vv-connection-forms) .vv-card-person-social a {
  display: flex;
  justify-content: center;
  align-items: center;
}
:where(.vv-connection-forms) .vv-card-person-social a svg {
  margin-right: 1rem;
  width: 0.875em;
}
:where(.vv-connection-forms) .vv-card-person-social a span {
  font-weight: 600;
}

:where(.vv-connection-forms) .vv-carousel-card-wrap .slick-slide {
  padding: 0 1rem;
}
:where(.vv-connection-forms) .vv-carousel-card-wrap .slick-slide.slick-current .vv-carousel-card-title {
  background-color: #fff;
}
:where(.vv-connection-forms) .vv-carousel-card-item {
  display: flex;
  flex-direction: column;
}
:where(.vv-connection-forms) .vv-carousel-card-item:hover {
  text-decoration: none;
}
:where(.vv-connection-forms) .vv-carousel-card-img {
  position: relative;
  padding-bottom: 93%;
}
:where(.vv-connection-forms) .vv-carousel-card-img > img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
:where(.vv-connection-forms) .vv-carousel-card-title {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #17b6dc;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  background-color: rgba(4, 29, 37, 0.01);
  padding: 1.5rem;
  flex-grow: 1;
}
:where(.vv-connection-forms) .vv-carousel-card-header {
  display: flex;
  align-items: center;
}
:where(.vv-connection-forms) .vv-carousel-card-header-title {
  flex-grow: 1;
}
:where(.vv-connection-forms) .vv-carousel-card-header .carousel-btn {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border 0.3s;
}
:where(.vv-connection-forms) .vv-carousel-card-header .carousel-btn svg {
  transform: scale(1.5);
  transition: transform 0.3s;
}
:where(.vv-connection-forms) .vv-carousel-card-header .carousel-btn:hover {
  border-color: #c4c4c4;
}
:where(.vv-connection-forms) .vv-carousel-card-header .carousel-btn:hover svg {
  transform: initial;
}
:where(.vv-connection-forms) .vv-carousel-card-header .carousel-btn.prev svg {
  transform: rotate(180deg) scale(1.5);
}
:where(.vv-connection-forms) .vv-carousel-card-header .carousel-btn.prev:hover svg {
  transform: rotate(180deg) scale(1);
}

:where(.vv-connection-forms) .curl-news {
  margin-bottom: 2rem;
}

:where(.vv-connection-forms) .curl-news-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

:where(.vv-connection-forms) .curl-news-link svg {
  width: 37px;
  height: 37px;
  fill: #17b6dc;
  margin-right: 1rem;
}

:where(.vv-connection-forms) .curl-news-link:hover .curl-news-text {
  color: #15a3c5;
}

:where(.vv-connection-forms) .curl-news-link:hover svg {
  fill: #15a3c5;
}

:where(.vv-connection-forms) .curl-news-text {
  font-weight: 600;
  font-style: italic;
  margin: auto 0;
}

:where(.vv-connection-forms) .vv-duk-animated {
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .vv-duk-animated-item-header {
  padding: 1em 3.75em 1em 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  user-select: none;
  font-weight: 700;
  color: #5d666a;
  position: relative;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .vv-duk-animated-item-header {
    padding-left: 0.5rem;
  }
}
:where(.vv-connection-forms) .vv-duk-animated-item-header:hover {
  background: rgba(23, 182, 220, 0.03);
  cursor: pointer;
}
:where(.vv-connection-forms) .vv-duk-animated-item-header:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: calc(50% - 4px);
  right: 1rem;
  color: #17b6dc;
  transition: transform 0.5s;
  font-weight: 300;
  line-height: 1;
}
:where(.vv-connection-forms) .vv-duk-animated-item-header[aria-expanded=true] {
  color: #17b6dc;
  border-color: #17b6dc;
}
:where(.vv-connection-forms) .vv-duk-animated-item-header[aria-expanded=true]:after {
  transform: rotate(180deg);
}
:where(.vv-connection-forms) .vv-duk-animated-item-content {
  border-bottom: 1px solid #c4c4c4;
}
:where(.vv-connection-forms) .vv-duk-animated-item-content:not(.show):not(.collapsing):not(.expanded) {
  display: none;
}
:where(.vv-connection-forms) .vv-duk-animated-item-content-inner {
  overflow: auto;
  padding: 1rem 2rem;
  animation: vv-connection-moveInX 0.6s 0.1s backwards, vv-connection-fadeIn 0.3s 0.1s backwards;
  font-size: 0.875em;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .vv-duk-animated-item-content-inner {
    padding: 1rem 0;
  }
}
:where(.vv-connection-forms) .vv-duk-animated-item-content.expanded {
  display: block;
}
:where(.vv-connection-forms) .vv-duk-animated-item.expanded > .vv-duk-animated-item-header:after {
  transform: rotate(180deg);
}
:where(.vv-connection-forms) .vv-duk-animated.vv-duk-edit {
  padding: 0.5rem;
}
:where(.vv-connection-forms) .vv-duk-animated.vv-duk-edit [data-type="vv/duk-item-animated"] {
  margin: 0;
}

:where(.vv-connection-forms) .vv-duk-identity {
  margin-bottom: 1rem;
  padding-left: 0;
}
:where(.vv-connection-forms) .vv-duk-identity-item {
  list-style: none;
  padding: 1rem 1.5rem;
  border: 1px solid #e7e7e7;
  transition: border-color 0.3s, background-color 0.3s;
  background-color: rgba(233, 245, 255, 0.15);
}
:where(.vv-connection-forms) .vv-duk-identity-item:not(:last-child) {
  margin-bottom: -1px;
}
:where(.vv-connection-forms) .vv-duk-identity-item:hover {
  background-color: #E9F5FF;
}
:where(.vv-connection-forms) .vv-duk-identity-item.open {
  background-color: #E9F5FF;
  border-color: rgba(23, 179, 226, 0.3);
  margin-bottom: 0;
}
:where(.vv-connection-forms) .vv-duk-identity-item-header {
  padding-left: 28px;
  position: relative;
  transition: color 0.3s;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
:where(.vv-connection-forms) .vv-duk-identity-item-header:hover, :where(.vv-connection-forms) .vv-duk-identity-item-header[aria-expanded=true] {
  cursor: pointer;
}
:where(.vv-connection-forms) .vv-duk-identity-item-header::before {
  content: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1kb3duIGZhLXctMTQiIGFyaWEtaGlkZGVuPSJ0cnVlIiBmb2N1c2FibGU9ImZhbHNlIiBkYXRhLXByZWZpeD0iZmFzIiBkYXRhLWljb249ImNoZXZyb24tZG93biIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBkYXRhLWZhLWkyc3ZnPSIiPjxwYXRoIGZpbGw9IiNCNUREMUEiIGQ9Ik0yMDcuMDI5IDM4MS40NzZMMTIuNjg2IDE4Ny4xMzJjLTkuMzczLTkuMzczLTkuMzczLTI0LjU2OSAwLTMzLjk0MWwyMi42NjctMjIuNjY3YzkuMzU3LTkuMzU3IDI0LjUyMi05LjM3NSAzMy45MDEtLjA0TDIyNCAyODQuNTA1bDE1NC43NDUtMTU0LjAyMWM5LjM3OS05LjMzNSAyNC41NDQtOS4zMTcgMzMuOTAxLjA0bDIyLjY2NyAyMi42NjdjOS4zNzMgOS4zNzMgOS4zNzMgMjQuNTY5IDAgMzMuOTQxTDI0MC45NzEgMzgxLjQ3NmMtOS4zNzMgOS4zNzItMjQuNTY5IDkuMzcyLTMzLjk0MiAweiI+PC9wYXRoPjwvc3ZnPg==");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  color: #737B80;
  position: absolute;
  top: 0.125rem;
  left: 0;
  filter: brightness(0);
  transition: transform 0.3s, filter 0.3s;
}
:where(.vv-connection-forms) .vv-duk-identity-item-header[aria-expanded=true]::before {
  transform: rotate(180deg);
  filter: brightness(1);
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .vv-duk-identity-item-content {
    padding-left: 28px;
  }
}
:where(.vv-connection-forms) .vv-duk-identity-item-content:not(.show):not(.collapsing):not(.expanded) {
  display: none;
}
:where(.vv-connection-forms) .vv-duk-identity-item-content-inner {
  overflow: auto;
  animation: vv-connection-fadeIn 0.3s 0.1s backwards;
  font-size: 14px;
}
:where(.vv-connection-forms) .vv-duk-identity-item-content.expanded {
  display: block;
}
:where(.vv-connection-forms) .vv-duk-identity.vv-duk-edit {
  padding: 0.5rem;
}
:where(.vv-connection-forms) .vv-duk-identity.vv-duk-edit [data-type="vv/duk-item-identity"] {
  margin: 0;
}

@media (max-width: 767.98px) {
  :where(.vv-connection-forms) .vv-duk-identity li ul li {
    padding-right: 4px;
    padding-left: 4px;
  }
  :where(.vv-connection-forms) .vv-duk-identity-item {
    padding: 0.5rem;
  }
}

:where(.vv-connection-forms) .vv-duk-more {
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .vv-duk-more-item {
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .vv-duk-more-item-header {
  display: inline;
  font-size: 14px;
}
:where(.vv-connection-forms) .vv-duk-more-item-header > span {
  margin: 0 0.25rem;
}
:where(.vv-connection-forms) .vv-duk-more-item-header > a {
  text-transform: none !important;
}
:where(.vv-connection-forms) .vv-duk-more-item-content:not(.show):not(.collapsing):not(.expanded) {
  display: none;
}
:where(.vv-connection-forms) .vv-duk-more-item-content-inner {
  overflow: auto;
  animation: vv-connection-moveInX 0.6s 0.1s backwards, vv-connection-fadeIn 0.3s 0.1s backwards;
  font-size: 14px;
}
:where(.vv-connection-forms) .vv-duk-more-item-content.expanded {
  display: block;
}
:where(.vv-connection-forms) .vv-duk-more.vv-duk-edit {
  padding: 0.5rem;
}
:where(.vv-connection-forms) .vv-duk-more.vv-duk-edit [data-type="vv/duk-item-more"] {
  margin: 0;
}

:where(.vv-connection-forms) .vv-duk-numbered {
  margin-bottom: 1rem;
  counter-reset: numbered;
  position: relative;
}
@media screen and (min-width: 599px) {
  :where(.vv-connection-forms) .vv-duk-numbered:before {
    content: "";
    position: absolute;
    background: #17b6dc;
    z-index: 0;
    top: 24px;
    left: 24px;
    width: 3px;
    bottom: 16px;
  }
}
:where(.vv-connection-forms) .vv-duk-numbered.vv-duk-edit:before {
  top: 24px;
  left: 32px;
  width: 3px;
  bottom: 56px;
}
:where(.vv-connection-forms) .vv-duk-numbered-item-header {
  padding: 1em 3.75em 1em 0.5em;
  user-select: none;
  font-weight: 700;
  color: #5d666a;
  position: relative;
  display: flex;
}
:where(.vv-connection-forms) .vv-duk-numbered-item-header:hover {
  cursor: pointer;
}
:where(.vv-connection-forms) .vv-duk-numbered-item-header:hover:before {
  background: #17b6dc;
  color: #fff;
}
:where(.vv-connection-forms) .vv-duk-numbered-item-header:before {
  counter-increment: numbered;
  content: counter(numbered);
  padding: 0.25rem 0.5rem;
  margin-right: 1rem;
  color: #17b6dc;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 2px solid #17b6dc;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1.2;
  white-space: nowrap;
}
:where(.vv-connection-forms) .vv-duk-numbered-item-header:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: calc(50% - 4px);
  right: 1rem;
  color: #17b6dc;
  transition: transform 0.5s;
  font-weight: 300;
  line-height: 1;
}
:where(.vv-connection-forms) .vv-duk-numbered-item-header[aria-expanded=true]:after {
  transform: rotate(180deg);
}
:where(.vv-connection-forms) .vv-duk-numbered-item-content:not(.show):not(.collapsing):not(.expanded) {
  display: none;
}
:where(.vv-connection-forms) .vv-duk-numbered-item-content-inner {
  overflow: auto;
  padding: 1rem 2rem 1rem 3.5rem;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .vv-duk-numbered-item-content-inner {
    padding: 1rem 0;
  }
}
:where(.vv-connection-forms) .vv-duk-numbered-item-content.expanded {
  display: block;
}
:where(.vv-connection-forms) .vv-duk-numbered-item.expanded .vv-duk-numbered-item-header:after {
  transform: rotate(180deg);
}
:where(.vv-connection-forms) .vv-duk-numbered.vv-duk-edit {
  padding: 0.5rem;
}
:where(.vv-connection-forms) .vv-duk-numbered.vv-duk-edit [data-type="vv/duk-item-numbered"] {
  margin: 0;
}

:where(.vv-connection-forms) .vv-duk-question {
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .vv-duk-question-item-header {
  padding: 0.5em 3.75em 0.5em 0.5em;
  user-select: none;
  color: #5d666a;
  position: relative;
  display: flex;
  font-size: 0.875rem;
}
:where(.vv-connection-forms) .vv-duk-question-item-header:hover {
  cursor: pointer;
}
:where(.vv-connection-forms) .vv-duk-question-item-header:before {
  content: "\f29c";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 0.9;
  margin-right: 1rem;
}
:where(.vv-connection-forms) .vv-duk-question-item-header.expanded, :where(.vv-connection-forms) .vv-duk-question-item-header[aria-expanded=true] {
  color: #17b6dc;
}
:where(.vv-connection-forms) .vv-duk-question-item-content:not(.show):not(.collapsing):not(.expanded) {
  display: none;
}
:where(.vv-connection-forms) .vv-duk-question-item-content-inner {
  overflow: auto;
  padding: 1rem 2rem 1rem 3.5rem;
  animation: vv-connection-moveInX 0.6s 0.1s backwards, vv-connection-fadeIn 0.3s 0.1s backwards;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .vv-duk-question-item-content-inner {
    padding: 1rem 0;
  }
}
:where(.vv-connection-forms) .vv-duk-question-item-content.expanded {
  display: block;
}
:where(.vv-connection-forms) .vv-duk-question-item.expanded .vv-duk-question-item-header {
  color: #16abce;
}
:where(.vv-connection-forms) .vv-duk-question.vv-duk-edit {
  padding: 0.5rem;
}
:where(.vv-connection-forms) .vv-duk-question.vv-duk-edit [data-type="vv/duk-item-question"] {
  margin: 0;
}

@media screen and (min-width: 599px) {
  :where(.vv-connection-forms) .is-style-rounded {
    margin: 0 -1em;
  }
}
:where(.vv-connection-forms) .is-style-rounded > .vv-duk-animated-item > .vv-duk-animated-item-header {
  padding-left: 1em;
  border-bottom: none;
  color: #17b6dc;
  border-radius: 1rem;
}
:where(.vv-connection-forms) .is-style-rounded > .vv-duk-animated-item > .vv-duk-animated-item-header:hover, :where(.vv-connection-forms) .is-style-rounded > .vv-duk-animated-item > .vv-duk-animated-item-header[aria-expanded=true] {
  background-color: rgba(0, 0, 0, 0.03);
}
:where(.vv-connection-forms) .is-style-rounded > .vv-duk-animated-item > .vv-duk-animated-item-content {
  border-bottom: none;
}
:where(.vv-connection-forms) .is-style-rounded > .vv-duk-simple-item > .vv-duk-simple-item-header {
  padding-left: 1em;
  border-bottom: none;
  color: #17b6dc;
  border-radius: 1rem;
}
:where(.vv-connection-forms) .is-style-rounded > .vv-duk-simple-item > .vv-duk-simple-item-header:hover, :where(.vv-connection-forms) .is-style-rounded > .vv-duk-simple-item > .vv-duk-simple-item-header[aria-expanded=true] {
  background-color: rgba(0, 0, 0, 0.03);
}
:where(.vv-connection-forms) .is-style-rounded > .vv-duk-simple-item > .vv-duk-simple-item-content {
  border-bottom: none;
}

:where(.vv-connection-forms) .vv-duk-badge {
  margin-left: 0.25rem;
}
:where(.vv-connection-forms) .vv-duk-message {
  margin-left: 0.25rem;
  font-size: 0.8em;
}

:where(.vv-connection-forms) .vv-duk-simple {
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .vv-duk-simple-item-header {
  padding: 1em 3.75em 1em 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  user-select: none;
  font-weight: 700;
  color: #5d666a;
  position: relative;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .vv-duk-simple-item-header {
    padding-left: 0.5rem;
  }
}
:where(.vv-connection-forms) .vv-duk-simple-item-header:hover {
  background: rgba(23, 182, 220, 0.03);
  cursor: pointer;
}
:where(.vv-connection-forms) .vv-duk-simple-item-header:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: calc(50% - 4px);
  right: 1rem;
  color: #17b6dc;
  transition: transform 0.5s;
  font-weight: 300;
  line-height: 1;
}
:where(.vv-connection-forms) .vv-duk-simple-item-header[aria-expanded=true] {
  background: #ecf9fd;
}
:where(.vv-connection-forms) .vv-duk-simple-item-header[aria-expanded=true]:after {
  transform: rotate(180deg);
}
:where(.vv-connection-forms) .vv-duk-simple-item-content {
  border-bottom: 1px solid #c4c4c4;
}
:where(.vv-connection-forms) .vv-duk-simple-item-content:not(.show):not(.collapsing):not(.expanded) {
  display: none;
}
:where(.vv-connection-forms) .vv-duk-simple-item-content-inner {
  overflow: auto;
  padding: 1rem 2rem;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .vv-duk-simple-item-content-inner {
    padding: 1rem 0;
  }
}
:where(.vv-connection-forms) .vv-duk-simple-item-content.expanded {
  display: block;
}
:where(.vv-connection-forms) .vv-duk-simple-item.expanded .vv-duk-simple-item-header:after {
  transform: rotate(180deg);
}
:where(.vv-connection-forms) .vv-duk-simple.vv-duk-edit {
  padding: 0.5rem;
}
:where(.vv-connection-forms) .vv-duk-simple.vv-duk-edit [data-type="vv/duk-item"] {
  margin: 0;
}

:where(.vv-connection-forms) .vv-gallery-item {
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 1rem;
  break-inside: avoid;
}
:where(.vv-connection-forms) .vv-gallery-item > img {
  grid-row: 1/-1;
  grid-column: 1;
}
:where(.vv-connection-forms) .vv-gallery-item-wrap {
  column-count: 4;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  :where(.vv-connection-forms) .vv-gallery-item-wrap {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  :where(.vv-connection-forms) .vv-gallery-item-wrap {
    column-count: unset;
  }
}
:where(.vv-connection-forms) .vv-gallery-item-wrap img {
  max-width: 100%;
}
:where(.vv-connection-forms) .vv-gallery-item-link {
  display: block;
  text-decoration: none;
}
:where(.vv-connection-forms) .vv-gallery.--lg .vv-gallery-item, :where(.vv-connection-forms) .vv-gallery.--md .vv-gallery-item, :where(.vv-connection-forms) .vv-gallery.--sm .vv-gallery-item {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
:where(.vv-connection-forms) .vv-gallery.--lg .vv-gallery-item img, :where(.vv-connection-forms) .vv-gallery.--md .vv-gallery-item img, :where(.vv-connection-forms) .vv-gallery.--sm .vv-gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.vv-connection-forms) .vv-gallery.--md .vv-gallery-item-wrap {
  column-count: 6;
}
@media (max-width: 991.98px) {
  :where(.vv-connection-forms) .vv-gallery.--md .vv-gallery-item-wrap {
    column-count: 3;
  }
}
@media (max-width: 767.98px) {
  :where(.vv-connection-forms) .vv-gallery.--md .vv-gallery-item-wrap {
    column-count: 2;
  }
}
:where(.vv-connection-forms) .vv-gallery.--sm .vv-gallery-item-wrap {
  column-count: 12;
}
@media (max-width: 991.98px) {
  :where(.vv-connection-forms) .vv-gallery.--sm .vv-gallery-item-wrap {
    column-count: 6;
  }
}
@media (max-width: 767.98px) {
  :where(.vv-connection-forms) .vv-gallery.--sm .vv-gallery-item-wrap {
    column-count: 3;
  }
}

:where(.vv-connection-forms) .vv-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
:where(.vv-connection-forms) body.customize-support .vv-lightbox {
  padding-top: 32px;
}

:where(.vv-connection-forms) .vv-lightbox-img {
  max-width: 100%;
  max-height: 100%;
}
:where(.vv-connection-forms) .vv-lightbox-img-container {
  flex: 1;
  position: relative;
}
:where(.vv-connection-forms) .vv-lightbox-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .vv-lightbox-img-wrap {
    padding-inline: 50px;
  }
}
:where(.vv-connection-forms) .vv-lightbox-topbar {
  text-align: right;
}
:where(.vv-connection-forms) .vv-lightbox-close {
  border: none;
  background-color: transparent;
  padding: 0.75rem;
}
:where(.vv-connection-forms) .vv-lightbox-caption {
  color: #fff;
  text-align: center;
}
:where(.vv-connection-forms) .vv-lightbox-action {
  border: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .vv-lightbox-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  :where(.vv-connection-forms) .vv-lightbox-action.--prev {
    left: 0;
  }
  :where(.vv-connection-forms) .vv-lightbox-action.--next {
    right: 0;
  }
}

:where(.vv-connection-forms) .is-style-card-list-vv li {
  padding-top: 0.75rem;
  border-top: 1px dotted #4cd9ff;
  font-size: 14px;
}
:where(.vv-connection-forms) .is-style-card-list-vv a {
  font-weight: bold;
  color: #5d666a;
  margin: 0;
  line-height: 22px;
}
:where(.vv-connection-forms) .is-style-card-list-vv a.read-more {
  color: #17b6dc;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 1rem;
  display: inline-block;
}
:where(.vv-connection-forms) .is-style-card-list-vv a.read-more:hover {
  text-decoration: none;
  color: #0d6a80;
}
:where(.vv-connection-forms) .is-style-card-list-vv time {
  font-size: 14px;
  color: #8d9496;
}
:where(.vv-connection-forms) .is-style-card-list-vv .wp-block-latest-posts__featured-image {
  position: relative;
}
:where(.vv-connection-forms) .is-style-card-list-vv .wp-block-latest-posts__featured-image:before {
  content: "";
  display: block;
  padding-bottom: 62%;
}
:where(.vv-connection-forms) .is-style-card-list-vv .wp-block-latest-posts__featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:where(.vv-connection-forms) .links-collapse {
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .links-collapse-content {
  transition: max-height 0.3s;
}
:where(.vv-connection-forms) .links-collapse-content hr {
  width: 100%;
  border-color: #17b6dc !important;
}
:where(.vv-connection-forms) .links-collapse-content .links-collapse-link {
  display: block;
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .links-collapse-content .links-collapse-link > a {
  font-weight: 700;
  text-decoration: underline;
}
:where(.vv-connection-forms) .links-collapse-content .links-collapse-link > a > svg {
  margin-right: 10px;
}
:where(.vv-connection-forms) .links-collapse-content:not(.collapsing-done) {
  overflow: hidden;
}
:where(.vv-connection-forms) .links-collapse-content.links-collapsed {
  max-height: 190px;
  position: relative;
}
:where(.vv-connection-forms) .links-collapse-content.links-collapsed:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, white, transparent);
  pointer-events: none;
}
:where(.vv-connection-forms) .links-collapse-content.links-collapsed + .links-collapse-toggle::before {
  transform: rotate(180deg);
  border-bottom-color: #737B80;
}
:where(.vv-connection-forms) .links-collapse-toggle {
  padding: 0.5rem 1rem;
  padding-left: 2rem;
  position: relative;
  color: #737B80;
  font-weight: 700;
  transition: color 0.3s;
}
:where(.vv-connection-forms) .links-collapse-toggle::before {
  content: "";
  border: 5px solid transparent;
  border-top: none;
  border-bottom-color: #B5DD1A;
  position: absolute;
  top: 50%;
  left: 0;
  transition: transform 0.3s, border-bottom-color 0.3s;
}
:where(.vv-connection-forms) .links-collapse-toggle:hover {
  cursor: pointer;
  color: #5d666a;
}

:where(.vv-connection-forms) .is-style-chevron {
  padding-left: 0;
  list-style: none;
}
:where(.vv-connection-forms) .is-style-chevron > li {
  margin-bottom: 0.5rem;
}
:where(.vv-connection-forms) .is-style-chevron > li a {
  color: #15a3c5;
  transition: color 0.3s;
  font-weight: 600;
}
:where(.vv-connection-forms) .is-style-chevron > li a:hover {
  text-decoration: none;
  color: #17b6dc;
}
:where(.vv-connection-forms) .is-style-chevron > li a:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: 300;
  margin-right: 0.75rem;
  font-size: 0.65rem;
}

:where(.vv-connection-forms) .table-week td, :where(.vv-connection-forms) .table-project-prices td {
  position: relative;
}
:where(.vv-connection-forms) .table-week td .tooltip-question.tooltip-absolute, :where(.vv-connection-forms) .table-project-prices td .tooltip-question.tooltip-absolute {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

:where(.vv-connection-forms) .is-style-table-color-right > table > tbody > tr > :first-child, :where(.vv-connection-forms) .is-style-table-color-right > table > thead > tr > :first-child {
  background: #17b6dc;
  color: #fff;
}
:where(.vv-connection-forms) .is-style-table-color-right > table > tbody > tr td,
:where(.vv-connection-forms) .is-style-table-color-right > table > tbody > tr th,
:where(.vv-connection-forms) .is-style-table-color-right > table > thead > tr td,
:where(.vv-connection-forms) .is-style-table-color-right > table > thead > tr th {
  border: 1px solid #c4c4c4;
  padding: 0.25rem;
}
:where(.vv-connection-forms) .is-style-table-color-right > table > tbody > tr:nth-child(odd), :where(.vv-connection-forms) .is-style-table-color-right > table > thead > tr:nth-child(odd) {
  background-color: #f1f1f1;
}

:where(.vv-connection-forms) .is-style-table-color-top-row > table tr:first-child td,
:where(.vv-connection-forms) .is-style-table-color-top-row > table tr:first-child th {
  background: #17b6dc;
  color: #fff;
  padding: 17px 9px 17px 23px;
}
:where(.vv-connection-forms) .is-style-table-color-top-row > table tr td,
:where(.vv-connection-forms) .is-style-table-color-top-row > table tr th {
  border: 1px solid #c4c4c4;
  padding: 4px 8px 8px 8px;
}
:where(.vv-connection-forms) .is-style-table-color-top-row > table tr:nth-child(odd) {
  background-color: #f1f1f1;
}

:where(.vv-connection-forms) table.color-top-row tr:first-child td,
:where(.vv-connection-forms) table.color-top-row tr:first-child th {
  background: #17b6dc;
  color: #fff;
  padding: 17px 9px 17px 23px;
}
:where(.vv-connection-forms) table.color-top-row tr td,
:where(.vv-connection-forms) table.color-top-row tr th {
  border: 1px solid #c4c4c4;
  padding: 4px 8px 8px 8px;
}
:where(.vv-connection-forms) table.color-top-row tr:nth-child(odd) {
  background-color: #f1f1f1;
}
:where(.vv-connection-forms) table.color-top-row.row-spaned > tbody > tr:nth-child(2) td {
  background: #17b6dc;
  color: #fff;
}

:where(.vv-connection-forms) .table-links {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  :where(.vv-connection-forms) .table-links-row {
    display: flex;
  }
}
:where(.vv-connection-forms) .table-links-row > div {
  flex: 0 0 50%;
  padding: 1rem 2rem;
}
@media (max-width: 767.98px) {
  :where(.vv-connection-forms) .table-links-row > div.table-links-label {
    padding-bottom: 0;
  }
  :where(.vv-connection-forms) .table-links-row > div.table-links-url {
    padding-top: 0;
  }
}
@media (min-width: 576px) {
  :where(.vv-connection-forms) .table-links-row > div:not(:last-child) {
    border-right: 1px solid #D8D8D8;
  }
}
@media (min-width: 576px) {
  :where(.vv-connection-forms) .table-links-heading {
    display: flex;
  }
}
:where(.vv-connection-forms) .table-links-heading > div {
  flex: 0 0 50%;
  padding: 1rem 2rem;
}
@media (max-width: 767.98px) {
  :where(.vv-connection-forms) .table-links-heading > div.table-links-label {
    padding-bottom: 0;
  }
  :where(.vv-connection-forms) .table-links-heading > div.table-links-url {
    padding-top: 0;
  }
}
@media (min-width: 576px) {
  :where(.vv-connection-forms) .table-links-heading > div:not(:last-child) {
    border-right: 1px solid #D8D8D8;
  }
}
:where(.vv-connection-forms) .table-links > div {
  transition: background-color 0.3s;
}
:where(.vv-connection-forms) .table-links > div:not(.table-links-heading):hover {
  background-color: rgba(181, 221, 26, 0.12);
}
:where(.vv-connection-forms) .table-links > div + div {
  border-top: 1px solid #D8D8D8;
}
:where(.vv-connection-forms) .table-links-url > a > svg {
  margin-right: 1rem;
}

:where(.vv-connection-forms) .is-style-table-prices.table-prices-dark table {
  border: 3px solid #999;
}
:where(.vv-connection-forms) .is-style-table-prices.table-prices-dark table tr:first-child {
  background: #999;
  color: #fff;
}
:where(.vv-connection-forms) .is-style-table-prices.table-prices-dark table tr:first-child td,
:where(.vv-connection-forms) .is-style-table-prices.table-prices-dark table tr:first-child th {
  border-color: #999;
}
:where(.vv-connection-forms) .is-style-table-prices table {
  border: 3px solid #17b6dc;
}
:where(.vv-connection-forms) .is-style-table-prices table tr td, :where(.vv-connection-forms) .is-style-table-prices table tr th {
  border: 1px solid #c4c4c4;
}
:where(.vv-connection-forms) .is-style-table-prices table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
:where(.vv-connection-forms) .is-style-table-prices table tr:first-child {
  background: #17b6dc;
  color: #fff;
}
:where(.vv-connection-forms) .is-style-table-prices table tr:first-child td, :where(.vv-connection-forms) .is-style-table-prices table tr:first-child th {
  border-color: #17b6dc;
}
:where(.vv-connection-forms) .is-style-table-prices.beauty table {
  border: 1px solid grey;
}
:where(.vv-connection-forms) .is-style-table-prices.beauty table tr td {
  padding: 15px 9px;
  padding-left: 23px;
}
:where(.vv-connection-forms) .is-style-table-prices.beauty table tr:first-child {
  font-weight: 500;
}
:where(.vv-connection-forms) .is-style-table-prices.beauty table tr:first-child td:nth-last-child(2), :where(.vv-connection-forms) .is-style-table-prices.beauty table tr:first-child th:nth-last-child(2) {
  letter-spacing: 1px;
}
:where(.vv-connection-forms) .is-style-table-prices.beauty table tr:first-child td:nth-last-child(2):before, :where(.vv-connection-forms) .is-style-table-prices.beauty table tr:first-child th:nth-last-child(2):before {
  display: block;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes.label-lg table tr:first-child td:nth-child(n+2) {
  font-weight: 600;
  font-size: 1rem;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr td {
  padding: 15px 9px;
  padding-left: 23px;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr td:last-child > strong, :where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr td:nth-last-child(2) > strong {
  font-size: 1.5rem;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child {
  font-weight: 500;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:first-child {
  width: 65%;
  font-size: 1.25rem;
  font-weight: 600;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:last-child, :where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:nth-last-child(2) {
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:last-child, :where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:nth-last-child(2) {
    font-size: 0.5rem;
  }
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:last-child:before, :where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:nth-last-child(2):before {
  content: "";
  display: block;
  height: 48px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:last-child {
  width: 107px;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:last-child {
    width: 80px;
  }
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:last-child:before {
  background-image: url(images/62df6499f081465aba5f85b40d0f9ea2.svg);
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:nth-last-child(2) {
  width: 107px;
}
@media screen and (max-width: 599px) {
  :where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:nth-last-child(2) {
    width: 80px;
  }
}
:where(.vv-connection-forms) .is-style-table-prices.prices-homes table tr:first-child td:nth-last-child(2):before {
  background-image: url(images/ab0d02135201b1ac287d39be6aee1054.svg);
}
@media screen and (min-width: 1200px) {
  :where(.vv-connection-forms) .is-style-table-prices.prices-companies {
    width: 600px;
    margin: auto;
  }
}
:where(.vv-connection-forms) .is-style-table-prices.prices-companies table tr td {
  padding: 15px 9px;
  padding-left: 23px;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-companies table tr td:last-child {
  text-align: center;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-companies table tr td:last-child strong {
  font-size: 1.5rem;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-companies table tr:first-child td {
  font-weight: 700;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.25rem;
}
:where(.vv-connection-forms) .is-style-table-prices.prices-companies table tr:first-child td:first-child {
  font-size: 1rem;
  width: 65%;
}
:where(.vv-connection-forms) .with-icon.is-style-table-prices.prices-companies table tr:first-child td:last-child {
  font-size: 1rem;
  font-weight: 600;
}
:where(.vv-connection-forms) .with-icon.is-style-table-prices.prices-companies table tr:first-child td:last-child:before {
  content: "";
  display: block;
  height: 48px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/ab0d02135201b1ac287d39be6aee1054.svg);
}

:where(.vv-connection-forms) .table-project-prices {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .table-project-prices {
    table-layout: fixed;
  }
}
:where(.vv-connection-forms) .table-project-prices-wrap {
  overflow-x: auto;
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .table-project-prices-wrap {
    overflow-x: visible;
  }
}
:where(.vv-connection-forms) .table-project-prices td, :where(.vv-connection-forms) .table-project-prices th {
  padding: 1rem 0.5rem;
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .table-project-prices td, :where(.vv-connection-forms) .table-project-prices th {
    padding: 1rem 2rem;
  }
}
:where(.vv-connection-forms) .table-project-prices tr > *:not(:last-child) {
  border-right: 1px solid #D8D8D8;
}
:where(.vv-connection-forms) .table-project-prices tr + tr {
  border-top: 1px solid #D8D8D8;
}
:where(.vv-connection-forms) .table-project-prices td {
  vertical-align: middle;
  transition: background-color 0.3s;
}
:where(.vv-connection-forms) .table-project-prices tr:hover td {
  background-color: rgba(181, 221, 26, 0.34);
}
:where(.vv-connection-forms) .table-project-prices tr.align-row-top th {
  vertical-align: top;
}
:where(.vv-connection-forms) .table-project-prices tr.align-row-middle th {
  vertical-align: middle;
}
:where(.vv-connection-forms) .table-project-prices th {
  vertical-align: bottom;
}
:where(.vv-connection-forms) .table-project-prices-header-title {
  color: #17b6dc;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .table-project-prices-header-title {
    font-size: 28px;
  }
}

:where(.vv-connection-forms) .project-view-content-wrap {
  border: 1px solid #c4c4c4;
}
:where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  :where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item {
    flex-direction: column;
  }
}
:where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}
:where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item-icon-wrap {
  background-color: #17b6dc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  min-width: 11.5rem;
}
:where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item-icon {
  width: 3.5rem;
  margin: auto;
}
:where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item-icon [role=img] {
  width: 100%;
  margin-bottom: 0;
  max-height: 4rem;
  height: auto;
}
:where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item.item-about .project-view-content-item-icon {
  width: 1.5rem;
}
:where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.2rem;
}
:where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item-content {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
:where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item-content [role=img] {
  width: 194px;
  margin-bottom: 0;
}
:where(.vv-connection-forms) .project-view-content-wrap .project-view-content-item:nth-child(2n) .project-view-content-item-content {
  background: #F1F1F1;
}

@media screen and (max-width: 768px) {
  :where(.vv-connection-forms) .table-schemes table, :where(.vv-connection-forms) .table-schemes td {
    display: block;
  }
  :where(.vv-connection-forms) .table-schemes tr {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0;
  }
  :where(.vv-connection-forms) .table-schemes tr + tr {
    border-top: 1px solid #c4c4c4;
  }
  :where(.vv-connection-forms) .table-schemes tr td {
    flex: 0 0 50%;
  }
  :where(.vv-connection-forms) .table-schemes tr td:first-child {
    flex: 1 0 100%;
  }
}

:where(.vv-connection-forms) .table-services-item {
  display: flex;
}
:where(.vv-connection-forms) .table-services-item > div {
  border: 1px solid #c4c4c4;
  padding: 0.25rem;
}
:where(.vv-connection-forms) .table-services-item > div:first-child {
  flex: 0 0 145px;
  background-color: #17b6dc;
  color: #fff;
  display: flex;
  align-items: center;
  border-right: 0;
}
:where(.vv-connection-forms) .table-services-item > div:last-child {
  flex: 1;
}
:where(.vv-connection-forms) .table-services-item:nth-child(even) > div:last-child {
  background: #f1f1f1;
}
:where(.vv-connection-forms) .table-services-item + .table-services-item > div {
  border-top: 0;
}

:where(.vv-connection-forms) .table-week {
  width: 100%;
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .table-week {
    table-layout: fixed;
  }
}
:where(.vv-connection-forms) .table-week--hover-row tr.wp-block-vv-table-week-row:hover > td {
  background-color: rgba(181, 221, 26, 0.34);
}
:where(.vv-connection-forms) .table-week-wrap {
  overflow-x: auto;
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .table-week-wrap {
    overflow-x: visible;
  }
}
:where(.vv-connection-forms) .table-week td, :where(.vv-connection-forms) .table-week th {
  padding: 1rem 0.5rem;
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .table-week td, :where(.vv-connection-forms) .table-week th {
    padding: 1rem 2rem;
  }
}
:where(.vv-connection-forms) .table-week tr > *:not(:last-child) {
  border-right: 1px solid #D8D8D8;
}
:where(.vv-connection-forms) .table-week tr + tr {
  border-top: 1px solid #D8D8D8;
}
:where(.vv-connection-forms) .table-week td {
  vertical-align: top;
  transition: background-color 0.3s;
}
:where(.vv-connection-forms) .table-week td:hover {
  background-color: rgba(181, 221, 26, 0.34);
}
:where(.vv-connection-forms) .table-week th {
  vertical-align: bottom;
}
:where(.vv-connection-forms) .table-week tr.align-row-top th {
  vertical-align: top;
}
:where(.vv-connection-forms) .table-week tr.align-row-middle th {
  vertical-align: middle;
}
:where(.vv-connection-forms) .table-week-header-title {
  color: #17b6dc;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .table-week-header-title {
    font-size: 28px;
  }
}
:where(.vv-connection-forms) .table-week-header-subtitle {
  font-weight: 400;
}

:where(.vv-connection-forms) .vv-tabs-edit {
  padding: 0.5rem;
  border-radius: 0.75rem;
  transition: background 0.3s;
}
:where(.vv-connection-forms) .vv-tabs-edit:hover {
  background: rgba(0, 0, 0, 0.03);
}

:where(.vv-connection-forms) .vv-tabs-panel {
  overflow: auto;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border: 1px solid #c4c4c4;
  padding: 1em 1.4em;
  padding-top: 2em;
  background: #fff;
  display: none;
}
:where(.vv-connection-forms) .vv-tabs-panel:first-of-type {
  display: block;
}
:where(.vv-connection-forms) .vv-tabs-panel-links {
  width: 100%;
}
@media screen and (min-width: 992px) {
  :where(.vv-connection-forms) .vv-tabs-panel-links {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  :where(.vv-connection-forms) .vv-tabs-panel-links .vv-tabs-panel-link + .vv-tabs-panel-link {
    margin-left: 0.5rem;
  }
}
:where(.vv-connection-forms) .vv-tabs-panel-link {
  flex: 0 1 50%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border: 1px solid #c4c4c4;
  border-bottom-color: #fff;
  margin-bottom: -1px;
  display: block;
  padding: 1rem;
  text-align: center;
  color: #17b6dc;
  font-weight: 600;
  text-decoration: none !important;
}
:where(.vv-connection-forms) .vv-tabs-panel-link:not(.active) {
  background: #17b6dc;
  color: #fff;
}
:where(.vv-connection-forms) .vv-tabs-panel-content {
  overflow: auto;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border: 1px solid #c4c4c4;
  padding: 1em 1.4em;
  padding-top: 2em;
  background: #fff;
}

:where(.vv-connection-forms) .vv-tabs-card .tab-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
:where(.vv-connection-forms) .vv-tabs-card .tab-icon-wrap {
  position: relative;
  height: 40px;
  margin-bottom: 0.5rem;
}
:where(.vv-connection-forms) .vv-tabs-card-panel-header {
  display: flex;
}
:where(.vv-connection-forms) .vv-tabs-card-panel-header .tab-icon-wrap {
  width: 2rem;
  margin-right: 1.5rem;
}
:where(.vv-connection-forms) .vv-tabs-card-panel-header .tab-icon-wrap svg {
  color: #B5DD1A;
}
:where(.vv-connection-forms) .vv-tabs-card-panel-header .vv-tabs-panel-title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  :where(.vv-connection-forms) .vv-tabs-card-panel-content-wrap {
    display: flex;
  }
  :where(.vv-connection-forms) .vv-tabs-card-panel-header, :where(.vv-connection-forms) .vv-tabs-card-panel-content {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
:where(.vv-connection-forms) .vv-tabs-card .vv-tabs-panel {
  padding: 0.25rem;
  border: none;
  background: transparent;
}
:where(.vv-connection-forms) .vv-tabs-card .vv-tabs-panel-link {
  background: #fff;
  border-radius: 6px;
  padding: 24px 16px;
  border: none;
  box-shadow: 0px 4px 16px 0px rgba(68, 68, 68, 0.08);
  margin-left: 0 !important;
  color: #5d666a;
  text-transform: uppercase;
  font-weight: 600;
  flex: auto;
  min-width: 240px;
  max-width: 600px;
}
:where(.vv-connection-forms) .vv-tabs-card .vv-tabs-panel-link .tab-icon-wrap img {
  filter: grayscale(1);
}
:where(.vv-connection-forms) .vv-tabs-card .vv-tabs-panel-link .tab-icon-wrap svg {
  color: #737B80;
}
:where(.vv-connection-forms) .vv-tabs-card .vv-tabs-panel-link.active {
  box-shadow: 0px 4px 20px 0px rgba(181, 221, 26, 0.12);
}
:where(.vv-connection-forms) .vv-tabs-card .vv-tabs-panel-link.active .tab-icon-wrap img {
  filter: grayscale(0);
}
:where(.vv-connection-forms) .vv-tabs-card .vv-tabs-panel-link.active .tab-icon-wrap svg {
  color: #B5DD1A;
}
:where(.vv-connection-forms) .vv-tabs-card .vv-tabs-panel-links {
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .vv-tabs-card .vv-tabs-panel-links {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1199.98px) {
  :where(.vv-connection-forms) .vv-tabs-card .vv-tabs-panel-links {
    display: flex;
    flex-wrap: nowrap;
    padding: 1rem;
    overflow-x: auto;
  }
}

:where(.vv-connection-forms) .has-vv-blue-color {
  color: #17b6dc;
}

:where(.vv-connection-forms) .tooltip-question {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(23, 179, 226, 0.3);
  border-radius: 50%;
  background-color: #F6FBFF;
  position: relative;
  color: #006FBA;
  display: inline-flex;
}
:where(.vv-connection-forms) .tooltip-question-content {
  position: absolute;
  display: none;
  top: 100%;
  left: -1rem;
  max-width: 300px;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #041D25;
  color: #fff;
  transform-origin: 1rem 0;
  z-index: 1070;
  font-size: 14px;
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .tooltip-question-content {
    max-width: 650px;
    white-space: nowrap;
  }
}
:where(.vv-connection-forms) .tooltip-question-icon {
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin: auto;
  user-select: none;
  line-height: 1;
}
:where(.vv-connection-forms) .tooltip-question:hover {
  cursor: pointer;
}
:where(.vv-connection-forms) .tooltip-question:hover .tooltip-question-content {
  display: block;
}

:where(.vv-connection-forms) .tooltip-question-content .tooltip-question--arrow {
  position: absolute;
}
:where(.vv-connection-forms) .tooltip-question-content .tooltip-question--arrow::before {
  display: block;
  border: 8px solid transparent;
  content: "";
}
:where(.vv-connection-forms) .tooltip-question-content[data-popper-placement*=top] .tooltip-question--arrow {
  top: 100%;
}
:where(.vv-connection-forms) .tooltip-question-content[data-popper-placement*=top] .tooltip-question--arrow::before {
  border-top-color: #041D25;
}
:where(.vv-connection-forms) .tooltip-question-content[data-popper-placement*=bottom] .tooltip-question--arrow {
  bottom: 100%;
}
:where(.vv-connection-forms) .tooltip-question-content[data-popper-placement*=bottom] .tooltip-question--arrow::before {
  border-bottom-color: #041D25;
}
:where(.vv-connection-forms) .tooltip-question--center .tooltip-question-content {
  left: 50%;
  transform: scale(0) translateX(-50%);
  transform-origin: top left;
}
:where(.vv-connection-forms) .tooltip-question--center .tooltip-question-content::before {
  left: 50%;
  transform: translateX(-50%);
}
:where(.vv-connection-forms) .tooltip-question--center:hover .tooltip-question-content {
  transform: scale(1) translateX(-50%);
}
:where(.vv-connection-forms) .tooltip-question--right .tooltip-question-content {
  left: auto;
  right: -1rem;
  transform-origin: right top;
}
:where(.vv-connection-forms) .tooltip-question--right .tooltip-question-content::before {
  left: auto;
  right: 1rem;
}

:where(.vv-connection-forms) .tooltip-question--text-break .tooltip-question-content {
  width: 100vw;
  white-space: normal;
}

:where(.vv-connection-forms) .whyus-wrap {
  margin: 0 -1rem 3rem -1rem;
  padding: 2 1rem 2rem 1rem;
}

:where(.vv-connection-forms) .whyus-wrap .unic {
  padding-left: 15px;
}

:where(.vv-connection-forms) .whyus-wrap .whyus-card-row {
  display: flex;
  flex-wrap: wrap;
}

:where(.vv-connection-forms) .whyus-wrap .whyus-card-wrap {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  flex-direction: column;
  display: flex;
}

:where(.vv-connection-forms) .whyus-wrap .whyus-card-wrap:nth-child(4) .whyus-card-icon {
  width: 115px;
}

:where(.vv-connection-forms) .whyus-wrap .whyus-card {
  background-color: #F4FBFE;
  height: 100%;
  padding: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
}

:where(.vv-connection-forms) .whyus-wrap .whyus-card-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 2rem;
}

:where(.vv-connection-forms) .whyus-wrap .whyus-card-title {
  color: #17b6dc;
  padding: 0.5rem 0;
  font-weight: 600;
  font-size: 1.1rem;
}

:where(.vv-connection-forms) .whyus-wrap .whyus-card-content {
  font-size: 0.9rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  :where(.vv-connection-forms) .whyus-wrap {
    padding: 2rem 3rem 2rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  :where(.vv-connection-forms) .whyus-wrap {
    padding: 2rem 4.5rem 2rem 3rem;
  }
  :where(.vv-connection-forms) .whyus-wrap .unic {
    padding-left: 0;
  }
  :where(.vv-connection-forms) .whyus-wrap .whyus-card-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.vv-connection-forms) .whyus-wrap .whyus-card-row {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 1280px) {
  :where(.vv-connection-forms) .whyus-wrap {
    padding: 2rem 4.5rem 2rem 3rem;
  }
  :where(.vv-connection-forms) .whyus-wrap .whyus-card-row {
    margin: 0 -15px;
  }
  :where(.vv-connection-forms) .whyus-wrap .whyus-card-wrap {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
:where(.vv-connection-forms) h2.title {
  display: block;
  color: #17b6dc;
  font-size: 26px;
  padding-bottom: 9px;
  text-transform: uppercase;
  text-align: left;
  line-height: 30px;
  font-weight: 400;
}

@keyframes vv-connection-moveInX {
  0% {
    transform: translateX(-16px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes vv-connection-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:where(.vv-connection-forms) .control-rating .control-label {
  display: flex;
}
:where(.vv-connection-forms) .control-rating-star {
  color: #E9ECEF;
}
@media (max-width: 991.98px) {
  :where(.vv-connection-forms) .control-rating-star svg {
    height: auto;
    width: 2.5rem !important;
  }
}
:where(.vv-connection-forms) .control-rating-star:hover {
  color: rgba(255, 193, 7, 0.5);
  cursor: pointer;
}
:where(.vv-connection-forms) .control-rating-star:hover ~ label {
  color: rgba(255, 193, 7, 0.5);
}
:where(.vv-connection-forms) .control-rating-star-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  padding: 0.5rem 0;
}
:where(.vv-connection-forms) .control-rating-star-wrap input[type=radio]:checked ~ label {
  color: #ffc107;
}

:where(.vv-connection-forms) .control-select.control-wrap {
  position: relative;
}
:where(.vv-connection-forms) .control-select .control--value {
  display: none;
}
:where(.vv-connection-forms) .control-select .control--pseudo {
  height: 42px;
  position: relative;
  padding-right: 2rem;
}
:where(.vv-connection-forms) .control-select .control--pseudo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top-color: #737B80;
  border-bottom: none;
}
:where(.vv-connection-forms) .control-select .control--pseudo:hover {
  cursor: pointer;
}
:where(.vv-connection-forms) .control-select .control--placeholder {
  color: #6c757d;
}
:where(.vv-connection-forms) .control-select-list {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(67, 67, 67, 0.05), 0px 8px 10px rgba(67, 67, 67, 0.08);
  border-radius: 0.5rem;
  z-index: 1000;
}
:where(.vv-connection-forms) .control-select-item {
  padding: 0.5rem 1rem;
  transition: background-color 0.3s;
  display: block;
  margin-bottom: 1px;
}
:where(.vv-connection-forms) .control-select-item:hover {
  background-color: rgba(23, 182, 220, 0.8);
  cursor: pointer;
}
:where(.vv-connection-forms) .control-select-item.active {
  background-color: #17b6dc;
  color: #fff;
}

:where(.vv-connection-forms) [is=control-select-radio] input[type=radio]:checked + .control-select-item {
  background-color: #17b6dc;
  color: #fff;
}
:where(.vv-connection-forms) [is=control-select-radio] input[type=radio]:focus + .control-select-item {
  background-color: rgba(23, 182, 220, 0.8);
  cursor: pointer;
}
:where(.vv-connection-forms) [is=control-select-radio] input[type=radio].filtered {
  display: none;
}
:where(.vv-connection-forms) [is=control-select-radio] input[type=radio].filtered + .control-select-item {
  display: none;
}
:where(.vv-connection-forms) [is=control-select-radio]:disabled .control--pseudo {
  background-color: #e1e1e1;
  color: #6c757d;
  pointer-events: none;
}

:where(.vv-connection-forms) .control-file-btn {
  display: inline-flex;
  align-items: center;
  background-color: #F8F9FA;
  border-radius: 0.125rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  transition: background-color 0.3s;
}
:where(.vv-connection-forms) .control-file-btn svg {
  margin-left: 0.5rem;
  transition: margin-left 0.3s;
}
:where(.vv-connection-forms) .control-file-btn:hover {
  cursor: pointer;
  background-color: #E9ECEF;
}
:where(.vv-connection-forms) .control-file-btn:hover svg {
  margin-left: 1.125rem;
}
:where(.vv-connection-forms) .control--invalid .control-file-btn {
  background-color: rgba(220, 53, 69, 0.3);
}

:where(.vv-connection-forms) .control-file-list {
  display: block;
}
:where(.vv-connection-forms) .control-file-item {
  display: flex;
  background-color: #F8F9FA;
}
:where(.vv-connection-forms) .control-file-item-meta {
  padding: 0.75rem 1rem;
  flex: 1;
}
:where(.vv-connection-forms) .control-file-item-actions {
  padding: 0.75rem 1rem;
  align-self: center;
}
:where(.vv-connection-forms) .control-file-item-size {
  color: #6c757d;
  font-size: 0.85rem;
}
:where(.vv-connection-forms) .control-file-remove {
  border: none;
  background-color: transparent;
  transform: scaleX(1.25);
  font-size: 1.25rem;
}
:where(.vv-connection-forms) .control-file .control--value:focus + .control-file-btn {
  outline: 3px solid rgba(181, 221, 26, 0.5);
}
:where(.vv-connection-forms) .control-file-multi-clone ~ .control-file .control-file-btn {
  display: none;
}

:where(.vv-connection-forms) .control-checkbox .control-label {
  padding-left: 1rem;
}
:where(.vv-connection-forms) .control-checkbox .control-label-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
:where(.vv-connection-forms) .control-checkbox .control--value:checked + .control-label-wrap .control-checkbox-box {
  border-color: #B5DD1A;
}
:where(.vv-connection-forms) .control-checkbox .control--value:checked + .control-label-wrap .control-checkbox-box .box-check {
  opacity: 1;
}
:where(.vv-connection-forms) .control-checkbox .control--value:focus + .control-label-wrap {
  outline: 3px solid rgba(181, 221, 26, 0.5);
}
:where(.vv-connection-forms) .control-checkbox-box {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #CDCFD0;
  border-radius: 0.25rem;
  transition: border-color 0.3s;
  flex-shrink: 0;
  position: relative;
}
:where(.vv-connection-forms) .control-checkbox-box .box-check {
  background-color: #B5DD1A;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s;
}
:where(.vv-connection-forms) .control-checkbox-box .box-check svg {
  margin: auto;
}
:where(.vv-connection-forms) .control-checkbox-box:hover {
  border-color: #B5DD1A;
  cursor: pointer;
}

:where(.vv-connection-forms) .control-radio .control-label {
  padding-left: 1rem;
}
:where(.vv-connection-forms) .control-radio .control-label-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
:where(.vv-connection-forms) .control-radio .control--value:focus + .control-label-wrap .control-radio-box {
  border-color: #B5DD1A;
}
:where(.vv-connection-forms) .control-radio .control--value:focus + .control-label-wrap .control-radio-box .box-check {
  border: 0.45rem solid #B5DD1A;
  opacity: 0.5;
}
:where(.vv-connection-forms) .control-radio .control--value:checked + .control-label-wrap .control-radio-box {
  border-color: #B5DD1A;
}
:where(.vv-connection-forms) .control-radio .control--value:checked + .control-label-wrap .control-radio-box .box-check {
  border: 0.45rem solid #B5DD1A;
  opacity: 1;
}
:where(.vv-connection-forms) .control-radio-box {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #CDCFD0;
  border-radius: 50%;
  transition: border-color 0.3s;
  flex-shrink: 0;
  position: relative;
}
:where(.vv-connection-forms) .control-radio-box .box-check {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s;
}
:where(.vv-connection-forms) .control-radio-box .box-check svg {
  margin: auto;
}
:where(.vv-connection-forms) .control-radio-box:hover {
  border-color: #B5DD1A;
  cursor: pointer;
}

:where(.vv-connection-forms) .control-radio-group .control-radio .control-label:after {
  display: none;
}
:where(.vv-connection-forms) .control-radio-group fieldset {
  padding-top: 1.25rem;
}
:where(.vv-connection-forms) .control-radio-group fieldset.border-danger {
  border: 1px solid;
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

:where(body:has(.vv-connection-forms)) .vv-alert {
  border-radius: 0.25rem;
  background-color: #fff;
  margin: 0.5rem;
  text-align: center;
}
:where(body:has(.vv-connection-forms)) .vv-alert-wrap {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  animation: vv-connection-vvAlertFade 0.3s forwards;
}
:where(body:has(.vv-connection-forms)) .vv-alert-content {
  margin: auto;
  width: 600px;
  max-width: 100%;
}
:where(body:has(.vv-connection-forms)) .vv-alert-icon {
  margin-bottom: 0.5rem;
}
:where(body:has(.vv-connection-forms)) .vv-alert-body {
  padding: 1rem;
}
:where(body:has(.vv-connection-forms)) .vv-alert-footer {
  padding: 0 1rem 1rem 1rem;
}
:where(body:has(.vv-connection-forms)) .vv-alert-footer .vv-alert-btn.vv-alert-ok {
  background-color: #B5DD1A;
  color: #5d666a;
  text-transform: uppercase;
}
:where(body:has(.vv-connection-forms)) .vv-alert-header {
  padding: 1rem 1rem 0 1rem;
}
:where(body:has(.vv-connection-forms)) .vv-alert-header h4 {
  margin-bottom: 0;
}

@keyframes vv-connection-vvAlertFade {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
:where(.vv-connection-forms) .btn .loader,
:where(.vv-connection-forms) .btn .loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
:where(.vv-connection-forms) .btn .loader {
  margin: auto;
  margin-right: 0.5rem;
  font-size: 10px;
  top: calc(50% - 0.6rem);
  left: calc(50% - 0.6rem);
  text-indent: -9999em;
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
  border-left: 0.2em solid #ffffff;
  transform: translateZ(0);
  animation: vv-connection-load8 1.1s infinite linear;
}

@keyframes vv-connection-load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:where(.vv-connection-forms) .wizard-pane {
  animation: vv-connection-fadeIn 0.3s forwards;
}
:where(.vv-connection-forms) .wizard-pane:not(.open) {
  display: none;
}

:where(.vv-connection-forms) .wizard-step {
  display: flex;
}
:where(.vv-connection-forms) .wizard-step-track {
  flex: 0;
  width: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
:where(.vv-connection-forms) .wizard-step-track:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgb(205, 207, 208);
  margin: auto;
}
:where(.vv-connection-forms) .wizard-step-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgb(242, 244, 245);
  border: 1px solid rgb(205, 207, 208);
  display: flex;
}
:where(.vv-connection-forms) .wizard-step-icon {
  display: none;
  margin: auto;
}
:where(.vv-connection-forms) .wizard-step-title {
  font-weight: 700;
}
:where(.vv-connection-forms) .wizard-step-text {
  padding-bottom: 2.5rem;
}
:where(.vv-connection-forms) .wizard-step:last-of-type .wizard-step-track::after {
  display: none;
}
:where(.vv-connection-forms) .wizard-step:hover {
  cursor: default;
}

:where(.vv-connection-forms) .wizard-step.wizard-step--valid:hover {
  cursor: pointer;
}
:where(.vv-connection-forms) .wizard-step.wizard-step--valid .wizard-step-dot {
  background-color: rgba(181, 221, 26, 0.3);
  border-color: rgba(181, 221, 26, 0.8);
}
:where(.vv-connection-forms) .wizard-step.wizard-step--valid + .wizard-step--default:not(.wizard-step--active) .wizard-step-dot {
  background-color: rgba(181, 221, 26, 0.2);
  border-color: rgba(181, 221, 26, 0.5);
}

:where(.vv-connection-forms) .wizard-step.wizard-step--complete:hover {
  cursor: pointer;
}
:where(.vv-connection-forms) .wizard-step.wizard-step--complete .wizard-step-dot {
  background-color: #B5DD1A;
  border-color: #B5DD1A;
  box-shadow: 0px 8px 8px 0px rgba(23, 182, 220, 0.08), 0px -2px 8px 0px rgba(23, 182, 220, 0.08);
}
:where(.vv-connection-forms) .wizard-step.wizard-step--complete .wizard-step-dot .icon-check {
  display: block;
}
:where(.vv-connection-forms) .wizard-step.wizard-step--complete .wizard-step-title {
  color: #17b6dc;
}
:where(.vv-connection-forms) .wizard-step.wizard-step--complete .wizard-step-title .fa-pencil-alt {
  margin-left: 20px;
  display: inline-block;
}

:where(.vv-connection-forms) .wizard-step.wizard-step--active:hover {
  cursor: pointer;
}
:where(.vv-connection-forms) .wizard-step.wizard-step--active .wizard-step-dot {
  background-color: #B5DD1A;
  border-color: #B5DD1A;
  box-shadow: 0px 8px 8px 0px rgba(23, 182, 220, 0.08), 0px -2px 8px 0px rgba(23, 182, 220, 0.08);
  transform: scale(1.5);
}
:where(.vv-connection-forms) .wizard-step.wizard-step--active .wizard-step-dot .icon-minus {
  display: block;
}
:where(.vv-connection-forms) .wizard-step.wizard-step--active .wizard-step-title {
  color: #17b6dc;
}

:where(.vv-connection-forms) .control-switch-content {
  display: grid;
  grid-template-columns: 48px auto;
  column-gap: 1rem;
}
:where(.vv-connection-forms) .control-switch-track {
  background-color: #E3E5E5;
  border-radius: 50rem;
  padding: 2px;
  height: 28px;
  position: relative;
  transition: background-color 0.3s;
}
:where(.vv-connection-forms) .control-switch-track::before {
  content: "";
  width: 24px;
  display: block;
  padding-bottom: 50%;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  top: 2px;
  left: 2px;
  transition: left 0.3s;
}
:where(.vv-connection-forms) .control-switch .control--value:checked + .control-switch-content .control-switch-track {
  background-color: #B5DD1A;
}
:where(.vv-connection-forms) .control-switch .control--value:checked + .control-switch-content .control-switch-track::before {
  left: calc(100% - 26px);
}
:where(.vv-connection-forms) .control-switch .control-label {
  font-weight: 500;
  color: #444444;
  line-height: 1;
}
:where(.vv-connection-forms) .control-switch .control-description {
  color: #737B80;
}
:where(.vv-connection-forms) .control-switch:hover .control-switch-track {
  cursor: pointer;
  background-color: #aacf18;
}

:where(.vv-connection-forms) .card-news-small {
  color: #041D25;
}
:where(.vv-connection-forms) .card-news-small-img-wrap {
  height: 10rem;
  width: 100%;
  position: relative;
}
:where(.vv-connection-forms) .card-news-small-img-wrap img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
:where(.vv-connection-forms) .card-news-small-label {
  font-weight: 500;
  transition: color 0.3s;
}
:where(.vv-connection-forms) .card-news-small-date {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  margin-top: 1rem;
}
:where(.vv-connection-forms) .card-news-small-text {
  color: #969696;
}
:where(.vv-connection-forms) .card-news-small:hover {
  text-decoration: none;
}
:where(.vv-connection-forms) .card-news-small:hover .card-news-small-label {
  color: #B5DD1A;
}
:where(.vv-connection-forms) .card-news-small:hover .card-news-small-date {
  color: #041D25;
}

:where(.vv-connection-forms) .card-news-big-img-wrap {
  padding-bottom: 35%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
:where(.vv-connection-forms) .card-news-big-img-wrap img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
:where(.vv-connection-forms) .card-news-big-label {
  font-weight: 500;
  color: #041D25;
  transition: color 0.3s;
}
:where(.vv-connection-forms) .card-news-big a:hover {
  text-decoration: none !important;
}
:where(.vv-connection-forms) .card-news-big-date {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
:where(.vv-connection-forms) .card-news-big-text {
  color: #969696;
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .card-news-big:hover .card-news-big-label {
  color: #B5DD1A;
}

:where(.vv-connection-forms) .vv-projects-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
:where(.vv-connection-forms) .vv-projects-search {
  margin-bottom: 1.5rem;
}
:where(.vv-connection-forms) .vv-projects-content {
  min-height: 130px;
}
:where(.vv-connection-forms) .vv-projects-cell {
  padding: 1.5rem 1rem;
  font-weight: 600;
}
:where(.vv-connection-forms) .vv-projects-header {
  border-bottom: 1px dashed #17b6dc;
  padding: 0.5rem 1rem;
  color: #707070;
  font-weight: 600;
}
:where(.vv-connection-forms) .vv-projects-state-icon {
  margin-right: 0.5rem;
}
:where(.vv-connection-forms) .vv-projects-card-label {
  color: #707070;
}
:where(.vv-connection-forms) .vv-projects-card-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

:where(.vv-connection-forms) .dropup,
:where(.vv-connection-forms) .dropright,
:where(.vv-connection-forms) .dropdown,
:where(.vv-connection-forms) .dropleft {
  position: relative;
}

:where(.vv-connection-forms) .dropdown-toggle {
  white-space: nowrap;
}
:where(.vv-connection-forms) .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
:where(.vv-connection-forms) .dropdown-toggle:empty::after {
  margin-left: 0;
}

:where(.vv-connection-forms) .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #5d666a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

:where(.vv-connection-forms) .dropdown-menu-left {
  right: auto;
  left: 0;
}

:where(.vv-connection-forms) .dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  :where(.vv-connection-forms) .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  :where(.vv-connection-forms) .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  :where(.vv-connection-forms) .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  :where(.vv-connection-forms) .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  :where(.vv-connection-forms) .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
:where(.vv-connection-forms) .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
:where(.vv-connection-forms) .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
:where(.vv-connection-forms) .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

:where(.vv-connection-forms) .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
:where(.vv-connection-forms) .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
:where(.vv-connection-forms) .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
:where(.vv-connection-forms) .dropright .dropdown-toggle::after {
  vertical-align: 0;
}

:where(.vv-connection-forms) .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
:where(.vv-connection-forms) .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
:where(.vv-connection-forms) .dropleft .dropdown-toggle::after {
  display: none;
}
:where(.vv-connection-forms) .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
:where(.vv-connection-forms) .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
:where(.vv-connection-forms) .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

:where(.vv-connection-forms) .dropdown-menu[x-placement^=top], :where(.vv-connection-forms) .dropdown-menu[x-placement^=right], :where(.vv-connection-forms) .dropdown-menu[x-placement^=bottom], :where(.vv-connection-forms) .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

:where(.vv-connection-forms) .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

:where(.vv-connection-forms) .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
:where(.vv-connection-forms) .dropdown-item:hover, :where(.vv-connection-forms) .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
:where(.vv-connection-forms) .dropdown-item.active, :where(.vv-connection-forms) .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #17b6dc;
}
:where(.vv-connection-forms) .dropdown-item.disabled, :where(.vv-connection-forms) .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

:where(.vv-connection-forms) .dropdown-menu.show {
  display: block;
}

:where(.vv-connection-forms) .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

:where(.vv-connection-forms) .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

:where(.vv-connection-forms) body {
  font-family: "Cabin", sans-serif;
}

:where(.vv-connection-forms) .fs-2 {
  font-size: 0.875em;
}

:where(.vv-connection-forms) .homepage {
  color: #041D25;
}
:where(.vv-connection-forms) .homepage {
  padding-top: 80px;
}
:where(.vv-connection-forms) .homepage-nav {
  display: flex;
}
:where(.vv-connection-forms) .homepage-nav-back:hover {
  text-decoration: none;
}
:where(.vv-connection-forms) .homepage-nav-toggle .fa-times {
  display: none;
}
:where(.vv-connection-forms) .homepage-nav-toggle .nav-toggle.open .fa-times {
  display: inline-block;
}
:where(.vv-connection-forms) .homepage-nav-toggle .nav-toggle.open .fa-bars {
  display: none;
}
@media screen and (min-width: 999.98px) {
  :where(.vv-connection-forms) .homepage-nav-toggle {
    display: none;
  }
}
:where(.vv-connection-forms) .homepage-nav-wrap {
  display: flex;
}
:where(.vv-connection-forms) .homepage-nav-parents {
  display: flex;
}
:where(.vv-connection-forms) .homepage-nav-parents li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
}
:where(.vv-connection-forms) .homepage-nav-parents li.nav-close-wrap {
  display: none;
}
:where(.vv-connection-forms) .homepage-nav-parents li:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #006FBA;
  bottom: -1px;
  left: 50%;
  right: 50%;
  top: auto;
  transition: left 0.3s ease-out, right 0.3s ease-out;
}
:where(.vv-connection-forms) .homepage-nav-parents li .homepage-nav-link {
  display: block;
  padding: 0.875rem 0.5rem;
  text-transform: uppercase;
  color: #041D25;
  font-size: 0.875em;
  font-weight: 700;
}
@media screen and (min-width: 1555px) {
  :where(.vv-connection-forms) .homepage-nav-parents li .homepage-nav-link {
    padding: 0.875rem;
  }
}
:where(.vv-connection-forms) .homepage-nav-parents li .homepage-nav-link-title {
  position: relative;
}
:where(.vv-connection-forms) .homepage-nav-parents li .homepage-nav-link.active .homepage-nav-link-chevron svg {
  transform: rotate(-90deg);
}
:where(.vv-connection-forms) .homepage-nav-parents li .homepage-nav-link.active .homepage-nav-link-chevron svg path {
  fill: #17b6dc;
}
:where(.vv-connection-forms) .homepage-nav-parents li:hover .homepage-nav-link {
  color: #006FBA;
  text-decoration: none;
}
:where(.vv-connection-forms) .homepage-nav-parents li:hover:before {
  left: 0;
  right: 0;
}
:where(.vv-connection-forms) .homepage-nav-parents li.has-children .homepage-nav-link-title {
  position: relative;
  padding-left: 1.25rem;
}
@media screen and (min-width: 1555px) {
  :where(.vv-connection-forms) .homepage-nav-parents li.has-children .homepage-nav-link-title {
    padding-left: 1.5rem;
  }
}
:where(.vv-connection-forms) .homepage-nav-parents li.has-children .homepage-nav-link-chevron {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
:where(.vv-connection-forms) .homepage-nav-parents li.has-children .homepage-nav-link-chevron > svg {
  transform: rotate(0);
  transition: transform 0.3s;
}
:where(.vv-connection-forms) .homepage-nav-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .homepage-nav-group span {
  font-size: 0.75rem;
  color: #15a3c5;
  font-weight: 600;
  margin-right: 1rem;
}
:where(.vv-connection-forms) .homepage-nav-group::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
:where(.vv-connection-forms) .homepage-nav-menu-close {
  display: none;
}
:where(.vv-connection-forms) .homepage-nav-menu-title {
  font-weight: 600;
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .homepage-nav-children {
  width: 100%;
  columns: 3;
  column-gap: 1rem;
}
:where(.vv-connection-forms) .homepage-nav-children:not(.open) {
  display: none;
}
:where(.vv-connection-forms) .homepage-nav-children-wrap {
  position: absolute;
  top: -100%;
  transition: top 0.3s;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(67, 67, 67, 0.05), 0px 8px 10px rgba(67, 67, 67, 0.08);
  padding-bottom: 1.5rem;
  z-index: 1049;
}
:where(.vv-connection-forms) .homepage-nav-children-wrap > .container.pt-wrap {
  padding-top: 2.5rem;
}
:where(.vv-connection-forms) .homepage-nav-children-wrap.open {
  z-index: 1050;
  top: 80px;
}
:where(.vv-connection-forms) .homepage-nav-child-item {
  display: inline-block;
  width: 100%;
}
:where(.vv-connection-forms) .homepage-nav-child-link {
  display: flex;
  align-items: center;
  color: #707070;
  transition: color 0.3s;
  margin-bottom: 1.5rem;
  font-size: 0.875em;
  padding-right: 3rem;
}
:where(.vv-connection-forms) .homepage-nav-child-link .homepage-nav-child-arrow {
  transform: translateX(0);
  transition: transform 0.3s;
}
:where(.vv-connection-forms) .homepage-nav-child-link:hover {
  color: #041D25;
  text-decoration: none;
}
:where(.vv-connection-forms) .homepage-nav-child-link:hover .homepage-nav-child-arrow {
  transform: translateX(50%);
}
:where(.vv-connection-forms) .homepage-nav-child-link:hover svg {
  fill: #006FBA;
}
:where(.vv-connection-forms) .homepage-nav-text {
  letter-spacing: 1px;
}
:where(.vv-connection-forms) .homepage-nav-text-main {
  text-transform: uppercase;
  font-weight: 700;
}
:where(.vv-connection-forms) .homepage-nav-img-wrap {
  margin-right: 1.5rem;
}
:where(.vv-connection-forms) .homepage-nav-img-wrap svg {
  fill: #041D25;
  transition: fill 0.3s;
}
:where(.vv-connection-forms) .homepage-nav-img-wrap i.icon {
  font-size: 30px;
  color: #041D25 !important;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
@media screen and (min-width: 999.98px) {
  :where(.vv-connection-forms) .homepage .vv-nav-mobile {
    display: none;
  }
}
:where(.vv-connection-forms) body:has(.vv-nav-mobile.open) {
  overflow: hidden;
}

:where(.vv-connection-forms) .homepage .vv-nav-mobile-item {
  display: block;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-item::before {
  display: none;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-list.deep-3 {
  position: relative;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-list.deep-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 2px;
  height: 100%;
  border-radius: 1rem;
  background-color: #17b6dc;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-list.deep-3 a {
  font-size: 0.875rem;
  position: relative;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-list.deep-3 a:after {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: -1.825rem;
  width: 0.75rem;
  height: 0.75rem;
  background: white;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #17b6dc;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-list ul {
  background-color: #edfafc;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-list ul ul {
  padding-left: 2.5rem;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-list ul ul li {
  margin-bottom: 0.75rem;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-list ul ul a {
  text-transform: none;
  line-height: 1;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-link {
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  width: 100%;
  text-transform: uppercase;
  color: #041D25;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-link:hover {
  text-decoration: none;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-link.parent {
  padding: 0.75rem 0.5rem;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-link.direct {
  padding-left: 2rem;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-link [data-icon=chevron-down] {
  color: #17b6dc;
  margin-top: 0.25rem;
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-link[aria-expanded=true] [data-icon=chevron-down] {
  transform: rotate(180deg);
}
:where(.vv-connection-forms) .homepage .vv-nav-mobile-link svg {
  width: 1rem;
  align-self: flex-start;
  flex: 0 0 auto;
}
:where(.vv-connection-forms) .homepage-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  background-color: white;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 1rem -1.8rem 1rem 1rem black;
  z-index: 1050;
}
:where(.vv-connection-forms) body.customize-support .homepage-topbar {
  top: 32px;
}

:where(.vv-connection-forms) .homepage-topbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
:where(.vv-connection-forms) .homepage-topbar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
:where(.vv-connection-forms) .homepage-topbar-right .btn-topbar-lang {
  box-shadow: none;
  padding: 1.75rem 1rem;
  padding-left: 2rem;
  border-radius: 0;
  transition: background 0.3s;
}
:where(.vv-connection-forms) .homepage-topbar-right .btn-topbar-lang:hover {
  background: #ebebeb;
}
:where(.vv-connection-forms) .homepage-topbar-right .btn-topbar-lang .btn-topbar-text {
  padding-left: 0.5rem;
  font-size: 0.875em;
  font-weight: 700;
}
:where(.vv-connection-forms) .homepage-topbar-right .btn-topbar-lang .btn-topbar-text::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-bottom: 1px solid #AEB5BC;
  border-right: 1px solid #AEB5BC;
  position: absolute;
  left: 1rem;
  top: calc(50% - 0.65rem);
  transform: rotate(45deg);
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input {
  border: none;
  border-radius: 0;
  width: 0;
  padding: 1.85rem 1.5rem;
  background: transparent;
  transition: background 0.3s, width 0.5s ease-out;
}
@media screen and (min-width: 1400px) {
  :where(.vv-connection-forms) .homepage-topbar-right .search-input {
    padding-right: 5rem;
    width: 16rem;
  }
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input:hover {
  background: #ebebeb;
  border: none;
  width: 16rem;
  padding-right: 5rem;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input:focus {
  width: 16rem;
  box-shadow: none;
  background: #ebebeb;
  padding-right: 5rem;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap {
  position: relative;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap:hover {
  background: #ebebeb;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap:hover .search-input {
  width: 16rem;
  padding-right: 5rem;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap:hover .search-input-actions a {
  opacity: 1;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap a {
  position: absolute;
  right: 3.5rem;
  transform: translateY(-50%);
  top: 50%;
  opacity: 0;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap a svg {
  transition: fill 0.3s;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap a:hover svg {
  fill: #006FBA;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap button {
  position: absolute;
  right: 1.5rem;
  transform: translateY(-50%);
  top: 50%;
  padding: 0;
  border: none;
  background: transparent;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap button svg {
  transition: fill 0.3s;
}
:where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap button:hover svg {
  fill: #006FBA;
}
@media screen and (max-width: 1399.98px) and (min-width: 1249.98px) {
  :where(.vv-connection-forms) .homepage-topbar-right {
    padding-right: 5rem;
    position: relative;
  }
  :where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media screen and (max-width: 525px) {
  :where(.vv-connection-forms) .homepage-topbar-right {
    padding-right: 3rem;
    position: relative;
  }
  :where(.vv-connection-forms) .homepage-topbar-right .search-input-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media screen and (max-width: 1250.98px) and (min-width: 500px) {
  :where(.vv-connection-forms) .homepage-topbar-right .search-input {
    width: 16rem;
  }
}
:where(.vv-connection-forms) .homepage-topbar-brand {
  padding: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1610px) {
  :where(.vv-connection-forms) .homepage-topbar-brand {
    padding-right: 4.7rem;
  }
}
:where(.vv-connection-forms) .homepage-topbar-brand img {
  height: 100%;
  width: 6.5rem;
  image-rendering: optimizequality;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 1250.98px) and (min-width: 999.98px) {
  :where(.vv-connection-forms) .homepage .homepage-hero-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1250.98px) {
  :where(.vv-connection-forms) .homepage-nav-parents {
    background: #fff;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  :where(.vv-connection-forms) .homepage-nav-children-wrap.open {
    top: 131px;
  }
}
@media screen and (max-width: 1000px) {
  :where(.vv-connection-forms) .homepage-nav-parents {
    display: none;
  }
  :where(.vv-connection-forms) .homepage-nav-parents.open {
    display: block;
  }
  :where(.vv-connection-forms) .homepage-nav-parents li, :where(.vv-connection-forms) .homepage-nav-parents a {
    width: 100%;
  }
  :where(.vv-connection-forms) .homepage-nav-parents li .homepage-nav-link-title, :where(.vv-connection-forms) .homepage-nav-parents a .homepage-nav-link-title {
    padding-left: 1.25rem;
  }
  :where(.vv-connection-forms) .homepage-nav-parents li.nav-close-wrap {
    display: block;
    text-align: right;
  }
  :where(.vv-connection-forms) .homepage-nav-children {
    columns: 2;
  }
  :where(.vv-connection-forms) .homepage-nav-children-wrap.open {
    height: 100vh;
    max-height: calc(100vh - 160px);
  }
}
@media screen and (max-width: 650px) {
  :where(.vv-connection-forms) .homepage-nav-children {
    columns: 1;
  }
}
:where(.vv-connection-forms) .homepage .homepage-footer {
  background: #006FBA;
  padding: 4rem 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
:where(.vv-connection-forms) .homepage .homepage-footer .footer-logo-bg {
  position: absolute;
  pointer-events: none;
  top: 5rem;
  right: -2rem;
  height: 38rem;
  opacity: 0.1;
}
:where(.vv-connection-forms) .homepage .homepage-footer .card-footer-light-blue {
  background: #1090E5;
  border-radius: 0.375rem;
  padding: 1.5rem;
  z-index: 1;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
}
:where(.vv-connection-forms) .homepage .homepage-footer .card-footer-light-blue .btn-hp-secondary {
  background: transparent;
  color: #fff;
  font-weight: 400;
}
:where(.vv-connection-forms) .homepage .homepage-footer .card-footer-light-blue .btn-hp-secondary svg {
  fill: #fff;
  flex-shrink: 0;
}
:where(.vv-connection-forms) .homepage .homepage-footer .card-footer-light-blue .btn-hp-secondary svg:nth-child(1) {
  margin-left: 0;
  width: 21px;
  height: 23px;
}
:where(.vv-connection-forms) .homepage .homepage-footer .card-footer-light-blue .btn-hp-secondary:hover svg:nth-child(1) {
  margin-left: 0;
}
:where(.vv-connection-forms) .homepage .homepage-footer .btn-footer-lang {
  display: inline-flex;
  align-items: center;
  color: #fff;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
}
:where(.vv-connection-forms) .homepage .homepage-footer .btn-footer-lang:hover {
  background: rgba(255, 255, 255, 0.2);
}
:where(.vv-connection-forms) .homepage .homepage-footer .btn-footer-lang svg {
  fill: #fff;
  margin-right: 0.5rem;
}
:where(.vv-connection-forms) .homepage .homepage-footer .footer-link-simple {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  transition: color 0.3s;
}
:where(.vv-connection-forms) .homepage .homepage-footer .footer-link-simple svg {
  color: rgba(255, 255, 255, 0.7);
  transition: fill 0.3s;
  font-size: 1.5rem;
}
:where(.vv-connection-forms) .homepage .homepage-footer .footer-link-simple:hover {
  color: #fff;
  text-decoration: none;
}
:where(.vv-connection-forms) .homepage .homepage-footer .footer-link-simple:hover svg {
  color: #fff;
}
:where(.vv-connection-forms) .homepage .homepage-footer .links-short a {
  display: flex;
}
:where(.vv-connection-forms) .homepage .homepage-footer .links-short span {
  text-align: left;
}
:where(.vv-connection-forms) .homepage-carousel {
  background: #F7F9FA;
  padding: 4rem 0;
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border 0.3s;
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn svg {
  transform: scale(1.5);
  transition: transform 0.3s;
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn:hover {
  border-color: #e3e3e3;
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn:hover svg {
  transform: initial;
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn.prev svg {
  transform: rotate(180deg) scale(1.5);
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn.prev:hover svg {
  transform: rotate(180deg) scale(1);
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel {
  background: #eef2f4;
  border-radius: 0.375rem;
  overflow: hidden;
  transition: background 0.3s;
  position: relative;
  height: 31rem;
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel-label {
  color: #17b6dc;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 0;
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel-img-wrap {
  width: 100%;
  height: 26rem;
  transition: height 0.3s;
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel-text {
  height: 0rem;
  min-height: 0;
  padding: 0rem 1.5rem;
  overflow: hidden;
  display: flex;
  transition: height 0.3s, padding 0.3s, min-height 0.3s;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  :where(.vv-connection-forms) .homepage-carousel .card-carousel-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: white;
  }
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel-text ul {
  padding-left: 1rem;
  margin-bottom: 0;
}
:where(.vv-connection-forms) .slick-current.slick-active .card-carousel {
  background: #fff;
}
:where(.vv-connection-forms) .slick-current.slick-active .card-carousel .card-carousel-img-wrap {
  height: 13rem;
}
@media only screen and (max-width: 1024px) {
  :where(.vv-connection-forms) .slick-current.slick-active .card-carousel .card-carousel-img-wrap {
    height: 11rem;
  }
}
@media only screen and (max-width: 768px) {
  :where(.vv-connection-forms) .slick-current.slick-active .card-carousel .card-carousel-img-wrap {
    height: 14rem;
  }
}
:where(.vv-connection-forms) .slick-current.slick-active .card-carousel .card-carousel-text {
  min-height: 13rem;
  height: auto;
  padding: 1rem 1.5rem;
}

:where(.vv-connection-forms) .homepage-carousel--ru .slick-current.slick-active .card-carousel .card-carousel-img-wrap, :where(.vv-connection-forms) .homepage-carousel--en .slick-current.slick-active .card-carousel .card-carousel-img-wrap {
  height: 10rem;
}
:where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel {
  background: #fff;
  margin-bottom: 1em;
  height: auto;
}
:where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel .card-carousel-img-wrap {
  height: 13rem;
}
@media only screen and (max-width: 1024px) {
  :where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel .card-carousel-img-wrap {
    height: 11rem;
  }
}
@media only screen and (max-width: 768px) {
  :where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel .card-carousel-img-wrap {
    height: 14rem;
  }
}
:where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel .card-carousel-text {
  min-height: 13rem;
  height: auto;
  padding: 1rem 1.5rem;
}
:where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel-text {
  position: static;
}
:where(.vv-connection-forms) .homepage hr {
  border-top: 1px solid #e3e3e3;
  border-bottom: 0;
}
:where(.vv-connection-forms) .homepage h1 {
  font-size: 3.8em;
  line-height: 1.3;
  font-weight: 600;
}
:where(.vv-connection-forms) .homepage h2 {
  font-size: 2.375em;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  :where(.vv-connection-forms) .homepage h2 {
    font-size: 1.425em;
  }
}
:where(.vv-connection-forms) .homepage h3 {
  font-weight: 400;
  font-size: 1.375em;
}
@media (max-width: 767.98px) {
  :where(.vv-connection-forms) .homepage h3 {
    font-size: 0.825em;
  }
}
:where(.vv-connection-forms) .homepage h4 {
  font-weight: 400;
}
:where(.vv-connection-forms) .homepage-hero {
  background: #F6FBFF;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
}
:where(.vv-connection-forms) .homepage-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 3;
}
:where(.vv-connection-forms) .homepage-hero-top .info-line {
  display: flex;
  padding-left: 1.5rem;
  align-items: center;
  font-weight: 500;
}
:where(.vv-connection-forms) .homepage-hero-top .info-line .label {
  color: #006FBA;
}
@media screen and (max-width: 550px) {
  :where(.vv-connection-forms) .homepage-hero-top .info-line {
    flex-direction: column;
  }
  :where(.vv-connection-forms) .homepage-hero-top .info-line .label {
    text-align: center;
    font-size: 0.75rem;
  }
}
:where(.vv-connection-forms) .homepage-hero-top .btn-hero-top {
  font-weight: 700;
  color: #041D25;
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  transition: background 0.3s;
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .homepage-hero-top .btn-hero-top {
    padding: 1.5rem 1rem;
  }
}
:where(.vv-connection-forms) .homepage-hero-top .btn-hero-top svg {
  fill: #969696;
  margin-right: 0.5rem;
  transition: fill 0.3s;
}
:where(.vv-connection-forms) .homepage-hero-top .btn-hero-top-icon {
  color: #969696;
  margin-right: 0.5rem;
  transition: fill 0.3s;
}
:where(.vv-connection-forms) .homepage-hero-top .btn-hero-top:hover {
  background: #ebebeb;
  text-decoration: none;
}
:where(.vv-connection-forms) .homepage-hero-top .btn-hero-top:hover svg {
  fill: #006FBA;
}
:where(.vv-connection-forms) .homepage-hero-top .btn-hero-top:hover .btn-hero-top-icon {
  color: #006FBA;
}
:where(.vv-connection-forms) .homepage-hero-middle {
  padding-top: 6rem;
  position: relative;
}
:where(.vv-connection-forms) .homepage-hero-middle .gif-wrap {
  width: 40vw;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
@media screen and (min-width: 768px) {
  :where(.vv-connection-forms) .homepage-hero-middle .gif-wrap {
    top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  :where(.vv-connection-forms) .homepage-hero-middle .gif-wrap {
    right: auto;
    left: 0;
    width: auto;
    height: 80px;
  }
  :where(.vv-connection-forms) .homepage-hero-middle .gif-wrap video {
    height: 100%;
  }
}
:where(.vv-connection-forms) .homepage-hero-middle .gif-wrap video {
  mask-image: url(images/badccdfbe153aafbe00534f32b1635cb.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(images/badccdfbe153aafbe00534f32b1635cb.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  width: 100%;
}
:where(.vv-connection-forms) .homepage-hero-middle h1 {
  color: #17b6dc;
}
@media screen and (max-width: 991.98px) {
  :where(.vv-connection-forms) .homepage-hero-middle h1 {
    font-size: calc(1rem + 3vw);
  }
}
:where(.vv-connection-forms) .homepage-hero-middle h3 {
  color: #356383;
}
@media screen and (max-width: 991.98px) {
  :where(.vv-connection-forms) .homepage-hero-middle h3 {
    font-size: calc(0.7rem + 1vw);
  }
}
:where(.vv-connection-forms) .homepage-hero-bottom {
  margin-top: auto;
}
:where(.vv-connection-forms) .homepage-hero-bottom h2 {
  font-size: 2em;
}
@media screen and (max-width: 1199.98px) {
  :where(.vv-connection-forms) .homepage-hero-bottom .img-wrap {
    width: 110px;
  }
}
:where(.vv-connection-forms) .homepage-carousel {
  background: #F7F9FA;
  padding: 4rem 0;
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border 0.3s;
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn svg {
  transform: scale(1.5);
  transition: transform 0.3s;
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn:hover {
  border-color: #e3e3e3;
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn:hover svg {
  transform: initial;
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn.prev svg {
  transform: rotate(180deg) scale(1.5);
}
:where(.vv-connection-forms) .homepage-carousel .carousel-btn.prev:hover svg {
  transform: rotate(180deg) scale(1);
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel {
  background: #eef2f4;
  border-radius: 0.375rem;
  overflow: hidden;
  transition: background 0.3s;
  position: relative;
  height: 31rem;
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel-label {
  color: #17b6dc;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 0;
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel-img-wrap {
  width: 100%;
  height: 26rem;
  transition: height 0.3s;
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel-text {
  height: 0rem;
  min-height: 0;
  padding: 0rem 1.5rem;
  overflow: hidden;
  display: flex;
  transition: height 0.3s, padding 0.3s, min-height 0.3s;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  :where(.vv-connection-forms) .homepage-carousel .card-carousel-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: white;
  }
}
:where(.vv-connection-forms) .homepage-carousel .card-carousel-text ul {
  padding-left: 1rem;
  margin-bottom: 0;
}
:where(.vv-connection-forms) .slick-current.slick-active .card-carousel {
  background: #fff;
}
:where(.vv-connection-forms) .slick-current.slick-active .card-carousel .card-carousel-img-wrap {
  height: 13rem;
}
@media only screen and (max-width: 1024px) {
  :where(.vv-connection-forms) .slick-current.slick-active .card-carousel .card-carousel-img-wrap {
    height: 11rem;
  }
}
@media only screen and (max-width: 768px) {
  :where(.vv-connection-forms) .slick-current.slick-active .card-carousel .card-carousel-img-wrap {
    height: 14rem;
  }
}
:where(.vv-connection-forms) .slick-current.slick-active .card-carousel .card-carousel-text {
  min-height: 13rem;
  height: auto;
  padding: 1rem 1.5rem;
}

:where(.vv-connection-forms) .homepage-carousel--ru .slick-current.slick-active .card-carousel .card-carousel-img-wrap, :where(.vv-connection-forms) .homepage-carousel--en .slick-current.slick-active .card-carousel .card-carousel-img-wrap {
  height: 10rem;
}
:where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel {
  background: #fff;
  margin-bottom: 1em;
  height: auto;
}
:where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel .card-carousel-img-wrap {
  height: 13rem;
}
@media only screen and (max-width: 1024px) {
  :where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel .card-carousel-img-wrap {
    height: 11rem;
  }
}
@media only screen and (max-width: 768px) {
  :where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel .card-carousel-img-wrap {
    height: 14rem;
  }
}
:where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel .card-carousel-text {
  min-height: 13rem;
  height: auto;
  padding: 1rem 1.5rem;
}
:where(.vv-connection-forms) .homepage #soc-resp-carousel:not(.slick-initialized) .card-carousel-text {
  position: static;
}
:where(.vv-connection-forms) .homepage-banners {
  background: #fff;
}
:where(.vv-connection-forms) .homepage-banners .wpcp-slide-image img {
  width: 100%;
}
:where(.vv-connection-forms) .homepage-maps {
  padding: 4rem 0;
  background: #FBFDFF;
  border-bottom: 1px solid #f4faff;
}
:where(.vv-connection-forms) .homepage-maps .map-wrap {
  height: 18rem;
  width: 100%;
  border-radius: 0.375rem;
  overflow: hidden;
}
:where(.vv-connection-forms) .homepage-maps .map-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
:where(.vv-connection-forms) .homepage-maps .map-title-link h3 {
  color: #041D25;
  transition: color 0.3s;
}
:where(.vv-connection-forms) .homepage-maps .map-title-link:hover {
  text-decoration: none;
}
:where(.vv-connection-forms) .homepage-maps .map-title-link:hover h3 {
  color: #B5DD1A;
}
:where(.vv-connection-forms) .homepage-maps .map-link {
  background: #F7F9FA;
  border-radius: 0.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #041D25;
  padding: 0.75rem 1.5rem;
  transition: background 0.3s;
}
:where(.vv-connection-forms) .homepage-maps .map-link svg {
  fill: #B5DD1A;
  transition: fill 0.3s;
}
:where(.vv-connection-forms) .homepage-maps .map-link:hover {
  text-decoration: none;
  background: #B5DD1A;
}
:where(.vv-connection-forms) .homepage-maps .map-link:hover svg {
  fill: #041D25;
}
:where(.vv-connection-forms) .homepage-news {
  background: #fff;
  padding: 4rem 0;
}
:where(.vv-connection-forms) .homepage-links {
  background: #fff;
  padding: 4rem 0;
}
:where(.vv-connection-forms) .homepage-links .card-important-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding: 1.5rem;
  color: #041D25;
  transition: background 0.3s;
  box-shadow: 0px -2px 8px rgba(67, 67, 67, 0.08), 0px 8px 8px rgba(67, 67, 67, 0.08);
}
:where(.vv-connection-forms) .homepage-links .card-important-link .menu-image-hover-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
:where(.vv-connection-forms) .homepage-links .card-important-link-label {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.25rem;
}
:where(.vv-connection-forms) .homepage-links .card-important-link:hover {
  text-decoration: none;
  background: #B5DD1A;
}
:where(.vv-connection-forms) .homepage-links .card-important-link > div, :where(.vv-connection-forms) .homepage-links .card-important-link > div > span {
  display: block;
  text-align: center;
}
:where(.vv-connection-forms) .homepage-contacts {
  background: #F7F9FA;
  padding: 4rem 0;
}
:where(.vv-connection-forms) .homepage-contacts .btn-contacts-social {
  font-weight: 700;
  color: #041D25;
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  box-shadow: none;
  transition: background 0.3s;
}
:where(.vv-connection-forms) .homepage-contacts .btn-contacts-social svg {
  color: #006FBA;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  transition: fill 0.3s;
}
:where(.vv-connection-forms) .homepage-contacts .btn-contacts-social:hover {
  background: #ebebeb;
  text-decoration: none;
}
:where(.vv-connection-forms) .homepage-contacts .contacts-info-box {
  margin-bottom: 0.5rem;
  align-items: center;
  background: #fff;
  padding: 0.5rem 1rem;
  font-weight: 500;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
  border-radius: 0.375rem;
  margin-right: 1rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  :where(.vv-connection-forms) .homepage-contacts .contacts-info-box {
    display: inline-flex;
    margin-bottom: 0;
  }
}
:where(.vv-connection-forms) .homepage-contacts .contacts-info-box svg {
  fill: #B5DD1A;
  margin-right: 0.5rem;
}

:where(.vv-connection-forms) .vv-news-categories {
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  :where(.vv-connection-forms) .vv-news-categories {
    flex-direction: column;
  }
}
:where(.vv-connection-forms) .vv-news-categories-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  border-bottom: 2px solid transparent;
  text-align: center;
  color: #04111D;
  font-size: 1.5rem;
  transition: color 0.3s;
}
:where(.vv-connection-forms) .vv-news-categories-item:hover {
  color: #006FBA;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  :where(.vv-connection-forms) .vv-news-categories-item {
    font-size: 1.25rem;
  }
}
:where(.vv-connection-forms) .vv-news-categories-item-wrap {
  width: 100%;
  max-width: 300px;
  position: relative;
  padding: 0 1rem;
}
@media screen and (max-width: 1200px) {
  :where(.vv-connection-forms) .vv-news-categories-item-wrap {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  :where(.vv-connection-forms) .vv-news-categories-item-wrap:first-of-type {
    padding-left: 0;
  }
  :where(.vv-connection-forms) .vv-news-categories-item-wrap:last-of-type {
    padding-right: 0;
  }
  :where(.vv-connection-forms) .vv-news-categories-item-wrap + .vv-news-categories-item-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    bottom: 13px;
    width: 1px;
    background-color: #E7EAEF;
  }
}
:where(.vv-connection-forms) .vv-news-categories-item.active {
  border-bottom-color: #1170BA;
}
@media screen and (min-width: 1200.98px) {
  :where(.vv-connection-forms) .vv-news-categories-wrap #vv-news-categories {
    display: block !important;
    height: auto !important;
  }
}
:where(.vv-connection-forms) .vv-news-categories-toggle {
  padding: 1rem;
  position: relative;
  padding-right: 3rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 1200px) {
  :where(.vv-connection-forms) .vv-news-categories-toggle {
    display: none;
  }
}
:where(.vv-connection-forms) .vv-news-categories-toggle .fa-chevron-down {
  position: absolute;
  top: calc(50% - 8px);
  right: 1rem;
  transition: transform 0.3s;
}
:where(.vv-connection-forms) .vv-news-categories-toggle[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
}

:where(.vv-connection-forms) .page-hero-wrap {
  padding-bottom: 3rem;
  background-color: #fff;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-content {
  margin-top: 3rem;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-content > .post-content > .bg-container-secondary.fill-margins {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-content > .post-content > .bg-container-secondary.fill-margins:first-child {
  margin-top: -3.5rem;
}
:where(.vv-connection-forms) .page-hero-wrap .bg-page-hero-form {
  background: #F6FBFF;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero {
  background-color: #F6FBFF;
  padding: 27px 0;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero[style^=background-image] {
  margin-top: -70px;
  padding-top: 100px;
  position: relative;
  background-position: center;
  background-size: cover;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero[style^=background-image]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero[style^=background-image] .container {
  position: relative;
  z-index: 2;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-bcrumbs {
  margin-bottom: 65px;
  color: #737B80;
}
@media screen and (max-width: 767px) {
  :where(.vv-connection-forms) .page-hero-wrap .page-hero-bcrumbs {
    margin-bottom: 0;
  }
  :where(.vv-connection-forms) .page-hero-wrap .page-hero-bcrumbs #breadcrumbs {
    margin-bottom: 1rem;
  }
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-bcrumbs a {
  color: #737B80;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-bcrumbs .breadcrumb_last {
  color: #041D25;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-title {
  font-size: 64px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  :where(.vv-connection-forms) .page-hero-wrap .page-hero-title {
    font-size: 32px;
    margin-bottom: 0;
  }
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero {
  background-color: #F6FBFF;
  padding: 27px 0;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero[style^=background-image] {
  margin-top: -70px;
  padding-top: 100px;
  position: relative;
  background-position: center;
  background-size: cover;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero[style^=background-image]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero[style^=background-image] .container {
  position: relative;
  z-index: 2;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-bcrumbs {
  margin-bottom: 65px;
  color: #737B80;
}
@media screen and (max-width: 767px) {
  :where(.vv-connection-forms) .page-hero-wrap .page-hero-bcrumbs {
    margin-bottom: 0;
  }
  :where(.vv-connection-forms) .page-hero-wrap .page-hero-bcrumbs #breadcrumbs {
    margin-bottom: 1rem;
  }
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-bcrumbs a {
  color: #737B80;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-bcrumbs .breadcrumb_last {
  color: #041D25;
}
:where(.vv-connection-forms) .page-hero-wrap .page-hero-title {
  font-size: 64px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  :where(.vv-connection-forms) .page-hero-wrap .page-hero-title {
    font-size: 32px;
    margin-bottom: 0;
  }
}
:where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-header {
  background-color: #F6FBFF;
  padding-bottom: 27px;
}
:where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content {
  box-shadow: inset 0 -0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.12), inset 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.12);
  background-color: #F8F9FA;
}
:where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins {
  position: relative;
  z-index: 1;
}
:where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  min-width: 15px;
  background-color: #F8F9FA;
  z-index: -1;
  box-shadow: inset 0 -0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.12), inset 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.12);
}
:where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  min-width: 15px;
  background-color: #F8F9FA;
  z-index: -1;
  box-shadow: inset 0 -0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.12), inset 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.12);
}
@media (min-width: 576px) {
  :where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins::before, :where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins::after {
    width: calc((100vw - 527px) * 0.5);
  }
}
@media (min-width: 768px) {
  :where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins::before, :where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins::after {
    width: calc((100vw - 707px) * 0.5);
  }
}
@media (min-width: 992px) {
  :where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins::before, :where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins::after {
    width: calc((100vw - 947px) * 0.5);
  }
}
@media (min-width: 1200px) {
  :where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins::before, :where(.vv-connection-forms) .page-hero-wrap .review-form .collapse-content-wrap.fill-margins::after {
    width: calc((100vw - 1491px) * 0.5);
  }
}

:where(.vv-connection-forms) .page-hero-content {
  margin-top: 3rem;
}

:where(.vv-connection-forms) .page-hero-content > .post-content > .bg-container-secondary.fill-margins {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

:where(.vv-connection-forms) .page-hero-content > .post-content > .bg-container-secondary.fill-margins:first-child {
  margin-top: -3.5rem;
}

:where(.vv-connection-forms) .bg-page-hero-form {
  background: #F6FBFF;
}

:where(.vv-connection-forms) .rating-form {
  background-color: #F6FBFF;
}

:where(.vv-connection-forms) .form-registration .form-reg-calendar {
  margin-bottom: 2rem;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar table {
  animation: vv-connection-fadeIn 0.5s ease-out forwards;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar table td {
  padding: 0.25rem;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar table th {
  text-align: center;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar .btn-clndr {
  border: 0;
  background-color: transparent;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar .clndr-header {
  display: flex;
  align-items: center;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar .clndr-header > h2 {
  flex-grow: 1;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar .clndr-day {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8e8e8;
  border: 1px solid #DFDFDF;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar .clndr-day:hover:not(.disabled) {
  cursor: pointer;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar .clndr-day.allowed {
  background-color: #fff;
  border: 1px solid rgb(223, 223, 223);
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar .clndr-day--adjecent {
  opacity: 0.5;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar .clndr-day--adjecent:not(.allowed) {
  color: rgba(93, 102, 106, 0.5);
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar .clndr-day.active {
  background-color: #17b6dc;
  color: #fff;
}
:where(.vv-connection-forms) .form-registration .form-reg-calendar .clndr-day > span {
  margin: auto;
  font-size: 12px;
}
:where(.vv-connection-forms) .form-registration .form-reg-pane {
  display: none;
}
:where(.vv-connection-forms) .form-registration .form-reg-pane .btn-prev {
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(115, 123, 128);
  transition: color 0.3s;
}
:where(.vv-connection-forms) .form-registration .form-reg-pane .btn-prev:hover {
  color: #5d666a;
}
:where(.vv-connection-forms) .form-registration .form-reg-pane.open {
  display: block;
}
:where(.vv-connection-forms) .form-registration .form-reg-step {
  display: flex;
}
:where(.vv-connection-forms) .form-registration .form-reg-step .title {
  font-size: 22px;
  transition: color 0.3s;
}
@media (max-width: 991.98px) {
  :where(.vv-connection-forms) .form-registration .form-reg-step .title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
:where(.vv-connection-forms) .form-registration .form-reg-step .title .icon-edit {
  display: none;
}
:where(.vv-connection-forms) .form-registration .form-reg-step .desc {
  min-height: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  :where(.vv-connection-forms) .form-registration .form-reg-step .desc {
    min-height: auto;
    font-size: 0.875rem;
  }
}
:where(.vv-connection-forms) .form-registration .form-reg-step-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgb(242, 244, 245);
  border: 1px solid rgb(205, 207, 208);
  display: flex;
}
:where(.vv-connection-forms) .form-registration .form-reg-step-dot-wrap {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
:where(.vv-connection-forms) .form-registration .form-reg-step-dot-wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgb(205, 207, 208);
  margin: auto;
}
:where(.vv-connection-forms) .form-registration .form-reg-step-dot .icon-check, :where(.vv-connection-forms) .form-registration .form-reg-step-dot .icon-minus {
  display: none;
  margin: auto;
}
:where(.vv-connection-forms) .form-registration .form-reg-step:last-child .form-reg-step-dot-wrap:after {
  display: none;
}
:where(.vv-connection-forms) .form-registration .form-reg-step:hover {
  cursor: pointer;
}
:where(.vv-connection-forms) .form-registration .form-reg-step.active .title, :where(.vv-connection-forms) .form-registration .form-reg-step.complete .title {
  color: #17b6dc;
}
:where(.vv-connection-forms) .form-registration .form-reg-step.active .form-reg-step-dot, :where(.vv-connection-forms) .form-registration .form-reg-step.complete .form-reg-step-dot {
  background-color: #B5DD1A;
  border-color: #B5DD1A;
  box-shadow: 0px 8px 8px 0px rgba(23, 182, 220, 0.08), 0px -2px 8px 0px rgba(23, 182, 220, 0.08);
}
:where(.vv-connection-forms) .form-registration .form-reg-step.active .form-reg-step-dot {
  transform: scale(1.5);
}
:where(.vv-connection-forms) .form-registration .form-reg-step.active .icon-minus {
  display: block;
}
:where(.vv-connection-forms) .form-registration .form-reg-step.complete .icon-edit {
  display: inline;
  margin-left: 20px;
}
:where(.vv-connection-forms) .form-registration .form-reg-step.complete .icon-check {
  display: block;
}

:where(.vv-connection-forms) .prisijungimo-forma .alert-ajax {
  margin: 2rem 0;
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem;
  color: #17b6dc;
  border-radius: 0.5rem;
  border: 1px dashed #17b6dc;
}
:where(.vv-connection-forms) .prisijungimo-forma .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 58px;
  vertical-align: middle;
}
:where(.vv-connection-forms) .prisijungimo-forma .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #17b6dc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
:where(.vv-connection-forms) .prisijungimo-forma .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: vv-connection-lds-ellipsis1 0.6s infinite;
}
:where(.vv-connection-forms) .prisijungimo-forma .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: vv-connection-lds-ellipsis2 0.6s infinite;
}
:where(.vv-connection-forms) .prisijungimo-forma .lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: vv-connection-lds-ellipsis2 0.6s infinite;
}
:where(.vv-connection-forms) .prisijungimo-forma .lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: vv-connection-lds-ellipsis3 0.6s infinite;
}
@keyframes vv-connection-lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes vv-connection-lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes vv-connection-lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
:where(.vv-connection-forms) .prisijungimo-forma .alert-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.03);
}
:where(.vv-connection-forms) .prisijungimo-forma .alert-modal:not(.d-none):not(.loading-hidden) {
  pointer-events: all;
  z-index: 99999;
}
:where(.vv-connection-forms) .prisijungimo-forma .alert-modal .card {
  width: 300px;
  max-width: 100%;
  text-align: center;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(147, 211, 230, 0.322), 0 5px 14px -5px rgba(147, 211, 230, 0.322);
  margin-bottom: 1rem;
  border-radius: 2px;
  border-top: 2px solid #17b3e2;
}
:where(.vv-connection-forms) .prisijungimo-forma #loading-card:not(.loading-hidden) {
  animation: vv-connection-fadeInLoading 0.5s backwards ease-in-out;
  animation-delay: 0.5s;
  pointer-events: all;
}
:where(.vv-connection-forms) .prisijungimo-forma #loading-card.loading-hidden {
  opacity: 0;
  z-index: -1;
}
@keyframes vv-connection-fadeInLoading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:where(.vv-connection-forms) .prisijungimo-forma option:disabled {
  background-color: #fff;
  color: #ccc;
}
:where(.vv-connection-forms) .prisijungimo-forma .captcha-img-wrap {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
:where(.vv-connection-forms) .prisijungimo-forma .captcha-img-wrap #refreshCaptcha {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  :where(.vv-connection-forms) .prisijungimo-forma .demesio {
    padding: 1rem;
    text-align: left;
  }
}

:where(.vv-connection-forms) .list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

:where(.vv-connection-forms) .is-style-multidots {
  border: none;
  border-bottom: 1px dotted #17b6dc;
  background: none !important;
  margin-bottom: 15px;
}

:where(.vv-connection-forms) .clearfix::before,
:where(.vv-connection-forms) .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

:where(.vv-connection-forms) .fw-300 {
  font-weight: 300 !important;
}

:where(.vv-connection-forms) .fw-400 {
  font-weight: 400 !important;
}

:where(.vv-connection-forms) .fw-500 {
  font-weight: 500 !important;
}

:where(.vv-connection-forms) .fw-600 {
  font-weight: 600 !important;
}

:where(.vv-connection-forms) .fw-700 {
  font-weight: 700 !important;
}



:where(.vv-connection-forms) .alert-ajax {
  margin: 2rem 0;
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem;
  color: #17b3e2;
  border-radius: .5rem;
  border: 1px dashed #17b3e2; }

:where(.vv-connection-forms) [readonly] {
  pointer-events: none; }

:where(.vv-connection-forms) .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 58px;
  vertical-align: middle; }
  :where(.vv-connection-forms) .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #17b3e2;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    :where(.vv-connection-forms) .lds-ellipsis div:nth-child(1) {
      left: 6px;
      animation: vv-connection-lds-ellipsis1 0.6s infinite; }
    :where(.vv-connection-forms) .lds-ellipsis div:nth-child(2) {
      left: 6px;
      animation: vv-connection-lds-ellipsis2 0.6s infinite; }
    :where(.vv-connection-forms) .lds-ellipsis div:nth-child(3) {
      left: 26px;
      animation: vv-connection-lds-ellipsis2 0.6s infinite; }
    :where(.vv-connection-forms) .lds-ellipsis div:nth-child(4) {
      left: 45px;
      animation: vv-connection-lds-ellipsis3 0.6s infinite; }

@keyframes vv-connection-lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes vv-connection-lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes vv-connection-lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

:where(.vv-connection-forms) .alert-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.03); }
  :where(.vv-connection-forms) .alert-modal:not(.d-none):not(.loading-hidden) {
    pointer-events: all;
    z-index: 99999; }
  :where(.vv-connection-forms) .alert-modal .card {
    width: 300px;
    max-width: 100%;
    text-align: center;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(147, 211, 230, 0.322), 0 5px 14px -5px rgba(147, 211, 230, 0.322);
    margin-bottom: 1rem;
    border-radius: 2px;
    border-top: 2px solid #17b3e2; }

:where(.vv-connection-forms) #loading-card:not(.loading-hidden) {
  animation: vv-connection-fadeInLoading .5s backwards ease-in-out;
  animation-delay: .5s;
  pointer-events: all; }

:where(.vv-connection-forms) #loading-card.loading-hidden {
  opacity: 0;
  z-index: -1; }

@keyframes vv-connection-fadeInLoading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

:where(.vv-connection-forms) option:disabled {
  background-color: #fff;
  color: #ccc; }

:where(.vv-connection-forms) .hidden {
  opacity: .3; }
  :where(.vv-connection-forms) .hidden-hide .hidden {
    display: none; }

:where(.vv-connection-forms) .captcha-img-wrap {
  position: relative;
  display: inline-block;
  padding-right: 30px; }
  :where(.vv-connection-forms) .captcha-img-wrap #refreshCaptcha {
    position: absolute;
    top: 0;
    right: 0; }

@media screen and (max-width: 768px) {
  :where(.vv-connection-forms) .demesio {
    padding: 1rem;
    text-align: left; }
    :where(.vv-connection-forms) .demesio ol {
      padding: 0; } }
