@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
/***** Desktop Styles *****/
.iw-header {
  display: flex;
  position: relative;
  height: 115px;
  width: 100%;
  position: fixed;
  z-index: 5000;
  top: 0;
  /***** Mobile Styles *****/
}
.iw-header.active {
  background-color: #000000;
}
.iw-header a {
  text-decoration: none;
}
.iw-header .iw-header-logo {
  z-index: 2;
  margin-left: 40px;
  margin-top: 25px;
}
@media screen and (max-width: 581px) {
  .iw-header .iw-header-logo {
    margin-left: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 502px) {
  .iw-header .iw-header-logo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 428px) {
  .iw-header .iw-header-logo {
    margin-left: 20px;
  }
}
.iw-header .iw-header-logo a > span {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
}
.iw-header .iw-header-logo a .top-logo {
  height: 90px;
  width: 275px;
  background-size: 275px auto;
}
@media screen and (max-width: 784px) {
  .iw-header .iw-header-logo a .top-logo {
    height: 80px;
    width: 250px;
    background-size: 250px auto;
  }
}
@media screen and (max-width: 581px) {
  .iw-header .iw-header-logo a .top-logo {
    height: 70px;
    width: 230px;
    background-size: 230px auto;
  }
}
@media screen and (max-width: 502px) {
  .iw-header .iw-header-logo a .top-logo {
    height: 60px;
    width: 210px;
    background-size: 199px auto;
  }
}
@media screen and (max-width: 428px) {
  .iw-header .iw-header-logo a .top-logo {
    height: 50px;
  }
}
.iw-header .iw-header-logo a .scrolled-logo {
  position: absolute;
  top: 5px;
  height: 55px;
  width: 55px;
  background-size: auto 55px;
}
@media screen and (max-width: 784px) {
  .iw-header .iw-header-logo a .scrolled-logo {
    height: 50px;
    width: 50px;
    background-size: auto 50px;
  }
}
.iw-header .iw-header-links {
  z-index: 3;
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (max-width: 784px) {
  .iw-header .iw-header-links {
    margin-right: 30px;
  }
}
@media screen and (max-width: 694px) {
  .iw-header .iw-header-links {
    display: none;
  }
}
.iw-header .iw-header-links .iw-links {
  display: flex;
  position: relative;
  top: 50px;
}
.iw-header .iw-header-links .iw-links li:not(:last-child) {
  margin-right: 70px;
}
@media screen and (max-width: 980px) {
  .iw-header .iw-header-links .iw-links li:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 870px) {
  .iw-header .iw-header-links .iw-links li:not(:last-child) {
    margin-right: 35px;
  }
}
@media screen and (max-width: 784px) {
  .iw-header .iw-header-links .iw-links li:not(:last-child) {
    margin-right: 25px;
  }
}
.iw-header .iw-header-links .iw-links li a {
  display: block;
}
.iw-header .iw-header-links .iw-links li {
  padding: 4px 0 0 0;
  position: relative;
  margin-top: -11px;
  border-bottom: 2px rgba(0, 0, 0, 0) solid;
}
.iw-header .iw-header-links .iw-links li a {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px 5px 5px 5px;
  border-top: 1px rgba(0, 0, 0, 0) solid;
  border-spacing: 1px;
}
.iw-header .iw-header-links .iw-links li:before {
  content: "";
  bottom: -6px;
  left: 100%;
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #832123;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.iw-header .iw-header-links .iw-links li:after {
  content: "";
  width: 4px;
  height: 2px;
  position: absolute;
  bottom: -6px;
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0);
}
.iw-header .iw-header-links .iw-links .current {
  border-style: solid none none none;
  border-top: 2px #832123 solid;
  border-color: #832123;
}
.iw-header .iw-header-links .iw-links .current a {
  background-color: #832123;
  border-color: #832123;
}
.iw-header .iw-header-links .iw-links .current:after {
  background-color: #000;
  top: -11px;
  bottom: auto;
}
.iw-header .iw-header-links .iw-links .current:before {
  height: 0px;
}
.iw-header .iw-header-links .iw-links li:hover:after {
  background-color: #000;
}
.iw-header .iw-header-links .iw-links li:hover:before {
  left: 0;
  width: 100%;
}
.iw-header .header-mobile-container {
  z-index: 2;
}
@media screen and (min-width: 694px) {
  .iw-header .header-mobile-container {
    display: none;
  }
}
.iw-header .header-mobile-container .header-mobile-menu {
  cursor: pointer;
  background-color: #333;
  height: 50px;
  width: 50px;
  top: 25px;
  right: 20px;
  position: absolute;
  display: none;
}
.iw-header .header-mobile-container .header-mobile-menu.active {
  display: initial;
}
.iw-header .header-mobile-container .header-mobile-menu.open:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  border-top: 3px #9b9b9b solid;
  border-bottom: 3px #9b9b9b solid;
  pointer-events: none;
  height: 18px;
  width: 24px;
}
.iw-header .header-mobile-container .header-mobile-menu.open:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 23px;
  border-top: 3px #9b9b9b solid;
  pointer-events: none;
  width: 24px;
}
.iw-header .header-mobile-container .header-mobile-menu.close .header-mobile-close-cta {
  font-size: 64px;
  font-family: sans-serif;
  margin: auto;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 5px;
  top: -5px;
}
.iw-header .header-mobile-container .iw-mobile-links {
  position: absolute;
  z-index: 1003;
  top: 105px;
  width: 100%;
  height: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.iw-header .header-mobile-container .iw-mobile-links.active {
  height: 260px;
}
.iw-header .header-mobile-container .iw-mobile-links li {
  background-color: #111;
  width: 100%;
}
.iw-header .header-mobile-container .iw-mobile-links li a {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 10px 0 10px 10%;
  width: 100%;
  display: block;
  font-size: 32px;
}
.iw-header .header-mobile-container .iw-mobile-links li a.current {
  color: #832123;
}
.iw-header .header-mobile-container .iw-mobile-links li a.current:before {
  content: "";
  position: absolute;
  margin-top: 32px;
  left: 10%;
  width: 100%;
  border-bottom: 2px #832123 solid;
}
.iw-header .header-mobile-container .iw-mobile-links li a.current:after {
  content: "";
  position: absolute;
  margin-top: 32px;
  left: 11%;
  width: 4px;
  border-bottom: 2px #111 solid;
}
.iw-header .header-mobile-container .iw-mobile-links li a:before {
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  content: "";
  position: absolute;
  margin-top: 32px;
  width: 0;
  left: 10%;
  border-bottom: 2px #832123 solid;
}
.iw-header .header-mobile-container .iw-mobile-links li a:after {
  content: "";
  position: absolute;
  margin-top: 32px;
  left: 11%;
  width: 4px;
  border-bottom: 2px #111 solid;
}
.iw-header .header-mobile-container .iw-mobile-links li:hover a:before {
  width: 100%;
}
.iw-header .iw-header-background {
  z-index: 1;
  background-color: black;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.iw-header .iw-header-logo a span,
.iw-header .iw-header-links .iw-links,
.iw-header .header-mobile-container .header-mobile-menu,
.iw-header .iw-header-background {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.iw-header .iw-header-logo a .scrolled-logo {
  height: 0;
  top: 30px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iw-header.scrolled .iw-header-logo a .top-logo {
  margin-top: 45px;
  background-position: 0 -90px;
}
@media screen and (max-width: 784px) {
  .iw-header.scrolled .iw-header-logo a .top-logo {
    margin-top: 40px;
    background-position: 0 -80px;
  }
}
@media screen and (max-width: 581px) {
  .iw-header.scrolled .iw-header-logo a .top-logo {
    margin-top: 35px;
    background-position: 0 -70px;
  }
}
@media screen and (max-width: 502px) {
  .iw-header.scrolled .iw-header-logo a .top-logo {
    margin-top: 30px;
    background-position: 0 -60px;
  }
}
@media screen and (max-width: 428px) {
  .iw-header.scrolled .iw-header-logo a .top-logo {
    margin-top: 25px;
    background-position: 0 -50px;
  }
}
.iw-header.scrolled .iw-header-logo a .scrolled-logo {
  top: 10px;
  height: 55px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 784px) {
  .iw-header.scrolled .iw-header-logo a .scrolled-logo {
    height: 50px;
  }
}
.iw-header.scrolled .iw-header-links .iw-links {
  top: 30px;
}
.iw-header.scrolled .header-mobile-container .header-mobile-menu {
  top: 10px;
}
.iw-header.scrolled .iw-header-background {
  height: 75px;
}
@media screen and (max-width: 784px) {
  .iw-header.scrolled .iw-header-background {
    height: 70px;
  }
}
.iw-header.scrolled .iw-mobile-links {
  top: 70px;
}
