
@font-face {
  font-family: ITCAvantGardeStd;
  src: url(../fonts/ITCAvantGardeStd-Bk.otf);
  font-weight: 300;

}
@font-face {
  font-family: ITCAvantGardeStd;
  src: url(../fonts/ITCAvantGardeStd-Demi.otf);
  font-weight: 500;

}

@font-face {
  font-family: ITCAvantGardeStd;
  src: url(../fonts/ITCAvantGardeStd-Md.otf);
  font-weight: normal;

}
@font-face {
  font-family: ITCAvantGardeStd;
  src: url(../fonts/ITCAvantGardeStd-Bold.otf);
  font-weight: bold;
}

body {
  margin: 0;
  font-family: ITCAvantGardeStd;
  background-color: #545456;
}
* {
  box-sizing: border-box;
}
.container {
  max-width: 1440px;
  margin-top: -5px;
}
.container.content-container {
  padding: 0;
  margin-top: -5px;
}
.top {
  width: 100%;
}
.h1, h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
p{
  font-weight: 400;
}
.box-content{
  transition: all .4s ease-in-out;
  overflow: hidden;
  padding-bottom: 20px;
}
.lead {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}
.notes {
  margin: auto;
  padding: 2rem 1.2rem 0;
  max-width: 35rem;
  color: #fff;
}
.container {
  width: 100%;
  padding: 1em;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.header {
  max-width: 100%;
}
.top {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3em 1em 1em 5em;
  background: #545456;
}
.lg-container {
    width: 1440px;
    max-width: 100%;
    position: relative;
    padding: 0;
    background-image: url("../assets/main.png");
    background-position: center;
    background-size: contain;
    aspect-ratio: 9/4;
    background-repeat: no-repeat;
}
.lg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.lg-hotspot__button.bounce {
  display: none;
}
.lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
  border-color: red;
}
.lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
  background-color: red;
}
.lg-hotspot--selected {
  z-index: 999;
}
.lg-hotspot--selected .lg-hotspot__label {
  display: block;
  opacity: 1;
}
.lg-hotspot__button {
  height: 50px;
    width: 50px;
    padding: 0px;
    border: 5px solid red;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 999;
    cursor: pointer;
    background: #00000094;
}
.lg-hotspot__button span {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  pointer-events: none;
  display: block;
}
p.intro {
  padding-left: 50px;
  padding-bottom: 10px;
  padding-top: 20px;
}
a {
  color: #d71920;
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 18px;
  margin-top: 27px;
}
.col-md-5.col-sm, .col-md-7.col-sm {
  padding: 0;
}
.row {
  margin: 0;
}
.h2, h2 {
  padding: 24px 0px 16px 50px;
  background: #d71920;
  color: #fff;
}
.modal-body {
  padding: 0;
}
.modal-body .container {
  padding: 0;
}
.modal-header .close {
  padding: .5rem 1rem;
  margin: -1rem
rem
-1rem -1rem auto;
  font-size: 30px;
  color: #fff;
  background-color: #d71920;
  opacity: 1;
}
.modal-content-main {
  padding-right: 30px;
  padding-bottom: 20px;
}
 .col-md-6.col-sm {
  padding: 0;
}
.modal-content-main .col-md-6.col-sm {
  padding: 0 20px 0 0;
}
.list p{
  font-size: 16px !important;
  line-height: 18px !important;
  margin-bottom: 0px !important;
}
.d-flex.flex-row.list {
  margin-bottom: 5px;
  align-items: center;
}
.modal-content-main span {
  background-color: #d71920;
    color: #fff;
    width: 40px;
    padding: 5px 10px;
    padding-top: 10px;
    margin-right: 10px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    flex: 0 0 40px;
    font-size: 18px;
}
.modal-content-main a {
  background-color: #d71920;
    color: #fff;
    width: 40px;
    padding: 5px 10px;
    padding-top: 10px;
    margin-right: 10px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    flex: 0 0 40px;
    font-size: 18px;
}
.col-md-5.col-sm {
  background-color: #f0f0f1;
}
.p {
    line-height: 1.5rem;
    color: #000;
}
.modal-content-main p {
  margin-top: 0;
    line-height: 1.5rem;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}
