@import url("https://use.typekit.net/jvm4fxe.css");        
/* END - Font Imports */

/* START - Variables */
:root {
--primary: #c06;
--secondary: #90f;
--text: #666;
--navText: #fff;
--btnText: #fff;
--footer: #fefefe;

/* adobe fonts - Uncomment font of choice. All fonts have all possible font-weights, not just 100 & 600 */
/* --font-primary: roboto, sans-serif; */
/* --font-primary: omnes-pro, sans-serif; */
/* --font-primary: omnium, sans-serif; */
/* --font-primary: automate, sans-serif; */
/* --font-primary: vox, sans-serif; */
/* --font-primary: vox-round, sans-serif; */
--font-primary: acumin-pro, sans-serif;
/* --font-primary: acumin-pro-semi-condensed, sans-serif; */
/* --font-primary: semplicitapro, sans-serif; */
/* --font-primary: korolev, sans-serif; */
/* --font-primary: korolev-condensed, sans-serif; */
/* --font-primary: arponasans, sans-serif; */
/* --font-primary: sofia-pro, sans-serif; */
/* --font-primary: filson-pro, sans-serif; */
--font-secondary: semplicitapro, sans-serif;

--primary-trans-80: #0a0affcc;
--primary-trans-75: #0a0affBF;
--primary-trans-50: #0a0aff80;
--primary-trans-25: #0a0aff40;

--secondary-trans-80: #0cce09cc;
--secondary-trans-75: #0cce09BF;
--secondary-trans-50: #0cce0980;
--secondary-trans-25: #0cce0940;

--primary-lighten-80: #fedbc6;
--primary-lighten-75: #C2C2FF;
--primary-lighten-50: #f56d71;
--primary-lighten-25: #4747FF;

--secondary-lighten-80: #CEF5CE;
--secondary-lighten-75: #C2F3C2;
--secondary-lighten-50: #86E784;
--secondary-lighten-25: #49DA47;

--primary-darken-80: #020233;
--primary-darken-75: #030340;
--primary-darken-50: #050580;
--primary-darken-25: #9f250d;

--secondary-darken-80: #022902;
--secondary-darken-75: #033402;
--secondary-darken-50: #066705;
--secondary-darken-25: #099B07;

--white: #fff;
--black: #000000;
--btn-radius: 3px;
--transition: all 0.3s ease;
--transition-main: 1s all cubic-bezier(0.7, 0, 0.1, 1);
--transition-text: 1s all ease-in-out;
--transition-fast: .1s all ease-in-out;

--gray: #999;
--gray-light: #ccc;
--gray-dark: #999;
--gray-darker: #222222;
}
/* END - Variables */

