.vinceron-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
}
 
.vinceron-fadein {
  width: 100%;
  height: 105px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 0.00%,rgb(82, 40, 244) 98.00%);
}
 
.vinceron-hero {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 100%;
  min-width: auto;
  align-self: center;
  max-height: 100%;
  min-height: auto;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  background-color: #5228F5;
}
 
.vinceron-image1 {
  width: auto;
  height: auto;
  object-fit: cover;
}
 
.vinceron-text10 {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: var(--dl-layout-space-sevenunits);
}
 
.vinceron-text11 {
  font-size: 32px;
}
 
.vinceron-text16 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  text-align: center;
  margin-bottom: var(--dl-layout-space-sevenunits);
}
 
.vinceron-text17 {
  font-style: normal;
  font-weight: 900;
}
 
.vinceron-text20 {
  font-weight: 700;
}
 
.vinceron-text25 {
  font-weight: 700;
}
 
.vinceron-text30 {
  font-weight: 700;
}
 
.vinceron-text35 {
  font-weight: 700;
}
 
.vinceron-text40 {
  font-weight: 700;
}
 
.vinceron-text45 {
  font-style: normal;
  font-weight: 900;
}
 
.vinceron-text48 {
  font-weight: 700;
}
 
.vinceron-text53 {
  font-weight: 700;
}
 
.vinceron-text60 {
  font-weight: 700;
}
 
.vinceron-text67 {
  font-style: normal;
  font-weight: 900;
}
 
.vinceron-text70 {
  font-weight: 700;
}
 
.vinceron-text75 {
  font-weight: 700;
}
 
.vinceron-text80 {
  font-style: normal;
  font-weight: 700;
}
 
.vinceron-text85 {
  font-weight: 700;
}
 
.vinceron-text90 {
  font-weight: 700;
}
 
.vinceron-link {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
 
.vinceron-fadeout {
  width: 100%;
  height: 105px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0.00%,rgb(82, 40, 244) 98.00%);
}
 
.vinceron-footer {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 100%;
  align-self: center;
  max-height: auto;
  align-items: center;
  padding-top: 22px;
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  padding-bottom: 22px;
  justify-content: center;
  background-color: #000000;
}
 
.vinceron-bottom {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-self: center;
  margin-top: var(--dl-layout-space-threeunits);
  align-items: flex-start;
  user-select: none;
  flex-direction: column;
}
 
.vinceron-image2 {
  flex: 0;
  width: auto;
  height: auto;
  max-width: var(--dl-layout-size-xxlarge);
  min-width: var(--dl-layout-size-xsmall);
  align-self: center;
  max-height: var(--dl-layout-size-xxlarge);
  min-height: var(--dl-layout-size-xsmall);
  object-fit: cover;
}
 
.vinceron-text94 {
  color: rgb(104, 104, 104);
  align-self: center;
  text-align: center;
}
 
.vinceron-text97 {
  color: rgb(104, 104, 104);
  align-self: center;
  text-align: center;
}
 
@media(max-width: 1200px) {
  .vinceron-text10 {
    color: rgb(255, 255, 255);
    text-align: center;
  }
  .vinceron-text97 {
    color: rgb(104, 104, 104);
  }
}
 
@media(max-width: 991px) {
  .vinceron-hero {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .vinceron-footer {
    padding-top: var(--dl-layout-space-sevenunits);
    padding-bottom: var(--dl-layout-space-sevenunits);
  }
  .vinceron-text94 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .vinceron-text97 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
 
@media(max-width: 767px) {
  .vinceron-fadein {
    height: auto;
    position: relative;
    background-color: var(--dl-color-template-blue-bg);
  }
  .vinceron-hero {
    height: auto;
    position: relative;
    padding-bottom: var(--dl-layout-space-fourunits);
    background-color: var(--dl-color-template-blue-bg);
  }
  .vinceron-fadeout {
    height: auto;
    position: relative;
    background-color: var(--dl-color-template-blue-bg);
  }
  .vinceron-footer {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
}
 
@media(max-width: 479px) {
  .vinceron-fadein {
    height: 100%;
    border-color: #860000;
  }
  .vinceron-hero {
    height: auto;
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .vinceron-image1 {
    max-width: var(--dl-layout-size-maxwidth);
    min-width: var(--dl-layout-size-small);
    max-height: var(--dl-layout-size-xlarge);
    min-height: var(--dl-layout-size-small);
  }
  .vinceron-text10 {
    color: rgb(255, 255, 255);
    text-align: center;
  }
  .vinceron-text17 {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
  }
  .vinceron-text19 {
    font-weight: 700;
  }
  .vinceron-text20 {
    font-weight: 700;
  }
  .vinceron-text25 {
    font-weight: 700;
  }
  .vinceron-text30 {
    font-weight: 700;
  }
  .vinceron-text35 {
    font-weight: 700;
  }
  .vinceron-text40 {
    font-weight: 700;
  }
  .vinceron-text45 {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
  }
  .vinceron-text48 {
    font-weight: 700;
  }
  .vinceron-text53 {
    font-weight: 700;
  }
  .vinceron-text60 {
    font-weight: 700;
  }
  .vinceron-text67 {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
  }
  .vinceron-text70 {
    font-weight: 700;
  }
  .vinceron-text75 {
    font-weight: 700;
  }
  .vinceron-text80 {
    font-style: normal;
    font-weight: 700;
  }
  .vinceron-text85 {
    font-weight: 700;
  }
  .vinceron-text90 {
    font-weight: 700;
  }
  .vinceron-fadeout {
    height: 100%;
  }
  .vinceron-image2 {
    max-width: auto;
    min-width: var(--dl-layout-size-large);
    min-height: var(--dl-layout-size-large);
  }
}
