* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.hidden {
  display: none !important;
}

section {
  padding: 2em 0 10em;
  overflow: hidden;
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 720px) {
  section {
    padding-bottom: 15vw !important;
  }
}
@media (max-width: 1059px) and (min-width: 720px) {
  section {
    width: 90vw;
  }
}
section .sectionheader {
  color: #3d3369;
  padding: 0 0 20px 0;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1060px) {
  section .sectionheader {
    font-size: 3em;
  }
}
@media (max-width: 1060px) {
  section .sectionheader {
    text-align: center;
  }
}
@media (max-width: 1060px) and (min-width: 720px) {
  section .sectionheader {
    font-size: 2.5em;
  }
}
@media (max-width: 720px) and (min-width: 320px) {
  section .sectionheader {
    font-size: 2.25em;
  }
}
@media (max-width: 320px) {
  section .sectionheader {
    font-size: 2em;
  }
}
section h2,
section h3 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
section p {
  font-size: 1.25em;
  margin-block-end: 0;
  margin-block-start: 0;
  color: #3d3369;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
section img,
section form,
section iframe {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

main {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  background-color: #fbfbfb;
}

#cc-main {
  --cc-font-family: $montserrat;
  --cc-btn-primary-bg: #3d3369;
  --cc-btn-primary-hover-bg: #302853;
}

.herowrapper {
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100svh;
}
@media (min-width: 1921px) {
  .herowrapper {
    background-image: linear-gradient(90deg, rgb(87, 76, 156) 5%, rgba(40, 219, 255, 0.349) 45%, rgba(255, 255, 255, 0.1) 75%), image-set(url("./imgs/jm-hero-4096.webp") type("image/webp") 1x, url("./imgs/jm-hero-4096.jpg") type("image/jpeg") 1x, url("./imgs/jm-hero-4096.webp") type("image/webp") 2x, url("./imgs/jm-hero-4096.jpg") type("image/jpeg") 2x);
  }
}
@media (min-width: 921px) and (max-width: 1920px) {
  .herowrapper {
    background-image: linear-gradient(90deg, rgb(87, 76, 156) 5%, rgba(40, 219, 255, 0.349) 45%, rgba(255, 255, 255, 0.1) 75%), image-set(url("./imgs/jm-hero-1920.webp") type("image/webp") 1x, url("./imgs/jm-hero-1920.jpg") type("image/jpeg") 1x, url("./imgs/jm-hero-4096.webp") type("image/webp") 2x, url("./imgs/jm-hero-4096.jpg") type("image/jpeg") 2x);
  }
}
@media (min-width: 921px) {
  .herowrapper {
    background-position: right 25%;
  }
}
@media (max-width: 920px) {
  .herowrapper {
    background-position: center 20%;
    background-image: linear-gradient(90deg, rgb(87, 76, 156) 5%, rgba(40, 219, 255, 0.349) 45%, rgba(255, 255, 255, 0.1) 75%), image-set(url("./imgs/jm-hero-920.webp") type("image/webp"), url("./imgs/jm-hero-920.jpg") type("image/jpeg"));
  }
}
.herowrapper .nav {
  padding: 1.3em 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  transition: height ease-in-out 1s;
  width: 100%;
}
@media (max-width: 768px) {
  .herowrapper .nav {
    position: absolute;
  }
}
.herowrapper .nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.herowrapper .nav ul .nav-active {
  display: flex !important;
  height: auto;
}
@media (max-width: 768px) {
  .herowrapper .nav ul {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
  }
}
.herowrapper .nav ul li {
  width: 180px;
  display: flex;
  font-weight: 400;
}
.herowrapper .nav ul li a {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.herowrapper .nav ul li:first-child {
  display: none;
}
@media (max-width: 768px) {
  .herowrapper .nav ul li {
    display: none;
    height: 0;
    overflow: hidden;
  }
  .herowrapper .nav ul li:last-child {
    padding-bottom: 0.7em;
  }
  .herowrapper .nav ul li:first-child {
    height: auto;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    margin-right: 6em;
    display: flex;
    width: 100%;
    justify-content: end;
  }
  .herowrapper .nav ul li:first-child svg {
    color: #fbfbfb;
    width: 50px;
  }
}
.herowrapper .nav ul li a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fbfbfb;
  font-size: 1.4em;
}
.herowrapper .nav ul li a:hover {
  text-decoration: underline;
}
.herowrapper .hero {
  user-select: none;
  position: relative;
  top: 50%;
  transform: translate(0, calc(-100% + 67px));
  width: fit-content;
  color: #fbfbfb;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
.herowrapper .hero .heroname {
  margin-bottom: 0.5em;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.75));
}
.herowrapper .hero .herotext {
  font-weight: 300;
}
@media (max-width: 768px) {
  .herowrapper .hero {
    width: auto;
  }
  .herowrapper .hero .heroname {
    width: 80%;
  }
  .herowrapper .hero .herotext {
    font-size: 5.5vw;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .herowrapper .hero {
    width: auto;
  }
  .herowrapper .hero .heroname {
    width: 60%;
  }
  .herowrapper .hero .herotext {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  .herowrapper .hero {
    left: 12vw;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .herowrapper .hero .heroname {
    width: 480px;
  }
  .herowrapper .hero .herotext {
    font-size: 2em;
  }
}
@media (min-width: 1440px) {
  .herowrapper .hero .heroname {
    width: 520px;
  }
  .herowrapper .hero .herotext {
    font-size: 2.4em;
  }
}

.help {
  margin-top: 4em;
}
@media (max-width: 1059px) {
  .help .helpbreak {
    display: none;
  }
}
@media (max-width: 570px) {
  .help .helpbreak {
    display: inherit;
  }
}
@media (min-width: 1060px) {
  .help .helpcontentwrapper {
    display: flex;
    flex-direction: row;
    column-gap: 45px;
  }
}
@media (max-width: 1059px) and (min-width: 720px) {
  .help .helpcontentwrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    column-gap: 45px;
  }
}
@media (max-width: 719px) {
  .help .helpcontentwrapper {
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    gap: 45px;
  }
}
.help .helpcontentwrapper .helpimgwrapper img {
  object-fit: cover;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .help .helpcontentwrapper .helpimgwrapper img {
    width: 340px;
    height: 640px;
  }
}
@media (max-width: 720px) and (min-width: 450px) {
  .help .helpcontentwrapper .helpimgwrapper img {
    width: 380px;
    height: 570px;
  }
}
@media (max-width: 450px) {
  .help .helpcontentwrapper .helpimgwrapper img {
    width: 85vw;
  }
}
@media (min-width: 1060px) or (max-width: 720px) {
  .help .helpcontentwrapper .helpimgwrapper > :last-child {
    display: none;
  }
}
.help .helpcontentwrapper .helpitemwrapper {
  column-gap: 35px;
}
@media (min-width: 1060px) {
  .help .helpcontentwrapper .helpitemwrapper {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    align-content: space-between;
  }
}
@media (max-width: 1059px) and (min-width: 720px) {
  .help .helpcontentwrapper .helpitemwrapper {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .help .helpcontentwrapper .helpitemwrapper > :last-child {
    display: none;
  }
}
@media (max-width: 720px) {
  .help .helpcontentwrapper .helpitemwrapper {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
  }
}
@media (min-width: 1060px) {
  .help .helpcontentwrapper .helpitem {
    width: 85%;
  }
}
@media (max-width: 1059px) {
  .help .helpcontentwrapper .helpitem {
    max-width: 300px;
  }
}
@media (max-width: 720px) {
  .help .helpcontentwrapper .helpitem {
    max-width: fit-content;
    padding: 0 10vw;
  }
  .help .helpcontentwrapper .helpitem h3 {
    text-align: center;
  }
}
.help .helpcontentwrapper .helpitem h3 {
  border-image: linear-gradient(to right, #56cbd6 0%, #3d3369 100%) 1;
  border-width: 9px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  color: #3d3369;
  padding-bottom: 12px;
}
@media (min-width: 720px) {
  .help .helpcontentwrapper .helpitem h3 {
    text-wrap: nowrap;
  }
}
.help .helpcontentwrapper .helpitem p {
  padding-top: 12px;
}

.whyme {
  display: flex;
  column-gap: 80px;
}
@media (max-width: 1059px) {
  .whyme {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .whyme .whymecontentwrapper span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.whyme .whymecontentwrapper {
  flex: 2;
  height: fit-content;
}
@media (min-width: 1060px) {
  .whyme .whymecontentwrapper p {
    width: 95%;
  }
}
.whyme .whymecontentwrapper span :nth-child(1),
.whyme .whymecontentwrapper span :nth-child(2) {
  padding-bottom: 1.5em;
}
@media (max-width: 1059px) {
  .whyme .whymecontentwrapper p {
    width: 80vw;
  }
}
@media (max-width: 720px) {
  .whyme .whymecontentwrapper p {
    width: 90vw;
  }
}
.whyme .whymeimgwrapper {
  flex: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 1060px) {
  .whyme .whymeimgwrapper img {
    height: 300px;
    width: 510px;
  }
}
@media (max-width: 1059px) {
  .whyme .whymeimgwrapper {
    justify-content: center;
  }
  .whyme .whymeimgwrapper img {
    height: 250px;
    width: 80vw;
  }
}
@media (max-width: 720px) {
  .whyme .whymeimgwrapper img {
    width: 90vw;
    height: 200px;
  }
}
.whyme .whymeimgwrapper img {
  object-fit: cover;
  object-position: 50% 0%;
}

@media (min-width: 1060px) {
  .collaboration .sectionheader {
    text-align: right;
    margin-right: 20px;
  }
}
@media (max-width: 1060px) {
  .collaboration .sectionheader {
    text-align: center;
  }
}
.collaboration .collaboration-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.collaboration .collaboration-wrapper p {
  padding-bottom: 1.5em;
}
.collaboration .collaboration-wrapper :nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.collaboration .collaboration-wrapper span {
  width: 100%;
  display: inline-block;
}
.collaboration .collaboration-wrapper img {
  display: block;
}
.collaboration .collaboration-wrapper #collaboration-1 {
  object-fit: cover;
}
.collaboration .collaboration-wrapper #collaboration-2 {
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center 15%;
  margin-bottom: 50px;
}
@media (min-width: 720px) {
  .collaboration .collaboration-wrapper {
    gap: 50px;
  }
  .collaboration .collaboration-wrapper .sectionheader {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1060px) {
  .collaboration .collaboration-wrapper #collaboration-1 {
    width: 80%;
  }
}
@media (max-width: 1059px) and (min-width: 720px) {
  .collaboration .collaboration-wrapper > :last-child {
    margin-left: 45px;
  }
  .collaboration .collaboration-wrapper #collaboration-2 {
    height: 18vw;
  }
  .collaboration .collaboration-wrapper #collaboration-1 {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .collaboration .collaboration-wrapper #collaboration-2 {
    display: none;
  }
}
@media (max-width: 720px) {
  .collaboration .collaboration-wrapper {
    gap: 35px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .collaboration .collaboration-wrapper > :last-child {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .collaboration .collaboration-wrapper #collaboration-1 {
    width: 90vw;
  }
  .collaboration .collaboration-wrapper span {
    width: 90vw;
  }
}

@media (max-width: 1059px) {
  .whyEDO {
    width: 90vw;
  }
}
.whyEDO p {
  margin-top: 25px;
  width: 100%;
}
.whyEDO .whyEDOsmall {
  text-transform: lowercase !important;
}
.whyEDO .whyEDOimgwrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
}
.whyEDO .whyEDOimgwrapper img {
  width: 100%;
  object-fit: cover;
}

.howitworks {
  display: flex;
}
@media (min-width: 1060px) {
  .howitworks {
    flex-direction: row;
  }
  .howitworks .howitworksimgwrapper {
    flex: 1;
  }
  .howitworks .howitworksimgwrapper img {
    width: 80%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1059px) and (min-width: 720px) {
  .howitworks {
    width: 95vw;
    gap: 20px;
    justify-content: space-evenly;
  }
  .howitworks .howitworksimgwrapper img {
    width: 34vw;
    height: 100%;
    object-fit: cover;
  }
  .howitworks .howitworkswrapper .howitworksitem {
    gap: 10px !important;
  }
}
@media (max-width: 719px) {
  .howitworks {
    flex-direction: column-reverse;
    gap: 45px;
    align-items: center;
  }
  .howitworks .howitworksimgwrapper img {
    width: 80vw;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 460px) {
  .howitworks .howitworksheader {
    font-size: 1.7em;
  }
  .howitworks .howitworksnumber {
    min-width: 50px;
    max-height: 50px;
    font-size: 2.3em;
  }
  .howitworks .howitworksitem {
    gap: 25px;
  }
}
@media (max-width: 459px) and (min-width: 0px) {
  .howitworks .howitworkswrapper .howitworksitem {
    margin: 0 10px;
    gap: 15px;
  }
  .howitworks .howitworkswrapper .howitworksitem .howitworksheader {
    font-size: 1.3em;
  }
  .howitworks .howitworkswrapper .howitworksitem .howitworksnumber {
    min-width: 40px;
    max-height: 40px;
    font-size: 1.75em;
  }
}
.howitworks .howitworksimgwrapper {
  display: flex;
  justify-content: center;
}
.howitworks .howitworkswrapper {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.howitworks .howitworkswrapper .howitworksitem {
  display: flex;
  max-width: 435px;
}
.howitworks .howitworkswrapper .howitworksitem .howitworksnumber {
  display: block;
  align-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fbfbfb;
  background: #56cdd7;
  background: radial-gradient(at left top, #56cdd7, #3b2a63);
}
.howitworks .howitworkswrapper .howitworksitem .howitworksnumber::after {
  content: ".";
}
.howitworks .howitworkswrapper .howitworksitem .howitworksnumber span {
  display: inline;
}
.howitworks .howitworkswrapper .howitworksitem .howitworksheader {
  margin: 8px 0 10px 0;
  font-weight: 700;
  color: #3d3369;
}
.howitworks .howitworkswrapper .howitworksitem p {
  max-width: 390px;
}

@media (max-width: 1059px) {
  .connect {
    max-width: 90vw;
  }
}
.connect .just-validate-error-label {
  font-size: 0.86em;
  margin-top: 8px;
  text-transform: unset;
  color: #eb4141 !important;
  font-weight: 600;
}
.connect .connectwrapper {
  display: flex;
}
@media (max-width: 1059px) {
  .connect .connectwrapper {
    flex-direction: column;
    gap: 45px;
    align-items: center;
  }
  .connect .connectwrapper .connectcontent {
    width: 90vw;
    gap: 45px;
  }
}
@media (min-width: 530px) {
  .connect .connectwrapper span form {
    width: 375px;
    padding: 30px;
  }
  .connect .connectwrapper span form label {
    margin-top: 20px;
  }
}
@media (max-width: 529px) {
  .connect .connectwrapper span form {
    width: 82vw;
    padding: 20px;
  }
  .connect .connectwrapper span form label {
    margin-top: 15px;
  }
  .connect .connectwrapper span form .formgdprcheckbox {
    align-self: center;
    text-align: center;
  }
  .connect .connectwrapper span form button {
    width: 100% !important;
  }
}
.connect .connectwrapper span {
  flex: 1;
}
.connect .connectwrapper span form {
  display: flex;
  flex-direction: column;
  background: radial-gradient(at left top, #56cdd7, #3b2a63);
}
.connect .connectwrapper span form .formheader {
  text-align: center;
  font-size: 2em;
  color: #fbfbfb;
  margin: 10px 0 15px 0;
}
.connect .connectwrapper span form label {
  text-transform: uppercase;
  color: #fbfbfb;
}
.connect .connectwrapper span form input {
  height: 30px;
  width: 100%;
  outline: none;
  border: none;
  text-indent: 10px;
  margin-top: 5px;
}
.connect .connectwrapper span form input:hover {
  border: none;
}
.connect .connectwrapper span form textarea {
  padding-top: 5px;
  margin-top: 5px;
  outline: none;
  resize: none;
  height: 10em;
  width: 100%;
  text-indent: 10px;
  border: none;
}
.connect .connectwrapper span form .formgdprcheckbox {
  font-size: 0.75em;
  display: inline-block;
}
.connect .connectwrapper span form .formgdprcheckbox label {
  display: inline-block;
  text-wrap: wrap;
}
.connect .connectwrapper span form .formgdprcheckbox label span {
  vertical-align: middle;
}
.connect .connectwrapper span form .formgdprcheckbox label a {
  color: #fbfbfb;
}
.connect .connectwrapper span form .formgdprcheckbox label input {
  position: relative;
  margin: 0;
  margin-right: 10px;
  width: 20px;
  vertical-align: middle;
  border: none;
  outline: none;
}
.connect .connectwrapper span form .formgdprcheckbox label input:hover {
  border: none;
  outline: none;
}
.connect .connectwrapper span form .formgdprcheckbox label input:checked {
  background-color: #3d3369;
}
.connect .connectwrapper span form button {
  width: 60%;
  height: 40px;
  margin-top: 25px;
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  mix-blend-mode: screen;
  border: none;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.connect .connectwrapper span form button svg {
  width: 30px;
  animation-name: loading;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.connect .connectwrapper .connectcontent {
  flex: 1;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.connect .connectwrapper .connectcontent iframe {
  height: 250px;
  width: 100%;
}
.connect .connectwrapper .connectcontent .connectionsectionwrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: center;
  row-gap: 45px;
}
.connect .connectwrapper .connectcontent .connectionsectionwrapper .connectionitemwrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
  min-width: 240px;
}
.connect .connectwrapper .connectcontent .connectionsectionwrapper .connectionitemwrapper h4 {
  font-weight: 400;
  color: #3d3369;
  font-size: 1em;
  margin: 5px 0;
}
.connect .connectwrapper .connectcontent .connectionsectionwrapper .connectionitemwrapper a {
  color: #3d3369;
  font-size: 1.2em;
}
.connect .connectwrapper .connectcontent .connectionsectionwrapper .connectionitemwrapper .connecticonwrapper {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3d3369;
}
.connect .connectwrapper .connectcontent .connectionsectionwrapper .connectionitemwrapper .connecticonwrapper #telnumsvg {
  transform: translate(5px, 5px);
  scale: 1.15;
}
.connect .connectwrapper .connectcontent .connectionsectionwrapper .connectionitemwrapper .connecticonwrapper svg {
  height: 40px;
  width: 40px;
}
.connect .connectlegal {
  margin-top: 45px;
}
.connect .connectlegal p {
  margin-top: 25px;
}
.connect .connectlegal a {
  color: #3d3369;
}
.connect #pig {
  height: 370px;
  width: 100%;
  margin-top: 5em;
  object-fit: cover;
  object-position: center 20%;
}
@media (max-width: 1059px) {
  .connect #pig {
    height: 35vw !important;
  }
}

footer {
  background: linear-gradient(90deg, rgb(85, 203, 214) 0%, rgb(61, 51, 105) 70%);
  color: #fbfbfb;
}
footer .footercontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
footer .footercontainer h2 {
  font-weight: 400;
}
footer .footercontainer img {
  margin-bottom: 3em;
}
@media (min-width: 800px) {
  footer .footercontainer {
    height: 400px;
  }
  footer .footercontainer img {
    width: 600px;
  }
  footer .footercontainer h2 {
    font-size: 2em;
  }
}
@media (max-width: 799px) {
  footer .footercontainer {
    height: 400px;
  }
  footer .footercontainer img {
    width: 80vw;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.75));
  }
  footer .footercontainer h2 {
    font-size: 4vw;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
  }
}
footer .signature {
  height: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0) 90%) 1;
  border-style: solid;
  border-width: 1px;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(200px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 830px) {
  footer .signature {
    padding: 12px 50px;
  }
  footer .signature .footerbreak {
    display: none;
  }
}
@media (max-width: 829px) {
  footer .signature {
    padding: 20px 10px;
    text-align: center;
    font-size: 3vw;
  }
}
footer .signature h4 {
  font-weight: 400;
}
footer .signature h4 > a {
  color: #fbfbfb;
}

/*# sourceMappingURL=styles.css.map */
