.section-tabs-desktop-accordions-mobile {
  background: #F1F1F1;
  padding: 50px 0;
}
.section-tabs-desktop-accordions-mobile .container {
  position: relative;
}
.section-tabs-desktop-accordions-mobile .tabs-header {
  margin-bottom: 55px;
}
.section-tabs-desktop-accordions-mobile .tabs-header p {
  font: 400 35px "Roboto", sans-serif;
  line-height: 50px;
  color: #363636;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-container {
  max-width: 1640px;
  padding: 0;
  margin: 0;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-container.has-tabs .tabs-nav {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-container.has-tabs .tabs-panel {
  min-height: 0;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-container.has-tabs .tabs-panel::before {
  display: none;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-container.has-tabs .tabs-panel.is-active .tabs-panel-single-inner {
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-container.has-tabs .tabs-panel .tabs-panel-single-inner {
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-nav {
  opacity: 0;
  height: 0;
  visibility: hidden;
  display: flex;
  flex-flow: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-nav .tab {
  display: block;
  background: #E2E2E2;
  color: #363636;
  padding: 24px 44px;
  margin-right: 4px;
  border-top-right-radius: 25px;
  font: 700 18px "Roboto", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  border: none;
  border-right: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-nav .tab:hover, .section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-nav .tab:focus {
  background: #ffffff;
  outline: none;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-nav .tab.is-active {
  background: #ffffff;
  color: #428FEC;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel {
  background: #ffffff;
  overflow: hidden;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel::before {
  position: relative;
  content: attr(data-title);
  cursor: pointer;
  z-index: 1;
  display: block;
  max-width: 290px;
  background: #E2E2E2;
  color: #363636;
  padding: 24px 44px;
  margin: 0;
  border-top-right-radius: 25px;
  font: 700 18px "Roboto", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel.is-active::before {
  background: #ffffff;
  color: #428FEC;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel.is-active .tabs-panel-inner {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding: 70px;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel.is-active .tabs-panel-single-inner {
  margin-top: 0;
  height: auto;
  opacity: 1;
  transition: margin 400ms ease-out -100ms;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel-inner {
  height: 0;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel-single-container {
  flex: 1 0 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  border: 0;
  padding: 0;
  margin: 5px;
  overflow: hidden;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel-single-inner {
  position: relative;
  margin-top: -100%;
  height: 0;
  opacity: 0;
  transition: margin 500ms ease-in;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel-single-inner h4 {
  font: 700 18px "Roboto", sans-serif;
  color: #363636;
  line-height: 28px;
  margin: 0 0 5px 0;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel-single-inner ul {
  margin: 0;
  padding-left: 15px;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel-single-inner li a {
  font: 400 18px "Roboto", sans-serif;
  color: #428FEC;
  text-decoration: underline;
  line-height: 40px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel-single-inner li a:hover {
  color: #005FBE;
}
@media (min-width: 1400px) {
  .section-tabs-desktop-accordions-mobile .container {
    width: auto;
    max-width: 1640px;
  }
}
@media (max-width: 1025px) {
  .section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel {
    margin: 0 0 35px 0;
  }
  .section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel::before {
    max-width: 400px;
    font: 700 15px "Roboto", sans-serif;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel {
    background: transparent;
    height: auto;
    margin: 35px 0;
  }
  .section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel:hover::before {
    background: #ffffff;
  }
  .section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel.is-active {
    display: block;
    flex-wrap: nowrap;
    padding: 0;
    background: transparent;
    margin: 25px 0;
  }
  .section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel.is-active .tabs-panel-inner {
    background: #ffffff;
    padding: 35px 15px;
  }
}
@media (max-width: 1400px) {
  .section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel-single-container {
    display: inline-flex;
    flex: 1 0 calc(49% - 10px);
    max-width: calc(49% - 10px);
  }
}
@media (max-width: 768px) {
  .section-tabs-desktop-accordions-mobile .tabs-wrapper .tabs-panel-single-container {
    display: inline-flex;
    flex: 1 0 calc(99% - 10px);
    max-width: calc(99% - 10px);
  }
}