.et_pb_button.et_pb_bg_layout_light {
  color: #fff !important;
}

.et_pb_button.rr-popup-form-trigger.et_pb_bg_layout_light {
  border-color: #fff !important;
}

#header.aw-header {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10000;
}
#header.aw-header.dark-header .row:last-child {
  background-color: #1d282e !important;
}
#header.aw-header.dark-header .row:last-child input {
  width: 73% !important;
}
#header.aw-header.dark-header .row .burger-menu .burger-menu-line {
  background-color: rgb(255, 255, 255) !important;
}
#header.aw-header.dark-header .row .burger-menu .burger-menu-line::before, #header.aw-header.dark-header .row .burger-menu .burger-menu-line::after {
  background-color: rgb(255, 255, 255) !important;
}
#header.aw-header.dark-header .primary-menu li {
  color: rgb(255, 255, 255) !important;
}
#header.aw-header .wrapper .content-wrap .logo-wrap svg path {
  fill: #00aae5;
}
#header.aw-header .wrapper .row {
  background-color: rgb(255, 255, 255);
}
#header.aw-header .wrapper .row:first-child .content-wrap {
  justify-content: end;
}
@media (max-width: 1024px) {
  #header.aw-header .wrapper .row:first-child {
    display: none;
  }
}
#header.aw-header .wrapper .row:last-child .content-wrap {
  justify-content: space-between;
}
#header.aw-header .wrapper .row.transparent-bg {
  background-color: rgb(255, 255, 255);
}
#header.aw-header .wrapper .row.main-color-bg {
  background-color: #d9f2fb;
}
#header.aw-header .wrapper .row .content-wrap {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
#header.aw-header .wrapper .row .content-wrap .logo-wrap {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 1170px) {
  #header.aw-header .wrapper .row .content-wrap .logo-wrap {
    max-width: 125px;
  }
}
@media (max-width: 1024px) {
  #header.aw-header .wrapper .row .content-wrap .logo-wrap {
    max-width: 180px;
  }
}
#header.aw-header .wrapper .row .content-wrap .logo-wrap svg path {
  fill: #00aae5;
}
#header.aw-header .wrapper .row .content-wrap nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
#header.aw-header .wrapper .row .content-wrap nav ul li {
  color: #1f282c;
}
#header.aw-header .wrapper .row .content-wrap nav ul li a {
  color: #1f282c;
}
#header.aw-header .wrapper .row .content-wrap nav.primary-menu .main-list {
  position: relative;
}
#header.aw-header .wrapper .row .content-wrap nav.primary-menu .menu-underline {
  position: absolute;
  left: 0;
  bottom: -37px;
  height: 3px;
  width: 0;
  background-color: #00aae5;
  transform: translateX(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, width 0.35s ease, opacity 0.2s ease;
}
#header.aw-header .wrapper .row .content-wrap nav.primary-menu .menu-underline.is-visible {
  opacity: 1;
}
@media (max-width: 1170px) {
  #header.aw-header .wrapper .row .content-wrap nav.primary-menu .menu-underline {
    bottom: -32px;
  }
}
@media (max-width: 1024px) {
  #header.aw-header .wrapper .row .content-wrap nav.primary-menu .menu-underline {
    display: none;
  }
}
#header.aw-header .wrapper .row .content-wrap nav.primary-menu li {
  font-size: 15px;
  font-weight: 700;
  line-height: 107%;
  cursor: default;
  transition: all 0.45s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1170px) {
  #header.aw-header .wrapper .row .content-wrap nav.primary-menu li {
    font-size: 13px;
  }
}
#header.aw-header .wrapper .row .content-wrap nav.secondary-menu a {
  font-size: 13px;
  font-weight: 600;
  line-height: 107%;
  color: #1f282c;
}
#header.aw-header .wrapper .row .content-wrap nav.secondary-menu a.contact-sales {
  color: rgb(255, 255, 255);
  max-width: 124px;
  width: 100%;
  padding: 8px 14px;
  border-radius: 40px;
  background-color: #00aae5;
  transition: all 0.45s ease-in-out;
  display: block;
}
#header.aw-header .wrapper .row .content-wrap nav.secondary-menu a.contact-sales:hover {
  background-color: #0279a5;
  transform: scale(1.05);
  color: rgb(255, 255, 255);
}
#header.aw-header .wrapper .row .content-wrap nav.secondary-menu a:hover {
  color: #00aae5;
}
@media (max-width: 1024px) {
  #header.aw-header .wrapper .row .content-wrap nav {
    display: none;
  }
}
#header.aw-header .wrapper .row .content-wrap select {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 2px 4px;
  border-color: rgb(255, 255, 255) !important;
}
#header.aw-header .wrapper .row .content-wrap select option {
  color: #1f282c !important;
}
#header.aw-header .wrapper .row .content-wrap .search-wrap {
  position: relative;
}
#header.aw-header .wrapper .row .content-wrap .search-wrap .svg-wrap {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
#header.aw-header .wrapper .row .content-wrap .search-wrap input {
  border-radius: 25px;
  border: 1px solid #1f282c;
  padding: 8px 14px 8px 38px;
  width: 100%;
  max-width: 175px;
}
@media (max-width: 1170px) {
  #header.aw-header .wrapper .row .content-wrap .search-wrap input {
    max-width: 140px;
  }
}
@media (max-width: 1024px) {
  #header.aw-header .wrapper .row .content-wrap .search-wrap {
    display: none;
  }
}
#header.aw-header .wrapper .row .content-wrap .burger-menu {
  display: none;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#header.aw-header .wrapper .row .content-wrap .burger-menu .burger-menu-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #1f282c;
  transform: translate(-50%, -50%);
  box-shadow: 0 7px 0 rgb(255, 255, 255), 0 -7px 0 rgb(255, 255, 255);
  cursor: pointer;
}
#header.aw-header .wrapper .row .content-wrap .burger-menu .burger-menu-line::before, #header.aw-header .wrapper .row .content-wrap .burger-menu .burger-menu-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1f282c;
}
#header.aw-header .wrapper .row .content-wrap .burger-menu .burger-menu-line::before {
  top: -7px;
}
#header.aw-header .wrapper .row .content-wrap .burger-menu .burger-menu-line::after {
  bottom: -7px;
}
#header.aw-header .wrapper .row .content-wrap .burger-menu .js-burger-close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#header.aw-header .wrapper .row .content-wrap .burger-menu .burger-menu-line {
  transition: opacity 0.4s ease;
}
@media (max-width: 1024px) {
  #header.aw-header .wrapper .row .content-wrap .burger-menu {
    display: block;
  }
}
#header.aw-header .js-wpml-ls-item-toggle.wpml-ls-item-toggle.lang_sel_sel {
  border-radius: 10px;
  background-color: transparent;
  color: #1f282c;
  border-color: #1f282c;
  font-size: 13px;
  background-color: rgb(255, 255, 255);
}
#header.aw-header .js-wpml-ls-item-toggle.wpml-ls-item-toggle.lang_sel_sel:hocus, #header.aw-header .js-wpml-ls-item-toggle.wpml-ls-item-toggle.lang_sel_sel:active, #header.aw-header .js-wpml-ls-item-toggle.wpml-ls-item-toggle.lang_sel_sel:target {
  background-color: transparent;
  color: #1f282c;
  border-color: #1f282c;
}
#header.aw-header .js-wpml-ls-sub-menu.wpml-ls-sub-menu {
  border-radius: 10px;
  overflow: hidden;
}
#header.aw-header .js-wpml-ls-sub-menu.wpml-ls-sub-menu a span {
  font-size: 13px;
}
#header.aw-header .menu-hover-bridge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  z-index: 8999;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  #header.aw-header .menu-hover-bridge {
    display: none;
  }
}

