/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@import url("/assets/normalize-c233ddc8.css");
@import url("/assets/webflow-6ba55335.css");

:root {
  --light-sky-blue: #73b2dd;
  --black-2: #222;
  --steel-blue: #0576c4;
  --white: white;
  --dark-slate-blue: #004a7e;
  --black: #1d1d1d;
  --gold: #ffc92a;
  --light-coral: #f76874;
}

body {
  color: #333;
  font-family: circe, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  height: 2000px;
  font-family: circe, sans-serif;
}

.social-link {
  z-index: 5;
  border-radius: 200px;
  width: 36px;
  height: 36px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.overlay {
  z-index: 3;
  background-color: #0003;
  display: none;
  position: absolute;
  inset: 0%;
}

.oval {
  position: relative;
}

.oval.animate {
  justify-content: center;
  width: auto;
  height: 400px;
  margin-top: 80px;
  display: flex;
  position: sticky;
  top: 60px;
  overflow: visible;
}

.arrow-colour {
  filter: hue-rotate(282deg);
  margin-left: 40px;
}

.nav-link {
  opacity: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link:hover {
  opacity: 1;
  color: #245951;
}

.nav-link.w--current {
  opacity: 1;
  color: #222;
}

.nav-link.sign-in {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.nav-link.sign-in:hover, .nav-link.sign-in.w--current {
  color: var(--light-sky-blue);
}

.text-span {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
}

.button-primary {
  z-index: 1;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.brand {
  margin-left: 1.1%;
  margin-right: 20px;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-three {
  background-color: var(--black-2);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 1rem 1.8rem;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.btn.btn-submit {
  background-color: var(--steel-blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 1rem 2rem;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 29.5px;
  transition: all .2s;
  overflow: hidden;
}

.btn.btn-submit:hover {
  background-color: var(--black-2);
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-img {
  width: 250px;
}

.subtitle {
  color: #222;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5em;
}

.subtitle.gold {
  color: #fff;
}

.subtitle.alt {
  color: #fff;
  letter-spacing: .25px;
  font-size: 18px;
  font-weight: 400;
}

.container {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-right: 0;
}

.container.animation-container {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  position: relative;
}

.nav-btn-area {
  align-items: center;
  display: flex;
}

.menu-btn {
  display: none;
}

.nav-linkblock-gold {
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-list {
  z-index: 100;
  color: #c9aa76;
  background-color: #0c1821;
  border-radius: 4px;
  flex-direction: column;
  width: 370px;
  padding: 20px 25px;
  display: none;
  position: absolute;
}

.dropdown-list.w--open {
  background-color: #014a46;
}

.navbar {
  background-color: #0000;
  height: 75px;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-link-block {
  color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.dropdown-link-block:hover, .dropdown-link-block.w--current {
  background-color: #222;
}

.column-6 {
  width: 47.8%;
  margin-left: 1.1%;
  margin-right: 1.1%;
}

.column-6.right-align {
  justify-content: flex-end;
  display: flex;
}

.h1 {
  color: #222;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.1em;
}

.h1.white {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-base {
  background-color: var(--white);
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-base.home-hero {
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: row;
  position: relative;
}

.section-base.home-features-block {
  padding-top: 0;
  display: none;
}

.section-base.green-bg {
  background-color: #0000;
  background-image: radial-gradient(circle, #014440, #01302c);
  flex-flow: row;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.section-base.blue-bg {
  box-shadow: none;
  background-color: #d6f0ff;
  flex-flow: row;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-base.new-hero {
  background-image: url("/assets/image-bg-0e8eeca8.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  height: 90vh;
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.text-wrap {
  width: 80%;
}

.text-wrap.hero-text {
  width: 100%;
}

.text-wrap.center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-wrap.right {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-left: 80px;
  display: flex;
}

.lead-paragraph {
  color: #222;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: circe, sans-serif;
  font-size: 18px;
  line-height: 33px;
}

.lead-paragraph.white {
  color: #fff;
  letter-spacing: 1px;
  width: 80%;
  font-weight: 700;
}

.column-12 {
  width: 100%;
  margin-left: 1.1%;
  margin-right: 1.1%;
}

.h3 {
  letter-spacing: .25px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2em;
}

.h3.h3-large {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.test-block {
  z-index: 999;
  background-color: #fffbf5;
  width: 215px;
  height: 440px;
  position: absolute;
  inset: 23% auto auto;
  overflow: hidden;
}

.image-3 {
  min-height: 550px;
}

.regular-pargraph {
  color: #222;
  font-size: 18px;
  line-height: 27px;
}

.regular-pargraph.white {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 25px;
}

.home-app-content {
  background-color: #f8f6f1;
  padding-top: 0;
  padding-bottom: 0;
}

.h2 {
  color: var(--steel-blue);
  letter-spacing: .5px;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1em;
}

.h2.white {
  color: #fff;
}

.column-3 {
  width: 22.8%;
  margin-left: 1.1%;
  margin-right: 1.1%;
}

.image-text-wrapper {
  width: 100%;
  display: flex;
}

.column-5 {
  width: 38.4%;
  margin-left: 1.1%;
  margin-right: 1.1%;
}

.circle-img {
  position: relative;
}

.column-7 {
  width: 57.2%;
  margin-left: 1.1%;
  margin-right: 1.1%;
}

.image-right {
  text-align: right;
}

.hero-card {
  z-index: 999;
  width: 65%;
  position: absolute;
  inset: auto 2% 20% auto;
}

.footer-link-head {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
}

.link-footer {
  color: #222;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.link-footer.blue {
  color: var(--steel-blue);
}

.footer-wrapper {
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.footer-text-wrapper {
  border-top: 1px solid var(--light-sky-blue);
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.copyright {
  width: 100%;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.footer-heading {
  letter-spacing: -.5px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 46px;
}

.footer-heading.subheading {
  margin-top: -10px;
  font-size: 19px;
  font-weight: 400;
}

.footer {
  background-color: #fff;
}

.footer-nav {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.social-block {
  margin-top: 0;
  display: flex;
}

.social-img {
  height: 22px;
  margin-left: 20px;
  margin-right: 0;
}

.faq-question-wrap {
  border-top: 2px solid #f3e9db;
  border-bottom: 2px solid #f3e9db;
  margin-top: -2px;
  margin-bottom: 0;
}

.small-paragraph {
  font-size: 15px;
  line-height: 1.5em;
}

.secondary-area {
  background-image: radial-gradient(circle, #014440, #01302c);
  position: relative;
  overflow: hidden;
}

.tabs-home {
  margin-top: 40px;
}

.tab-gallery-right {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.tab-img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.tab-img.home-tab-img {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 4px;
}

.tabs-menu-4-items-home {
  text-align: center;
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.tabs-menu-4-items-home.home-tabs {
  border-radius: 100px;
  justify-content: space-between;
  width: 60%;
  padding: 8px 10px;
}

.h3-tabs {
  color: var(--black-2);
  margin-top: 0;
  font-size: 2em;
  font-weight: 800;
  line-height: 30px;
}

.p-tabs {
  opacity: 1;
  color: var(--black);
  letter-spacing: .15px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: circe, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 27px;
}

.content-block {
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 40px;
  display: flex;
}

.content-block.white {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.tabs-content {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content.tabs-home {
  width: 80%;
  margin-top: 50px;
}

.tab-link-2 {
  color: var(--black);
  background-color: #0000;
  border-radius: 100px;
  margin-bottom: auto;
  padding: 12px 20px;
  font-size: 1.1em;
  font-weight: 700;
}

.tab-link-2.w--current {
  background-color: var(--gold);
  color: var(--black);
  border-radius: 100px;
  width: auto;
  margin-top: 0;
  padding: 12px 40px;
}

.tab-img-con {
  width: 40%;
  height: 460px;
}

.tab-img-con.home-tab-img {
  height: auto;
}

.container-2 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.container-2.container-v {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-content-block {
  align-items: stretch;
  display: flex;
  position: relative;
}

.dark-section {
  background-color: var(--steel-blue);
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Raleway, sans-serif;
  {{/* display: none; */}}
}

.h2-home {
  margin-top: 10px;
  font-size: 2.25em;
}

.h2-home.h2-white {
  color: #fff;
}

.h2-container {
  width: 50%;
  margin-bottom: 60px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.location {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.about-img-block {
  margin-bottom: 40px;
  display: flex;
}

.subtitle-about {
  color: #747474;
  letter-spacing: .25px;
  margin-top: -5px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.location-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.logo-main {
  width: 240px;
  margin-bottom: 20px;
}

.nav-button {
  background-color: var(--steel-blue);
  color: var(--white);
  letter-spacing: 1px;
  margin-left: 20px;
  padding: 28px 30px 27px;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.nav-button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.nav-button.w--current {
  background-color: #0576c4f2;
}

.contact-form {
  width: 100%;
  margin-top: 10px;
}

.submit-wrapper {
  justify-content: flex-end;
  display: flex;
}

.label {
  letter-spacing: .25px;
  margin-bottom: 2px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
}

.text-field-contact {
  border: 2px solid var(--light-sky-blue);
  height: 45px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-contact:active {
  border-color: var(--steel-blue);
  background-color: var(--steel-blue);
  color: var(--white);
}

.text-field-contact:focus {
  border-color: #eea530;
}

.text-field-contact.message {
  height: 100px;
}

.success-message {
  color: #1e163f;
  background-color: #fff;
  border: 2px solid var(--light-sky-blue);
  border-radius: 0;
  padding: 30px 40px;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.contact-img {
  border-radius: 5px;
  width: 100%;
}

.text-block-2 {
  color: var(--black-2);
  font-family: Raleway, sans-serif;
}

.nav-background {
  opacity: 1;
  background-color: #1d1d1df2;
  width: 100%;
  height: 75px;
  display: block;
  position: fixed;
}

.lottie {
  width: 40%;
}

.lottie-link-block {
  justify-content: center;
  display: flex;
}

.text-span-2 {
  color: var(--steel-blue);
}

.footer-img {
  width: 200px;
  margin-bottom: 20px;
}

.orbit-img {
  z-index: 40;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 15% -40% 0% auto;
  overflow: hidden;
}

.contact, .yellow-contact {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section-base.home-hero {
    background-image: url("/assets/blue-bg-2-f34d3874.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .orbit-img {
    right: -32%;
  }

  .contact {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
    display: flex;
  }

  .text-span {
    font-size: 16px;
  }

  .brand {
    margin-right: 0;
  }

  .btn.btn-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 1.2rem;
  }

  .btn.btn-submit {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo-img {
    max-width: 80%;
  }

  .nav-btn-area {
    flex: 0 auto;
  }

  .menu-btn {
    margin-right: 20px;
    display: none;
  }

  .nav-linkblock-gold.large {
    font-size: 1.2em;
    line-height: 24px;
  }

  .dropdown-list.view {
    border-top: 1px solid #c9aa76;
    border-radius: 0;
    width: 60%;
    height: 100vh;
    display: none;
    top: 90px;
    right: 0;
  }

  .h1 {
    font-size: 48px;
    line-height: 1.1em;
  }

  .section-base {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-base.home-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-base.new-hero {
    height: 90vh;
  }

  .section-base.alt {
    padding-top: 20px;
  }

  .text-wrap.hero-text {
    width: 90%;
  }

  .text-wrap.right {
    padding-left: 40px;
  }

  .lead-paragraph.white {
    width: 100%;
  }

  .test-block {
    width: 170px;
    height: 329px;
    top: 17%;
  }

  .image-3 {
    min-height: 410px;
  }

  .column-5.col-5-mobile {
    width: 60%;
  }

  .column-7.col-7-mobile {
    width: 100%;
  }

  .hero-card {
    width: 280px;
  }

  .footer-text-wrapper {
    padding-left: 1.1%;
    padding-right: 1.1%;
  }

  .footer-heading {
    width: 80%;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .tabs-menu-4-items-home.home-tabs {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .h3-tabs {
    line-height: 33px;
  }

  .p-tabs {
    font-size: 1em;
    line-height: 22px;
  }

  .content-block.white {
    margin-bottom: 0;
  }

  .tab-link-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    display: flex;
  }

  .tab-link-2.w--current {
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
  }

  .dark-section {
    padding: 80px;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .about-img-block {
    margin-top: 20px;
  }

  .text-field-contact.message {
    height: 120px;
  }

  .contact-img {
    object-fit: cover;
    height: 100%;
  }

  .about-img {
    object-fit: contain;
    width: 130px;
    margin-right: 30px;
  }

  .orbit-img {
    top: 18%;
    right: -20%;
  }
}

@media screen and (max-width: 767px) {
  .oval {
    margin-top: 60px;
  }

  .oval.animate {
    margin-top: 20px;
    margin-bottom: 100px;
    position: relative;
  }

  .arrow-colour {
    filter: hue-rotate(177deg);
  }

  .nav-link.sign-in {
    padding-left: 0;
    display: none;
  }

  .button-primary.nav-btn {
    display: none;
  }

  .brand {
    margin-left: 0%;
    display: block;
  }

  .brand.w--current {
    margin-right: 0;
  }

  .btn.btn-submit {
    width: 100%;
  }

  .nav-menu {
    justify-content: flex-start;
    width: 50%;
  }

  .logo-img {
    max-width: 100%;
  }

  .subtitle.gold {
    color: #eea530;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 13px;
    font-size: 14px;
    font-weight: 700;
  }

  .nav-btn-area {
    justify-content: flex-end;
    width: 50%;
  }

  .menu-btn {
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .dropdown-list.view {
    background-color: var(--dark-slate-blue);
    border-top-style: none;
    width: 80%;
    height: 10000px;
    min-height: 100%;
    margin-top: -15px;
    display: none;
  }

  .column-6, .column-6.col-6-mobile {
    width: 100%;
  }

  .section-base {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-base.home-hero {
    background-image: none;
    flex-direction: column;
    padding-bottom: 60px;
  }

  .section-base.home-features-block {
    padding-top: 60px;
  }

  .section-base.green-bg, .section-base.blue-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-base.new-hero {
    flex-direction: column;
    height: 90vh;
    padding-bottom: 80px;
  }

  .text-wrap.hero-text {
    z-index: 999;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .text-wrap.center {
    z-index: 999;
    position: relative;
  }

  .text-wrap.right {
    align-items: flex-start;
    width: 98%;
    padding-left: 0;
  }

  .h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .h3.h3-large {
    font-size: 32px;
    line-height: 45px;
  }

  .regular-pargraph {
    font-size: 16px;
    line-height: 25px;
  }

  .home-app-content.mobile {
    display: none;
  }

  .h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .column-3 {
    width: 47.8%;
  }

  .image-text-wrapper {
    flex-direction: column;
  }

  .column-5 {
    width: 81.2%;
  }

  .column-5.col-5-mobile, .column-7 {
    width: 100%;
  }

  .image-right {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-card {
    width: 100%;
  }

  .footer-link-head {
    margin-bottom: 10px;
  }

  .link-footer {
    font-size: 14px;
  }

  .footer-wrapper {
    text-align: center;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .footer-heading {
    width: 100%;
  }

  .social-block {
    margin-bottom: 60px;
  }

  .social-img {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-gallery-right {
    width: 100%;
  }

  .tab-img {
    object-fit: cover;
    height: 280px;
    margin-bottom: 20px;
  }

  .tab-img.home-tab-img {
    object-position: 50% 100%;
    height: 270px;
  }

  .tabs-menu-4-items-home {
    justify-content: space-around;
    width: auto;
  }

  .tabs-menu-4-items-home.home-tabs {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .p-tabs {
    margin-bottom: 20px;
  }

  .content-block {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-content.tabs-home {
    margin-top: 20px;
  }

  .tab-link-2 {
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 30px;
  }

  .tab-link-2.w--current {
    border-radius: 50px;
    justify-content: space-around;
    align-items: center;
    min-width: 30%;
    padding: 12px 30px;
  }

  .tab-img-con.home-tab-img {
    width: 100%;
    height: 100%;
  }

  .container-2.container-v {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tabs-content-block {
    flex-direction: column;
  }

  .dark-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .about-img-block {
    margin-top: 40px;
  }

  .nav-button {
    display: none;
  }

  .text-field-contact.message {
    height: 180px;
  }

  .contact-img {
    height: 320px;
    margin-bottom: 20px;
  }

  .nav-background {
    height: 75px;
  }

  .orbit-img {
    display: none;
  }

  .contact {
    margin-right: 30px;
    display: block;
    position: relative;
  }

  .yellow-contact {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .oval.animate {
    height: 400px;
  }

  .text-span {
    font-size: 14px;
  }

  .button-primary.nav-btn {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .brand {
    margin-left: 0%;
  }

  .btn.btn-three {
    padding: .75rem 1rem;
  }

  .btn.btn-submit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-menu {
    flex: 1;
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nav-btn-area {
    flex: 1;
    width: 60%;
    max-width: 60%;
  }

  .menu-btn {
    margin-left: 10px;
  }

  .dropdown-list.view {
    width: 90%;
    display: none;
  }

  .dropdown-link-block {
    margin-bottom: 5px;
  }

  .dropdown-link-block.hidden {
    display: none;
  }

  .column-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-6.col-6-mobile {
    width: 100%;
  }

  .h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .section-base.home-hero {
    background-image: none;
    border-bottom: 1px #eea530;
    padding-top: 40px;
  }

  .section-base.green-bg, .section-base.blue-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-base.new-hero {
    border-bottom: 1px #eea530;
    padding-top: 120px;
  }

  .text-wrap {
    width: 100%;
  }

  .text-wrap.right {
    padding-left: 0;
  }

  .h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .test-block {
    width: 140px;
    height: 273px;
    top: 23%;
  }

  .image-3 {
    width: 310px;
  }

  .regular-pargraph {
    line-height: 23px;
  }

  .home-app-content {
    display: none;
  }

  .home-app-content.mobile {
    display: inline-block;
  }

  .column-3.col-3-mobile {
    width: 90%;
  }

  .image-text-wrapper {
    flex-direction: column;
  }

  .column-7 {
    width: 100%;
  }

  .link-footer {
    font-size: 16px;
  }

  .link-footer.blue {
    margin-bottom: 5px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .copyright {
    text-align: left;
    width: 100%;
    margin-right: 10px;
  }

  .tab-img {
    height: 180px;
  }

  .tab-img.home-tab-img {
    height: 200px;
  }

  .tabs-menu-4-items-home {
    background-color: #0000;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-tabs {
    font-size: 2em;
  }

  .p-tabs {
    font-size: 1.1em;
    line-height: 150%;
  }

  .content-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-content {
    width: 100%;
    margin-top: 30px;
  }

  .tab-link-2 {
    box-shadow: none;
    color: #000;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #c9aa76;
    border-radius: 50px;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tab-link-2.w--current {
    border-radius: 50px;
    width: 100%;
    margin-top: 5px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .dark-section {
    padding: 60px 20px 50px;
  }

  .contact-form {
    margin-top: 20px;
  }

  .lottie {
    width: 50%;
  }

  .about-img {
    margin-left: -10px;
    margin-right: 10px;
  }

  .contact {
    width: 35px;
  }

  .insta {
    display: none;
  }
}


.btn {
pointer-events: auto;
font-family: inherit;
font-size: inherit;
}
.btn::before,
.btn::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
