/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/mega-menu-container/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.skip-to-content {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #00a5df;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: 600;
  z-index: 10000;
  transition: top 0.2s ease;
}
.skip-to-content:focus {
  top: 0;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.skip-to-content:hover:focus {
  background: #00b8f9;
}

#set_width_post article {
  width: 100% !important;
  max-width: none;
}

.wp-block-softerware-mega-menu-container {
  box-shadow: 0px 0px 9px rgba(46, 46, 46, 0.18);
  padding: 18.5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.wp-block-softerware-mega-menu-container .mega-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 94%;
  margin: auto;
}
.wp-block-softerware-mega-menu-container .menu-items {
  display: flex;
  flex-grow: 1;
}
.wp-block-softerware-mega-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
.wp-block-softerware-mega-menu-container ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.wp-block-softerware-mega-menu-container button {
  font-family: inherit;
}
.wp-block-softerware-mega-menu-container .mega-menu-item-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #f3f3f3;
  display: none;
}
.wp-block-softerware-mega-menu-container .mega-menu-item-dropdown.active {
  display: block;
}
.wp-block-softerware-mega-menu-container .mega-menu-submenu {
  display: none;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-softerware-mega-menu-container .mega-menu-submenu[data-active=true], .wp-block-softerware-mega-menu-container .mega-menu-submenu.active {
  display: grid;
}
.wp-block-softerware-mega-menu-container .mega-menu-submenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.is-admin-bar .aux-nav .sub-menu {
  top: 112px;
}

.aux-nav {
  margin-left: 2.5%;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 20px;
}
.aux-nav .aux-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: 20px;
  justify-content: flex-end;
}
.aux-nav .sub-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;
  background-color: white;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 6px 10px -4px rgba(136, 136, 136, 0.24);
}
.aux-nav .sub-menu.active {
  display: flex;
  z-index: 9;
}
.aux-nav .sub-menu.active > div {
  width: 100%;
}
.aux-nav li.aux-nav__item {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
}
.aux-nav__button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #6d7278;
  display: inline-flex;
  align-items: center;
}
.aux-nav__button i {
  font-size: 15px;
  transition: color 0.2s;
}
.aux-nav__button:hover, .aux-nav__button[aria-expanded=true] {
  color: #00b8f9;
}
.aux-nav__button:hover i, .aux-nav__button[aria-expanded=true] i {
  color: #00b8f9;
}
.aux-nav__regions-button svg {
  width: 14px;
  height: 14px;
}
.aux-nav__regions-button i {
  font-size: 12px;
  -webkit-text-stroke: 0.5px;
  margin-left: 5px;
}
.aux-nav__regions-menu {
  display: none;
  position: absolute;
  height: 140px;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.aux-nav__regions ul.aux-nav__regions-content {
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding: 0 4%;
  list-style: none;
  margin: 0;
}
.aux-nav__regions ul.aux-nav__regions-content li {
  display: contents;
}
.aux-nav__regions-menu .aux-nav__regions-item {
  white-space: nowrap;
  display: flex;
  height: 78px;
  align-items: center;
  padding: 0 4% 0 1%;
  width: 100%;
  text-decoration: none;
  color: var(--wp--preset--color--grey);
  font-weight: 700;
  font-size: 14px;
}
.aux-nav__regions-menu .aux-nav__regions-item:hover {
  background-color: #f3f3f3;
}
.aux-nav__phone-button {
  transform: rotateY(180deg);
}
.aux-nav__phone .sub-menu {
  height: 140px;
  left: 0;
  z-index: 1000;
}
.aux-nav__phone .aux-nav__phone-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 4%;
  list-style: none;
  margin: 0;
}
.aux-nav__phone .aux-nav__phone-content li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: contents;
}
.aux-nav__phone .aux-nav__phone-item {
  padding-left: 9px;
  padding-top: 9px;
  padding-bottom: 20px;
  width: 100%;
  color: var(--wp--preset--color--grey);
}
.aux-nav__phone .aux-nav__phone-item:hover {
  background-color: var(--wp--preset--color--silver-light);
}
.aux-nav__phone .aux-nav__phone-item p {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  margin: auto 0 5%;
}
.aux-nav__search-menu {
  height: 140px;
}
.aux-nav__search-button {
  -webkit-text-stroke: 0.75px;
}
.aux-nav__search-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 3%;
}
.aux-nav__search-knowledgebase {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-nav__search-knowledgebase p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--wp--preset--color--grey);
  line-height: 1.4;
}
.aux-nav__search-knowledgebase a {
  font-weight: normal;
  font-size: 15px;
  color: var(--wp--preset--color--grey);
}
.aux-nav__search-knowledgebase a:hover {
  color: var(--wp--preset--color--blue);
}
.aux-nav__search-form {
  width: 100%;
  display: flex;
  align-items: center;
}
.aux-nav__search-form i {
  color: var(--wp--preset--color--blue);
  font-size: 18px;
  transform: translate(35px, 0);
  margin-left: auto;
}
.aux-nav__search-form input[type=search] {
  border: 2px solid var(--wp--preset--color--blue);
  border-radius: 1px;
  height: 44px;
  padding-left: 40px;
  width: 70%;
  margin-top: 0;
}
.aux-nav__search-form button[type=submit] {
  margin-left: 5px;
  height: 40px;
  width: 120px;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  border: 2px solid white;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: center;
}
.aux-nav__login > a {
  font-weight: bold;
  font-size: 16px;
  color: #6d7278;
}
.aux-nav__login > a:hover {
  color: var(--wp--preset--color--blue);
}
.aux-nav__demo a.aux-nav__demo-button {
  margin: 0;
  height: 40px;
  width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  border: 2px solid var(--wp--preset--color--blue);
  outline: 1px solid var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--open-sans);
  background-color: var(--wp--preset--color--blue);
  border-radius: 100px;
  color: var(--wp--preset--color--white);
  justify-content: center;
  font-weight: bold;
  line-height: 14px;
  font-size: 14px;
}
.aux-nav__demo a.aux-nav__demo-button:hover {
  outline: none;
  color: var(--wp--preset--color--blue);
  background-color: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--blue);
}