#submenus.aw-submenu {
  position: absolute;
  top: 158px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 25px;
  box-sizing: border-box;
  z-index: 9000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-32px) scaleY(0.96);
  transform-origin: top;
  will-change: transform, opacity, max-height;
  max-height: 0;
  overflow: hidden;
  --submenu-max-height: 0px;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 9000;
}
#submenus.aw-submenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) scaleY(1);
  max-height: var(--submenu-max-height, 0px);
}
@media (max-width: 1024px) {
  #submenus.aw-submenu {
    display: none;
  }
}
#submenus.aw-submenu .submenu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s ease;
  max-width: 1050px;
  min-width: 1050px;
}
@media (max-width: 1170px) {
  #submenus.aw-submenu .submenu {
    max-width: 920px;
    min-width: 920px;
  }
}
@media (max-width: 1170px) {
  #submenus.aw-submenu .submenu .multi-cols[data-menu=your-business] .cols-wrap,
  #submenus.aw-submenu .submenu .multi-cols[data-menu=your-challenges] .cols-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1170px) {
  #submenus.aw-submenu .submenu .multi-cols[data-menu=your-business],
  #submenus.aw-submenu .submenu .multi-cols[data-menu=your-challenges] {
    flex-direction: column !important;
  }
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=your-business] .cols-wrap .col,
#submenus.aw-submenu .submenu .multi-cols[data-menu=your-challenges] .cols-wrap .col {
  min-width: 195px !important;
  max-width: 195px !important;
  border-radius: 10px;
  padding: 8px 8px 8px 12px;
  transition: all 0.45s ease-in-out;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=your-business] .cols-wrap .col .link-col,
#submenus.aw-submenu .submenu .multi-cols[data-menu=your-challenges] .cols-wrap .col .link-col {
  max-width: 100% !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=your-business] .cols-wrap .col:hover, #submenus.aw-submenu .submenu .multi-cols[data-menu=your-business] .cols-wrap .col:has(.link-col.active-page),
#submenus.aw-submenu .submenu .multi-cols[data-menu=your-challenges] .cols-wrap .col:hover,
#submenus.aw-submenu .submenu .multi-cols[data-menu=your-challenges] .cols-wrap .col:has(.link-col.active-page) {
  background-color: #d9f2fb;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] {
  gap: 30px !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] .col {
  min-width: 250px !important;
  max-width: 250px !important;
  border-radius: 10px;
  padding: 8px 8px 8px 12px;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 1170px) {
  #submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] .col {
    min-width: 200px !important;
    max-width: 200px !important;
  }
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] .col:hover, #submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] .col:has(.link-col.active-page) {
  background-color: #d9f2fb;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] .col .link-col {
  max-width: 250px !important;
}
@media (max-width: 1170px) {
  #submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] .col .link-col {
    max-width: 200px !important;
  }
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] .global-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  font-size: 10px;
  font-weight: 600;
  line-height: 107%;
  border-radius: 50px;
  padding: 8px 14px;
  width: 100%;
  margin-top: auto;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] .global-btn:hover {
  background-color: #0279a5;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] .col:has(.global-btn) {
  display: flex;
  flex-direction: row;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=our-products] .col:has(.global-btn):hover {
  background-color: inherit !important;
}
#submenus.aw-submenu .submenu[data-id=partners], #submenus.aw-submenu .submenu[data-id=customer-hub], #submenus.aw-submenu .submenu[data-id=company] {
  min-width: 550px !important;
  max-width: 550px !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=partners],
