@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("fonts/bold/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("fonts/bold/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue for IB W01 Rg";
  src: url("fonts/regular/46c659aa-5e7e-48f1-a8bf-13e3c36baa3b.woff2") format("woff2"), url("fonts/regular/8e5737a2-66d4-4f56-9300-36df9b2668b6.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  font-weight: normal;
  src: url("fonts/Helvetica Neue LT Std 55 Roman.otf") format("opentype");
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  font-weight: 600;
  src: url("fonts/Helvetica Neue LT Std 65 Medium.otf") format("opentype");
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  font-weight: 700;
  src: url("fonts/Helvetica Neue LT Std 75 Bold.otf") format("opentype");
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/Helvetica Neue LT Std 76 Bold Italic.otf") format("opentype");
}
*:focus,
button:focus,
input:focus {
  outline: none !important;
}

body {
  font-family: "Helvetica Neue for IB W01 Rg", "Helvetica Neue LT Std";
  font-size: 18px;
  min-height: 100vh;
}

@media (min-width: 992px) {
  nav {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    height: 75px;
  }
  nav > div {
    margin: 10px 5rem;
  }
}
@media (max-width: 991.98px) {
  nav {
    padding: 0 !important;
  }
  nav .nav-icons {
    position: absolute;
    top: 20%;
    left: 7%;
    width: 30px;
    height: 30px;
    z-index: 101;
  }
  nav .nav-icons [data-nav-action=menu] {
    width: 100%;
    height: 100%;
  }
  nav .nav-icons [data-nav-action=menu] > span {
    pointer-events: none;
    float: left;
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: relative;
    top: 10px;
    transition: transform 0.3s;
  }
  nav .nav-icons [data-nav-action=menu] > span:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    top: -8px;
    left: 0;
    transition: transform 0.3s;
  }
  nav .nav-icons [data-nav-action=menu] > span:after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: transform 0.3s;
  }
  nav .nav-icons [data-nav-action=menu].active {
    transform: rotate(360deg);
  }
  nav .nav-icons [data-nav-action=menu].active > span {
    background-color: transparent;
  }
  nav .nav-icons [data-nav-action=menu].active > span:before {
    top: 0;
    transform: rotate(-45deg);
  }
  nav .nav-icons [data-nav-action=menu].active > span:after {
    bottom: 0;
    transform: rotate(45deg);
  }
  nav #nav-links {
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 0.5s;
    z-index: 98;
    width: 90%;
    height: 100vh;
    background-color: #830051;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  nav #nav-links.active {
    left: 0;
  }
  nav #nav-links ul {
    list-style: none;
  }
  nav #nav-links ul li.active {
    color: #e54821;
  }
  nav #nav-links ul li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .content-shifter {
    padding-left: 27vh;
    padding-top: 23vh;
  }
}

.bold {
  font-weight: 700;
}

.color-purple {
  color: #830051;
}

.color-dark-gray {
  color: #343434;
}

.button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  padding: 1rem 4rem;
  border-radius: 45px;
  background-color: #f0a400;
  position: relative;
}
.button.active {
  background-color: #e54821;
}
.button.active:after {
  background-color: #f0a400;
}
.button:after {
  content: " ";
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: -1;
  background-color: #e54821;
  width: 100%;
  height: 100%;
  border-radius: 45px;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background-color: #830051;
  color: #ffffff;
  padding: 3rem 0;
}
@media (max-width: 991.98px) {
  .footer {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-left: 10%;
    padding-right: 10%;
    height: 143px;
  }
  .footer a {
    font-weight: 700;
  }
  .footer .footer-content-left img {
    margin-right: 8rem;
  }
}
.footer a {
  text-decoration: none;
  color: #ffffff;
}

.image-modal-wrapper {
  position: absolute;
}

.image-modal-bgr {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #F4F4F4;
  opacity: 0.6;
  top: 0;
  left: 0;
}

.image-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  z-index: 1000;
  width: 95vw;
  max-width: 1200px;
  height: auto;
}
@media (min-width: 992px) {
  .image-modal {
    padding: 50px;
    padding-bottom: 65px;
    background-color: #830051;
  }
}
@media (max-width: 991.98px) {
  .image-modal {
    padding-bottom: 65px;
    padding-top: 65px;
    background-color: #F4F4F4;
  }
}
.image-modal .modal-header #close {
  z-index: 1000;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .image-modal .modal-header #close {
    opacity: 1;
  }
}
.image-modal .modal-header #close:hover {
  opacity: 1;
}
.image-modal .modal-header #close:before, .image-modal .modal-header #close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .image-modal .modal-header #close:before, .image-modal .modal-header #close:after {
    background-color: #830051;
  }
}
.image-modal .modal-header #close:before {
  transform: rotate(45deg);
}
.image-modal .modal-header #close:after {
  transform: rotate(-45deg);
}
.image-modal .modal-content img {
  height: 70vh;
  width: auto;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .image-modal .modal-content img {
    height: auto;
    max-height: 75vh;
  }
}
.image-modal .modal-footer {
  position: fixed;
  bottom: 17px;
  right: 17px;
}
.image-modal .modal-footer .button {
  padding: 0.5rem 2rem;
  font-size: 14px;
}

/*# sourceMappingURL=global.css.map */
