@font-face {
  font-family: Montserrat;
  src: url(../font/Montserrat-Light.ttf);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../font/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../font/Montserrat-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../font/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../font/Montserrat-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Fontspring;
  src: url(../font/Fontspring-DEMO-quincycf-light.otf);
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: Fontspring;
  src: url(../font/Fontspring-DEMO-quincycf-refular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Fontspring;
  src: url(../font/Fontspring-DEMO-quincycf-medium.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Fontspring;
  src: url(../font/Fontspring-DEMO-quincycf-bold.otf);
  font-weight: bolder;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-size: 100%;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.48;
  font-family: Montserrat;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-size: 100%;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.48;
  font-family: Montserrat;
}

.c-button {
  background: black;
  color: #fff;
  padding: 0.7rem 1.4rem;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  margin: 0;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.2;
}
.c-button.c-button_primary {
  background: #232e4c;
  font-family: Montserrat;
  letter-spacing: 1px;
}
.c-button.c-button_primary:hover {
  background: #fff;
  box-shadow: 0 0 20px #d7d7d7;
  border: none;
  color: #232e4c;
  z-index: 5;
}
.c-button.c-button_secondary {
  background: #fff;
  color: #006b3f;
}
.c-button.c-button_secondary:hover {
  color: #fff;
  background: #006b3f;
}

.c-title h3 {
  color: #474747;
  font-family: Fontspring;
  font-size: 2.5rem;
  line-height: 1;
}
.c-title h3 span {
  color: #232e4c;
  font-family: Montserrat;
  font-size: 1.1rem;
}
.c-title.is-center {
  text-align: center;
}

.c-card {
  box-shadow: 0 0 10px #e6e6e6;
  background: #fff;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
}
.c-card .c-card__img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-card .c-card__img img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}
.c-card .c-card__content {
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.c-card .c-card__content h4 {
  font-family: Fontspring;
  font-size: 1.3rem;
  color: #232323;
}
.c-card .c-card__content > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}
.c-card .c-card__content > div p {
  font-size: 0.9rem;
  color: #474747;
}
.c-card .c-card__content .c-button {
  width: -moz-fit-content;
  width: fit-content;
}

header {
  width: 100%;
  font-weight: 900;
  font-family: Montserrat;
}
header .navbar {
  height: 90px;
}
header .navbar .navbar-bg {
  box-shadow: 0 0 20px rgba(21, 21, 21, 0.4784313725);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -85px;
  z-index: 3;
  background: white;
  top: 0;
}
header .navbar .container {
  z-index: 4;
}
header .navbar-brand {
  font-family: Fontspring;
}
header .navbar-brand img {
  max-width: 180px;
}
header .navbar-toggler {
  background: #232e4c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar-toggler svg {
  width: 25px;
}
header nav ul {
  display: flex;
  gap: 2rem;
}
header nav ul a {
  text-decoration: none;
  color: #232323;
  padding: 0.25rem 0;
  border-bottom: 0 solid #232e4c;
  font-weight: 500;
  font-size: 1.15rem;
}
header nav ul a:hover {
  border-bottom-width: 3px;
}
header nav ul a.is-icon svg {
  width: 20px;
  height: 20px;
}
header nav ul a.is-icon:hover {
  border-bottom-width: 0;
}
header.is-bgWhite .navbar-bg {
  background: white;
  top: 0;
  transition: all 0.2s;
  top: 0;
}
header.is-bgWhite nav ul a {
  color: #232323;
}

.c-footer {
  display: flex;
  flex-direction: column;
}
.c-footer .c-footer_sr {
  background: #F9F9F9;
  padding: 1rem 0;
}
.c-footer .c-footer_sr .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-footer .c-footer_sr .container p {
  font-weight: 400;
  color: #474747;
  font-size: 0.8rem;
}
.c-footer .c-footer_sr .container p a {
  font-weight: 500;
  color: #474747;
}
.c-footer .c-footer_sr .container ul {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.c-footer .c-footer_sr .container ul img {
  width: 20px;
}
.c-footer .c-footer_company {
  background: lighter(#F9F9F9, 10);
  padding: 4rem 0;
}
.c-footer .c-footer_company .c-footer_company_about {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .c-footer .c-footer_company .c-footer_company_about {
    margin-bottom: 0;
  }
}
.c-footer .c-footer_company .c-footer_company_about > img {
  height: 60px;
  margin-bottom: 1rem;
}
.c-footer .c-footer_company .c-footer_company_about p {
  font-size: 0.8rem;
  flex-grow: 1;
  max-width: 95%;
}
@media only screen and (min-width: 768px) {
  .c-footer .c-footer_company .c-footer_company_about p {
    max-width: 70%;
  }
}
.c-footer .c-footer_company ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.c-footer .c-footer_company li {
  margin-bottom: 0.5rem;
}
.c-footer .c-footer_company li a {
  text-decoration: none;
  color: #474747;
  font-weight: bold;
}
.c-footer .c-footer_company li a:hover {
  color: #232e4c;
  font-weight: 600;
}

.c-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  padding-top: 200px;
  background: #030d1e;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .c-banner {
    align-items: center;
    padding-top: 0;
  }
}
.c-banner .c-banner_information {
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  padding-left: 1rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (min-width: 992px) {
  .c-banner .c-banner_information {
    padding-left: 2rem;
    padding-right: 0;
  }
  .c-banner .c-banner_information br {
    display: block;
  }
}
.c-banner .c-banner_information .c-banner_product img {
  max-height: 30vh;
}
.c-banner .c-banner_information .c-banner_text {
  padding: 1rem;
  background: rgba(35, 46, 76, 0.8117647059);
  border-radius: 0 30px 30px 0;
  position: relative;
}
.c-banner .c-banner_information .c-banner_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -600px;
  width: 600px;
  height: 100%;
  background: rgba(35, 46, 76, 0.8117647059);
}
@media only screen and (min-width: 768px) {
  .c-banner .c-banner_information .c-banner_text {
    padding: 5rem 4rem 5rem 0rem;
  }
}
.c-banner .c-banner_information .c-banner_text h2 {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.1;
  margin-bottom: 0.7rem;
}
.c-banner .c-banner_information .c-banner_text h2 span {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: Fontspring;
}
@media only screen and (min-width: 768px) {
  .c-banner .c-banner_information .c-banner_text h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .c-banner .c-banner_information .c-banner_text h2 span {
    font-size: 4.5rem;
  }
}
.c-banner .c-banner_information .c-banner_text p {
  margin-top: 1rem;
  border-top: 1px solid #fff;
  padding-top: 1rem;
  font-size: 0.7rem;
}
.c-banner .c-banner_information .c-banner_text p small {
  font-size: 0.9rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .c-banner .c-banner_information .c-banner_text p {
    font-size: 1.2rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.c-banner .c-banner_information .c-banner_text .btn .btn-primary {
  background: red;
}
.c-banner > img {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  min-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.c-info {
  padding-top: 5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .c-info {
    padding-top: 10rem;
  }
}
.c-info .c-info_data {
  height: auto;
}
.c-info .c-info_data h2 img {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .c-info .c-info_data h2 img {
    width: 312px;
  }
}
.c-info .c-info_data .c-info_data_img {
  position: relative;
  margin-top: 1rem;
  margin-top: 2rem;
  margin-bottom: -1.5rem;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .c-info .c-info_data .c-info_data_img {
    margin-top: 5rem;
    margin-bottom: 0;
    z-index: 0;
  }
}
.c-info .c-info_data .c-info_data_img > img {
  width: 100%;
  position: relative;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .c-info .c-info_data .c-info_data_img > img {
    width: 60vw;
    position: absolute;
    right: -5vw;
    top: 0px;
    height: 450px;
  }
}
.c-info .c-info_text {
  padding: 2rem 1rem 2rem;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .c-info .c-info_text {
    padding: 3rem 3rem 4rem;
  }
}
.c-info .c-info_text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1000px;
  border-radius: 20px 0 0 20px;
  background-color: #F9F9F9;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.168627451);
  z-index: -1;
}
.c-info .c-info_text p {
  margin-bottom: 0.8rem;
}
.c-info .c-info_text p.last {
  margin-bottom: 2rem;
}
.c-info .c-info_text p strong {
  font-weight: bold;
}
.c-info .c-info_values {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .c-info .c-info_values {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 992px) {
  .c-info .c-info_values {
    margin-top: 15rem;
  }
}
.c-info .c-info_values > div {
  background: #232e4c;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  font-family: Fontspring;
  font-size: 2.5rem;
  letter-spacing: 2px;
  font-weight: 500;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .c-info .c-info_values > div {
    flex-direction: row;
    height: 200px;
  }
}
.c-info .c-info_values > div > div {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}
.c-info .c-info_values > div > div:nth-child(1) {
  background: #151b2d;
}
.c-info .c-info_values > div > div:nth-child(2) {
  background: #192137;
}
.c-info .c-info_values > div > div:nth-child(3) {
  background: #1e2842;
}

.c-about {
  padding-top: 5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .c-about {
    padding-top: 10rem;
  }
}
.c-about h3 {
  color: #fff;
  font-size: 3rem;
  font-family: Fontspring;
  margin-bottom: 1rem;
}
.c-about p {
  margin-bottom: 1rem;
  color: #fff;
}
.c-about .c-about_park {
  background: #006b3f;
  padding: 3rem 3rem 6rem 0;
  border-radius: 0 30px 30px 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.c-about .c-about_park::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  height: 100%;
  width: 1000px;
  background-color: #006b3f;
}
.c-about .c-about_park a {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.c-about .c-about_us {
  background: #232e4c;
  margin-top: -5rem;
  padding: 3rem 0 3rem 3rem;
  border-radius: 30px 0 0 30px;
  position: relative;
  color: #fff !important;
  display: flex;
  flex-direction: column;
}
.c-about .c-about_us h3 {
  color: #fff !important;
}
.c-about .c-about_us::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1000px;
  height: 100%;
  width: 1000px;
  background-color: #232e4c;
}
.c-about .c-about_us a {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.c-services {
  padding-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .c-services {
    padding-top: 10rem;
  }
}
.c-services h3 {
  font-family: Fontspring;
  color: #232e4c;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.c-services p {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .c-services p {
    width: 60%;
  }
}
.c-services .c-card {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .c-services .c-card {
    margin-bottom: 0;
  }
}
.c-services .c-card p {
  margin-bottom: 0;
}

.c-maps {
  margin-top: 6rem;
}
.c-maps .container-fluid {
  padding: 0;
}
.c-maps iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.c-money {
  background: #232e4c;
  color: #fff;
  margin: 5rem 1rem 0;
  padding: 2rem 2rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 2rem);
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-money {
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-height: 150px;
    padding: 0 50px;
    width: 100%;
  }
}
.c-money::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  right: 0px;
  background: rgb(35, 46, 76);
  background: linear-gradient(90deg, rgb(35, 46, 76) 0%, rgba(35, 46, 76, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .c-money::before {
    bottom: -306px;
  }
}
.c-money img {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0px;
  right: 0px;
}
@media only screen and (min-width: 768px) {
  .c-money img {
    bottom: -306px;
    top: auto;
  }
}
.c-money h3 {
  z-index: 2;
  font-size: 1.3rem;
  line-height: 1.2;
}
.c-money h3 span {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 3rem;
}
.c-money a {
  z-index: 2;
}/*# sourceMappingURL=styles.css.map */