#submenus.aw-submenu .submenu .multi-cols[data-menu=customer-hub],
#submenus.aw-submenu .submenu .multi-cols[data-menu=company] {
  gap: 30px !important;
  background-color: rgb(255, 255, 255) !important;
  padding: 0 !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=partners] .col,
#submenus.aw-submenu .submenu .multi-cols[data-menu=customer-hub] .col,
#submenus.aw-submenu .submenu .multi-cols[data-menu=company] .col {
  max-width: 250px !important;
  min-width: 250px !important;
  border-radius: 10px;
  padding: 8px 8px 8px 12px;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=partners] .col .link-col,
#submenus.aw-submenu .submenu .multi-cols[data-menu=customer-hub] .col .link-col,
#submenus.aw-submenu .submenu .multi-cols[data-menu=company] .col .link-col {
  max-width: 100% !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=partners] .col,
#submenus.aw-submenu .submenu .multi-cols[data-menu=customer-hub] .col,
#submenus.aw-submenu .submenu .multi-cols[data-menu=company] .col {
  transition: all 0.45s ease-in-out;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=partners] .col:hover,
#submenus.aw-submenu .submenu .multi-cols[data-menu=customer-hub] .col:hover,
#submenus.aw-submenu .submenu .multi-cols[data-menu=company] .col:hover {
  background-color: #d9f2fb !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=resources] .ann-col {
  padding: 0 !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=resources] .ann-col:hover {
  background-color: unset !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=resources] .cols-wrap {
  max-width: 100% !important;
  width: 100% !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=resources] .cols-wrap .col {
  max-width: 100% !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=resources] .cols-wrap .col .link-col {
  max-width: 100% !important;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=resources] .grid-col-three-row-four {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(320px, 1.2fr);
  grid-template-rows: repeat(4, auto);
  grid-auto-rows: auto;
  grid-auto-flow: column;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-content: flex-start;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=resources] .grid-col-three-row-four > .col:last-child {
  grid-column: 3;
  grid-row: 2/span 3;
  align-self: start;
}
#submenus.aw-submenu .submenu[data-id=company] .announcement, #submenus.aw-submenu .submenu[data-id=resources] .announcement {
  background-color: #d9f2fb !important;
}
#submenus.aw-submenu .submenu[data-id=company] .announcement span, #submenus.aw-submenu .submenu[data-id=resources] .announcement span {
  background-color: rgb(255, 255, 255) !important;
}
#submenus.aw-submenu .submenu[data-id=company] .multi-cols, #submenus.aw-submenu .submenu[data-id=resources] .multi-cols {
  padding: 0;
  background-color: rgb(255, 255, 255) !important;
}
#submenus.aw-submenu .submenu[data-id=company] .cols-wrap, #submenus.aw-submenu .submenu[data-id=resources] .cols-wrap {
  gap: 25px;
}
#submenus.aw-submenu .submenu[data-id=company] .cols-wrap .col, #submenus.aw-submenu .submenu[data-id=resources] .cols-wrap .col {
  border-radius: 10px;
  padding: 8px 8px 8px 12px;
  transition: all 0.45s ease-in-out;
}
#submenus.aw-submenu .submenu[data-id=company] .cols-wrap .col:hover, #submenus.aw-submenu .submenu[data-id=company] .cols-wrap .col:has(.link-col.active-page), #submenus.aw-submenu .submenu[data-id=resources] .cols-wrap .col:hover, #submenus.aw-submenu .submenu[data-id=resources] .cols-wrap .col:has(.link-col.active-page) {
  background-color: #d9f2fb;
}
#submenus.aw-submenu .submenu[data-id=why-sps] {
  max-width: 920px;
  min-width: 920px;
}
#submenus.aw-submenu .submenu[data-id=why-sps] .multi-cols {
  padding: 0;
  background-color: transparent !important;
}
#submenus.aw-submenu .submenu[data-id=why-sps] .multi-cols .col {
  min-width: 280px;
  border-radius: 10px;
  padding: 8px 8px 8px 12px;
  transition: all 0.45s ease-in-out;
}
#submenus.aw-submenu .submenu[data-id=why-sps] .multi-cols .col:hover, #submenus.aw-submenu .submenu[data-id=why-sps] .multi-cols .col:has(.link-col.active-page) {
  background-color: #d9f2fb !important;
}
#submenus.aw-submenu .submenu[data-id=why-sps] .multi-cols .col .link-col {
  max-width: 280px;
}
#submenus.aw-submenu .submenu .mult-cols[data-menu=strategic-partners] .announcement {
  padding: 0;
}
#submenus.aw-submenu .submenu.spec {
  min-width: 500px;
}
#submenus.aw-submenu .submenu.active {
  position: relative;
  display: flex;
  flex-direction: row;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#submenus.aw-submenu .submenu .multi-cols {
  display: none;
  gap: 30px;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 30px;
  width: 100%;
  align-content: flex-start;
  gap: 30px;
}
#submenus.aw-submenu .submenu .multi-cols .cols-wrap .col {
  min-width: 207px;
}
#submenus.aw-submenu .submenu .multi-cols > .col {
  min-width: 220px;
}
#submenus.aw-submenu .submenu .multi-cols .link-col {
  display: flex;
  align-items: flex-start;
}
#submenus.aw-submenu .submenu .multi-cols.spec {
  justify-content: center;
  background-color: transparent;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