.wp-block-softerware-mega-menu-item {
  position: relative;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
}
.wp-block-softerware-mega-menu-item a,
.wp-block-softerware-mega-menu-item > button:not(.wp-block-softerware-mega-menu-item__dropdown-toggle) {
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
  padding: 5px 10px;
  color: #6d7278;
}
.wp-block-softerware-mega-menu-item a:hover,
.wp-block-softerware-mega-menu-item > button:not(.wp-block-softerware-mega-menu-item__dropdown-toggle):hover {
  color: #00b8f9;
}
.wp-block-softerware-mega-menu-item.menu-item-has-children .wp-block-softerware-mega-menu-item__dropdown-toggle {
  background: none;
  border: none;
  padding: 0 0 0 5px;
  color: #6d7278;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.wp-block-softerware-mega-menu-item.menu-item-has-children .wp-block-softerware-mega-menu-item__dropdown-toggle svg {
  width: 10px;
  height: auto;
  stroke: var(--wp--preset--color--black);
  stroke-width: 10px;
  transition: transform 0.2s, stroke 0.2s;
}
.wp-block-softerware-mega-menu-item.menu-item-has-children .wp-block-softerware-mega-menu-item__dropdown-toggle:hover svg {
  stroke: #00b8f9;
}
.wp-block-softerware-mega-menu-item.menu-item-has-children.is-open > .wp-block-softerware-mega-menu-item__dropdown-toggle svg {
  transform: rotate(180deg);
  stroke: #00b8f9;
}
.wp-block-softerware-mega-menu-item.menu-item-has-children.is-open > a, .wp-block-softerware-mega-menu-item.menu-item-has-children.is-open > button:not(.wp-block-softerware-mega-menu-item__dropdown-toggle) {
  color: #00b8f9;
}
.wp-block-softerware-mega-menu-item__sub-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  z-index: 900;
  padding: 15px 55px 0;
}
.wp-block-softerware-mega-menu-item__sub-menu.is-open {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menu-items {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  font-size: 16px;
}
.menu-items button.has-hover-color:hover {
  color: var(--text-hover-color) !important;
}
.menu-items .mega-menu-item button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  display: flex;
  align-items: center;
  color: inherit;
}
.menu-items .mega-menu-item:focus-visible {
  outline: 2px solid #00b8f9;
  outline-offset: 2px;
}
.menu-items .mega-menu-item .mega-menu-item-title-text {
  margin-right: 10px;
  font-family: var(--wp--preset--font-family--graphik);
  font-size: inherit;
}
.menu-items .mega-menu-item .fas.fa-chevron-down {
  font-size: 12px;
  transition: transform 0.2s ease;
  -webkit-text-stroke: 1px;
}
.menu-items .mega-menu-item[aria-expanded=true] {
  color: var(--text-hover-color, --wp--preset--color--blue) !important;
}

