.wow {
  visibility: hidden;
}
.visually-hidden {
  display: none;
}

a {
  color: #4a4a4a;
  cursor: pointer;
  transition: color 0.15s linear;
  display: block;
  text-decoration: none;
}

.header--dropdown a:hover {
  color: #158fff !important;
  text-decoration: none;
}

ul,
ol {
  padding-left: 1.2em;
}

header img {
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic;
}

img:not([src]) {
  visibility: hidden;
}

.row-header {
  display: block;
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
  width: 95%;
}

@media (min-width: 1280px) {
  .row-header {
    width: 95%;
  }
}

.row-header:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.row-of-cards {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 1280px) {
  .row-of-cards {
    flex-wrap: nowrap;
  }
}

.row-of-cards.wrap {
  flex-wrap: wrap;
}

.card-product--image {
  height: 0;
  padding: 0 0 35% 0;
  position: relative;
  width: 100%;
}

@media (min-width: 700px) {
  .card-product--image {
    padding: 0 0 50% 0;
  }
}

.card-product--image img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}

.card-product-menu {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 260px;
  min-width: 150px;
  padding: 10px 20px 30px 20px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 16.6666%;
  height: 310px;
  position: relative;
}

.card-product-menu--image {
  height: 100px;
  position: relative;
  padding-bottom: 44px !important;
  width: 100%;
}

.card-product-menu--image img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
}

.card-product-menu .learn-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dropdown {
  display: none;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 110px;
  -webkit-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
  -webkit-transform-origin: 50% -50px;
  transform-origin: 50% -50px;
  transition: opacity 0.25s ease, top 0.25s ease-out, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, top 0.25s ease-out, transform 0.25s ease;
  transition: opacity 0.25s ease, top 0.25s ease-out, transform 0.25s ease,
    -webkit-transform 0.25s ease;
  z-index: 1000;
}

@media (min-width: 1280px) {
  .dropdown {
    display: block;
  }
}

.dropdown-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 10px 10px 40px rgba(31, 32, 66, 0.15);
  left: 23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: height 0.25s ease, width 0.25s ease, -webkit-transform 0.25s ease;
  transition: height 0.25s ease, transform 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, transform 0.25s ease, width 0.25s ease,
    -webkit-transform 0.25s ease;
}

.dropdown-section {
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.05s ease;
  visibility: hidden;
}

.dropdown-section.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.3s ease 0.15s;
  visibility: visible;
}