#submenus.aw-submenu .submenu .multi-cols.active {
  display: flex;
  flex-direction: row;
}
#submenus.aw-submenu .submenu .multi-cols.cols-names {
  flex-direction: column;
}
#submenus.aw-submenu .submenu .multi-cols.cols-names .cols-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 107%;
  margin-bottom: 15px;
  width: 100%;
}
#submenus.aw-submenu .submenu .multi-cols.cols-names .cols-name:not(:first-child) {
  margin-top: 30px;
}
#submenus.aw-submenu .submenu .multi-cols.cols-names .cols-wrap {
  width: 100%;
}
#submenus.aw-submenu .submenu .multi-cols.cols-names .cols-wrap .col {
  min-width: 220px;
}
#submenus.aw-submenu .submenu .multi-cols.with-ann {
  gap: 30px;
}
#submenus.aw-submenu .submenu .multi-cols.with-ann .cols-wrap .col {
  min-width: 207px;
}
#submenus.aw-submenu .submenu .multi-cols.half-half {
  width: 100%;
  flex-wrap: nowrap;
}
#submenus.aw-submenu .submenu .multi-cols.half-half .cols-wrap {
  width: 50%;
  max-width: 50%;
}
#submenus.aw-submenu .submenu .multi-cols.half-half .announcement {
  width: 50%;
  max-width: 45%;
}
#submenus.aw-submenu .submenu .multi-cols.more-half {
  width: 100%;
  flex-wrap: nowrap;
}
#submenus.aw-submenu .submenu .multi-cols.more-half .cols-wrap {
  width: 30%;
  max-width: 30%;
}
#submenus.aw-submenu .submenu .multi-cols.more-half .cols-wrap .col .link-col {
  max-width: 220px;
}
#submenus.aw-submenu .submenu .multi-cols.more-half .announcement {
  width: 65%;
  max-width: 65%;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one {
  gap: 10px;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one .announcement {
  background-color: transparent;
  max-width: 385px;
  padding: 0;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one .announcement .global-btn {
  border-radius: 5px;
  background: #00aae5;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 107%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  max-width: 385px;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one .announcement .two-cols {
  border-radius: 10px;
  background-color: #f5fcff;
  padding: 25px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one .announcement .two-cols .text-wrap {
  background-color: #f5fcff;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one .announcement .two-cols .img-wrap {
  min-width: 115px;
  margin-bottom: 0;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one .announcement .two-cols .global-btn {
  font-size: 10px;
  max-width: 105px;
  height: 30px;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one .announcement .img-wrap {
  background-color: #d9d9d9;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one .cols-wrap {
  max-width: 53%;
  padding-right: 30px;
  border-right: 1px solid #9c9a9a;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one[data-menu=company] .cols-wrap {
  padding-right: 0;
  border-right: none;
  width: 51%;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one[data-menu=company] .cols-wrap .col {
  min-width: 250px;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one[data-menu=company] .ann-heading {
  padding-bottom: 0;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one[data-menu=company] .img-wrap {
  background-color: #d9f2fb;
  min-height: 270px;
  min-width: 245px !important;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one[data-menu=company] .announcement {
  max-width: 515px;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one[data-menu=company] .two-cols {
  gap: 20px;
}
#submenus.aw-submenu .submenu .multi-cols.all-in-one[data-menu=company] .text-wrap {
  max-width: 200px;
}
#submenus.aw-submenu .submenu .multi-cols[data-menu=strategic-partners] .announcement {
  padding: 0;
}
#submenus.aw-submenu .submenu .multi-cols.active.grid-col-three-row-four {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  align-content: flex-start;
}
#submenus.aw-submenu .submenu .multi-cols.active.grid-col-three-row-four > :last-child {
  grid-row: 4;
}
@media (max-width: 1170px) {
  #submenus.aw-submenu .submenu .multi-cols.active.grid-col-three-row-four {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#submenus.aw-submenu .submenu .multi-cols .cols-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 60%;
  justify-content: flex-start;
  align-content: flex-start;
}
#submenus.aw-submenu .submenu .multi-cols .cols-wrap.full-w {
  max-width: 100%;
}
#submenus.aw-submenu .submenu .multi-cols .cols-wrap.row-wrap {
  display: flex;
  flex-direction: column;
  width: 33%;
}
#submenus.aw-submenu .submenu .multi-cols .cols-wrap.logo-wrap {
  gap: 20px;
  max-width: 50%;
  align-content: flex-start;
}
#submenus.aw-submenu .submenu .multi-cols .cols-wrap.logo-wrap .link-col {
  max-width: 125px;
  width: 100%;
  background-color: #ebebec;
  font-size: 18px;
  font-weight: 700;
  line-height: 107%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #1f282c;
  min-height: 90px;
  flex-wrap: wrap;
  padding: 30px;
}
#submenus.aw-submenu .submenu .multi-cols .cols-wrap.logo-wrap .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#submenus.aw-submenu .submenu .multi-cols .col .link-col {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  max-width: 200px;
}
#submenus.aw-submenu .submenu .multi-cols .col .link-col p {
  padding: 0;
  margin: 0;
  color: #1f282c;
}
#submenus.aw-submenu .submenu .multi-cols .col .link-col svg path {
  transition: all 0.45s ease-in-out;
}
#submenus.aw-submenu .submenu .multi-cols .col .link-col .page-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 107%;
  margin-bottom: 8px;
  transition: all 0.45s ease-in-out;
}
#submenus.aw-submenu .submenu .multi-cols .col .link-col .page-name svg {
  margin-left: 5px;
}
#submenus.aw-submenu .submenu .multi-cols .col .link-col .page-description {
  font-size: 11px;
  font-weight: 400;
  line-height: 107%;
}
#submenus.aw-submenu .submenu .multi-cols .col .link-col:hover .page-name, #submenus.aw-submenu .submenu .multi-cols .col .link-col.active-page .page-name {
  color: #00aae5;
}
#submenus.aw-submenu .submenu .multi-cols .col .link-col:not(.max-ico):hover svg path, #submenus.aw-submenu .submenu .multi-cols .col .link-col:not(.max-ico).active-page svg path {
  fill: #00aae5;
}
#submenus.aw-submenu .submenu .multi-cols .col:has(.link-col.active-page) {
  background-color: #d9f2fb;
}
#submenus.aw-submenu .submenu .multi-cols .announcement {
  border-radius: 10px;
  background-color: #d9f2fb;
  padding: 25px;
  width: 100%;
  max-width: 210px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.two-cols {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.two-cols.video-ann {
  width: 67%;
  border-radius: 10px;
  background-color: #f1fbff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 452px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.two-cols.video-ann .text-wrap {
  max-width: 125px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.two-cols .ann-heading {
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.special-width {
  max-width: 330px;
  background-color: transparent;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.special-width .ann-description {
  font-size: 13px;
  font-weight: 400;
  line-height: 107%;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.special-width .ann-heading {
  padding-bottom: 0;
}
#submenus.aw-submenu .submenu .multi-cols .announcement span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 15px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement .ann-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 15px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement .img-wrap,
#submenus.aw-submenu .submenu .multi-cols .announcement .video-wrap {
  width: 100%;
}
#submenus.aw-submenu .submenu .multi-cols .announcement .video-wrap {
  margin-bottom: 0;
  max-width: 250px;
  min-height: 150px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement .global-btn {
  border-radius: 5px;
  background: #00aae5;
  color: rgb(255, 255, 255);
  font-size: 10px;
  font-weight: 600;
  line-height: 107%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  width: 100%;
  max-width: 105px;
  height: 30px;
  margin-top: 15px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement .ann-description {
  font-size: 11px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 0;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated {
  padding: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated.ann-your-business {
  max-width: 95% !important;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated span {
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 9px;
  padding: 5px 8px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated .ann-heading {
  font-size: 18px;
  margin-bottom: 2px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated .ann-description {
  font-size: 11px;
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated .ann-description:not(:first-of-type) {
  margin-bottom: 10px !important;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated .img-wrap {
  margin-bottom: 0;
  width: 100%;
  max-width: 125px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated .img-wrap.bigger-w {
  max-width: 155px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated .global-btn {
  font-size: 10px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 50px;
  height: 20px;
  margin-top: 10px;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated .text-wrap {
  max-width: 150px;
  width: 100%;
}
#submenus.aw-submenu .submenu .multi-cols .announcement.ann-updated .text-wrap.full-w {
  max-width: 100%;
  width: 100%;
}
#submenus.aw-submenu .submenu .tabs-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 170px;
}
#submenus.aw-submenu .submenu .tabs-wrap .tab {
  width: 100%;
  max-width: 170px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.45s ease-in-out;
}
#submenus.aw-submenu .submenu .tabs-wrap .tab p {
  margin: 0;
  padding: 0;
}
#submenus.aw-submenu .submenu .tabs-wrap .tab.active {
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
#submenus.aw-submenu .submenu .tabs-wrap .tab.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  background-color: #f7f7f7;
  z-index: -1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#submenus.aw-submenu .submenu .tabs-wrap .tab.active .page-name {
  color: #00aae5;
}
#submenus.aw-submenu .submenu .tabs-wrap .tab .page-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 107%;
  margin-bottom: 0;
  transition: all 0.45s ease-in-out;
}
#submenus.aw-submenu .submenu .tabs-wrap .tab .page-description {
  font-size: 11px;
  font-weight: 400;
  line-height: 107%;
}
#submenus.aw-submenu .submenu[data-id=solutions-for]:has(.link-col.active-page) {
  background-color: transparent !important;
}
@media (max-width: 1170px) {
  #submenus.aw-submenu {
    top: 138px;
  }
}
#submenus.aw-submenu.dark-header {
  background-color: #1d282e !important;
}
#submenus.aw-submenu.dark-header .page-name,
#submenus.aw-submenu.dark-header .page-description {
  color: rgb(255, 255, 255) !important;
}
#submenus.aw-submenu.dark-header .page-name svg path,
#submenus.aw-submenu.dark-header .page-description svg path {
  fill: rgb(255, 255, 255) !important;
}
#submenus.aw-submenu.dark-header .svg-wrap svg path {
  fill: rgb(255, 255, 255) !important;
}
#submenus.aw-submenu.dark-header .submenu .multi-cols {
  background-color: #1d282e !important;
}
#submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=our-products], #submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-business], #submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-challenges] {
  background-color: #767676 !important;
}
#submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=our-products] .col:hover .page-name,
#submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=our-products] .col:hover .page-description, #submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-business] .col:hover .page-name,
#submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-business] .col:hover .page-description, #submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-challenges] .col:hover .page-name,
#submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-challenges] .col:hover .page-description {
  color: #1f282c !important;
}
#submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=our-products] .col:hover .page-name svg path,
#submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=our-products] .col:hover .page-description svg path, #submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-business] .col:hover .page-name svg path,
#submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-business] .col:hover .page-description svg path, #submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-challenges] .col:hover .page-name svg path,
#submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-challenges] .col:hover .page-description svg path {
  fill: #1f282c !important;
}
#submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=our-products] .col:hover .svg-wrap svg path, #submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-business] .col:hover .svg-wrap svg path, #submenus.aw-submenu.dark-header .submenu .multi-cols[data-menu=your-challenges] .col:hover .svg-wrap svg path {
  fill: #1f282c !important;
}
#submenus.aw-submenu.dark-header .submenu .col .page-name,
#submenus.aw-submenu.dark-header .submenu .col .page-description {
  transition: background-color 0.45s ease-in-out !important;
}
#submenus.aw-submenu.dark-header .submenu .col:hover .page-name,
#submenus.aw-submenu.dark-header .submenu .col:hover .page-description {
  color: #1f282c !important;
}
#submenus.aw-submenu.dark-header .submenu .col:hover .svg-wrap svg path {
  fill: #1f282c !important;
}
#submenus.aw-submenu.dark-header .submenu .tabs-wrap .tab.active {
  background-color: #767676 !important;
}
#submenus.aw-submenu.dark-header .submenu .tabs-wrap .tab.active::after {
  background-color: #767676 !important;
}

