@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;
  }
  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/grid1.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/grid1.png");
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
}
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: 12px;
    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: 22px;
    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/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/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/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 #57977A;
    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/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.3s;
    color: #111111;
    text-shadow: none;
  }
  .navigation .contact:hover {
    background-color: #FDD860;
    transition: 0.3s;
    color: black;
    box-shadow: 1px 1px 4px black, 1px 3px 10px black, 1px 1px 15px rgba(0, 0, 0, 0.5);
  }
  .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;
  }
  .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(114.7857142857, 174.2142857143, 147.2857142857);
    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 #57977A 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/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 #57977A;
  }
}
@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 .logo-a,
  .logo .logo-s,
  .logo .logo-t {
    position: absolute;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.5s ease-out;
  }
  .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) and (max-width: 999px) {
  .footer-blob img {
    width: 100%;
  }
  .footer-inner {
    margin-top: -25px;
    background-color: #333333;
    background-image: url(/assets/texture-background.webp);
  }
  .footer-logo {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .footer-logo img {
    width: 100%;
    max-width: 300px;
  }
  .footer-body {
    height: auto;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .footer-navigation {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    color: white;
    margin-bottom: 50px;
  }
  .footer-navigation h1 {
    font-size: 28px;
    padding-bottom: 5px;
    margin-top: 50px;
    margin-bottom: 10px;
    border-bottom: 4px solid #57977A;
  }
  .footer-navigation ul {
    justify-content: flex-start;
  }
  .footer-navigation ul li a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: white;
    font-size: 16px;
    padding: 10px 10px 10px 0;
  }
  .footer-navigation ul li a:hover {
    color: #FDD860;
  }
  .footer-contact {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    text-align: start;
    margin-bottom: 100px;
  }
  .footer-contact h1 {
    color: white;
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 4px solid #57977A;
  }
  .footer-contact div {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .footer-contact div a {
    font-family: "Lora", sans-serif;
    letter-spacing: 0.5px;
    color: white;
    position: relative;
    padding-bottom: 10px;
    margin-left: 25px;
  }
  .footer-contact div a:hover {
    color: #FDD860;
  }
  .footer-contact div a span {
    font-size: 18px;
  }
  .footer-contact div .email::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../assets/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 7px;
  }
  .footer-contact div .phone-number::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../assets/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 3.5px;
  }
  .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    background-color: #57977A;
    text-align: center;
  }
  .footer-bottom a {
    font-size: clamp(9px, 2.5vw, 13px);
    color: black;
    transition: 0.3s;
  }
  .footer-bottom a:hover {
    transition: 0.3s;
    color: white;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-blob img {
    width: 100%;
    margin-bottom: -50px;
  }
  .footer-inner {
    min-height: 500px;
    background-color: #333333;
    background-image: url(/assets/texture-background.webp);
  }
  .footer-inner .footer-logo {
    display: flex;
    margin: 0 auto;
    margin-bottom: 150px;
    max-width: 350px;
  }
  .footer-inner .footer-body {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1400px) {
  .footer-inner .footer-body {
    width: 80%;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-navigations {
    width: 70%;
    display: flex;
    flex-direction: column;
  }
  .footer-navigations h1 {
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 4px solid #57977A;
  }
  .footer-navigations ul {
    display: flex;
    flex-direction: row;
    padding: 15px 0 0 0;
  }
  .footer-navigations ul li a {
    font-size: 16px;
    padding: 0 25px 0 0;
    color: white;
  }
  .footer-navigations ul li a:hover {
    color: #FDD860;
  }
  .footer-contact {
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: end;
  }
  .footer-contact h1 {
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 4px solid #57977A;
  }
  .footer-contact div {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .footer-contact div a {
    font-family: "Lora", sans-serif;
    letter-spacing: 0.5px;
    color: white;
    position: relative;
    padding-bottom: 10px;
    margin-right: 25px;
  }
  .footer-contact div a:hover {
    color: #FDD860;
  }
  .footer-contact div a span {
    font-size: 18px;
  }
  .footer-contact div .email::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../assets/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: -25px;
    top: 7px;
  }
  .footer-contact div .phone-number::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../assets/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: -25px;
    top: 3.5px;
  }
  .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    background-color: #57977A;
    text-align: center;
  }
  .footer-bottom a {
    font-size: clamp(9px, 2.5vw, 13px);
    color: black;
    transition: 0.3s;
  }
  .footer-bottom a:hover {
    transition: 0.3s;
    color: white;
  }
}
@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);
    max-width: 450px;
    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: 55%;
    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: 500px;
  }
}
@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%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1920px) {
  main {
    min-height: 1500px;
  }
  .page-hero {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  #couch {
    display: block;
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  #couch {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  #couch {
    position: relative;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) and (max-width: 1099px) {
  #couch {
    width: 800px;
    top: -100px;
    right: -50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) and (max-width: 1299px) {
  #couch {
    width: 850px;
    top: -100px;
    right: -50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1200px) and (max-width: 1399px) {
  #couch {
    width: 900px;
    top: -100px;
    right: -50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1300px) and (max-width: 1499px) {
  #couch {
    width: 900px;
    top: -100px;
    right: 0px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1500px) and (max-width: 1699px) {
  #couch {
    width: 1000px;
    top: -150px;
    right: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1700px) {
  #couch {
    width: 1000px;
    top: -120px;
    right: 125px;
  }
}
@media only screen and (min-width: 0px) {
  .about {
    margin-top: -10px;
    background-color: #333333;
    background-image: url(./assets/images/index/texture-background.webp);
  }
  .about-story {
    margin-top: -10px;
    background-color: #333333;
    background-image: url(./assets/images/index/texture-background.webp);
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  .about-story {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 0px) {
  .about-story .inner {
    width: 80%;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .about-story .inner {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    width: 90%;
  }
}
@media only screen and (min-width: 0px) {
  .about-story .text {
    max-width: 35rem;
  }
  .about-story .text span {
    font-size: 20px;
    font-family: "DM Sans";
    color: #77cba5;
    margin-bottom: 25px;
  }
  .about-story .text h1 {
    color: white;
    font-size: 48px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .about-story .text h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 0px) {
  .about-story .text p {
    max-width: 600px;
    color: white;
    margin-bottom: 25px;
  }
  .about-story .text p {
    max-width: 600px;
  }
  .about-story .text h2 {
    color: #77cba5;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .about-story .image {
    position: relative;
    max-width: 45rem;
  }
  .about-story .image img {
    box-shadow: 1px 1px 5px black;
    border-radius: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .about-story .image img {
    height: 600px;
    margin-top: 25px;
    margin-left: 0;
    max-width: 550px;
  }
}
@media only screen and (min-width: 0px) {
  .about-story .image .name-card {
    font-size: 1.125em;
    text-align: center;
    box-shadow: 0px 0px 10px black;
    border-radius: 15px;
    padding: 25px;
    background: white;
    position: absolute;
    left: 75px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .about-story .image .name-card {
    padding: 15px;
    left: 25px;
  }
}
@media only screen and (min-width: 0px) {
  .about-mid-blob {
    width: 100%;
  }
  .about-mid-blob img {
    width: 100%;
  }
  .about-root {
    background-color: #222;
    width: 100%;
    padding-top: 75px;
    color: white;
    margin-top: -25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .about-root {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 0px) {
  .about-root .inner {
    width: 80%;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .about-root .inner {
    display: flex;
    flex-direction: column-reverse;
    width: 90%;
  }
}
@media only screen and (min-width: 0px) {
  .about-root .inner .about-image {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .about-root .inner .about-image {
    padding-right: 0;
  }
}
@media only screen and (min-width: 0px) {
  .about-root .inner .about-image img {
    border-radius: 25px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .about-root .inner .about-image img {
    height: 600px;
    margin-top: 25px;
    margin-left: 0;
    max-width: 550px;
  }
}
@media only screen and (min-width: 0px) {
  .about-root .inner .about-text {
    max-width: 35rem;
  }
  .about-root .inner .about-text span {
    font-size: 20px;
    font-family: "DM Sans";
    color: #77cba5;
    margin-bottom: 25px;
  }
  .about-root .inner .about-text h1 {
    color: white;
    font-size: 48px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .about-root .inner .about-text h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 0px) {
  .about-root .inner .about-text p {
    max-width: 600px;
    color: white;
    margin-bottom: 25px;
  }
  .about-root .inner .about-text p {
    max-width: 600px;
  }
  .about-root .inner .about-text h2 {
    color: #77cba5;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .about-root .inner span {
    color: #77cba5;
    font-size: 20px;
  }
  .about-root .inner h1 {
    margin-bottom: 25px;
    font-size: 48px;
  }
  .about-root .inner p {
    max-width: 600px;
  }
  .about-root .inner p a {
    color: #77cba5;
  }
  .about-root .inner p a:hover {
    color: #FDD860;
  }
  .about-body {
    background-color: #222;
    margin-top: -10px;
  }
  .about-body .about-body-inner {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 768px) {
  .about-body .about-body-inner {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) {
  .about-body .about-body-inner span {
    font-size: 20px;
    font-family: "lora", serif;
    color: #77cba5;
    margin-bottom: 25px;
  }
  .about-body .about-body-inner h1 {
    color: white;
    font-size: 34px;
    margin-bottom: 25px;
  }
  .about-body .about-body-inner p {
    color: white;
    margin-bottom: 25px;
  }
  .about-body .about-body-inner p a {
    color: #77cba5;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .about-body .about-body-inner p a:hover {
    color: #FDD860;
  }
  .about-body .about-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 768px) {
  .about-body .about-image {
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 0px) {
  .about-body .about-image img {
    border-radius: 25px;
    filter: drop-shadow(1px 1px 5px #000);
    width: 100%;
    height: auto;
    max-width: 500px;
    margin-bottom: 50px;
  }
  .about-body .about-text {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 768px) {
  .about-body .about-text {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 769px) and (max-width: 1450px) {
  .about-body .about-text {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 0px) {
  .about-body .about-text p {
    max-width: 550px;
  }
}/*# sourceMappingURL=about.css.map */