body {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #232c34;
  padding: 0;
  font-family: "aileron", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}

html {
  height: 100%;
  font-size: 16px;
}

.vh-fix {
  height: 100vh;
  /* If you need to support browser without CSS var support (<= IE11) */
  height: calc(100vh - var(--vh-offset, 0px));
  /* enable vh fix */
}

.site-content {
  flex: 1 0 auto;
}

.footerholder {
  flex-shrink: 0;
  z-index: 1;
}

.fade-content {
  opacity: 0;
}

img {
  min-height: 0.01px;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a[href^="mailto:"]:hover {
  text-decoration: underline;
}

.image-fill {
  position: absolute;
  top: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.video-fill {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.vh-fix {
  height: 100vh;
  height: calc(100vh - var(--vh-offset, 0px));
}

h1 {
  font-size: 6.875rem;
  line-height: 6.5rem;
}

h2 {
  font-size: 5rem;
  line-height: 4.625rem;
}

h3 {
  font-size: 3rem;
  line-height: 3rem;
}

h4 {
  font-size: 2.375rem;
  line-height: 2.625rem;
}

h5 {
  font-size: 1.75rem;
  line-height: 2rem;
}

.gold {
  color: #c3a873;
}

.full_slide:before {
  content: "";
  display: block;
  padding-top: 90%;
}
@media (min-width: 768px) {
  .full_slide:before {
    padding-top: 60%;
  }
}
.prev {
  width: 3rem;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}
.next {
  width: 3rem;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}
.prev_spec {
  width: 3rem;
  top: 50%;
  margin-top: -2rem;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}
.next_spec {
  width: 3rem;
  top: 50%;
  margin-top: -2rem;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}
@media (min-width: 768px) {
  .prev {
    width: 5rem;
    left: 3rem;
  }
  .next {
    width: 5rem;
    right: 3rem;
  }
  .prev_spec {
    width: 5rem;
    margin-top: -2rem;
    left: 3rem;
  }
  .next_spec {
    width: 5rem;
    margin-top: -2rem;
    right: 3rem;
  }
}
.owl_nav {
  transition: all 0.8s;
}
.owl_nav:hover {
  transform: scale(1.1);
}
.owl_nav circle {
  transition: all 0.8s;
}
.owl_nav:hover circle {
  fill-opacity: 0.5;
}
.owl-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.owl-dot {
  display: inline-block;
  height: 0.7rem;
  width: 0.7rem;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  margin: 0 5px;
  border-radius: 50%;
}
.owl-dot.active {
  background-color: #fff !important;
}
.heading_1 {
  width: 12rem;
  height: auto;
}
.lg_body {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .lg_body {
    font-size: 1.8rem;
  }
}
.border_btm {
  border-bottom: 1px solid #c3a873;
}
.come_in .d-table-cell {
  padding: 0.5rem 0;
}
.pb_fix {
  padding-bottom: 0.5rem;
}
.pt_fix {
  padding-top: 0.5rem;
}
.vertalign {
  vertical-align: middle;
}
.timesTable .d-table-cell {
  padding: 1rem 0;
}
.timesTable .d-table-cell {
  border-top: 1px solid #c3a873;
}

.timesTable .d-table-cell.bdr_btm {
  border-bottom: 1px solid #c3a873;
}
.bdr_btm_mb {
  border-bottom: none;
}
@media (min-width: 768px) {
  .bdr_btm_mb {
    border-bottom: 1px solid #c3a873;
  }
}
.first_w {
  width: 40%;
}
@media (min-width: 768px) {
  .first_w {
    width: 55%;
  }
}
.gradient {
  background: rgb(22, 27, 32);
  background: linear-gradient(
    0deg,
    rgba(22, 27, 32, 1) 0%,
    rgba(35, 44, 52, 1) 73%
  );
}
.contact {
  width: 12rem;
  height: auto;
}
.footer {
  font-size: 1.1rem;
}
.download {
  display: inline-block;
  width: 100%;
  border: 1px solid #c3a873;
  background-color: transparent;
  padding: 0.8rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.download:hover {
  background-color: rgba(195, 168, 115, 0.3);
}
.download img {
  width: 1.5rem;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.download:hover img {
  width: 1.5rem;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.white_link {
  color: #fff;
  text-decoration: none;
}
.white_link:hover {
  color: #fff;
  text-decoration: underline;
}
.agent01 {
  height: 5rem;
}
.disclaimer {
  font-size: 0.7rem;
}
.main_logo {
  width: 50vw;
}
@media (min-width: 768px) {
  .main_logo {
    width: 25vw;
  }
}
.top_footer {
  font-size: 1.1rem;
}
.line_img {
  width: 350vw;
}
@media (min-width: 768px) {
  .line_img {
    width: 100%;
  }
}
.load-hidden {
  visibility: hidden;
}
.line_wrapper {
  overflow-x: scroll;
  padding-bottom: 20px;
}
.line_wrapper::-webkit-scrollbar {
  padding-top: 10px;
  width: 8px;
  height: 8px;
  border: 1px solid #cecece;
  border-radius: 10px;
}

.line_wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.line_wrapper::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .line_wrapper {
    overflow-x: hidden;
  }
}
.mobile_gradient {
  height: calc(100% - 1rem);
  width: 5vw;
  right: 0;
  background: rgb(28, 34, 41);
  background: linear-gradient(
    -90deg,
    rgba(28, 34, 41, 1) 0%,
    rgba(28, 34, 41, 0) 73%
  );
}
.small_txt {
  font-size: 0.6rem;
}
@media (min-width: 768px) {
  html {
    font-size: 1.05vw;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

.aileron_bd {
  font-family: "aileron", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro.woff2") format("woff2"),
    url("../fonts/DINPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.din_pro {
  font-family: "DIN Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}