#mobile-menu.aw-mobile-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 1024px) {
  #mobile-menu.aw-mobile-menu {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    z-index: 100000000;
  }
}
#mobile-menu.aw-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#mobile-menu.aw-mobile-menu #languages-select {
  background-color: transparent;
  color: #1f282c;
  border-radius: 5px;
  padding: 2px 4px;
  border-color: #1f282c !important;
}
@media (max-width: 1024px) and (min-width: 992px) {
  #mobile-menu.aw-mobile-menu .wrapper .row .content-wrap nav {
    display: block;
  }
  #mobile-menu.aw-mobile-menu .wrapper .row .content-wrap .search-wrap {
    display: block;
  }
  #mobile-menu.aw-mobile-menu .wrapper .row .content-wrap .burger-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  #mobile-menu.aw-mobile-menu .primary-menu div[data-submenu] {
    font-size: 20px;
    font-weight: 700;
    line-height: 107%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
  }
  #mobile-menu.aw-mobile-menu .primary-menu .submenu-arrow {
    transform: rotate(-90deg);
  }
  #mobile-menu.aw-mobile-menu .primary-menu .submenu-arrow svg {
    height: 10px;
    width: 6px;
  }
}
#mobile-menu.aw-mobile-menu div[data-submenu] {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#mobile-menu.aw-mobile-menu .js-mm {
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.3);
}
#mobile-menu.aw-mobile-menu .js-mm__panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
#mobile-menu.aw-mobile-menu .js-mm__panel--root {
  transform: translateX(0);
}
#mobile-menu.aw-mobile-menu .js-mm__panel--submenu {
  transform: translateX(100%);
}
#mobile-menu.aw-mobile-menu .js-mm--submenu-open .js-mm__panel--root {
  transform: translateX(-100%);
}
#mobile-menu.aw-mobile-menu .js-mm--submenu-open .js-mm__panel--submenu {
  transform: translateX(0);
}
#mobile-menu.aw-mobile-menu .js-mm__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 20px 5px 20px;
}
#mobile-menu.aw-mobile-menu .js-mm__top .js-mm__close {
  display: none !important;
}
#mobile-menu.aw-mobile-menu .js-mm__lang {
  flex: 0 0 auto;
}
#mobile-menu.aw-mobile-menu .js-mm__lang .js-wpml-ls-item-toggle.wpml-ls-item-toggle.lang_sel_sel {
  border-radius: 10px;
  background-color: transparent;
  color: #1f282c;
  border-color: #1f282c;
  font-size: 13px;
  background-color: rgb(255, 255, 255);
}
#mobile-menu.aw-mobile-menu .js-mm__lang .js-wpml-ls-item-toggle.wpml-ls-item-toggle.lang_sel_sel:hover, #mobile-menu.aw-mobile-menu .js-mm__lang .js-wpml-ls-item-toggle.wpml-ls-item-toggle.lang_sel_sel:active, #mobile-menu.aw-mobile-menu .js-mm__lang .js-wpml-ls-item-toggle.wpml-ls-item-toggle.lang_sel_sel:focus, #mobile-menu.aw-mobile-menu .js-mm__lang .js-wpml-ls-item-toggle.wpml-ls-item-toggle.lang_sel_sel:target {
  background-color: transparent;
  color: #1f282c;
  border-color: #1f282c;
}
#mobile-menu.aw-mobile-menu .js-mm__lang .js-wpml-ls-sub-menu.wpml-ls-sub-menu {
  border-radius: 10px;
  overflow: hidden;
}
#mobile-menu.aw-mobile-menu .js-mm__lang .js-wpml-ls-sub-menu.wpml-ls-sub-menu a span {
  font-size: 13px;
}
#mobile-menu.aw-mobile-menu .js-mm__brand .logo-wrap {
  display: none !important;
}
#mobile-menu.aw-mobile-menu .js-mm__close,
#mobile-menu.aw-mobile-menu .js-mm__back {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: #00aae5 !important;
}
#mobile-menu.aw-mobile-menu .js-mm__back {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: underline;
  text-transform: none;
}
#mobile-menu.aw-mobile-menu .js-mm__back svg {
  width: 6px;
  height: 10px;
  margin-right: 5px;
}
#mobile-menu.aw-mobile-menu .js-mm__close {
  font-size: 22px;
  line-height: 1;
  color: #1f282c !important;
  width: 28px;
  height: 28px;
}
#mobile-menu.aw-mobile-menu .js-mm__content {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  padding-bottom: 110px;
}
#mobile-menu.aw-mobile-menu .js-mm__submenu-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #1f282c !important;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
}
#mobile-menu.aw-mobile-menu .js-mm-links {
  display: block;
  padding-left: 20px;
  padding-top: 20px;
}
#mobile-menu.aw-mobile-menu .js-mm-link {
  display: block;
  padding-bottom: 20px;
  color: #1f282c !important;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
}
#mobile-menu.aw-mobile-menu .js-mm-section__head {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 12px 0 0 12px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  color: #1f282c !important;
  text-transform: none;
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 107%;
}
#mobile-menu.aw-mobile-menu .js-mm-section__link {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  display: block;
  font: inherit;
  color: #1f282c !important;
  text-transform: none;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 107%;
}
#mobile-menu.aw-mobile-menu .js-mm-section__body {
  display: none;
  padding: 0 0 6px;
}
#mobile-menu.aw-mobile-menu .js-mm-section.is-open .js-mm-section__body {
  display: block;
}
#mobile-menu.aw-mobile-menu .js-mm-section.is-open .js-mm-section__chev {
  transform: rotate(180deg);
}
#mobile-menu.aw-mobile-menu .js-mm-section__chev {
  transition: transform 0.35s ease;
}
#mobile-menu.aw-mobile-menu .js-mm-section__chev svg {
  width: 10px;
  height: 6px;
}
#mobile-menu.aw-mobile-menu .js-mm__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgb(255, 255, 255);
}
#mobile-menu.aw-mobile-menu .js-mm__bottom .js-mm__bottom-login {
  color: #1f282c;
  font-size: 19px;
  font-weight: 400;
  line-height: 107%;
  text-decoration: underline;
}
#mobile-menu.aw-mobile-menu .js-mm__bottom .js-mm__bottom-login:hover {
  text-decoration: none;
}
#mobile-menu.aw-mobile-menu .js-mm__bottom .contact-sales {
  color: rgb(255, 255, 255);
  max-width: 140px;
  width: 100%;
  padding: 8px 14px;
  border-radius: 40px;
  background-color: #00aae5;
  transition: all 0.45s ease-in-out;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 107%;
  color: rgb(255, 255, 255);
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#mobile-menu.aw-mobile-menu.dark-header {
  background-color: #1d282e !important;
}
#mobile-menu.aw-mobile-menu.dark-header .js-mm__panel.js-mm__panel--root {
  background-color: #1d282e !important;
}
#mobile-menu.aw-mobile-menu.dark-header .js-mm__submenu-title,
#mobile-menu.aw-mobile-menu.dark-header .js-mm-section__head,
#mobile-menu.aw-mobile-menu.dark-header .js-mm-link,
#mobile-menu.aw-mobile-menu.dark-header .js-mm__bottom-login {
  color: rgb(255, 255, 255) !important;
}
#mobile-menu.aw-mobile-menu.dark-header .primary-menu div[data-submenu] {
  color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
}
#mobile-menu.aw-mobile-menu.dark-header .js-main-list-arrow svg path {
  fill: rgb(255, 255, 255) !important;
}
#mobile-menu.aw-mobile-menu.dark-header .js-mm__bottom {
  background-color: #1d282e !important;
}
#mobile-menu.aw-mobile-menu.dark-header .js-mm__panel.js-mm__panel--submenu {
  background-color: #1d282e !important;
}
#mobile-menu.aw-mobile-menu.dark-header .js-mm-section__chev svg path {
  fill: rgb(255, 255, 255) !important;
}

