ul {
  list-style: none; }

a {
  display: contents; }

h1, h2, h3,
p, ul, li,
small {
  margin: 0;
  padding: 0; }

form {
  display: contents; }

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px; }

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: .9px; }

li, p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: .9px; }

small {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.typo-banner {
  font-size: 4em;
  letter-spacing: 1px;
  font-weight: 700; }

.typo-alternative {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: .9px;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 1px; }

.hide_on_mobile {
  display: none; }

.hide_on_desktop {
  display: block; }

.hide_on_tablet {
  display: block; }

@media only screen and (min-width: 767px) {
  .hide_on_tablet {
    display: none; }
  .hide_on_mobile {
    display: block; } }

@media only screen and (min-width: 1400px) {
  .hide_on_desktop {
    display: none; }
  .hide_on_mobile {
    display: block; } }

.pulse_blob {
  background: #ff0101;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  box-shadow: 0 0 0 0 #ff0101;
  transform: scale(1);
  animation: pulse 2s infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: #ff0101; }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 1, 1, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 1, 1, 0); } }

.help-button {
  background-color: #ff952c;
  color: #000; }
  .help-button:hover {
    background-color: #fff;
    color: #ff952c;
    border-color: #ff952c; }

#header {
  min-height: 5vh;
  background-color: #f1f1f1;
  padding: 0.5em; }
  #header nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #header .logo_container {
    flex: .4;
    display: flex;
    justify-content: center; }
    #header .logo_container img {
      width: 100%; }
  #header .links_container {
    flex: 1;
    display: flex;
    gap: 1em;
    justify-content: flex-end; }

@media only screen and (min-width: 767px) {
  #header .logo_container {
    flex: .2;
    max-width: 4em; } }

@media only screen and (min-width: 1400px) {
  #header .logo_container {
    max-width: 7em; } }

#footer {
  min-height: 5vh;
  background-color: #f1f1f1;
  padding: 0.5em; }

#landing {
  height: 100vh;
  background: #22c358;
  background: radial-gradient(circle, #22c358 0%, #5e35ff 100%);
  background-size: 400% 400%;
  position: relative;
  overflow: hidden; }
  #landing .background-img-ctnr {
    position: absolute;
    z-index: 99;
    top: 0;
    overflow: hidden; }
    #landing .background-img-ctnr img {
      position: relative;
      filter: saturate(2.5);
      left: -75em;
      opacity: .75; }
  #landing .logo_coin {
    width: 10em;
    border-radius: 1em;
    border: 5px solid #fff;
    overflow: hidden; }
    #landing .logo_coin img {
      width: 100%; }
  #landing .badges_container {
    margin: 1em 0;
    display: flex;
    flex-flow: wrap;
    gap: 1em;
    width: 90%;
    justify-content: center; }
    #landing .badges_container .badge {
      opacity: 0; }
      #landing .badges_container .badge:hover {
        cursor: pointer; }
  #landing .banner_container {
    position: relative;
    z-index: 100;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    gap: .25em; }
    #landing .banner_container .banner {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 2em;
      border-radius: .5em;
      display: flex;
      flex-flow: column;
      align-items: center;
      width: 90%;
      max-width: max-content;
      gap: .25em; }
      #landing .banner_container .banner p {
        color: #fff; }

@media only screen and (min-width: 767px) {
  #landing {
    overflow-y: hidden; }
    #landing .background-img-ctnr img {
      left: -20em; }
    #landing .background-img-ctnr .hide_on_mobile {
      top: -20em; }
  .banner_container {
    font-size: 1.5em; } }

@media only screen and (min-width: 1400px) {
  #landing .background-img-ctnr img {
    left: unset;
    width: 140vw; }
  #landing .background-img-ctnr .hide_on_mobile {
    top: -20em; } }

@media only screen and (min-width: 1920px) {
  #landing .background-img-ctnr img {
    left: unset;
    width: 100vw;
    top: -10em; }
  #landing .background-img-ctnr .hide_on_mobile {
    top: -20em; } }

