@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100%;
}

.lc-hero {
  max-width: 100vw;
  width: 100%;
  height: 90vh;
  background: url("../assets/img/bg_1920.png") center/cover no-repeat;
  -webkit-box-shadow: calc(calc(100vw / 6) * 5) 8px 0 0 #9e28b5, calc(calc(100vw / 6) * 4) 8px 0 0 #ff671d, calc(calc(100vw / 6) * 3) 8px 0 0 #ffa400, calc(calc(100vw / 6) * 2) 8px 0 0 #76bc21, calc(calc(100vw / 6) * 1) 8px 0 0 #00953b, calc(calc(100vw / 6) * 0) 8px 0 0 #007853;
          box-shadow: calc(calc(100vw / 6) * 5) 8px 0 0 #9e28b5, calc(calc(100vw / 6) * 4) 8px 0 0 #ff671d, calc(calc(100vw / 6) * 3) 8px 0 0 #ffa400, calc(calc(100vw / 6) * 2) 8px 0 0 #76bc21, calc(calc(100vw / 6) * 1) 8px 0 0 #00953b, calc(calc(100vw / 6) * 0) 8px 0 0 #007853;
  position: relative;
}

@media screen and (max-width: 764px) {
  .lc-hero {
    margin-top: 8px;
    -webkit-box-shadow: calc(calc(100vw / 6) * 5) -8px 0 0 #9e28b5, calc(calc(100vw / 6) * 4) -8px 0 0 #ff671d, calc(calc(100vw / 6) * 3) -8px 0 0 #ffa400, calc(calc(100vw / 6) * 2) -8px 0 0 #76bc21, calc(calc(100vw / 6) * 1) -8px 0 0 #00953b, calc(calc(100vw / 6) * 0) -8px 0 0 #007853;
            box-shadow: calc(calc(100vw / 6) * 5) -8px 0 0 #9e28b5, calc(calc(100vw / 6) * 4) -8px 0 0 #ff671d, calc(calc(100vw / 6) * 3) -8px 0 0 #ffa400, calc(calc(100vw / 6) * 2) -8px 0 0 #76bc21, calc(calc(100vw / 6) * 1) -8px 0 0 #00953b, calc(calc(100vw / 6) * 0) -8px 0 0 #007853;
  }
}

.lc-hero-logo {
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 186px;
  margin-left: 186px;
}

@media screen and (max-width: 764px) {
  .lc-hero {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .lc-hero-logo {
    display: none;
  }
}

.lc-hero data-videolink > .vl-container {
  background-color: transparent;
  position: relative;
  top: -150px;
  max-height: -webkit-max-content !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}

@media (min-width: 765px) and (max-width: 900px) {
  .lc-hero data-videolink > .vl-container {
    top: -150px !important;
  }
}

@media screen and (max-width: 764px) {
  .lc-hero data-videolink > .vl-container {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    top: 0px !important;
  }
}

.lc-hero data-videolink > .vl-container > .vl-card {
  background-color: #fff;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 0px 14px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0px 14px rgba(255, 255, 255, 0.4);
  height: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .lc-hero data-videolink > .vl-container > .vl-card {
    height: 100% !important;
  }
}

.lc-hero data-videolink > .vl-container > .vl-card2 {
  background-color: #fff;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 0px 14px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0px 14px rgba(255, 255, 255, 0.4);
  min-height: 500px;
  height: 100%;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 900px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .lc-hero data-videolink > .vl-container > .vl-card2 {
    height: 100% !important;
    max-height: unset;
  }
}

.lc-sideimage {
  margin-left: 0;
  right: auto;
  width: 76.6%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.lc-description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 50px;
}

.lc-description p {
  border-radius: 100px;
  background-color: #7cbc2d;
  width: 45%;
  color: white;
  font-size: 24px;
  font-weight: 500;
  font-family: "roboto";
  padding: 30px;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 45px;
  position: relative;
  left: 5%;
}

.lc-description img {
  max-width: 760px;
  width: 45%;
  position: relative;
  right: 5%;
}

@media screen and (max-width: 900px) {
  .lc-description p {
    width: 90%;
    left: 0%;
    font-size: 16px;
  }
  .lc-description img {
    width: 90%;
    position: relative;
    right: 10%;
  }
}

@media screen and (max-width: 320px) {
  .lc-description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lc-description p {
    font-size: 12px;
  }
}

.lc-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.lc-main .title,
.lc-main .subtitle {
  color: #00533a;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.lc-main .title {
  font-size: 40px;
}

@media screen and (max-width: 764px) {
  .lc-main .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 320px) {
  .lc-main .title {
    font-size: 20px;
  }
}

.lc-main .subtitle {
  font-size: 22px;
}

@media screen and (max-width: 764px) {
  .lc-main .subtitle {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .lc-main .subtitle {
    font-size: 12px;
  }
}

.lc-videolink {
  height: 700px;
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .lc-videolink {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.lc-video {
  max-width: 768px;
  width: 100%;
  min-height: 550px;
  max-height: 550px;
  height: 100%;
  background-color: #333;
  margin-bottom: 50px;
}

@media screen and (max-width: 1440px) {
  .lc-video {
    max-width: 568px;
    min-height: 320px;
    max-height: 320px;
  }
}

.lc-footer {
  margin-top: 50px;
  padding-left: 47px;
  padding-right: 47px;
  padding-top: 47px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100vw;
  background-color: #00953b;
  position: relative;
}

@media screen and (max-width: 764px) {
  .lc-footer {
    top: 20%;
  }
}

.lc-footer-logo {
  width: 171px;
  margin-bottom: 26px;
}

.lc-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lc-footer-item {
  padding: 10px;
}

.lc-footer-item-title {
  font-weight: 400;
  font-family: "roboto";
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.lc-footer-item-content {
  font-weight: 400;
  font-family: "roboto";
  color: white;
  font-size: 14px;
  line-height: 1.2em;
}

.lc-footer-item-content a,
.lc-footer-item-content a:visited {
  color: white;
}

.lc-footer-item-content a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=main.css.map */