html.mobile-menu-open #header .burger-menu .burger-menu-line,
body.mobile-menu-open #header .burger-menu .burger-menu-line {
  opacity: 0;
}
html.mobile-menu-open #header .burger-menu .js-burger-close-icon,
body.mobile-menu-open #header .burger-menu .js-burger-close-icon {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1);
}
html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden;
  height: 100%;
  overscroll-behavior: none;
}

#wpadminbar {
  position: absolute;
}

@media (max-width: 1024px) {
  body.admin-bar #mobile-menu {
    top: 134px;
  }
}
body.admin-bar #submenus {
  top: 189px;
}
@media (max-width: 1170px) {
  body.admin-bar #submenus {
    top: 168px;
  }
}

body {
  overflow-x: hidden;
}

#footer.aw-footer {
  background-color: #0279a5;
  padding: 80px 0 70px;
  position: relative;
}
@media (max-width: 1024px) {
  #footer.aw-footer {
    padding: 60px 10px;
  }
}
#footer.aw-footer .footer-wrapper {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
#footer.aw-footer .footer-top-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px;
  padding-bottom: 60px;
  width: 100%;
}
@media (max-width: 1024px) {
  #footer.aw-footer .footer-top-wrap {
    max-width: 100%;
  }
}
#footer.aw-footer .footer-top-wrap .global-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  max-width: 160px;
  height: 35px;
  color: #00aae5;
  font-size: 10px;
  font-weight: 600;
  line-height: 107%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