#services {
  background: white;
  background: linear-gradient(240deg, white 0%, #e1e1e1 100%);
  overflow: hidden; }
  #services .focused_on_you {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 2em 0; }
    #services .focused_on_you .focused_on_you_img_ctnr {
      position: relative;
      width: 40em;
      display: none; }
      #services .focused_on_you .focused_on_you_img_ctnr img {
        width: 100%;
        border-radius: 20px;
        box-shadow: 5px 5px 25px 3px #c8c8c8; }
    #services .focused_on_you .business_img {
      display: none;
      opacity: 0;
      filter: blur(40px); }
    #services .focused_on_you .business_p {
      display: none;
      opacity: 0; }
    #services .focused_on_you .overhead_p {
      opacity: 0; }
    #services .focused_on_you .focused_on_you_textbox {
      z-index: 100;
      position: relative;
      text-align: center;
      color: #000;
      display: flex;
      flex-flow: column;
      align-items: center;
      gap: 1em; }
      #services .focused_on_you .focused_on_you_textbox .typo-banner span {
        color: #ff952c; }
      #services .focused_on_you .focused_on_you_textbox .who_we_are_text {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
    #services .focused_on_you .focused_on_you_buttons {
      display: flex;
      gap: 1em; }
    #services .focused_on_you .typo-alternative, #services .focused_on_you .typo-banner {
      width: 90%;
      max-width: 30em; }

@media only screen and (min-width: 1400px) {
  #services {
    min-height: 100vh; }
    #services .focused_on_you {
      flex-flow: row-reverse; }
      #services .focused_on_you .focused_on_you_textbox {
        font-size: 2em; }
      #services .focused_on_you .focused_on_you_img_ctnr {
        display: block; } }

#contact {
  min-height: 100vh;
  padding: 2em;
  background-color: #f1f1f1;
  overflow: hidden; }
  #contact .logo_container {
    display: flex;
    justify-content: center; }
  #contact .contact_form_ctnr {
    max-width: 40em;
    margin: 0 auto; }
  #contact .phone_number_container {
    margin-top: 5em; }
    #contact .phone_number_container .phone_number {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      letter-spacing: 1.5px;
      font-size: 2em; }

#here_to_help {
  overflow-x: hidden; }
  #here_to_help .here_to_help_textbox {
    text-align: center;
    padding: 0 2em; }
    #here_to_help .here_to_help_textbox .help_explanation {
      color: #fff;
      background-color: #000;
      padding: 2em; }
  #here_to_help .scrollable_services_row {
    width: 100vw;
    display: flex;
    flex-flow: row;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 2em 0;
    background-color: #000;
    gap: 2em;
    mix-blend-mode: luminosity;
    z-index: 100; }
    #here_to_help .scrollable_services_row .task_div {
      background-color: #000;
      color: #fff;
      padding: .25em; }
      #here_to_help .scrollable_services_row .task_div:hover {
        cursor: pointer;
        background-color: #fff;
        color: #000;
        transition: .25s; }
  #here_to_help .scrollable_services_row::-webkit-scrollbar {
    display: none; }
  #here_to_help .help_container {
    width: 80%;
    z-index: 99; }
    #here_to_help .help_container img {
      border-radius: 10px;
      width: 100%;
      filter: saturate(1.5); }

#who_we_serve {
  min-height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 2em; }
  #who_we_serve .who_we_serve_textbox {
    color: #fff;
    text-align: center;
    width: 90%; }
    #who_we_serve .who_we_serve_textbox span {
      font-family: "Roboto Slab", serif;
      color: #ff952c; }
  #who_we_serve .florida_img_ctnr {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 40em; }
    #who_we_serve .florida_img_ctnr img {
      width: 100%; }

@media only screen and (min-width: 1400px) {
  #who_we_serve {
    min-height: 100vh; }
    #who_we_serve .who_we_serve_textbox {
      font-size: 2em; } }