html,
body {
  height: 100%;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #121212;
  line-height: 1.5;
}
html {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(15px + 7 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 22px;
  }
}
p {
  font-size: 0.9rem;
}
h1 {
  font-family: var(--font-secondary);
  letter-spacing: -0.025em;
  font-size: 2.0736rem;
}
h1 {
  font-size: 25.92px;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  h1 {
    font-size: 50.625px;
  }
}
h2 {
  font-family: var(--font-secondary);
  letter-spacing: -0.025em;
  font-size: 1.728rem;
}
h2 {
  font-size: 25.92px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  h2 {
    font-size: 50.625px;
  }
}
h3 {
  font-family: var(--font-secondary);
  letter-spacing: -0.025em;
  font-size: 1.1664rem;
}
h3 {
  font-size: 21.6px;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(21.6px + 12.15 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  h3 {
    font-size: 33.75px;
  }
}
body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
q,
blockquote {
  quotes: "“" "”";
}
a,
a:hover,
a:focus,
a:active {
  outline: 0 !important;
  text-decoration: none;
  transition: all 0.3s ease;
}
.navbarFixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.logo {
  max-height: 70px;
}
@media (max-width: 767px) {
  .logo {
    max-height: 50px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #0065dd;
  -webkit-text-fill-color: #0065dd;
  box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
nav.navbar {
  z-index: 1000;
  border: none;
  background: aliceblue;
}
nav.navbar .navbar-brand {
  margin-right: 0;
}
nav.navbar .container {
  max-width: 1140px;
}
@media (max-width: 1139px) {
  nav.navbar .container {
    max-width: 100% !important;
  }
}
nav.navbar .navbar-nav .nav-link {
  text-align: center;
  align-items: center;
  color: var(--primary);
  border-radius: 5px;
  font-size: 0.7rem;
}
@media (max-width: 767px) {
  nav.navbar .navbar-nav .nav-link {
    margin-top: 0;
    padding: 10px 0px;
    display: block;
    text-align: center;
  }
}
nav.navbar .navbar-nav .nav-link:hover {
  background: var(--secondary);
  color: #fff;
}
@media (max-width: 1024px) {
  nav.navbar .navbar-nav .nav-link:hover {
    background: transparent;
    outline: 0;
    color: #fff;
  }
}
nav.navbar .navbar-nav .nav-link:focus,
nav.navbar .navbar-nav .nav-link:active {
  background: transparent;
  color: var(--secondary);
  outline: 0;
}
.navbar-dark .navbar-toggler {
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 24px;
  line-height: 1;
  background-color: transparent;
  border: 0 !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.3s ease;
}
.navbar-dark .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  transform: rotate(-270deg);
}
.navbar-toggler-icon {
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background: var(--secondary);
  border-radius: 3px;
}
.btn-default {
  border: none;
  background: var(--primary);
  color: #fff;
  padding: 0.5em 2em;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0.5em 0em;
  transition: 0.7s ease all;
  border-radius: 50px;
  background-color: var(--primary);
  border-radius: 3px;
}
.btn-default:hover {
  background: var(--secondary);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .btn-default:hover {
    background: var(--secondary);
    color: #fff;
    box-shadow: 0px 0px 5px #000;
  }
}
.pd,
.section-b,
.section-c,
.section-d,
.section-e {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .pd,
  .section-b,
  .section-c,
  .section-d,
  .section-e {
    padding: 50px 10px;
  }
}
.section {
  position: relative;
}
.section .carousel-control-next-icon,
.section .carousel-control-prev-icon {
  width: 32px;
  height: 32px;
  background-color: #000;
  color: #fff;
  background-image: none;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .section .carousel-control-next-icon,
  .section .carousel-control-prev-icon {
    font-size: 12px;
  }
}
.section-b h3,
.section-c h3 {
  font-size: 2.25em;
  color: var(--primary);
}
.section-b .row,
.section-c .row {
  justify-content: center;
  align-items: center;
}
.section-b img,
.section-c img {
  display: block;
  border-radius: 15px;
  margin-bottom: 50px;
}
.section-b a,
.section-c a {
  font-weight: 700;
  color: var(--primary);
}
.section-d {
  background-image: url(../../img/bg1.jpg);
  background-size: cover;
  background-position: center center;
  color: #5f6358;
}
@media (min-width: 992px) {
  .section-d .row {
    gap: 20px;
  }
}
.section-d [class*="col-"] {
  z-index: 1;
  padding: 10px 30px 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out,
    background 0.5s ease-in-out;
  margin: 5px 0;
}
@media (min-width: 992px) {
  .section-d [class*="col-"] {
    flex: 1 1 30% !important;
    margin: 0;
  }
  .section-d [class*="col-"]:hover {
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 640px) {
  .section-d [class*="col-"] {
    padding: 10px 20px 20px;
  }
}
.section-d h2 {
  text-align: center;
  color: var(--primary);
}
.section-d h3 {
  text-align: center;
  font-size: 1.5em;
  color: var(--primary);
}
.section-d h3 + p {
  text-align: left;
}
.section-e {
  background-color: var(--primary); 
  box-shadow: inset 0 -20px 50px -25px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.section-e [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .section-e {
    text-align: center;
  }
}
.section-e i {
  padding-right: 10px;
  width: 40px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-e i {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1em;
  }
}
.section-e a {
  color: #fff;
  margin-bottom: 10px;
}
.section-e a,
.section-e p {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .section-e a,
  .section-e p {
    display: block;
    text-align: center;
    font-size: 1em;
  }
}
.section-e p {
  display: inline;
}
@media screen and (max-width: 767px) {
  .section-e p {
    display: inline-block;
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .section-e a,
  .section-e i {
    display: block;
    text-align: center;
    font-size: 1em;
  }
}
.section-e h3 {
  text-align: left;
  font-size: 2em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-e h3 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .section-e [class*="col-"] + [class*="col-"] {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .section-e {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-e [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .section-e a {
    font-size: 0.8em;
  }
}
.bgthis {
  background-color: #dbf4b4;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bgthis {
    padding: 20px;
  }
}
.bgthis [class*="col-"] {
  padding: 0;
}
p:last-child {
  margin-bottom: 0 !important;
}
footer {
  padding: 50px 0px 20px;
  background: var(--black);
  color: #fff;
  font-size: 13px;
}
footer a {
  color: #fff;
  white-space: nowrap;
  font-size: 13px;
}
@media (max-width: 990px) {
  footer a {
    font-size: 13px;
  }
}
footer a:hover {
  color: #fff;
  outline: 0 !important;
  text-decoration: none;
}
footer a:focus {
  color: #fff;
  outline: 0 !important;
  text-decoration: none;
}
footer p {
  font-size: 13px;
}
@media (max-width: 990px) {
  footer p {
    font-size: 13px;
  }
}
.top-pad {
  padding: 3em;
  background: white;
}
@media (max-width: 990px) {
  .top-pad {
    padding: 1em;
  }
}
.terms p,
.privacy p {
  font-size: 1rem;
}
.terms ol li,
.privacy ol li {
  font-size: 1rem;
}
.terms ol ol li,
.privacy ol ol li {
  font-size: 0.85rem;
}
.bg-light {
  background-color: #f0f8ff !important;
}
/*# sourceMappingURL=main.css.map */
