@charset "UTF-8";
@import "../css/font/stylesheet.css";
/* footer  */
html {
  font-family: "GS Nova" !important;
  font-weight: 500;
  color: #000;
}

img {
  max-width: 100%;
}

.logo {
  max-height: 30px;
  display: flex;
}

.MT {
  font-family: "GS MT";
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

h1 {
  font-family: "GS Nova";
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 40px 0;
}

h2 {
  font-family: "GS Nova";
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

h3 {
  font-family: "GS Nova";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 15px;
}

h4 {
  font-family: "GS Nova";
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}

p {
  font-family: "GS Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #5B5B5B;
  margin: 0 0 20px 0;
}

a {
  font-family: "GS Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  cursor: default;
  text-decoration: none;
}
a[href] {
  color: #009848;
  transition: ease all 0.3s;
  cursor: pointer;
}
a[href]:hover {
  color: #007939;
  transition: ease all 0.3s;
}

section.galleries {
  margin-top: 90px;
}

.main-slider {
  margin-bottom: 90px;
}

body > hr {
  margin-top: 90px;
}

.container {
  max-width: 960px;
}

.header {
  padding: 20px 0;
}
.header .col.text-end a {
  font-family: "GS Nova";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #009848;
  text-decoration: none;
}

.main-slider img:first-of-type {
  max-width: 70px;
  position: relative;
  left: calc(50% - 70px);
  margin: 50px 0 25px;
}
.main-slider .owl-carousel .owl-item img {
  pointer-events: none;
  max-width: unset;
  min-width: unset;
  left: 0;
  right: 0;
  margin: 0;
  position: inherit;
}
.main-slider .absolute-box img {
  max-width: unset;
  left: 0;
  margin: 0;
}
.main-slider .absolute-box h3 {
  text-align: left;
  margin: 30px 0 0;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 42px;
  line-height: 130%;
}

.flex-card {
  margin-bottom: 60px;
}

.card-1 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-align-items: center;
  gap: 30px;
}

.card-2 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-align-items: center;
  gap: 30px;
}

.card-3 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-align-items: center;
  gap: 30px;
}

.galleries .gallery:not(:first-of-type) {
  margin-top: 60px;
}

section.header {
  max-width: unset !important;
  margin: auto;
}
section.header .col {
  padding: 0 !important;
}

section:not(.main-slider):not(.header) {
  max-width: 960px;
  margin: 90px auto 0;
}
section.footer {
  max-width: 960px;
  margin: auto;
}

.text-block {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}

.img-block {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}

.terms .list-unstyled {
  counter-reset: number;
  list-style-type: none;
}
.terms .list-unstyled li {
  font-family: "GS Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 15px;
  display: flex;
}
.terms .list-unstyled li::before {
  counter-increment: number;
  content: counter(number) " ";
  color: #009848;
}

.footer {
  padding: 30px 0;
  display: flex;
  flex-flow: row wrap;
  padding: 30px 0;
}
.footer p {
  font-family: "GS Nova";
  font-style: normal;
}
.footer p a {
  color: #000;
  text-decoration: none;
}
.footer .inst {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #009848;
  text-decoration: none;
}
.footer .inst svg {
  margin-right: 10px;
}
.footer .unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .green-link {
  font-weight: 400;
  color: #009848;
  text-decoration: none;
  position: initial;
  font-family: "GS Nova";
}
.footer .mail {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

hr {
  border-color: #eee;
  opacity: 1;
}

section.form {
  margin-top: 100px;
}
section.form .form-control {
  border: none;
  padding: 0;
  margin: 0;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  font-family: "GS Nova";
}
section.form label {
  margin-bottom: 10px;
}
section.form input {
  padding: 15px 25px;
  border: 1px solid #C9C9C9;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #7D7D7D;
  margin-bottom: 30px;
}
section.form button {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  background: #009848;
  width: 100%;
  padding: 15px 25px;
  border: none;
}
section.form button[disabled] {
  cursor: no-drop;
  background: #008E43;
}

.form h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.form h3 span {
  color: #009848;
}

section.submitted {
  background: #009848;
  color: #fff !important;
}
section.submitted h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
}
section.submitted h3:first-of-type {
  text-transform: uppercase;
}

.map {
  position: relative;
  top: -2px;
  left: -5px;
}

.col-sm-6.text-right.pull-right {
  text-align: right;
}
.col-sm-6.text-right.pull-right li {
  margin: 0 0 20px;
}

.green {
  color: #009848;
}

li {
  color: #5B5B5B;
}

.green-link.map svg {
  margin-top: -4px;
}