.mega-menu-logo {
  margin-right: 5%;
}

.mega-menu-item-dropdown.mega-menu-sub-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  width: 100vw;
  height: auto;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  display: none;
}
.mega-menu-item-dropdown.mega-menu-sub-menu.active {
  display: block;
}
.mega-menu-item-dropdown.mega-menu-sub-menu .mega-menu-dropdown-container .mega-menu-submenu {
  display: none;
}
.mega-menu-item-dropdown.mega-menu-sub-menu .mega-menu-dropdown-container .mega-menu-submenu.active {
  display: block;
}

.wp-block-softerware-menu-items.submenu-menu-items {
  background-color: #fff;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 5px;
  -moz-column-gap: 3.7%;
       column-gap: 3.7%;
}
.wp-block-softerware-menu-items.submenu-menu-items h4,
.wp-block-softerware-menu-items.submenu-menu-items p {
  line-height: 17px;
}
.wp-block-softerware-menu-items.submenu-menu-items .menu-items-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1px;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 */
.wp-block-softerware-menu-item {
  position: relative;
  display: flex;
  padding: 15px 27px 15px max(45px, 17%);
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.wp-block-softerware-menu-item:focus-visible {
  transition: none;
  outline: 2px solid #00b8f9;
  outline-offset: 2px;
  background-color: #e4e9ed;
}
.wp-block-softerware-menu-item[aria-expanded=true] {
  background-color: #e4e9ed;
  border: 2px solid #00b8f9;
}
.wp-block-softerware-menu-item:hover {
  background-color: #e4e9ed;
}
.wp-block-softerware-menu-item .menu-item-icon {
  position: absolute;
  left: 5%;
  display: flex;
  top: 10px;
  font-size: 22px;
}
.wp-block-softerware-menu-item .menu-item-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--wp--preset--color--blue);
}
.wp-block-softerware-menu-item .menu-item-content {
  text-align: left;
}
.wp-block-softerware-menu-item .menu-item-content .menu-item-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--wp--preset--color--grey);
  line-height: 17px;
}
.wp-block-softerware-menu-item .menu-item-content .menu-item-description {
  margin: 0;
  font-size: 14px;
  color: var(--wp--preset--color--grey);
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 */
.wp-block-softerware-product-tab.horizontal-expand .product-tab-container {
  display: flex;
  flex-direction: row;
}
.wp-block-softerware-product-tab.horizontal-expand .product-tab-button {
  flex: 0 0 auto;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.wp-block-softerware-product-tab.horizontal-expand .product-tab-submenu {
  flex: 1 1 auto;
  border-left: none;
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.wp-block-softerware-product-tab .product-tab-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #f5f5f5;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.wp-block-softerware-product-tab .product-tab-button:hover {
  background-color: #e9e9e9;
}
.wp-block-softerware-product-tab .product-tab-button .product-tab-title {
  font-weight: 500;
  font-size: 16px;
}
.wp-block-softerware-product-tab .product-tab-button .product-tab-icon {
  font-size: 12px;
  margin-left: 10px;
  transition: transform 0.2s ease;
}
.wp-block-softerware-product-tab .product-tab-submenu {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.wp-block-softerware-product-tab.product-tab-active .product-tab-button {
  background-color: #0073aa;
  color: white;
}
.wp-block-softerware-product-tab.product-tab-active .product-tab-icon {
  transform: rotate(180deg);
}

.tab-panel-image {
  margin: 0;
}

:not(#editor) .product-tabs__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
}
:not(#editor) .product-tabs__content > * {
  grid-column: 1;
  grid-row: 1;
}

.block-editor-inner-blocks .product-tabs__content {
  display: flex;
  height: auto;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 */
.wp-block-softerware-product-tab-panel:not(.wp-block) {
  min-height: 100%;
  opacity: 0;
  pointer-events: none;
  display: flex !important;
  transition: none !important;
}
.wp-block-softerware-product-tab-panel:not(.wp-block).product-tabs__panel--active:not(.wp-block) {
  opacity: 1;
  pointer-events: auto;
}
.wp-block-softerware-product-tab-panel:not(.wp-block) .product-tabs__panel-content {
  min-height: 100%;
}

.wp-block-softerware-product-tab-panel {
  background: #fff;
  align-items: center;
  height: 100%;
  display: none;
}
.wp-block-softerware-product-tab-panel .product-tabs__panel-content {
  height: 100%;
}
.wp-block-softerware-product-tab-panel .product-tabs__panel-content .wp-block-group {
  min-width: 27.1%;
}
.wp-block-softerware-product-tab-panel .product-tabs__panel-content .wp-block-image img {
  max-width: 100%;
}
.wp-block-softerware-product-tab-panel .product-tabs__panel-content > *:first-child {
  margin-top: 0;
}
.wp-block-softerware-product-tab-panel .product-tabs__panel-content > *:last-child {
  margin-bottom: 0;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 */
.wp-block-softerware-product-tabs {
  width: 100%;
}
.wp-block-softerware-product-tabs .product-tabs__sidebar {
  max-width: 350px;
  width: 22.35%;
}
.wp-block-softerware-product-tabs .product-tabs__button-list {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wp-block-softerware-product-tabs .product-tabs__container {
  height: 100%;
  display: flex;
}
@media (max-width: 1000px) {
  .wp-block-softerware-product-tabs .product-tabs__container {
    flex-direction: column;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .product-tabs__sidebar {
    width: 100%;
    display: none;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .product-tabs__content {
    width: 100%;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel:first-child {
    border-top: 1px solid #e5e5e5;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel::before {
    content: attr(data-mobile-label);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #6d7278;
    font-family: var(--wp--preset--font-family--graphik);
    transition: color 0.2s ease;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #6d7278;
    border-bottom: 2px solid #6d7278;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel .product-tabs__panel-content,
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel .wp-block-softerware-menu-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #fff;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel.mobile-section-expanded::before {
    color: var(--wp--preset--color--blue);
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel.mobile-section-expanded::after {
    transform: rotate(-135deg);
    border-color: var(--wp--preset--color--blue);
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel.mobile-section-expanded .product-tabs__panel-content,
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel.mobile-section-expanded .wp-block-softerware-menu-items {
    max-height: 2000px;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel:hover::before {
    color: var(--wp--preset--color--blue);
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-product-tab-panel:hover::after {
    border-color: var(--wp--preset--color--blue);
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    grid-template-columns: none !important;
    background-color: transparent;
    width: 100%;
    row-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
    box-shadow: none;
    min-height: 64px;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item .menu-item-icon {
    position: static;
    left: auto;
    top: auto;
    margin-right: 16px;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 165, 223, 0.1);
    border-radius: 8px;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item .menu-item-icon i,
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item .menu-item-icon svg {
    width: 18px;
    height: 18px;
    color: var(--wp--preset--color--blue);
    fill: var(--wp--preset--color--blue);
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item .menu-item-icon img {
    display: none;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item .menu-item-content {
    flex: 1;
    text-align: left;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item .menu-item-content .menu-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #6d7278;
    margin: 0 0 4px 0;
    line-height: 1.3;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item .menu-item-content .menu-item-description {
    font-size: 14px;
    color: #6d7278;
    opacity: 0.7;
    margin: 0;
    line-height: 1.25;
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item:hover {
    background-color: rgba(0, 165, 223, 0.05);
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item:hover .menu-item-icon {
    background-color: rgba(0, 165, 223, 0.15);
    transform: scale(1.05);
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item:hover .menu-item-content .menu-item-title {
    color: var(--wp--preset--color--blue);
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item:active {
    background-color: rgba(0, 165, 223, 0.1);
    transform: scale(0.985);
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item:active .menu-item-icon {
    transform: scale(0.95);
    background-color: rgba(0, 165, 223, 0.2);
  }
  .wp-block-softerware-product-tabs .product-tabs__container .wp-block-softerware-menu-items .wp-block-softerware-menu-item:last-child {
    border-bottom: none;
  }
}
.wp-block-softerware-product-tabs .product-tabs__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0 0 0 15%;
  cursor: pointer;
  height: 56px;
  display: flex;
  align-items: center;
  background-color: inherit;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 1500px) {
  .wp-block-softerware-product-tabs .product-tabs__button {
    text-align: left;
  }
  .wp-block-softerware-product-tabs .product-tabs__button:is(button):after {
    margin-left: auto;
  }
}
.wp-block-softerware-product-tabs .product-tabs__button:hover {
  opacity: 0.8;
}
.wp-block-softerware-product-tabs .product-tabs__button-wrapper {
  position: relative;
  background-color: var(--wp--preset--color--navy);
  color: var(--wp--preset--color--white);
  width: 100%;
  display: flex;
  font-size: 18px;
}
.wp-block-softerware-product-tabs .product-tabs__button-wrapper:first-child, .wp-block-softerware-product-tabs .product-tabs__button-wrapper:last-child {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.wp-block-softerware-product-tabs .product-tabs__button-wrapper:first-child button {
  margin-top: auto;
}
.wp-block-softerware-product-tabs .product-tabs__button-wrapper:last-child button {
  margin-bottom: auto;
}
.wp-block-softerware-product-tabs .product-tabs__button-wrapper--active {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--blue);
}
.wp-block-softerware-product-tabs .product-tabs__button-wrapper--active .product-tabs__button:after {
  color: var(--wp--preset--color--blue);
}
.wp-block-softerware-product-tabs .product-tabs__button:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  position: relative;
  margin-left: 8px;
  color: white;
  -webkit-text-stroke: 1px;
  margin-right: 20px;
  font-size: 11px;
}
.wp-block-softerware-product-tabs .product-tabs__panel {
  width: 100%;
}
.wp-block-softerware-product-tabs .product-tabs__panel:not(.wp-block) {
  display: flex !important;
  opacity: 0;
  pointer-events: none;
  transition: none !important;
}
.wp-block-softerware-product-tabs .product-tabs__panel-content {
  width: 100%;
  display: flex;
  align-items: center;
}
.wp-block-softerware-product-tabs .product-tabs__panel--hidden {
  opacity: 0;
  pointer-events: none;
}
.wp-block-softerware-product-tabs .product-tabs__panel--hidden.wp-block {
  display: none !important;
}
.wp-block-softerware-product-tabs .product-tabs__panel--active {
  opacity: 1;
  pointer-events: auto;
}
.wp-block-softerware-product-tabs .product-tabs__panel--active.wp-block {
  display: flex;
}

.wp-block-softerware-mega-menu-submenu-item {
  background-color: #fff;
  display: flex;
  width: 100%;
}

/**
 * Menu Items block styles for both frontend and editor
 */
.submenu-menu-items {
  display: grid;
}
.submenu-menu-items.grid-columns-1 {
  grid-template-columns: 1fr;
}
.submenu-menu-items.grid-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.submenu-menu-items.grid-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.submenu-menu-items.grid-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.submenu-menu-items.grid-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.submenu-menu-items.grid-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (min-width: 1001px) {
  .wp-block-softerware-mega-menu-submenu-item.why-donorperfect .wp-block-columns {
    max-width: 946px;
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .wp-block-softerware-mega-menu-submenu-item.why-donorperfect {
    height: 209px;
  }
  .wp-block-softerware-mega-menu-submenu-item.why-donorperfect .wp-block-softerware-menu-items {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.mega-menu-content {
  display: contents;
}

@media (max-width: 1350px) {
  .menu-items {
    gap: 10px;
  }
  .mega-menu-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: min(1080px, 96%);
    width: 100%;
  }
  .wp-block-softerware-mega-menu-container .menu-items {
    margin-left: 0;
  }
  .wp-block-softerware-mega-menu-container .mega-menu-wrapper {
    min-width: 100%;
    flex-flow: row wrap;
    justify-content: center;
  }
  .wp-block-softerware-mega-menu-container .mega-menu-logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
div[data-active-tab="269e74be-bf67-41ac-8e2e-48d9857d45b8"] {
  width: 100%;
}
div[data-active-tab="269e74be-bf67-41ac-8e2e-48d9857d45b8"] .product-tabs__button-list {
  justify-content: initial;
  background-color: var(--wp--preset--color--navy);
}
div[data-active-tab="269e74be-bf67-41ac-8e2e-48d9857d45b8"] .product-tabs__button-list .product-tabs__button-wrapper:first-child {
  height: 88px;
}
div[data-active-tab="269e74be-bf67-41ac-8e2e-48d9857d45b8"] .product-tabs__button-list .product-tabs__button-wrapper:last-child {
  height: 60px;
}

.wp-block-softerware-mega-menu-container [data-country]::before,
.wp-block-softerware-mega-menu-mobile [data-country]::before {
  display: inline-block;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.wp-block-softerware-mega-menu-container [data-country=USA]::before,
.wp-block-softerware-mega-menu-mobile [data-country=USA]::before {
  background-image: var(--wp--custom--flags--usa);
  content: "";
}
.wp-block-softerware-mega-menu-container [data-country=Canada]::before,
.wp-block-softerware-mega-menu-mobile [data-country=Canada]::before {
  background-image: var(--wp--custom--flags--canada);
  content: "";
}
.wp-block-softerware-mega-menu-container [data-country=Australia]::before,
.wp-block-softerware-mega-menu-mobile [data-country=Australia]::before {
  background-image: var(--wp--custom--flags--australia);
  content: "";
}
.wp-block-softerware-mega-menu-container [data-country=International]::before,
.wp-block-softerware-mega-menu-mobile [data-country=International]::before {
  content: "\f0ac";
  font-family: var(--fa-style-family-classic);
  font-size: 24px;
  width: auto;
  background-image: none;
}

#submenu-68583025-f82e-46d1-9831-80edf77e30e0 .wp-block-softerware-product-tabs .product-tabs__button-wrapper:first-child {
  height: auto;
}
#submenu-68583025-f82e-46d1-9831-80edf77e30e0 .wp-block-softerware-product-tabs .product-tabs__button-wrapper:last-child {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}

/*# sourceMappingURL=style-index.css.map*/