#footer.aw-footer .footer-top-wrap .global-btn:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
}
#footer.aw-footer .footer-top-wrap .footer-col {
  flex: 1;
  min-width: 150px;
  align-self: start;
  max-width: 160px;
}
@media (max-width: 1024px) {
  #footer.aw-footer .footer-top-wrap .footer-col {
    max-width: 100%;
  }
}
#footer.aw-footer .footer-top-wrap .footer-col:first-child {
  max-width: 210px;
}
@media (max-width: 1024px) {
  #footer.aw-footer .footer-top-wrap .footer-col:first-child {
    max-width: 100%;
  }
}
#footer.aw-footer .footer-top-wrap .footer-col:nth-child(3) {
  max-width: 185px;
}
@media (max-width: 1024px) {
  #footer.aw-footer .footer-top-wrap .footer-col:nth-child(3) {
    max-width: 100%;
  }
}
#footer.aw-footer .footer-top-wrap .footer-col h5 {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: rgb(255, 255, 255) !important;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#footer.aw-footer .footer-top-wrap .footer-col h5 .footer-arrow {
  display: none;
}
#footer.aw-footer .footer-top-wrap .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer.aw-footer .footer-top-wrap .footer-col ul li {
  margin-bottom: 15px;
}
#footer.aw-footer .footer-top-wrap .footer-col ul li:last-child {
  margin-bottom: 0;
}
#footer.aw-footer .footer-top-wrap .footer-col ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
#footer.aw-footer .footer-top-wrap .footer-col ul li a:hover {
  color: #80d4f2;
}
#footer.aw-footer .footer-bottom-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  flex-wrap: wrap;
  gap: 20px;
}
#footer.aw-footer .footer-bottom-wrap .footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
#footer.aw-footer .footer-bottom-wrap .footer-social a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
#footer.aw-footer .footer-bottom-wrap .footer-social a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer.aw-footer .footer-bottom-wrap .footer-social a svg {
  width: 100%;
  height: auto;
}
#footer.aw-footer .footer-bottom-wrap .footer-social a svg path {
  fill: white;
}
#footer.aw-footer .footer-bottom-wrap .footer-copyright p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  margin: 0;
}
@media (max-width: 991px) {
  #footer.aw-footer .footer-top-wrap {
    justify-content: center;
    text-align: left;
    gap: 0;
    padding-bottom: 10px;
    max-width: 100%;
  }
  #footer.aw-footer .footer-top-wrap .footer-col {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #footer.aw-footer .footer-top-wrap .footer-col:last-child {
    border-bottom: none;
  }
  #footer.aw-footer .footer-top-wrap .footer-col h5 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 18px 0;
    margin: 0 !important;
    transition: color 0.3s ease;
  }
  #footer.aw-footer .footer-top-wrap .footer-col h5:hover {
    color: #80d4f2 !important;
  }
  #footer.aw-footer .footer-top-wrap .footer-col h5 .footer-arrow {
    display: flex !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    width: 14px;
    height: 14px;
  }
  #footer.aw-footer .footer-top-wrap .footer-col h5 .footer-arrow svg {
    width: 100%;
    height: auto;
  }
  #footer.aw-footer .footer-top-wrap .footer-col h5 .footer-arrow svg path {
    stroke: rgb(255, 255, 255);
    transition: stroke 0.3s ease;
  }
  #footer.aw-footer .footer-top-wrap .footer-col.is-open h5 .footer-arrow {
    transform: rotate(180deg);
  }
  #footer.aw-footer .footer-top-wrap .footer-col.is-open ul {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 15px;
  }
  #footer.aw-footer .footer-top-wrap .footer-col ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    padding-bottom: 0;
  }
  #footer.aw-footer .footer-top-wrap .footer-col ul li {
    margin-bottom: 12px;
  }
  #footer.aw-footer .footer-top-wrap .footer-col ul li a {
    font-size: 16px;
  }
  #footer.aw-footer .footer-bottom-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #footer.aw-footer {
    padding: 35px 10px;
  }
  #footer.aw-footer .footer-top-wrap {
    padding-bottom: 20px;
  }
  #footer.aw-footer .footer-top-wrap .footer-col h5 {
    font-size: 12px !important;
  }
  #footer.aw-footer .footer-top-wrap .footer-col ul li a {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */