#main .hero-section {
  min-height: 100vh;
  z-index: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#main .hero-section .section-wrapper {
  width: 100%;
  padding: 260px 60px;
}

.video-background {
  min-height: 100vh;
  width: 100%;
  background: #000;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  box-sizing: border-box;
  background-position: center top;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* pointer-events: none; */
  box-sizing: border-box;
}

#main .video-background .video-foreground .sub-heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.44em;
  opacity: 0.8;
  color: #ffffff;
}

#main .video-background .video-foreground .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 65px;
  line-height: 133%;
  color: #ffffff;
  padding: 20px 0 25px;
  max-width: 710px;
  opacity: 0.8;
}

#main .video-background .video-foreground .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
}

#main .video-background .video-foreground .button-container .button {
  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;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bf210c),
    to(#d03232)
  );
  background: linear-gradient(180deg, #bf210c 0%, #d03232 100%);
  border-radius: 25px;
  width: 215px;
  height: 53px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f8f8f8;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

#main .video-background .video-foreground .button-container .button:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#main .video-background .video-foreground .button-container .quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

#main .video-background .video-foreground .button-container .quote .text {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 10px;
}

#main .section-2 {
  background-color: #333333;
  background-image: url("/images/backgrounds/main/index/section-2-background.png");
  background-position: 20% bottom;
  background-repeat: no-repeat;
  background-size: 1100px;
  position: relative;
}

#main .section-2 .section-wrapper {
  width: 90%;
  padding: 150px 0px;
  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;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

#main .section-2 .section-wrapper .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1384px;
  width: 100%;
}

#main .section-2 .section-wrapper .cards .card {
  background-color: #ffffff;
  border-radius: 25px;
  position: relative;
  height: 292px;
}

#main .section-2 .section-wrapper .cards .card .icon {
  position: absolute;
  width: 120px;
  top: -60px;
  left: -15px;
}

#main .section-2 .section-wrapper .cards .card .text-container {
  padding: 88px 48px 59px;
}

#main .section-2 .section-wrapper .cards .card .text-container .heading {
  width: 295px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 133%;
  color: #333333;
  padding-bottom: 15px;
}

#main .section-2 .section-wrapper .cards .card .text-container .text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 158%;
  color: #9d9d9d;
}

#main .section-2 .section-wrapper .cards .card .text-container .text span {
  font-weight: bold;
}

#main .section-2 .section-wrapper .cards .card .text-container .txt-1 {
  max-width: 295px;
}

#main .section-2 .section-wrapper .cards .card .text-container .txt-2 {
  max-width: 256px;
}

#main .section-2 .section-wrapper .cards .card .text-container .txt-3 {
  max-width: 289px;
}

#main .section-3 {
  background-color: #fff;
  position: relative;
}

#main .section-3 .section-wrapper {
  width: 90%;
  padding: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

#main .section-3 .section-wrapper .text-container {
  max-width: 734px;
}

#main .section-3 .section-wrapper .text-container .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 121.5%;
  color: #333333;
}

#main .section-3 .section-wrapper .text-container .heading span {
  color: #d03232;
}

#main .section-3 .section-wrapper .text-container .split-line {
  margin: 35px 0;
}

#main .section-3 .section-wrapper .text-container .text {
  max-width: 683px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 158%;
  color: #9d9d9d;
}

#main .section-3 .section-wrapper .picture {
  padding-left: 30px;
}

#main .section-4 {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(50%, #f3f3f3),
    color-stop(92.55%, rgba(247, 247, 247, 0.6))
  );
  background: linear-gradient(
    270deg,
    #f3f3f3 50%,
    rgba(247, 247, 247, 0.6) 92.55%
  );
}

#main .section-4 .section-wrapper {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

#main .section-4 .section-wrapper .avatar {
  border-radius: 50%;
  padding-right: 30px;
}

#main .section-4 .section-wrapper .container {
  max-width: 452px;
}

#main .section-4 .section-wrapper .container .apostrophes {
  margin-bottom: 40px;
}

#main .section-4 .section-wrapper .container .text {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 175.5%;
  letter-spacing: 0.03em;
  color: #8c8c8c;
  margin-bottom: 25px;
}

#main .section-4 .section-wrapper .container .text span {
  font-weight: bold;
  color: #333333;
}

#main .section-4 .section-wrapper .container .fullname {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.44em;
  color: #9d9d9d;
}

