.megamenu {
  width: 100vw;
  height: 0px;
  background-color: #DCE2DF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: grid;
  overflow-y: scroll;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 10vh minmax(auto, max-content) 15vh;
  padding-left: calc((100vw - 1280px) / 2);
  padding-right: calc((100vw - 1280px) / 2);
  background: rgb(38, 38, 105);
  background: linear-gradient(34deg, rgb(38, 38, 105) 0%, rgb(33, 33, 97) 100%);
  visibility: hidden;
  opacity: 0;
}
.megamenu.open {
  position: fixed;
  visibility: visible;
  height: 100vh;
}
.megamenu .mm-cell:nth-of-type(4n + 1) {
  grid-column: 1/13;
  grid-row: 1/2;
}
.megamenu .mm-cell:nth-of-type(4n + 2) {
  grid-column: 1/10;
  grid-row: 2/3;
}
.megamenu .mm-cell:nth-of-type(4n + 3) {
  grid-column: 10/13;
  grid-row: 2/3;
}
.megamenu .mm-cell:nth-of-type(4n + 4) {
  grid-column: 1/13;
  grid-row: 3/4;
}
.megamenu .mm-cell.mm-bottom {
  display: flex;
  flex-direction: row;
  padding-bottom: clamp(10px, 5vh, 40px);
  height: fit-content;
  padding-left: 15px;
  padding-right: 15px;
}
.megamenu .mm-cell.mm-bottom .row {
  height: fit-content;
}
.megamenu .mm-cell.mm-bottom #mm-quote-cont {
  width: 100%;
  min-height: 200px;
  display: block;
}
.megamenu .mm-cell.mm-bottom #mm-quote-cont .mm-testimonial {
  width: 90%;
  max-width: 1080px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.megamenu .mm-cell.mm-bottom #mm-quote-cont .mm-testimonial::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-90%) translateY(-20%);
  width: clamp(30px, 20vw, 80px);
  height: clamp(30px, 20vw, 80px);
  background-image: url("/wp-content/uploads/2024/01/quote-left-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.megamenu .mm-cell.mm-bottom #mm-quote-cont .mm-testimonial::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(90%) translateY(20%);
  width: clamp(30px, 20vw, 80px);
  height: clamp(30px, 20vw, 80px);
  background-image: url("/wp-content/uploads/2024/01/quote-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.megamenu .mm-cell.mm-bottom #mm-quote-cont .mm-testimonial p {
    display: block;
  padding: 0 15px;
  text-align: center;
  font-size: clamp(32px, 6vmin, 48px) !important;
  line-height: 120% !important;
  font-weight: 300 !important;
}
.megamenu .mm-cell.mm-col {
  padding: clamp(10px, 8vh, 100px) 20px;
}
.megamenu .mm-cell.mm-col .menu-mega-menu-left-column-container {
  height: 85%;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 80%;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column .menu-item a:first-of-type {
  /*   border-bottom: 1px solid #ffffff18;
     width: 80%; */
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li {
  list-style: none;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 3) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 5) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 6) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-child(1) > a::after, .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-child(3) > a::after, .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-child(5) > a::after {
  content: "";
  background-image: url(/wp-content/uploads/2023/10/arrow-right.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 67px;
  transform: translateY(-50%);
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li > a {
  font: 200 clamp(22px, 4vmin, 36px) "niveau-grotesk", sans-serif;
  position: relative;
  display: block;
  margin-bottom: 2rem;
  /*&::after { content: ''; position: absolute; bottom: 0; left: 0; transform: translateY(0.75rem); width: 90%; height: 1px; background-color: rgba($color: #fff, $alpha: 0.1); } */
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column .accordion-btn {
  display: none;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column .sub-menu {
  margin: 0;
  box-sizing: border-box;
  width: max-content;
  min-width: 70%;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column .sub-menu a {
  font: 400 18px/18px "niveau-grotesk", sans-serif;
  width: 100%;
  display: block;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url("/wp-content/uploads/2023/10/arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column .sub-menu li {
  position: relative;
  list-style: none;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column .sub-menu li:first-of-type {
  margin-top: 20px;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column .sub-menu li:last-of-type {
  margin-bottom: 6px;
}
.megamenu .mm-cell.mm-col #menu-mega-menu-left-column .sub-menu li a {
  line-height: 180%;
}
.megamenu .mm-cell.mm-col-right {
  position: relative;
}
.megamenu .mm-cell.mm-col-right .mm-card {
  background-blend-mode: multiply !important;
  background-color: #C60810;
  border-radius: 8px;
  padding: clamp(15px, 5vw, 30px);
  overflow: hidden;
}
.megamenu .mm-cell.mm-col-right .mm-card .hover-eff-part {
  position: absolute;
  width: 400%;
  height: 0%;
  padding-top: 400%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100%;
  transform: scale(0) translateX(-50%) translateY(-50%);
  opacity: 0;
}
.megamenu .mm-cell.mm-col-right .mm-card > *:not(.hover-eff-part) {
  position: relative;
  z-index: 2;
}
.megamenu .mm-cell.mm-col-right .mm-card h3 {
  font: 200 clamp(22px, 4vmin, 36px) "niveau-grotesk", sans-serif;
  transition: color 0.25s ease-in-out;
}
.megamenu .mm-cell.mm-col-right .mm-card p {
  transition: color 0.25s ease-in-out;
}
.megamenu .mm-cell.mm-col-right .mm-card .icon-box .title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.megamenu .mm-cell.mm-col-right .mm-card .icon-box .title::before {
  content: "";
  background-image: url("/wp-content/uploads/2023/10/account-light.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 35px;
  display: inline-block;
  margin-right: 1rem;
}
.megamenu .mm-cell.mm-col-right .mm-card .icon-box .title p {
  font-size: 125% !important;
  margin: 0;
}
.megamenu .mm-cell.mm-col-right .mm-card .login-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.megamenu .mm-cell.mm-col-right .mm-card .login-links a.create {
  margin-left: calc(28px + 1rem);
}
.megamenu .mm-cell.mm-col-right .mm-card .login-links a.forgot {
  margin-right: 14px;
  text-decoration: none !important;
}
.megamenu .mm-cell.mm-col-right .mm-card .login-links a.forgot i {
  cursor: pointer;
}
.megamenu .mm-cell.mm-col-right .mm-card .login-links a.forgot i::before {
  content: url("/wp-content/uploads/2023/11/info-line.svg");
  margin-left: 8px;
}
.megamenu .mm-cell.mm-col-right .mm-card a.button {
  transition: all 0.25s ease-in-out;
}
.megamenu .mm-cell.mm-col-right .mm-card:not(:first-of-type) {
  margin-top: 20px;
}
.megamenu .mm-cell.mm-col-right .mm-card:hover h3, .megamenu .mm-cell.mm-col-right .mm-card:hover p {
  color: #1c1c52;
}
.megamenu .mm-cell.mm-col-right .mm-card:hover a.button {
  background-color: #C60810 !important;
}
.megamenu .mm-cell * {
  color: #fff;
}

body #header > .header-wrapper {
  display: flex;
  padding-right: 0 !important;
}
body #header > .header-wrapper #masthead {
  flex: 1;
}
body #header > .header-wrapper .header-bg-container {
  max-height: 75px;
}
body #header > .header-wrapper #nav-mm-placeholder {
  min-width: 80px;
  height: 100%;
  min-height: 30px;
}
body #header > .header-wrapper .nav-mm {
  cursor: pointer;
  z-index: 1000;
  background-color: rgba(198, 8, 16, 0.65);
  border-bottom-left-radius: 50px;
  padding: 16px 20px 16px 25px;
  transition: background 0.1s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
body #header > .header-wrapper .nav-mm .svg-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #header > .header-wrapper .nav-mm .svg-wrapper svg {
  width: 24px;
  height: 18px;
  overflow: visible;
}
body #header > .header-wrapper .nav-mm .svg-wrapper svg .nav-line {
  fill: #fff;
}
body #header > .header-wrapper .nav-mm .svg-wrapper p {
  font-size: clamp(8.12px, 8.12px + (100vw - 320px) * 0.0225, 14px) !important;
  line-height: clamp(0.58, 0.58 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 500 !important;
  font-family: "niveau-grotesk", sans-serif !important;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}
body #header > .header-wrapper .nav-mm .nav-mm-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  overflow: hidden;
}
body #header > .header-wrapper .nav-mm .nav-mm-inner img {
  width: 20px;
  max-height: 21px;
  margin: 18px 0px;
  transition: transform 0.12s ease-in-out;
}
body #header > .header-wrapper .nav-mm .nav-mm-inner img:hover {
  transform: scale(1.15);
}
body #header > .header-wrapper .nav-mm:hover {
  background-color: rgb(198, 8, 16);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
body #header > .header-wrapper .nav-mm.open {
  background-color: rgb(198, 8, 16);
}
body #header > .header-wrapper.stuck .nav-mm {
  cursor: pointer;
  background-color: rgb(198, 8, 16);
}
body:not(.home) #header > .header-wrapper .nav-mm {
  cursor: pointer;
  background-color: rgb(198, 8, 16);
}

body .mm-button {
  display: none;
}
body .mm-button span {
  color: #212157;
  font-size: 16px !important;
  padding: 0 clamp(4px, 3vw, 15px);
}
body.mm-open .mm-button {
  display: initial;
}

#mm-preloader {
  height: 400vw;
  width: 450vw;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  z-index: 998;
}
#mm-preloader #mm-preloader1,
#mm-preloader #mm-preloader2,
#mm-preloader #mm-preloader3 {
  border-radius: 100%;
  position: absolute;
  right: 0;
  transform-origin: right bottom;
  transform: translateX(25%) rotate(0deg);
}
#mm-preloader #mm-preloader1 {
  background-color: #121235;
  bottom: 0%;
  height: 100%;
  width: 100%;
}
#mm-preloader #mm-preloader2 {
  background-color: #1c1c52;
  bottom: 5%;
  height: 105%;
  width: 110%;
}
#mm-preloader #mm-preloader3 {
  background: rgb(38, 38, 105);
  background: linear-gradient(34deg, rgb(38, 38, 105) 0%, rgb(33, 33, 97) 100%);
  bottom: 10%;
  height: 200%;
  width: 200%;
}

