@media only screen and (min-width: 0px) {
  /* lora-regular - latin */
  @font-face {
    font-display: swap;
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/lora-v35-latin-regular.woff2") format("woff2");
  }
  /* lora-700 - latin */
  @font-face {
    font-display: swap;
    font-family: "Lora";
    font-style: normal;
    font-weight: 700;
    src: url("../assets/fonts/lora-v35-latin-700.woff2") format("woff2");
  }
  /* dm-sans-regular - latin */
  @font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/dm-sans-v15-latin-regular.woff2") format("woff2");
  }
  /* dm-sans-700 - latin */
  @font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../assets/fonts/dm-sans-v15-latin-700.woff2") format("woff2");
  }
  /* dm-sans-900 - latin */
  @font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 900;
    src: url("../assets/fonts/dm-sans-v15-latin-900.woff2") format("woff2");
  }
  /* poppins-regular - latin */
  @font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/poppins-v21-latin-regular.woff2") format("woff2");
  }
  /* poppins-500 - latin */
  @font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../assets/fonts/poppins-v21-latin-500.woff2") format("woff2");
  }
  /* poppins-700 - latin */
  @font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../assets/fonts/poppins-v21-latin-700.woff2") format("woff2");
  }
  /* poppins-900 - latin */
  @font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: url("../assets/fonts/poppins-v21-latin-900.woff2") format("woff2");
  }
  * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
  h1 {
    font-family: "poppins", serif;
    line-height: 1.25;
  }
  h1 span {
    font-family: "poppins", serif;
  }
  h2,
  span {
    font-family: "DM Sans", serif;
  }
  h4 {
    font-family: "poppins", serif;
    color: white;
    line-height: 1.75;
    font-family: "DM Sans", sans-serif;
  }
  p,
  a {
    font-family: "DM Sans", sans-serif;
    line-height: 1.75;
  }
  p span,
  a span {
    font-family: "DM Sans", sans-serif;
  }
  .topper {
    color: #57977A;
    font-family: "DM Sans", serif;
  }
  html {
    margin: 0 auto;
    background-color: #272727;
    width: 100%;
    overflow-x: hidden;
  }
  body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  main {
    overflow-x: hidden;
  }
  .logo-text h1 span {
    font-family: "Lora";
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  body {
    min-height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    content: "";
    background-size: 35px;
    background-image: url("../assets/global/grid.png");
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    min-height: 100vh;
    max-width: 1920px;
    position: relative;
    background-color: #fff;
    content: "";
    background-image: url("../assets/global/grid.png");
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
}
.under-construction {
  max-width: 1920px;
  margin: 0 auto;
}

li .active {
  -webkit-text-decoration: 2px underline #FDD860;
          text-decoration: 2px underline #FDD860;
  text-underline-offset: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 999px) {
  #hamburger {
    z-index: 500;
    cursor: pointer;
  }
  #hamburger.active {
    transition: 0.3s;
    transform: rotate(360deg);
  }
  .line {
    transition: 0.3s;
  }
  .line1.active {
    transform: translate(0px, 10px) rotate(225deg);
    width: 30px;
  }
  .line2.active {
    transform-origin: center;
    transform: translate(0px, 0%) rotate(-225deg);
    width: 30px;
  }
  .line3.active {
    transform: translate(0%, -20px);
    opacity: 0%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  #overlay {
    position: absolute;
    display: none;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.25);
    min-height: 100vh;
    width: 100%;
  }
  #overlay.active {
    display: block;
    position: fixed;
    z-index: 500;
  }
}
@media only screen and (min-width: 1000px) {
  .logo,
  .navigation ul,
  .navigation ul li,
  .navigation ul li a {
    transition: 0.05s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  #hamburger {
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hamburger span {
    width: 33px;
    border-radius: 100vw;
    background-color: white;
    height: 4px;
    margin: 3px 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 399px) {
  #hamburger {
    position: absolute;
    top: 14px;
    right: 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 400px) and (max-width: 499px) {
  #hamburger {
    position: absolute;
    top: 14px;
    right: 20px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 500px) and (max-width: 599px) {
  #hamburger {
    position: absolute;
    top: 16px;
    right: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 600px) and (max-width: 999px) {
  #hamburger {
    position: absolute;
    top: 25px;
    right: 40px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  #hamburger {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 499px) {
  .navigation {
    height: clamp(0px, 32vw, 170px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 500px) and (max-width: 699px) {
  .navigation {
    height: clamp(150px, 28vw, 200px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 700px) and (max-width: 999px) {
  .navigation {
    height: clamp(200px, 25vw, 250px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 767px) {
  .navigation {
    content: "";
    background-image: url(/assets/global/nav-mobile.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 475px) and (max-width: 767px) {
  .navigation {
    content: "";
    background-image: url(/assets/global/nav-mobile-larger.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 768px) and (max-width: 999px) {
  .navigation {
    content: "";
    background-image: url(/assets/global/nav-tablet.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .navbar {
    display: flex;
    flex-direction: column;
  }
  .logo {
    position: absolute;
    z-index: 1;
    width: 60%;
  }
  .navigation #navigation-inner {
    height: 100dvh;
    width: 60%;
    min-width: 250px;
    max-width: 350px;
    position: fixed;
    right: -350px;
    top: 0;
    z-index: 500;
    background-color: rgba(37, 37, 37, 0.97);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navigation #navigation-inner li {
    margin: 4px;
    padding: 10px;
  }
  .navigation #navigation-inner li a {
    letter-spacing: 0.5px;
    color: white;
  }
  .navigation #navigation-inner li a:hover {
    color: #FDD860;
  }
  .navigation #navigation-inner.active {
    border-left: 3px solid #77cba5;
    right: 0px;
  }
  .navigation #more-btn {
    font-family: "DM Sans", sans-serif;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .navigation #more-btn img {
    position: relative;
    top: 1px;
    left: 5px;
    width: 10px;
    height: 13px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  .navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .navigation {
    content: "";
    background-image: url(/assets/global/nav-desktop.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    width: 65vw;
    max-width: 1300px;
    height: 350px;
  }
  .navigation .contact {
    background-color: #FDD860;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
    min-width: 125px;
    border-color: #111111;
    transition: 0.4s;
    color: #111111;
    text-shadow: none;
    box-shadow: 1px 1px 2px black;
  }
  .navigation .contact:hover {
    background-color: #FDD860;
    transition: 0.4s;
    color: black;
    box-shadow: 0px 0px 3px black, 0px 0px 30px #77cba5;
  }
  .navigation .contact:hover span {
    position: relative;
    transition: 0.3s;
  }
  .navigation #more-btn {
    font-family: "DM Sans", sans-serif;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px clamp(12px, 1.2vw, 15px);
  }
  .navigation #more-btn img {
    position: relative;
    right: -5px;
    top: 1px;
    width: 10px;
    height: 13px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .navigation ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
  }
  .navigation ul li a {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: white;
    padding: 25px clamp(12px, 1.2vw, 15px);
    text-shadow: 1px 1px 5px #111111;
  }
  .navigation ul li a:hover {
    color: rgb(155.8936170213, 217.1063829787, 189.414893617);
    color: #FDD860;
  }
  .navigation ul .contact a {
    padding: 10px 15px;
  }
  .navigation ul .contact a:hover {
    background-color: #FDD860;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) and (max-width: 1099px) {
  .navigation ul {
    margin-top: 45px;
    margin-right: 10px;
  }
  .navigation ul li {
    margin: 0 0px;
  }
  .navigation ul li a {
    font-size: 15px;
  }
  .contact-btn {
    margin-left: 15px !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) and (max-width: 1199px) {
  .navigation ul {
    margin-top: 50px;
    margin-right: 20px;
  }
  .navigation ul li {
    margin: 0 5px;
  }
  .navigation ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1200px) and (max-width: 1299px) {
  .navigation ul {
    margin-top: 55px;
    margin-right: 20px;
  }
  .navigation ul li {
    margin: 0 5px;
  }
  .navigation ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1300px) and (max-width: 1399px) {
  .navigation ul {
    margin-top: 60px;
    margin-right: 20px;
  }
  .navigation ul li {
    margin: 0 10px;
  }
  .navigation ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1400px) and (max-width: 1499px) {
  .navigation ul {
    margin-top: 65px;
    margin-right: 20px;
  }
  .navigation ul li {
    margin: 0 12.5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1500px) and (max-width: 1599px) {
  .navigation ul {
    margin-top: 70px;
    margin-right: 20px;
  }
  .navigation ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1600px) and (max-width: 1699px) {
  .navigation ul {
    margin-top: 70px;
    margin-right: 25px;
  }
  .navigation ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1700px) and (max-width: 1749px) {
  .navigation ul {
    margin-top: 75px;
    margin-right: 25px;
  }
  .navigation ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1700px) and (max-width: 1749px) {
  .navigation ul {
    margin-top: 75px;
    margin-right: 25px;
  }
  .navigation ul li {
    margin: 0 17.5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1750px) and (max-width: 1799px) {
  .navigation ul {
    margin-top: 75px;
    margin-right: 25px;
  }
  .navigation ul li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1800px) and (max-width: 1849px) {
  .navigation ul {
    margin-top: 75px;
    margin-right: 35px;
  }
  .navigation ul li {
    margin: 0 22.5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1850px) {
  .navigation ul {
    margin-top: 75px;
    margin-right: 50px;
  }
  .navigation ul li {
    margin: 0 30px 0 25px;
  }
}
@media only screen and (min-width: 1000px) {
  #more-btn ul {
    transition: 0.3s;
    display: none;
    z-index: 500;
  }
  #more-btn:hover {
    transition: 0.3s;
    color: #FDD860;
    font-family: "DM Sans", sans-serif;
  }
  #more-btn:hover ul {
    margin-right: 0;
    background-color: rgba(51, 51, 51, 0.9450980392);
    border: 1px #77cba5 solid;
    border-radius: 100vw;
    height: 275px;
    width: 275px;
    position: absolute;
    top: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1300px) {
  #more-btn:hover ul {
    height: 250px;
    width: 250px;
  }
}
@media only screen and (min-width: 1000px) {
  #more-btn:hover ul::after {
    content: " ";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 150px;
    left: 225px;
    z-index: -1;
    background-color: hsla(153, 45%, 63%, 0.2);
    border-radius: 100vw;
    transition: animation 0.3s ease-in-out;
    animation: floatAfter 28s infinite linear;
  }
  #more-btn:hover ul::before {
    content: " ";
    width: 115px;
    height: 115px;
    position: absolute;
    bottom: 100px;
    left: -40px;
    z-index: -1;
    background-color: hsla(153, 45%, 63%, 0.1);
    border-radius: 100vw;
    transition: 3s ease-in-out;
    animation: floatBefore 20s infinite linear;
  }
  #more-btn:hover ul li {
    padding: 5px;
  }
  #more-btn:hover ul li a {
    padding: 5px;
  }
}
@media only screen and (max-width: 999px) {
  .dropdown-list {
    display: none;
  }
  #more-btn.mobile-open {
    padding: 0 !important;
    margin: 10px 0 !important;
    display: flex;
    flex-direction: column;
  }
  #more-btn.mobile-open img {
    display: none;
  }
  #more-btn.mobile-open::before {
    content: "";
    background-image: url("/assets/global/caret-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 19px;
    width: 11px;
    height: 13.5px;
    right: -30px;
  }
  .dropdown-list.show-dropdown {
    display: block;
    display: flex;
    flex-direction: column;
    background-color: rgba(33, 33, 33, 0.97);
    width: 60%;
    min-width: 250px;
    max-width: 350px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 0px) and (max-width: 415px) {
  .dropdown-list.show-dropdown {
    border-left: 1.5px solid #77cba5;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 399px) {
  .logo {
    margin-top: -10px;
    margin-left: -20.5%;
    transform: scale(0.65) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 400px) and (max-width: 449px) {
  .logo {
    margin-top: -5px;
    margin-left: -17.5%;
    transform: scale(0.7) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 450px) and (max-width: 499px) {
  .logo {
    margin-top: -5px;
    margin-left: -12.5%;
    transform: scale(0.75) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 500px) and (max-width: 599px) {
  .logo {
    margin-top: 0px;
    margin-left: -10%;
    transform: scale(0.8) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 600px) and (max-width: 999px) {
  .logo {
    margin-top: 15px;
    margin-left: -4.5%;
    transform: scale(0.85) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) and (max-width: 1099px) {
  .logo {
    z-index: 2;
    margin-top: 30px;
    margin-left: -4.5%;
    transform: scale(0.85) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) and (max-width: 1224px) {
  .logo {
    margin-top: 35px;
    margin-left: -3.5%;
    transform: scale(0.9) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1225px) and (max-width: 1299px) {
  .logo {
    margin-top: 45px;
    margin-left: -3.5%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1300px) and (max-width: 1399px) {
  .logo {
    margin-top: 45px;
    margin-left: -1.5%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1400px) and (max-width: 1499px) {
  .logo {
    margin-top: 50px;
    margin-left: 0%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1500px) and (max-width: 1599px) {
  .logo {
    margin-top: 50px;
    margin-left: 0.5%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1600px) and (max-width: 1699px) {
  .logo {
    margin-top: 50px;
    margin-left: 1.5%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1700px) {
  .logo {
    margin-top: 60px;
    margin-left: 1.5%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) {
  .logo {
    position: absolute;
    z-index: 5;
    left: 0;
    left: 4.5%;
    width: 125px;
    height: 125px;
    display: flex;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1700px) {
  .logo {
    left: 5.5%;
  }
}
@media only screen and (min-width: 0px) {
  .logo .circle {
    position: relative;
  }
  .logo .logo-a {
    position: absolute;
    left: -17px;
    top: -25px;
    height: 125px;
  }
  .logo .logo-s {
    position: absolute;
    left: 6px;
    top: -5px;
    height: 135px;
  }
  .logo .logo-t {
    position: absolute;
    left: 36px;
    top: 25px;
    height: 135px;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    position: relative;
    top: -5px;
    color: black;
    font-family: "Lora";
    transition: 0.3s;
    line-height: 0.95;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .logo-text {
    color: white !important;
  }
}
@media only screen and (min-width: 0px) {
  .logo-text h1 {
    font-size: 3.75em;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 1px;
  }
  .logo-text p {
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 0px) {
  .logo {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  .logo {
    position: relative;
  }
}
@media only screen and (min-width: 0px) {
  .logo .circle {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    filter: drop-shadow(0px 0px 1px black);
  }
  .logo .logo-a,
  .logo .logo-s,
  .logo .logo-t {
    position: absolute;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.5s ease-out;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .logo .logo-text h1 {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    display: flex;
    gap: 0px;
  }
  .logo .logo-text span {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .logo .logo-text p {
    letter-spacing: 0;
    display: flex;
    gap: 0.75px;
  }
  .logo:hover .logo-a {
    animation: balloonInflate 0.5s 0s ease-out forwards;
  }
  .logo:hover .logo-s {
    animation: balloonInflate 0.5s 0.1s ease-out forwards;
  }
  .logo:hover .logo-t {
    animation: balloonInflate 0.5s 0.225s ease-out forwards;
  }
  .logo:hover .logo-text .h1 {
    animation: upAnimation 0.2s 0.65s ease-out forwards;
  }
  .logo:hover .logo-text .h2 {
    animation: upAnimation 0.2s 0.7s ease-out forwards;
  }
  .logo:hover .logo-text .h3 {
    animation: upAnimation 0.2s 0.75s ease-out forwards;
  }
  .logo:hover .logo-text .h4 {
    animation: upAnimation 0.2s 0.8s ease-out forwards;
  }
  .logo:hover .logo-text .h5 {
    animation: upAnimation 0.2s 0.85s ease-out forwards;
  }
  .logo:hover .logo-text .h6 {
    animation: upAnimation 0.2s 0.9s ease-out forwards;
  }
  .logo:hover .logo-text .p1 {
    animation: downAnimation 0.3s 1s ease-out forwards;
  }
  .logo:hover .logo-text .p2 {
    animation: downAnimation 0.3s 1.02s ease-out forwards;
  }
  .logo:hover .logo-text .p3 {
    animation: downAnimation 0.3s 1.04s ease-out forwards;
  }
  .logo:hover .logo-text .p4 {
    animation: downAnimation 0.3s 1.06s ease-out forwards;
  }
  .logo:hover .logo-text .p5 {
    animation: downAnimation 0.3s 1.08s ease-out forwards;
  }
  .logo:hover .logo-text .p6 {
    animation: downAnimation 0.3s 1.1s ease-out forwards;
  }
  .logo:hover .logo-text .p7 {
    animation: downAnimation 0.3s 1.12s ease-out forwards;
  }
  .logo:hover .logo-text .p8 {
    animation: downAnimation 0.3s 1.14s ease-out forwards;
  }
  .logo:hover .logo-text .p9 {
    animation: downAnimation 0.3s 1.16s ease-out forwards;
  }
  .logo:hover .logo-text .p10 {
    animation: downAnimation 0.3s 1.18s ease-out forwards;
  }
  .logo:hover .logo-text .p11 {
    animation: downAnimation 0.3s 1.2s ease-out forwards;
  }
  .logo:hover .logo-text .p12 {
    animation: downAnimation 0.3s 1.22s ease-out forwards;
  }
  .logo:hover .logo-text .p13 {
    animation: downAnimation 0.3s 1.24s ease-out forwards;
  }
  .logo:hover .logo-text .p14 {
    animation: downAnimation 0.3s 1.26s ease-out forwards;
  }
  .logo:hover .logo-text .p15 {
    animation: downAnimation 0.3s 1.28s ease-out forwards;
  }
  .logo:hover .logo-text .p16 {
    animation: downAnimation 0.3s 1.3s ease-out forwards;
  }
  .logo:hover .logo-text .p17 {
    animation: downAnimation 0.3s 1.32s ease-out forwards;
  }
  .logo:hover .logo-text .p18 {
    animation: downAnimation 0.3s 1.34s ease-out forwards;
  }
  .logo:hover .logo-text .p19 {
    animation: downAnimation 0.3s 1.36s ease-out forwards;
  }
  .logo:hover .logo-text .p20 {
    animation: downAnimation 0.3s 1.38s ease-out forwards;
  }
  .logo:hover .logo-text .p21 {
    animation: downAnimation 0.3s 1.4s ease-out forwards;
  }
  .logo:hover .logo-text .p22 {
    animation: downAnimation 0.3s 1.42s ease-out forwards;
  }
  .logo:hover .logo-text .p23 {
    animation: downAnimation 0.3s 1.44s ease-out forwards;
  }
  @keyframes upAnimation {
    40% {
      color: #57977A;
    }
    50% {
      transform: translateY(-4px);
      color: #57977A;
    }
    60% {
      color: #57977A;
    }
  }
  @keyframes balloonInflate {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.125);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes downAnimation {
    40% {
      color: #57977A;
    }
    50% {
      transform: translateY(4px);
      color: #57977A;
    }
    60% {
      color: #57977A;
    }
  }
}
@media only screen and (min-width: 0px) {
  #footer {
    background-color: #333333;
    background-image: url(/assets/global/texture-background.webp);
  }
  #footer .footer-inner {
    margin-top: -50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #footer .footer-inner {
    margin-top: -75px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 0px) {
  .footer-blob img {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-blob img {
    margin-bottom: none;
  }
}
@media only screen and (min-width: 0px) {
  .footer-logo.logo {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 0 auto;
  }
  .footer-logo.logo .logo-text {
    color: white;
  }
  .footer-logo.logo .logo-a,
  .footer-logo.logo .logo-s,
  .footer-logo.logo .logo-t {
    filter: brightness(100);
  }
  .footer-body {
    max-width: 1350px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .footer-body .footer-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 150px;
    padding-top: 25px;
    margin: 0 auto;
  }
  .footer-body .footer-navigation .footer-logo {
    display: flex;
    align-self: flex-start;
    margin: 0;
    padding: 0;
    width: auto;
    left: 0;
    transform: none !important;
    top: -15px;
  }
  .footer-body .footer-navigation .footer-logo .logo-a,
  .footer-body .footer-navigation .footer-logo .logo-s,
  .footer-body .footer-navigation .footer-logo .logo-t {
    filter: drop-shadow(0px 0px 1px black) brightness(100);
  }
  .footer-body .footer-navigation .footer-logo .logo-text {
    filter: drop-shadow(1px 1px 1px black);
  }
  .footer-body .footer-navigation .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
  }
  .footer-body .footer-navigation .footer-links h1 {
    color: #FDD860;
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 1px black, 1px 1px 3px black;
  }
  .footer-body .footer-navigation .footer-links li {
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px black, 1px 1px 3px black;
  }
  .footer-body .footer-navigation .footer-links li img {
    width: 20px;
    position: relative;
    top: 3.5px;
    filter: drop-shadow(1px 1px 0px black);
  }
  .footer-body .footer-navigation .footer-links li .phone-icon {
    position: relative;
    top: 5.5px;
    width: 18px;
    filter: drop-shadow(1px 1px 0px black);
  }
  .footer-body .footer-navigation .footer-links li a {
    color: white;
    text-shadow: 1px 1px 1px black, 1px 1px 2px black;
  }
  .footer-body .footer-navigation .footer-links li a:hover {
    color: #FDD860;
  }
  .footer-body .footer-navigation .footer-links .footer-contact div a {
    font-family: "Lora", sans-serif;
    letter-spacing: 0.5px;
    color: white;
    position: relative;
    padding-bottom: 10px;
    margin-right: 25px;
  }
  .footer-body .footer-navigation .footer-links .footer-contact div a:hover {
    color: #FDD860;
  }
  .footer-body .footer-navigation .footer-links .footer-contact div a span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1350px) {
  .footer-body .footer-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
  }
  .footer-body .footer-navigation .footer-logo.logo {
    align-self: center;
    margin-bottom: 25px;
    left: -50px;
  }
  .footer-body .footer-navigation .footer-links {
    gap: 100px;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1350px) and (min-width: 0px) and (max-width: 650px) {
  .footer-body .footer-navigation .footer-links {
    gap: 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1350px) and (min-width: 0px) and (max-width: 650px) {
  .footer-body .footer-navigation {
    align-items: flex-start;
    padding-bottom: 25px;
  }
  .footer-body .footer-navigation .footer-logo.logo {
    align-self: flex-start;
    margin-top: 50px;
    margin-bottom: 25px;
    transform: scale(0.75) !important;
  }
  .footer-body .footer-navigation .footer-links {
    display: flex;
    flex-direction: column;
    margin-left: 7.5%;
  }
  .footer-body .footer-navigation .footer-links div {
    align-items: center;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) {
  .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    height: auto;
    background-color: #518F74;
    text-align: center;
  }
  .footer-bottom a {
    font-size: clamp(9px, 2.5vw, 13px);
    color: white;
    text-shadow: 0px 0px 1px black, 1px 1px 1px black;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  .page-hero {
    width: 86%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
  }
  .page-hero-text span {
    font-weight: 900;
    color: #57977A;
    font-size: 32px;
    text-shadow: 1px 1px 5px #111111;
  }
  .page-hero-text h1 {
    color: #111111;
    font-size: clamp(30px, 7vw, 60px);
    line-height: 1.75;
  }
  .page-hero-text p {
    font-size: clamp(16px, 4vw, 24px);
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1000px) {
  .page-hero {
    height: 300px;
    margin-top: 175px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
  }
  .page-hero-text {
    z-index: 2;
    width: 100%;
    padding-bottom: 50px;
  }
  .page-hero-text span {
    font-weight: 900;
    color: #57977A;
    font-size: 32px;
    text-shadow: 1px 1px 5px #111111;
  }
  .page-hero-text h1 {
    color: #111111;
    font-size: clamp(30px, 4vw, 80px);
  }
  .page-hero-text p {
    font-size: clamp(18px, 1.5vw, 20px);
    max-width: 600px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  .hero .page-hero-text {
    position: relative;
    z-index: 2;
    color: #111111;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  .page-hero-text {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .page-hero-text {
    margin-left: 1.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .page-hero-text {
    margin-left: 2.5%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .page-hero-text {
    margin-left: 3.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
  .page-hero-text {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .page-hero-text {
    margin-left: 5.5%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .page-hero-text {
    margin-left: 6%;
  }
}
@media only screen and (min-width: 1700px) {
  .page-hero-text {
    margin-left: 6.5%;
  }
}
@media only screen and (min-width: 0px) {
  .page-hero-blob img {
    width: 100%;
  }
}
nav {
  min-height: 250px;
}
@media only screen and (min-width: 0px) and (max-width: 450px) {
  nav {
    min-height: 150px;
  }
}

@media only screen and (min-width: 0px) {
  *[class*=-blob] img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (min-width: 0px) {
  #hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #hero h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 125px;
    font-size: clamp(32px, 5vw, 60px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #hero h1 {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) {
  #services {
    background-image: url(../assets/global/background-texture.webp);
    background-color: #222;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  #services .services-inner {
    max-width: 1100px;
    width: 90%;
    padding-bottom: 150px;
  }
  #services .services-inner .core-header {
    max-width: 650px;
    margin-bottom: 50px;
  }
  #services .services-inner .core-header h2 {
    color: #77cba5;
    text-shadow: 1px 1px 1px #111;
    font-family: "DM Sans", serif;
  }
  #services .services-inner .core-header h1 {
    font-family: "poppins", serif;
    max-width: 600px;
    margin-bottom: 15px;
    color: white;
    font-size: 48px;
    text-transform: capitalize;
    text-shadow: 2px 2px 0px #222;
    z-index: 5;
    position: relative;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #services .services-inner .core-header h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 0px) {
  #services .services-inner .core-header p {
    max-width: 800px;
    font-family: "DM Sans", sans-serif;
    line-height: 1.75;
  }
  #services .services-inner .core-header p span {
    color: #77cba5;
    font-weight: bolder;
  }
  #services .services-inner .core-body {
    border: 1px solid black;
    background-color: #222;
    box-shadow: 1px 1px 10px black;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 900px;
    position: relative;
    z-index: 1;
  }
  #services .services-inner .core-body .core-list {
    padding: 10px;
    width: 100%;
  }
  #services .services-inner .core-body .core-list .category {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #services .services-inner .core-body .core-list .category {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) {
  #services .services-inner .core-body .core-list .category:nth-child(even) {
    background: #444;
    border-radius: 15px;
    margin: 10px 0 0;
  }
  #services .services-inner .core-body .core-list .category h2 {
    padding: 0 25px;
    width: 250px;
    line-height: 1.25;
    display: flex;
    align-items: center;
  }
  #services .services-inner .core-body .core-list .category li {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    font-family: "DM Sans", sans-serif;
    cursor: default;
    padding: 3px 0;
    text-shadow: 0px 0px 3px black;
  }
  #services .services-inner .core-body .core-list .category li img {
    position: relative;
    top: 7px;
    padding-right: 7px;
    width: 25px;
    height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  #services .services-inner .core-body .core-list .category li span {
    color: #999;
    font-size: 14px;
  }
  #services .services-inner .core-body .core-list .category li:hover span {
    color: #FDD860;
  }
  #services .services-inner .core-body .core-image {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  #services .services-inner .core-body .core-image img {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    z-index: 0;
    width: 475px;
    left: 0px;
    bottom: -75px;
    position: absolute;
    filter: drop-shadow(1px 1px 15px #77cba5);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #services .services-inner .core-body {
    display: block;
    flex-direction: column;
    position: relative;
  }
  #services .services-inner .core-body .core-image {
    position: relative;
    display: block;
    top: 200px;
    left: 200px;
  }
  #services .services-inner .core-body .core-image img {
    width: auto;
    height: 300px;
  }
}
@media only screen and (min-width: 0px) {
  #miscellaneous {
    background-image: url(../assets/global/background-texture.webp);
    background-color: #222;
    padding-bottom: 150px;
  }
  #miscellaneous .miscellaneous-inner {
    max-width: 1200px;
    margin: 0 auto;
    color: white;
  }
}/*# sourceMappingURL=services.css.map */