#main .section-4 .section-wrapper .container .button {
  width: 160px;
  height: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bf210c),
    to(#d03232)
  );
  background: linear-gradient(180deg, #bf210c 0%, #d03232 100%);
  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;
  border-radius: 25px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f8f8f8;
  margin-top: 40px;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

#main .section-4 .section-wrapper .container .button:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#main .section-5 {
  background-image: url("/images/backgrounds/main/index/section-5-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

#main .section-5 .section-wrapper {
  width: 90%;
  padding: 240px 0px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

#main .section-5 .section-wrapper .text-container {
  max-width: 588px;
}

#main .section-5 .section-wrapper .text-container .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 121.5%;
  color: #ffffff;
}

#main .section-5 .section-wrapper .text-container .split-line {
  margin: 40px 0px 30px;
}

#main .section-5 .section-wrapper .text-container .text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 158%;
  color: #d2d2d2;
}

#main .section-6 {
  background-image: url("/images/backgrounds/main/index/section-6-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

#main .section-6 .section-wrapper {
  width: 90%;
  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;
  padding: 150px 0;
}

#main .section-6 .section-wrapper .floating-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 18px;
  letter-spacing: 0.44em;
  color: #ffffff;
  opacity: 0.5;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -200px;
}

#main .section-6 .section-wrapper .cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#main .section-6 .section-wrapper .cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

#main .section-6 .section-wrapper .cards .card .icn-1 {
  margin-bottom: 38.05px;
}

#main .section-6 .section-wrapper .cards .card .icn-2 {
  margin-bottom: 37.28px;
}

#main .section-6 .section-wrapper .cards .card .icn-3 {
  margin-bottom: 25px;
}

#main .section-6 .section-wrapper .cards .card .icn-4 {
  margin-bottom: 38.09px;
}

#main .section-6 .section-wrapper .cards .card .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 133%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

#main .section-6 .section-wrapper .cards .card .text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 158%;
  text-align: center;
  color: #d2d2d2;
}

#main .section-6 .section-wrapper .cards .card .txt-1 {
  max-width: 256px;
}

#main .section-6 .section-wrapper .cards .card .txt-2 {
  max-width: 270px;
}

#main .section-6 .section-wrapper .cards .card .txt-3 {
  max-width: 293px;
}

#main .section-6 .section-wrapper .cards .card .txt-4 {
  max-width: 270px;
}

#main .section-7 {
  background-image: url("/images/backgrounds/main/index/section-7-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main .section-7 .section-wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

#main .section-7 .section-wrapper .picture {
  max-width: 860px;
  width: 60%;
  margin-right: 80px;
}

#main .section-7 .section-wrapper .text-container {
  max-width: 595px;
}

#main .section-7 .section-wrapper .text-container .sub-heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.44em;
  color: #ffffff;
  opacity: 0.8;
  padding-bottom: 10px;
}

#main .section-7 .section-wrapper .text-container .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 121.5%;
  color: #ffffff;
}

#main .section-7 .section-wrapper .text-container .split-line {
  margin: 30px 0px;
}

#main .section-7 .section-wrapper .text-container .text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 158%;
  color: #ffffff;
}

#main .section-8 .section-wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 120px 0px 70px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

#main .section-8 .section-wrapper .text {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
  color: #d2d2d2;
  max-width: 1042px;
}

#main .section-8 .section-wrapper .split-line {
  width: 510px;
  margin: 60px 0px 70px;
}

#main .section-8 .section-wrapper .logos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .section-8 .section-wrapper .logos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 30px;
}

#main .section-9 {
  background: url("/images/pictures/index/section-9-image-1.png") bottom -45% right
      27%/590px no-repeat,
    -webkit-gradient(linear, left bottom, left top, from(#bf210c), to(#d03232));
  background: url("/images/pictures/index/section-9-image-1.png") bottom -45% right
      27%/590px no-repeat,
    linear-gradient(0deg, #bf210c 0%, #d03232 100%);
}

#main .section-9 .section-wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 130px 0;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

#main .section-9 .section-wrapper #google-map {
  height: 600px;
  width: 900px;
  margin-right: 80px;
  border-radius: 2%;
}

#main .section-9 .section-wrapper .text-container .sub-heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.44em;
  color: #ffffff;
  opacity: 0.6;
  padding-top: 20px;
}

#main .section-9 .section-wrapper .text-container .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 133%;
  color: #f9f9f9;
  margin: 20px 0 35px;
}

#main .section-9 .section-wrapper .text-container .text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 158%;
  color: #ffffff;
  max-width: 316px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .section-9 .section-wrapper .text-container .label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 158%;
  color: #ffffff;
}

#main .section-9 .section-wrapper .text-container .info {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 0.03em;
  color: #ffffff;
}
/*# sourceMappingURL=index.css.map */