.lg-hotspot--selected .lg-hotspot__button::after {
  content: "\2715";
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
    font-weight: normal;
    pointer-events: none;
    display: block;
    background: #d71920;
    width: 50px;
    height: 50px;
    text-align: center;
}
.lg-hotspot__label {
  position: absolute;
  padding: 0;
  width: 23em;
  max-width: 50vw;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 14.5px;
  line-height: 1.45em;
  z-index: -1;
  border-radius: 2px;
  display: none;
  transition: opacity 200ms, display 200ms;
  opacity: 0;
}
.lg-hotspot__label h4 {
  margin: 0;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 30px;
  font-weight: 500;
  color: black;
  cursor: pointer;
}
.lg-hotspot__label p {
  margin: 0;
  padding: 1.1em 24px 0 24px;
  color: #000000;
}
.lg-hotspot--top-left .lg-hotspot__label {
  top: 0;
  left: 50px;
}
.lg-hotspot--top-right .lg-hotspot__label {
  top: 0;
  left: 50px;
}
.lg-hotspot--bottom-right .lg-hotspot__label {
  top: 0;
  left: 50px;
}
.lg-hotspot--bottom-left .lg-hotspot__label {
  top: 0;
  left: 50px;
}
.lg-hotspot__label img{
  max-width: 100%;
  padding: 0 1.1em;
}
img{
  max-width: 100%;
}
.modal-content {
  background-color: transparent;
  border: none;
}
.modal-body {
  padding: 0;
  background-color: #fff;
}
.modal-header {
  background: transparent;
}
.modal-dialog {
  max-width: 1350px;
}
span a {
  color: #fff;
  font-weight: normal;
  margin-top: 0;
}
span a:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.list a {
  color: #fff;
  font-weight: normal;
  margin-top: 0;
}
.list a:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
@media (min-width: 576px){
  .modal-dialog {
      max-width: 1200px;
      margin: 1.75rem auto;
  }
}
.mobile-container {
    display: none;
  }
.mobile-container {
	width: 1440px;
    max-width: 100%;
    position: relative;
    padding: 0;
    background-image: url(../assets/MobileBG.png);
    background-position: center;
    background-size: cover;
    aspect-ratio: 9 / 5.38;
    background-repeat: no-repeat;
  }
@media screen and (max-width: 480px) {
  .lg-container {
    display: none;
  }
  .mobile-container {
    display: block;
  }
  .top {
  padding: 20px;
  }
  .h1, h1 {
    font-size: 22px;
}
p.lead {
    font-size: 18px;
}
.lg-hotspot__button {
    height: 30px;
    width: 30px;
    padding: 0px;
    border: 3px solid #d71920;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 999;
    cursor: pointer;
    background: #00000094;
}
.lg-hotspot--selected .lg-hotspot__button {
	background: #d71920;
}
.lg-hotspot__button span {
	font-size: 15px;
}
.lg-hotspot--selected .lg-hotspot__button::after {
    content: none;
}
.lg-hotspot__label {
    position: absolute;
    padding: 0;
    width: 98vw;
    max-width: 98vw;
    background-color: white;
    box-shadow: none;
    font-size: 14.5px;
    line-height: 1.45em;
    z-index: -1;
    border-radius: 2px;
    padding-bottom: 20px;
    display: none;
    transition: opacity 200ms, display 200ms;
    opacity: 0;
}

p.modal-link-container {
    text-align: center;
    margin-top: 30px;
}
a.modal-link {
    color: #fff;
    background: #d71920;
    padding: 12px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
	
} 


 
}