input.error {
  border-color: E51A1A !important;
}

.absolute-box {
  z-index: 2;
  max-width: 960px;
  margin: auto;
  position: relative;
  text-align: left;
  top: 225px;
}

.slider.desktop-only .container {
  max-height: 0;
}

.container-fluid {
  width: 100%;
  padding: 0;
}

.page-header {
  margin: 0 0 60px;
}

section.footer.desktop-only {
  margin: 0 auto;
  padding: 0;
}

.spacer {
  margin: 0;
  padding: 30px 0;
}

ol.list-numbered {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #5B5B5B;
}

ol.list-numbered li::marker {
  color: #009848;
}

.btn.btn-outline-primary {
  border-radius: 0;
  border-color: #009848;
  color: #000;
  padding: 15px 30px;
  margin: 40px 0 0;
}

@media (max-width: 560px) {
  .card-1 {
    flex-flow: column;
  }
  .card-2 {
    flex-flow: column;
  }
  .card-3 {
    flex-flow: column;
  }
  .img-block img {
    width: calc(100% + 2px) !important;
    position: relative;
    left: -1px;
    max-width: calc(100% + 2px);
  }
  .owl-item-slide {
    max-width: 100vw;
    overflow: clip;
    text-align: right;
  }
  .owl-item-slide img {
    min-width: calc(100vw + 1px) !important;
    position: relative;
    left: -1px;
  }
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .footer {
    flex-flow: column;
  }
  .col-sm-6.text-right.pull-right {
    text-align: left;
    margin-top: 30px;
  }
  .col-sm-6.text-right.pull-right li {
    margin: 0px 0 29px;
  }
  .main-slider img:first-of-type {
    max-width: 100% !important;
    width: 100% !important;
    position: initial;
    margin: 0;
  }
  section:not(.main-slider):not(.header) {
    margin: 90px auto 0;
    max-width: calc(100% - 40px);
  }
  section.footer {
    margin: auto;
    max-width: calc(100% - 40px);
  }
  p:last-of-type {
    margin-bottom: 0;
  }
  section.submitted {
    margin: 80px 20px 0;
    background: #009848;
    padding: 25px 30px;
    color: #fff !important;
  }
  section.form {
    margin-top: 80px;
    padding: 0 20px 0;
  }
  section.footer {
    border-top: 1px solid #eeeeee;
    padding: 30px 20px;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .header {
    padding-inline: 20px;
  }
  .header .col.text-end a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #009848;
  }
  .header .col {
    padding: 0 !important;
  }
  .img-block {
    order: -1;
  }
  section.terms {
    margin: 80px 20px 80px;
  }
  .footer p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .footer p:not(:last-of-type) {
    margin: 0 0 5px;
  }
  .footer p.addr {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 5px !important;
    color: #000;
  }
  .footer .mail {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .footer .location span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-left: 10px;
  }
  .footer .green-link {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }
  .footer .col-sm-6.text-right.pull-right li:last-of-type, .footer .col-sm-6.text-right.pull-right li:last-of-type a {
    margin: 0 !important;
  }
  .embed-responsive-item {
    max-width: 100%;
    width: 100%;
  }
  section.footer {
    max-width: unset !important;
  }
  .container {
    padding-inline: 20px !important;
  }
}
@media (min-width: 960px) and (max-width: 1100px) {
  header {
    padding-inline: 30px;
  }
  .container {
    padding-inline: 20px;
  }
}
@media (min-width: 560px) and (max-width: 960px) {
  .content-cards, .galleries {
    padding: 0 40px;
  }
  .footer .col-sm-5 .row {
    flex-flow: column !important;
    gap: 30px !important;
  }
  .row.footer .col-sm-5:nth-of-type(2) {
    width: auto !important;
    min-width: unset !important;
  }
  .row.footer {
    justify-content: space-between !important;
    gap: 6vw !important;
  }
  section:not(.main-slider):not(.header).footer.desktop-only {
    max-width: 100vw !important;
    padding: 0 40px !important;
  }
  section header {
    max-width: 100vw !important;
    padding-inline: 40px !important;
  }
  .container {
    max-width: 100vw !important;
    padding-inline: 40px !important;
  }
}
@media (min-width: 560px) and (max-width: 700px) {
  .row.footer .col-sm-5:nth-of-type(2) {
    display: none !important;
  }
  .container-fluid.titlebar .mobile-only {
    display: block !important;
  }
  .container-fluid.titlebar .desktop-only {
    display: none !important;
  }
}
body > .container-fluid:last-of-type {
  margin: 90px 0 0;
}/*# sourceMappingURL=main.css.map */