.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.holding-section {
  z-index: -2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fullpage-image {
  z-index: -1;
  width: auto;
  height: 100vh;
  opacity: 1;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 1%;
}

.fullimage {
  width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.colour-overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(2, 43, 48, .66);
}

.body {
  font-family: Lato, sans-serif;
}

.heading {
  color: #057f8c;
  text-align: center;
  margin-top: 50px;
  font-size: 42px;
  font-weight: 700;
  display: block;
}

.light-paragraph {
  color: #e9fdff;
  font-weight: 300;
}

.light-paragraph.center {
  text-align: center;
}

.light-paragraph.center.bigmargin {
  color: #4acad9;
  margin-top: 60px;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.logo-main {
  max-width: 42%;
  margin-top: 20px;
  margin-bottom: 17px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.introtext.white {
  color: #e9fdff;
}

.sign-off {
  position: fixed;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: 0%;
}

.sign-offholder {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.small-image {
  width: 4.2em;
  max-width: 20%;
  opacity: 1;
}

.udesly-button-navigation {
  min-height: 40px;
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-navigation-secondary {
  min-height: 40px;
  color: #171717;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-navigation-buttons.udesly-align-right {
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-dropdown-link-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.udesly-dropdown-text-wrapper {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.udesly-dropdown-icon {
  width: 20px;
}

.udesly-icon-circle-wrapper {
  width: auto;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f2f2;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.udesly-dropdown-link {
  min-width: 250px;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.udesly-dropdown-link:hover {
  background-color: #f9f9f9;
  border-radius: 0;
}

.udesly-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.udesly-dropdown-arrow {
  margin-right: 15px;
  font-size: 12px;
}

.udesly-nav-link {
  min-height: 40px;
  color: #404040;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: #000;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link.w--current {
  color: #171717;
  transition-property: all;
}

.udesly-nav-link.udesly-dropdown {
  padding-right: 32px;
}

.udesly-menu-links.udesly-margin-right {
  margin-right: 16px;
}

.udesly-nav-content-container {
  display: flex;
}

.udesly-container-navigation {
  width: 100%;
  max-width: 1216px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-navigation {
  width: 100%;
  background-color: #fff;
  padding: 16px 5%;
}

.udesly-link {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.udesly-social-link {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-footer-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.udesly-divider {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-top: 64px;
  margin-bottom: 32px;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-submit-button {
  min-height: 40px;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-udesly-text-field {
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.udesly-form-block {
  margin-bottom: 0;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-text-color-neutral-700 {
  color: #404040;
}

.udesly-footer-form {
  max-width: 440px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.udesly-link-block {
  color: #333;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s ease-out;
  display: flex;
}

.udesly-link-block:hover {
  color: #6f39f8;
  text-decoration: underline;
}

.udesly-button-accent {
  min-height: 20px;
  color: #fff;
  background-color: #171717;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-footer-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-grid-2-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-footer-2-columns {
  background-color: #fff;
  padding: 50px 5%;
}

.udesly-button-secondary-small {
  min-height: 40px;
  color: #171717;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-secondary-small:hover {
  background-color: #f5f5f5;
}

.udesly-paragraph-white {
  color: #fff;
  font-size: 18px;
}

.udesly-paragraph-white.udesly-centered.udesly-max-width {
  max-width: 650px;
  text-align: center;
  font-weight: 500;
}

.udesly-pricing-banner-heading {
  color: #fff;
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
}

.udesly-big-icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: rgba(104, 104, 104, .39);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-banner-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.udeslypricing-banner-wrap {
  width: 100%;
  max-width: 1100px;
  min-height: 400px;
  background-image: linear-gradient(#000, #000);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.body-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.udesly-button-navigation-2 {
  min-height: 40px;
  color: #fff;
  background-color: #045159;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-2:hover {
  background-color: #057f8c;
}

.udesly-button-navigation-secondary-2 {
  min-height: 40px;
  color: #045159;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary-2:hover {
  background-color: #d4d4d4;
}

.udesly-navigation-buttons-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-navigation-buttons-2.udesly-align-right {
  border: 1px #057f8c;
  border-left-style: solid;
  padding-left: 20px;
}

.udesly-menu-buttons-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-nav-link-2 {
  min-height: 40px;
  color: #404040;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link-2:hover {
  color: #057f8c;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link-2.w--current {
  color: #171717;
  transition-property: all;
}

.udesly-menu-links-2.udesly-margin-right {
  margin-right: 16px;
}

.udesly-nav-content-container-2 {
  display: flex;
}

.udesly-container-navigation-2 {
  width: 100%;
  max-width: 1216px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sm-nav1 {
  width: 100%;
  background-color: rgba(255, 255, 255, .81);
  padding: 16px 5%;
  display: none;
}

.profile-background {
  z-index: -2;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image {
  width: 100%;
  opacity: .12;
  background-image: url('../images/ShortMan-INc-Logo-Mockup-icon5.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.profile-header {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 42px;
  left: 42px;
}

.logo-sminc {
  width: 12rem;
  justify-content: center;
  display: flex;
}

.logo {
  width: auto;
  margin: 12px;
}

.profile-slogan {
  margin-bottom: 12px;
  margin-left: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.profile-contactholder {
  width: auto;
  height: 325px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.profile-cornerstroke {
  width: 130px;
  height: auto;
  border-top: 2px solid #045159;
  border-right: 2px solid #045159;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.profile-contact-links {
  margin-top: 12px;
  margin-bottom: 22px;
}

.profile-social-links {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.profile-social-links.w--open {
  opacity: .6;
}

.profile-social-links.w--open:hover {
  opacity: 1;
}

.profile-social-dropdown {
  width: 100%;
  color: #045159;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #045159;
}

.profile-social-dropdown:hover {
  color: #e9fdff;
  background-color: #057f8c;
  border-bottom-color: #4acad9;
}

.profile-social-dropdownlist {
  background-color: rgba(0, 0, 0, 0);
}

.profile-social-dropdownlist.w--open {
  text-align: center;
  background-color: rgba(5, 127, 140, .05);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
}

.profile-dropdown-social {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.profile-headercontent {
  flex-direction: row;
  display: flex;
  position: static;
}

.profile-headercontent.mobile {
  display: none;
}

.profile-bodycontent {
  margin-top: 222px;
  display: flex;
}

.profile-body-grid {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.profile-text {
  width: 60%;
  align-items: flex-start;
  margin-left: 42px;
  display: flex;
}

.profile-text.right {
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 42px;
  display: flex;
}

.profile-description {
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.profile-description.right {
  text-align: right;
  font-weight: 300;
}

.profile-body-maininfo {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.profile-avatar {
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid #057f8c;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 42px;
  display: flex;
  position: relative;
}

.profile-avatar.ricky {
  background-image: url('../images/COMPRESSED_FOR_FOR_MOBILE_DEVICES_AND_SOCIAL_MEDIA_PLATFORMS_ONLY.JPG');
  background-position: 50%;
  background-size: cover;
}

.profile-maininfo-content {
  background-color: rgba(5, 127, 140, .06);
  border: 3px solid #4acad9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 100px 20px 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.profile-maininfo-content.ricky {
  background-color: rgba(181, 255, 181, .06);
  border-color: #fff8fe;
}

.profile-nameblock {
  flex-direction: column;
  display: flex;
}

.profile-mainname {
  color: #045159;
  text-align: center;
  margin-bottom: -1px;
  font-size: 30px;
}

.profile-mainname.ricky {
  color: #383e3f;
}

.profile-jobtitle {
  color: #057f8c;
  text-align: center;
  margin-bottom: 20px;
}

.profile-jobtitle.ricky {
  color: #27a027;
}

.profile-maininfo-contact {
  flex-direction: column;
  display: flex;
}

.profile-contact-heading {
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.profile-heading {
  font-weight: 300;
}

.profile-contact-icon {
  margin-left: 4px;
  margin-right: 4px;
}

.profile-contact-holder {
  width: 100%;
  display: flex;
}

.profile-conactinfo {
  color: #045159;
  font-size: 16px;
  font-weight: 700;
}

.profile-footer {
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.profile-footer.mobile {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: fixed;
}

.profile-footersig {
  margin-bottom: 12px;
  margin-right: 42px;
}

.profile-floating-backgroung {
  background-image: url('../images/SM-Profile-floating-background.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 42px;
}

.profile-contact-floatingicon {
  margin: 10px 42px 10px 21px;
}

.profile-link {
  color: #045159;
  text-align: center;
}

.profile-popout-text {
  color: #4acad9;
  text-align: left;
  margin-left: 20px;
  font-size: 12px;
}

.profile-backgrounf-image {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  opacity: .24;
  object-fit: cover;
  flex: 1;
  align-self: center;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.profile-backgrounf-image.ricky {
  background-image: linear-gradient(rgba(255, 255, 255, .84), rgba(255, 255, 255, .84)), url('../images/Digi-Dj-Art-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.profile-background-imageoverlay {
  background-color: rgba(255, 255, 255, .8);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .fullimage {
    object-fit: cover;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button {
    width: 48px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons {
    display: none;
  }

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-dropdown-text-wrapper {
    width: auto;
    align-items: center;
  }

  .udesly-dropdown-link {
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .udesly-nav-menu {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-container-navigation {
    justify-content: space-between;
  }

  .udesly-grid-2-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-paragraph-white {
    text-align: left;
  }

  .udesly-paragraph-white.udesly-centered {
    text-align: center;
  }

  .udesly-pricing-banner-heading {
    font-size: 42px;
  }

  .udesly-lottie-animation-2 {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button-2 {
    width: 48px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-button-navigation-secondary-2.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons-2 {
    display: none;
  }

  .udesly-menu-buttons-2 {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-nav-menu-2 {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-container-navigation-2 {
    justify-content: space-between;
  }

  .profile-headercontent.mobile {
    display: none;
  }

  .profile-bodycontent {
    margin-left: 0;
    margin-right: 0;
  }

  .profile-body-grid {
    flex-direction: column;
    display: flex;
  }

  .profile-text {
    margin-right: 185px;
  }

  .profile-text.right {
    margin-left: 312px;
  }

  .profile-avatar {
    width: 160px;
    height: 160px;
  }

  .profile-conactinfo {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-footer-2-columns {
    padding-bottom: 48px;
  }

  .udesly-paragraph-white {
    text-align: left;
  }

  .udesly-paragraph-white.udesly-centered.udesly-max-width {
    text-align: center;
  }

  .udesly-pricing-banner-heading {
    text-align: center;
    font-size: 42px;
    line-height: 1;
  }

  .udesly-lottie-animation-2 {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button-2 {
    width: 36px;
    height: 36px;
  }

  .profile-header {
    position: static;
  }

  .profile-header.mobile {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
  }

  .profile-sloganholder.mobile {
    display: none;
  }

  .profile-slogan {
    text-align: center;
  }

  .profile-contactholder.mobile {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    margin-top: 42px;
    display: flex;
    position: static;
  }

  .profile-cornerstroke {
    height: 160px;
    margin-left: 180px;
  }

  .profile-cornerstroke.mobile {
    width: 100%;
    height: auto;
    border-top-style: none;
    border-right-style: none;
    flex-direction: row;
    margin-left: 0;
    position: static;
  }

  .profile-contact-links.mobile {
    margin-top: -42px;
    margin-left: 12px;
    margin-right: 14%;
  }

  .profile-contact-links.mobile.off-set {
    margin-top: 68px;
  }

  .profile-dropdown-social.mobile {
    margin: 12px;
  }

  .profile-headercontent {
    display: none;
  }

  .profile-headercontent.mobile {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .profile-bodycontent {
    display: none;
  }

  .profile-text.right.mobile {
    flex-direction: column;
    margin-left: 137px;
  }

  .profile-text.mobile {
    margin-left: 0;
    font-size: 11px;
    line-height: 13px;
  }

  .profile-description.right.mobile {
    margin-left: 85px;
  }

  .profile-description.mobile {
    margin-bottom: 24px;
    font-size: 11px;
    line-height: 15px;
  }

  .profile-body-maininfo {
    width: 100%;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 42px;
  }

  .profile-maininfo-content.ricky {
    width: 70%;
  }

  .profile-nameblock {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .profile-mainname.mobile {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }

  .profile-jobtitle {
    text-align: left;
    font-size: 14px;
  }

  .profile-jobtitle.mobile {
    margin-bottom: 12px;
  }

  .profile-maininfo-contact {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .profile-maininfo-contact.mobile {
    flex-direction: row;
    align-self: center;
  }

  .profile-contact-heading.mobile {
    width: 100%;
  }

  .profile-heading {
    align-self: flex-start;
  }

  .profile-contact-holder {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .profile-conactinfo {
    align-self: center;
    margin-bottom: 8px;
  }

  .profile-footer {
    display: flex;
  }

  .profile-footer.mobile {
    justify-content: flex-end;
    position: relative;
  }

  .profile-floatingbutton, .profile-floating-link.mobile {
    display: none;
  }

  .image-2 {
    margin-top: 0;
  }

  .profile-mobile-slogan {
    color: #057f8c;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .fullimage {
    object-fit: cover;
    position: static;
  }

  .udesly-button-navigation {
    width: 100%;
  }

  .udesly-button-navigation-secondary.udesly-full {
    width: 100%;
    border: 1px solid #d4d4d4;
  }

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .udesly-link {
    text-align: center;
  }

  .udesly-flex.udesly-gap-32 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .udesly-footer-bottom {
    justify-content: center;
  }

  .udesly-form {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .udesly-link-block {
    justify-content: flex-start;
  }

  .udesly-button-accent {
    max-width: 120px;
    flex: none;
  }

  .udesly-footer-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-paragraph-white {
    text-align: left;
    font-size: 16px;
  }

  .udesly-paragraph-white.udesly-centered.udesly-max-width {
    font-size: 16px;
  }

  .udesly-pricing-banner-heading {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .udesly-big-icon-wrapper {
    margin-bottom: 10px;
  }

  .udeslypricing-banner-wrap {
    border-radius: 20px;
    padding: 20px;
  }

  .udesly-button-navigation-2 {
    width: 100%;
  }

  .udesly-button-navigation-secondary-2.udesly-full {
    width: 100%;
    border: 1px solid #d4d4d4;
  }

  .udesly-menu-buttons-2 {
    flex-direction: column;
  }

  .profile-background {
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .profile-header.mobile {
    width: 100%;
  }

  .logo-sminc.mobile {
    width: 80%;
    margin-left: 12px;
  }

  .logo {
    width: 80rem;
  }

  .profile-cornerstroke {
    width: 42%;
    margin-left: auto;
    margin-right: 16px;
  }

  .profile-cornerstroke.mobile {
    justify-content: center;
    margin-left: 16px;
  }

  .profile-text.right.mobile {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
  }

  .profile-text.mobile {
    margin-right: -1px;
  }

  .profile-description.right.mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .profile-body-maininfo {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
  }

  .profile-maininfo-content.ricky {
    width: 90%;
  }

  .profile-maininfo-contact {
    justify-content: center;
    align-items: center;
  }

  .profile-maininfo-contact.mobile {
    justify-content: center;
  }

  .profile-contact-holder {
    justify-content: center;
    align-items: center;
  }

  .profile-footer.mobile {
    justify-content: flex-end;
  }

  .profile-footersig.mobilr {
    margin-right: 12px;
  }

  .profile-floatingbutton {
    display: none;
  }

  .profile-mobile-slogan {
    text-align: right;
    margin-right: 0;
  }

  .profile-backgrounf-image {
    object-fit: cover;
  }
}

#w-node-fd62bfe1-f33b-95f4-7347-dc779dd41d80-663b3d45 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fd62bfe1-f33b-95f4-7347-dc779dd41d86-663b3d45 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d5997325-916c-89f7-f3c4-653781f5a84a-663b3d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5997325-916c-89f7-f3c4-653781f5a859-663b3d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5997325-916c-89f7-f3c4-653781f5a869-663b3d45, #w-node-d5997325-916c-89f7-f3c4-653781f5a86b-663b3d45, #w-node-d5997325-916c-89f7-f3c4-653781f5a86d-663b3d45, #w-node-d5997325-916c-89f7-f3c4-653781f5a86f-663b3d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7567a6f2-4686-0b6a-03d3-9dec7438ef58-944d34b2, #w-node-_2495f853-4627-743d-4419-c9eb418cb553-944d34b2, #w-node-_43dc881e-08e1-f23b-ae94-94cb78b1030c-944d34b2, #w-node-_2495f853-4627-743d-4419-c9eb418cb553-252d1841 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d5997325-916c-89f7-f3c4-653781f5a859-663b3d45 {
    justify-self: start;
  }
}