.header-main li.html.custom {
  display: inline-block !important;
}

@media (max-width: 1380px) {
  body #header > .header-wrapper .nav-mm .nav-mm-inner {
    height: 0px;
  }
}
@media (max-width: 1279.98px) {
  .megamenu .mm-cell:nth-of-type(4n + 2) {
    grid-column: 1/8;
    grid-row: 2/3;
    padding-right: 0 !important;
  }
  .megamenu .mm-cell:nth-of-type(4n + 3) {
    grid-column: 8/13;
    grid-row: 2/3;
  }
  .megamenu .mm-cell.mm-col {
    padding: clamp(10px, 8vh, 100px) clamp(10px, 4vh, 30px) 20px;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    height: 100%;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li {
    list-style: none;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 5) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(even) {
    align-self: start;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links a {
    margin-left: calc(28px + 1rem);
    margin-right: 0;
    margin-bottom: 8px;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links a.forgot i::before {
    margin-left: 0px;
  }
  .megamenu .mm-cell.mm-bottom #mm-quote-cont .mm-testimonial {
    max-width: 80vw;
  }
}
@media screen and (max-width: 849px) {
  body:not(.page-template-page-transparent-header-light-php) #header .header-wrapper #masthead .header-inner .mobile-nav .header-search a {
    color: hsla(0, 0%, 40%, 0.85) !important;
  }
  body.home #header > .header-wrapper .nav-mm {
    padding: 25px 30px 25px 35px;
    border-bottom-left-radius: 65px;
  }
  body.home #header > .header-wrapper.stuck .nav-mm {
    padding: 16px 20px 16px 25px;
    border-bottom-left-radius: 50px;
  }
  .megamenu {
    display: flex;
    flex-direction: column;
  }
  .megamenu .mm-cell.mm-top {
    padding-top: 80px;
  }
  .megamenu .mm-cell.mm-bottom .three-similar {
    display: flex;
    flex-direction: column;
  }
  .megamenu .mm-cell.mm-bottom #mm-quote-cont {
    display: none;
  }
  .megamenu .mm-cell.mm-col {
    padding: clamp(10px, 4vh, 30px) 20px;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 2) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 5) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-of-type(6n + 6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column .sub-menu {
    min-width: 100%;
    overflow: hidden;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column .sub-menu li::after {
    right: 0;
  }
  .megamenu .mm-cell.mm-col.mm-col-left {
    padding: clamp(10px, 4vh, 30px) 20px !important;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links a.create {
    margin-bottom: 0;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links a.forgot {
    margin-bottom: 0;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links a.forgot i::before {
    margin-left: 8px;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card:hover h3, .megamenu .mm-cell.mm-col.mm-col-right .mm-card:hover p {
    color: #fff;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card:hover a.button {
    background-color: #2e2d77 !important;
  }
}
@media (max-width: 549.98px) {
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column {
    display: flex;
    flex-direction: column;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-child(6n+1) {
    order: 1;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-child(6n+2) {
    order: 4;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-child(6n+3) {
    order: 2;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-child(6n+4) {
    order: 5;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-child(6n+5) {
    order: 3;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column > li:nth-child(6n+6) {
    order: 6;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children {
    min-width: 100%;
    grid-column: 1/2;
    grid-row: auto;
    position: relative;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children::after {
    content: "";
    width: 16px;
    height: 8px;
    position: absolute;
    right: 8px;
    top: 12px;
    transform: translateY(-50%);
    background-image: url("/wp-content/uploads/2023/11/arrow_down.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children:not(:first-of-type) {
    margin-top: clamp(15px, 4vh, 30px);
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children > a {
    margin-bottom: 1rem;
    width: fit-content;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children > a::after {
    display: none;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children .sub-menu {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children .sub-menu li {
    margin-top: 0 !important;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children .sub-menu li::after {
    right: 10px;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children .sub-menu li:last-of-type {
    margin-bottom: 15px;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children.open::after {
    animation: rotateOpen 0.2s forwards ease-in-out;
  }
  .megamenu .mm-cell.mm-col #menu-mega-menu-left-column li.menu-item-has-children.closed::after {
    animation: rotateClose 0.2s forwards ease-in-out;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links a {
    margin-left: calc(28px + 1rem);
    margin-right: 0;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links a.create {
    margin-bottom: 8px;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links a.forgot {
    margin-bottom: 8px;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card .login-links a.forgot i::before {
    margin-left: 0px;
  }
  .megamenu .mm-cell.mm-col.mm-col-right .mm-card a.button {
    display: block;
  }
  .megamenu .mm-cell.mm-bottom .banner .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@keyframes rotateOpen {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotateClose {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes heightOpen {
  0% {
    height: 0;
  }
  100% {
    height: initial;
  }
}
@keyframes heightClose {
  0% {
    height: initial;
  }
  100% {
    height: 0px;
  }
}