.dropdown-section.left {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.dropdown-section.right {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.dropdown-content {
  left: 0;
  position: absolute;
  top: 0;
}

.fixed .dropdown {
  top: 70px;
}

.has-notification-bar .dropdown {
  top: 163px;
}

.has-notification-bar .fixed .dropdown {
  top: 123px;
}

.dropdown-active .dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}

.dropdown-active .dropdown .dropdown-section.active {
  pointer-events: auto;
}

.no-dropdown-transition .dropdown .dropdown-bg,
.no-dropdown-transition .dropdown .dropdown-bg-alt,
.no-dropdown-transition .dropdown .dropdown-container,
.no-dropdown-transition .dropdown .dropdown-section {
  transition: none;
}

.dropdown-list {
  box-sizing: border-box;
  padding: 20px 35px;
  width: 260px;
}

.dropdown-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-list li {
  margin: 10px 0;
}

.dropdown-list a {
  text-decoration: none;
}

.dropdown-products {
  height: 380px;
  right: 0;
}

.dropdown-products.app {
  height: 200px;
}

.dropdown-products .row-of-cards {
  align-items: start !important;
}

.app .card-product-menu {
  height: unset;
}
.dropdown-products .row-of-cards:last-child > p {
  padding: 0;
}

.dropdown-products .row-of-cards:last-child > p:first-child {
  margin: auto auto auto 0;
}

.dropdown-products .row-of-cards:last-child > p:last-child {
  margin: auto 0 auto auto;
}

.mega-schedule {
  background-color: #f6f6f6;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  padding: 15px 30px;
  position: absolute;
  width: 100%;
}

.mega-schedule .mega-schedule-left {
  float: left;
  width: 70%;
  font-family: 'Gotham-Bold';
  font-size: 12px;
  margin: 16px 0;
  color: #4f4f4f;
}

.mega-schedule .mega-schedule-right {
  float: right;
  text-align: right;
  width: 30%;
  margin: 5px 0;
}

.menu-header {
  font-weight: 700;
}

.header {
  background: #fff;
  box-sizing: border-box;
  padding: 10px 0;
  transition: all 0.2s ease-out;
}

.header:after {
  clear: both;
  content: '';
  display: table;
}

.header.fixed {
  background-color: #fff !important;
  box-shadow: 0 3px 20px 0 rgba(31, 32, 66, 0.1);
  padding: 20px 0 20px;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
}
.header-logo img {
  height: 27px;
  float: left;
}
@media (max-width: 720px) {
  .header-logo img {
    height: 18px;
    float: left;
    margin: 11px;
  }
}

.header button {
  background: transparent;
  border: 0;
  color: #4a4a4a;
  display: none;
  float: right;
  outline: none;
  letter-spacing: normal;
}

.header button i {
  margin-left: 10px;
  position: relative;
  top: 0px;
  vertical-align: middle;
}

.header nav {
  clear: both;
  display: block;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  transition: max-height 0.5s ease-in-out;
}

@media (min-width: 1280px) {
  .header nav {
    overflow: visible;
  }
}

.header nav a {
  text-decoration: none;
}

.header nav > ul {
  font-weight: 400;
  list-style: none;
  margin: 15px 0;
  padding: 25px 0 0 0;
}

.header nav > ul:last-child {
  padding-top: 10px;
}

.header nav > ul > li {
  margin: 4px 0;
}

.header nav > ul > li.active a {
  color: #158fff;
}
li.menu-item {
  padding: 5px 0;
}
.header {
  font-family: 'Gotham-Light';
  font-weight: bolder;
}
@media (min-width: 1280px) {
  .header nav > ul > li a {
    font-size: 14.4px;
  }
}

.header--dropdown {
  position: relative;
  cursor: pointer;
}

.header--dropdown a {
  font-weight: 700;
}

@media (min-width: 1280px) {
  .header--dropdown a {
    font-weight: 400;
  }
}

.header--dropdown ul li a {
  font-weight: 400;
}

.header--dropdown:hover:before {
  content: '';
  display: block;
  height: 80px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.header--dropdown:hover a {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.header--dropdown ul {
  background: #fff;
  border-radius: 4px;
  color: #4a4a4a;
  font-weight: 400;
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.4s ease;
}

.header--dropdown.show-mobile-menu ul {
  max-height: 300px;
}

.header--dropdown.show-mobile-menu i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 1280px) {
  .header--dropdown.show-mobile-menu i {
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 1280px) {
  .header--dropdown ul {
    display: none !important;
  }
}

.header--dropdown i {
  margin-left: 5px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media (min-width: 700px) {
  .header nav > ul > li {
    padding: 0 7px 0 7px;
  }
}

@media (min-width: 1280px) {
  .header {
    padding: 30px 0;
  }
  .header nav {
    clear: none;
    max-height: none;
    padding: 0;
    transition: none;
  }
  .header nav > ul {
    display: block;
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
  }
  .header nav > ul > li {
    float: left;
    padding: 0 7px 0 7px;
  }
  .header nav > ul:last-child {
    float: right;
    padding-top: 0;
  }

  .header nav .button {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .header h1 {
    margin-top: 0;
  }
  .header h1 img {
    height: 60px;
  }
  .header nav > ul:first-child > li {
    padding: 0 13px 0 13px;
  }
  .header nav .button {
    display: inline-block;
  }
}

@media (min-width: 1400px) {
  .header h1 {
    margin-top: 0;
  }
  .header h1 img {
    height: 60px;
  }
  .header nav > ul:first-child > li {
    padding: 0 13px 0 13px;
  }
  .header nav .button {
    display: inline-block;
  }
}

.js .header button.btn-open {
  display: block;
}

.js body.show-menu .header {
  border-bottom: 2px solid #edf0f6;
}

.js body.show-menu .header button.btn-open {
  display: none;
}

.js body.show-menu .header button.btn-close {
  display: block;
}

.js body.show-menu .header nav {
  max-height: 700px;
}

@media (min-width: 1280px) {
  .js .header {
    background: #fff;
    border: 0 !important;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .js .header button.button-dropdown {
    display: none !important;
  }
  .js .header nav {
    max-height: none !important;
  }
  .js .main {
    padding-top: 110px;
  }
  .js .has-notification-bar .main {
    padding-top: 163px;
  }
}

.dropdown-section {
  font-style: 'Gotham-Bold';
}
.title-card-menu {
  color: #4a4a4a !important;
  font-family: 'Gotham-Bold' !important;
  font-weight: bold;
  font-size: 16.06px;
  height: 40px;
}
.content-card-menu {
  color: #4a4a4a !important;
  margin-top: 2px;
  font-size: 12px;
  height: 100px;
  line-height: 20px;
  width: 195px;
  margin: auto;
}
.header button.button-dropdown.btn-open {
  max-width: 100px;
}

button.button.button-dropdown.btn-close {
  max-width: 100px;
}
.get-in-touch,
.button-outline-deep-sky-blue {
  font-family: 'Gotham-Bold';
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal !important;
  text-align: center;
  font-size: 12.8px;
}

.dropdown-products.app .content-menu {
  padding-bottom: 10px;
}
.app .card-product-menu--image {
  height: 150px;
}
.app .card-product-menu--image {
  height: 74px;
}
.mega-schedule {
  height: 79px;
}

.download-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-between;
  padding: 20px;
  height: inherit;
}

.align-center {
  text-align: center;
}

.download-btn-container {
  display: flex;
  justify-content: center;
}

.margin-btm-10 {
  margin-bottom: 10px;
}
