*,
:after,
:before {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
img {
  max-width: 100%;
}
html {
  margin-top: 0 !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background: 0 0;
}
input[type="checkbox"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="tel"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  margin: 0;
  resize: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.overflowed {
  overflow: hidden;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.newMenu {
  width: 100vw;
  height: 100vh;
  background-color: #421c72;
  font-family: "Lato", sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-105vw);
  transform: translateX(-105vw);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 9999;
}
.newMenu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.newMenu .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  height: 100%;
  position: relative;
}
.newMenu .menu__corner {
  width: 160px;
  height: 160px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, #fff 50%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.newMenu .menu__corner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #421c72;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.newMenu .menu__corner:hover::after {
  opacity: 1;
}
.newMenu .menu__cross {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 22px;
  right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.newMenu .menu__cross .cross__line {
  width: 20px;
  height: 20px;
  color: #fff;
  cursor: pointer;
}
.newMenu .menu__cross .cross__line::after,
.newMenu .menu__cross .cross__line::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 3px;
  background-color: #421c72;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.newMenu .menu__corner:hover .menu__cross .cross__line::after,
.newMenu .menu__corner:hover .menu__cross .cross__line::before {
  background-color: #fff;
}
.newMenu .menu__cross .cross__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.newMenu .menu__header,
.newMenu .menu__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newMenu .menu__wrapper {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.newMenu .menu__header {
  padding: 16px 160px 16px 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newMenu .menu__header .header__logo {
  width: 100px;
  display: block;
}
.newMenu .menu__header .header__link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 32px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.newMenu .menu__header .header__link:hover {
  color: #fff;
}
.newMenu .menu__cols {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
}
.newMenu .menu__col {
  width: calc(100% / 6 - 7px * 2);
  margin: 0 7px;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
}
.newMenu .menu__col .col__heading {
  position: absolute;
  bottom: 50%;
  left: 32px;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 4;
  -webkit-transition: all 0.3s cubic-bezier(0.02, -0.5, 0.45, 0.47);
  transition: all 0.3s cubic-bezier(0.02, -0.5, 0.45, 0.47);
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  max-width: 110px;
}
.newMenu .menu__col::after,
.newMenu .menu__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newMenu .menu__col::before {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      color-stop(36%, rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 99, 0.1))
    )
    0% 0% no-repeat;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.2) 36%,
      rgba(0, 0, 99, 0.1) 100%
    )
    0% 0% no-repeat;
  opacity: 1;
  z-index: 2;
}
.newMenu .menu__col::after {
  background-color: #421c72;
  -webkit-transition: height 0.2s cubic-bezier(0.02, -0.5, 0.45, 0.47);
  transition: height 0.2s cubic-bezier(0.02, -0.5, 0.45, 0.47);
  z-index: 3;
}
.newMenu .menu__col:hover::after {
  height: 0;
}
.newMenu .menu__col:hover .col__heading {
  bottom: 50px;
}
.newMenu .menu__footer {
  width: 100%;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newMenu .menu__footer .footer__group {
  margin: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newMenu .menu__footer .footer__group .group__label {
  font-size: 14px;
  color: #fff;
  margin-right: 12px;
}
.newMenu .menu__footer .footer__group .group__link {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.newMenu .menu__footer .footer__group .group__link--icon {
  margin: 0 6px;
}
.newMenu .menu__footer .footer__group .group__icon,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
.newMenu footer.menu__footer {
  height: initial;
  overflow: initial;
  background: 0 0;
}
.newMenu a {
  padding-top: initial;
  padding-bottom: initial;
  margin: initial;
}
@media screen and (min-width: 1700px) {
  .newMenu .container {
    width: 1680px;
  }
}
@media screen and (max-width: 980px) {
  .newMenu {
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
  }
  .newMenu .menu__corner {
    width: 100px;
    height: 100px;
  }
  .newMenu .menu__cross {
    top: 3px;
    right: 7px;
  }
  .newMenu .menu__wrapper {
    min-height: 100vh;
  }
  .newMenu .menu__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
  .newMenu .menu__header .header__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
  .newMenu .menu__header .header__link {
    margin: 10px 0;
    text-align: center;
  }
  .newMenu .menu__header .header__link:first-child {
    display: none;
  }
  .newMenu .menu__col,
  .newMenu .menu__cols {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newMenu .menu__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newMenu .menu__col {
    width: auto;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: none !important;
  }
  .newMenu .menu__col::after {
    content: none;
  }
  .newMenu .menu__col .col__heading {
    position: static;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    max-width: unset;
  }
  .newMenu .menu__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newMenu .menu__footer .footer__group {
    margin: 10px 0;
  }
}
.placeholder {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.placeholder--dark {
  background-color: #232323;
}
.placeholder--light {
  background-color: #3d3d3d;
}
#openBtn {
  background-color: #ff0;
  padding: 30px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
:active,
:focus {
  outline: 0;
}
