:root {
  --cardback: #15181c;
  --skillstag: #474b51;
  --custom: #d63d4b;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.card {
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.maininfo {
  background-color: var(--cardback);
  border-radius: 2em 2em 1.5em 1.5em;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.coverphotocontainer {
  border: 2px #fff;
  border-radius: 0;
  width: 100%;
  height: 160px;
  position: relative;
}

.image {
  object-fit: cover;
  border: 3px solid #0000;
  border-radius: 2em;
  width: 100%;
  max-width: none;
  height: 100%;
}

.p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.body {
  background-color: #000;
}

.image-2 {
  object-fit: cover;
  border: 3px solid #0000;
  border-radius: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
  inset: 50px auto auto 40px;
}

.profilephotocontainer {
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 50px auto auto 40px;
}

.heading {
  color: #fff;
  margin-top: 10px;
  padding-left: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  margin-top: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.paragraph {
  text-align: center;
  margin-top: 10px;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.socialmedia {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: flex;
  position: static;
}

.sociallogocontainer {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto auto auto -20px;
}

.socialmediaitem {
  background-color: var(--cardback);
  opacity: 1;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 480px;
  height: 60px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: transform .2s ease-in-out;
  display: flex;
  position: relative;
  transform: translate(0);
}

.socialmediaitem:hover {
  opacity: .85;
  transform: translate(-10px);
}

.perk {
  width: 50%;
  max-width: none;
  height: 50%;
}

.itemtittle {
  color: #fff;
  margin-bottom: 0;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.itemlink {
  color: #434b52;
  margin-bottom: 0;
  padding-left: 50px;
  display: none;
}

.paragraph-2 {
  padding-left: 60px;
}

.rich-text-block {
  color: #434b52;
  border-left: 2px solid #000;
  height: 100%;
  padding-left: 10px;
  font-family: Lato, sans-serif;
}

.rich-text-block-2 {
  color: #f7fafc;
  border-left: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 10px;
  display: flex;
}

.itemlinkphone {
  color: #434b52;
  margin-bottom: 0;
  padding-left: 50px;
  display: none;
}

.share {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.btnsavecontact {
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 45px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  transition: transform .2s ease-in-out;
  display: flex;
  transform: translate(0);
}

.btnsavecontact:hover {
  transform: translate(0, -3px);
}

.link-block {
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.sharebackground {
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.tagitem {
  background-color: var(--skillstag);
  color: #fff;
  border-radius: 2em;
  height: auto;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 7px 10px;
  font-size: 14px;
  display: flex;
}

.collection-list {
  object-fit: fill;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer {
  background-color: var(--cardback);
  box-shadow: 0 -25px 30px -10px var(--skillstag);
  outline-color: var(--skillstag);
  outline-offset: 0px;
  border-top: 2px #fff;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  outline-width: 1px;
  outline-style: none;
  justify-content: space-around;
  align-items: center;
  width: 520px;
  height: 120px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: sticky;
  bottom: 0;
}

.image-4 {
  border: 3px #000;
  border-radius: 50%;
  width: auto;
  max-width: none;
  height: 90%;
}

.logocontainer {
  border: 2px #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  text-decoration: none;
  display: none;
}

.perkimgcontainer {
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.perkparagraph {
  color: #434b52;
  flex-direction: row;
  font-size: 12px;
  text-decoration: none;
  display: none;
}

.centered-section {
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/polygon-pattern.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  display: flex;
}

.border {
  color: #fff;
  background-color: #0000;
  border-bottom: 150px solid #f8d265;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.flex-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-wrap {
  color: #fff;
  width: 300px;
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.plug-button {
  color: #252525;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 2em;
  padding: 5px 10px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  position: fixed;
  top: 15px;
  left: 15px;
}

.plug-button.w--current {
  padding: 5px 10px;
}

.team-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
}

.image-5 {
  width: 80px;
  max-width: none;
  margin-top: 0;
}

.thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 1em 0 0;
}

.thumbnail._3 {
  background-image: url('../images/sayo-garcia-1198961-unsplash-1.jpg');
  background-size: cover;
}

.thumbnail._1 {
  background-image: none;
}

.thumbnail._2 {
  background-image: url('../images/jurica-koletic-317423-unsplash-1.jpg');
  background-size: cover;
}

.redirecthome {
  width: 80px;
  height: 80px;
  margin-top: 40px;
  transition: transform .2s cubic-bezier(.77, 0, .175, 1);
  transform: translate(0);
}

.redirecthome:hover {
  transform: translate(0, -10px);
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.comzx1el {
  text-align: left;
  word-break: break-word;
  word-spacing: 5px;
  width: auto;
  min-width: 0;
  font-size: 0;
  line-height: 1;
  display: inline-block;
}

.wxxj1k2n {
  text-align: center;
  word-break: break-word;
  cursor: pointer;
  word-spacing: 5px;
  background-color: #61ce7000;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 28.8px;
  height: 28.8px;
  font-size: 18px;
  line-height: 18px;
  display: inline-flex;
}

.mqevzlv0 {
  z-index: 0;
  color: #333;
  text-align: center;
  word-break: break-word;
  cursor: pointer;
  word-spacing: 5px;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 18px;
  line-height: 18px;
  display: block;
  position: absolute;
  top: -180000px;
  overflow: hidden;
}

.veheagrw {
  color: #fff;
  text-align: center;
  word-break: break-word;
  cursor: pointer;
  word-spacing: 5px;
  background-image: url('../images/facebook-app-round-white-icon.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #fff;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  display: block;
  position: relative;
}

._100-percent {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  display: none;
}

.empty-state {
  background-color: #0000;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  text-shadow: 0 1px 1px #0003;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
  box-shadow: 0 2px 5px #0003;
}

.footertitle {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.footerformcontainer {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 5.41667vw;
  display: flex;
}

.div-block-221 {
  border-top: 1px solid #000;
  width: 87px;
  height: 0;
  display: block;
}

.fieldlabeldark {
  z-index: 10;
  color: #fff;
  background-color: #0000;
  margin-top: -20px;
  margin-left: 1em;
  padding: 1px 1em 1px 0;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
}

.div-block-220 {
  width: 87px;
  position: absolute;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 0;
  display: flex;
}

.checkbox_wrap.home {
  justify-content: center;
  margin-bottom: .2em;
  display: none;
}

.footergeneralinfo {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.checkbox-image {
  width: 45px;
}

.checkbox-image.dig {
  width: 33px;
}

.footer-3 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 30px;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.submit-button-2 {
  background-color: #000c;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 1em;
  font-size: 20px;
}

.legalagreement {
  color: #101c2e8a;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.new-div-3 {
  border-top: 1px solid #939393;
  width: 300px;
  height: 0;
}

.footeritem {
  margin-top: 16px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.fieldwrapdark {
  justify-content: flex-start;
  width: auto;
  padding-top: 1.4em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.fieldwrapdark.hidden-field {
  display: none;
}

.link-block-11 {
  font-size: 18px;
  text-decoration: none;
}

.new-div-4 {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 300px;
  height: 0;
  display: block;
}

.inputfielddark {
  background-color: #0000;
  border: 1.5px solid #0003;
  border-radius: 6px;
  height: 8vh;
}

.inputfielddark::placeholder {
  color: #0003;
  -webkit-text-stroke-color: #ffffff80;
  font-size: 1em;
  font-weight: 300;
}

.inputfielddark.darkformstyle {
  color: #fff;
  border-color: #ffffff4d;
}

.inputfielddark.darkformstyle::placeholder {
  color: #ffffff80;
}

.footerexplore {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.success-message-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
}

.contactform {
  width: 40vw;
  margin-top: .5em;
  margin-bottom: .5em;
}

.section-12 {
  background-color: #000;
  background-image: linear-gradient(#000, #fff);
}

.section-12.other {
  z-index: 5;
  background-color: #0000;
  background-image: linear-gradient(#000, #fff);
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.form12_checkbox_field {
  background-color: #ffffff03;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 26%;
  height: 149px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 30px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form12_checkbox_field:active {
  box-shadow: 1px 1px 35px #c6d3ff;
}

.div-block-249 {
  position: absolute;
}

.div-block-198 {
  border-top: 1px solid #fff;
  border-radius: 1px;
  width: 87px;
  height: 0;
  display: block;
}

.text-block-28 {
  color: #000;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.subtitle-copy {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.text-block-57 {
  min-height: auto;
  font-size: .5em;
  line-height: 100%;
}

.heading-5 {
  color: #000;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.footerlink {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.checkbox-title {
  color: #686868;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-contact {
  text-decoration: none;
}

.form07_link {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.text-block-12 {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.footerinformationcontainer {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.repactchawrapperdark {
  transform-origin: 0 0;
  max-width: none;
  margin-top: .4em;
  margin-left: auto;
  margin-right: auto;
  transform: scale(.8);
}

.contactformhome {
  background-color: #0000;
  border: 1px #ffffff80;
  border-top: 2px #fff9;
  border-bottom: 2px #0000004d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 30vh;
  margin-top: 15px;
  display: flex;
}

.code-embed {
  width: 100%;
  overflow: visible;
}

.form-wp-selector {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-211 {
  width: 100%;
}

.text-block-58 {
  min-height: auto;
  font-size: .5em;
  line-height: 100%;
}

.display-none {
  display: none;
}

.repactchawrapperdark-2 {
  transform-origin: 0 0;
  max-width: none;
  margin-top: .4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale(.8);
}

.h2form {
  color: #fff;
  text-align: center;
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 400;
  line-height: 100%;
}

.fieldlabeldark-2 {
  z-index: 10;
  color: #000;
  background-color: #0000;
  margin-top: -20px;
  margin-left: 1em;
  padding: 1px 1em 1px 0;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .footerformcontainer {
    padding-bottom: 80px;
  }

  .checkbox-image.dm {
    width: 50px;
    padding-top: 9px;
  }

  .checkbox-image.dig {
    width: 33px;
  }

  .footer-3 {
    background-color: #000;
    display: flex;
  }

  .section-12.other {
    margin-top: 0;
  }

  .subtitle-copy {
    font-size: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-221 {
    width: 88px;
  }

  .checkbox-image.dm {
    width: 50px;
    padding-top: 9px;
  }

  .checkbox-image.dig {
    width: 33px;
  }

  .section-12.other {
    margin-top: 0;
  }

  .div-block-198 {
    width: 88px;
  }
}

@media screen and (min-width: 1920px) {
  .footergeneralinfo {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .link-block-11 {
    text-decoration: none;
  }

  .footerexplore {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section-12 {
    z-index: 100;
    background-color: #000;
  }
}

@media screen and (max-width: 991px) {
  .socialmediaitem {
    transition-property: none;
    transform: none;
  }

  .footer {
    display: none;
  }

  .image-4 {
    width: auto;
    height: 90%;
  }

  .logocontainer {
    margin-top: 10px;
    display: block;
  }

  .perkimgcontainer {
    width: 50px;
    height: 50px;
  }

  .perkparagraph {
    display: block;
  }

  .flex-container {
    flex-wrap: wrap;
  }

  .plug-button {
    top: auto;
    bottom: 15px;
    left: 15px;
  }

  .collection-list-2 {
    flex-flow: column;
    display: flex;
  }

  .wxxj1k2n {
    border-radius: 50%;
  }

  .mqevzlv0 {
    margin: -1px;
    overflow: hidden;
  }

  .footertitle {
    color: #0a0a0a;
  }

  .footerformcontainer {
    padding-top: 0;
  }

  .checkbox_wrap {
    justify-content: space-around;
    width: 90%;
  }

  .checkbox_wrap.home {
    width: 100%;
  }

  .footer-3 {
    background-color: #000;
  }

  .contactform {
    width: 60vw;
  }

  .section-12.other {
    background-color: #1e854b;
    padding-top: 3em;
  }

  .subtitle-copy {
    text-align: center;
  }

  .heading-5 {
    font-size: 20px;
  }

  .footerinformationcontainer {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .card {
    width: 90vw;
  }

  .btnsavecontact {
    transition-property: none;
    transform: none;
  }

  .footer {
    justify-content: space-around;
    height: 140px;
    position: sticky;
  }

  .logocontainer {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .centered-section {
    height: auto;
    min-height: 100vh;
  }

  .plug-button {
    top: 15px;
    bottom: auto;
    left: 15px;
  }

  .plug-button.w--current {
    text-align: center;
    width: 80%;
    margin-top: 0;
    position: absolute;
    inset: auto auto 10px;
  }

  .wxxj1k2n {
    border-radius: 50%;
  }

  .mqevzlv0 {
    margin: -1px;
    overflow: hidden;
  }

  .checkbox_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .footergeneralinfo {
    margin-bottom: 1em;
  }

  .footer-3 {
    position: relative;
  }

  .fieldwrapdark {
    transform-origin: 50%;
  }

  .contactform {
    width: 70vw;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .footerinformationcontainer {
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .card {
    width: 90vw;
  }

  .coverphotocontainer {
    height: 100px;
  }

  .profilephotocontainer {
    width: 80px;
    height: 80px;
    top: 30px;
    left: 10%;
  }

  .heading {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .socialmedia {
    width: 100%;
  }

  .socialmediaitem {
    width: 90%;
    transition-property: none;
    transform: translate(0);
  }

  .socialmediaitem:hover {
    transform: none;
  }

  .itemtittle {
    font-size: 15px;
  }

  .itemlink {
    aspect-ratio: auto;
    flex-wrap: nowrap;
    width: 80%;
    margin-left: 50px;
    padding-left: 0;
    font-size: 15px;
    display: none;
  }

  .rich-text-block-2 {
    font-size: 15px;
  }

  .itemlinkphone {
    aspect-ratio: auto;
    flex-wrap: nowrap;
    width: 80%;
    margin-left: 50px;
    padding-left: 0;
    font-size: 15px;
    display: none;
  }

  .btnsavecontact {
    width: 70%;
    font-size: 15px;
  }

  .footer {
    width: 92vw;
  }

  .logocontainer {
    width: 50px;
    height: 50px;
  }

  .centered-section {
    position: relative;
  }

  .team-wrap {
    width: 250px;
    height: 250px;
  }

  .plug-button {
    text-align: center;
    position: absolute;
    inset: auto 15px 10px;
  }

  .team-name {
    font-size: 22px;
  }

  .image-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .redirecthome {
    margin-bottom: 3em;
  }

  .wxxj1k2n {
    border-radius: 50%;
  }

  .mqevzlv0 {
    margin: -1px;
    overflow: hidden;
  }

  .footerformcontainer {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-221 {
    margin-left: 0;
  }

  .div-block-220 {
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footergeneralinfo {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
    position: static;
    top: 355px;
  }

  .checkbox-image.dm {
    padding-top: 9px;
  }

  .footer-3 {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 0;
    position: relative;
    bottom: auto;
  }

  .new-div-3 {
    width: 224px;
  }

  .fieldwrapdark {
    width: 100%;
    padding-top: .8em;
    padding-bottom: .5em;
  }

  .link-block-11 {
    flex: none;
    display: none;
    position: relative;
  }

  .new-div-4 {
    width: 224px;
  }

  .inputfielddark {
    display: block;
  }

  .footerexplore {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
    position: static;
    top: 355px;
  }

  .success-message-2 {
    color: #fff;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 1em;
  }

  .contactform {
    width: 80vw;
    margin-top: 1em;
  }

  .section-12.other {
    background-color: #1e854b;
    height: auto;
  }

  .form12_checkbox_field {
    width: 70%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .div-block-249 {
    position: relative;
  }

  .div-block-198 {
    text-align: center;
    width: 173px;
    margin-left: 0;
    display: none;
    position: relative;
    left: 0;
  }

  .text-block-28 {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .subtitle-copy {
    font-size: 1.8em;
  }

  .text-block-57 {
    font-size: 14px;
  }

  .heading-5 {
    color: #fff;
    font-size: 17px;
  }

  .checkbox-title {
    font-size: 11px;
  }

  .text-contact {
    position: relative;
  }

  .footerinformationcontainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .repactchawrapperdark, .repactchawrapperdark-2 {
    transform: scale(.8);
  }

  .h2form {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    line-height: 110%;
  }
}


