#tabs-responsive {
  position: relative;
}
#tabs-responsive.tabs-bordered > .container-tabs ul.resp-tabs-list {
  padding: 1px 16px;
  box-shadow: inset 0 0 0 1px #E7E9EE;
  border-radius: 16px;
}
#tabs-responsive.tabs-bordered > .container-tabs ul.resp-tabs-list:after {
  display: none;
}
#tabs-responsive.tabs-bordered > .container-tabs ul.resp-tabs-list > li.resp-tab-item {
  padding: 27px 24px 24px;
  border-bottom: 3px solid #FFFFFF;
}
@media (max-width: 991.98px) {
  #tabs-responsive.mobile-dropdown > .resp-tabs-container > .resp-accordion {
    display: none;
  }
  #tabs-responsive.mobile-dropdown > .resp-tabs-container > .resp-tab-content {
    border-bottom: none;
    padding-bottom: 0;
  }
  #tabs-responsive.mobile-dropdown > .container-tabs {
    display: block;
  }
}
@media (max-width: 991.98px) {
  #tabs-responsive > .container-tabs {
    display: none;
  }
}
#tabs-responsive:not(.mobile-dropdown) > .container-tabs {
  opacity: 1;
  transition: 200ms ease all;
}
@media (prefers-reduced-motion: reduce) {
  #tabs-responsive:not(.mobile-dropdown) > .container-tabs {
    transition: none;
  }
}
#tabs-responsive:not(.mobile-dropdown) > .container-tabs.inactive {
  opacity: 0;
}
#tabs-responsive:not(.mobile-dropdown) > .container-tabs ul.resp-tabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}
#tabs-responsive:not(.mobile-dropdown) > .container-tabs ul.resp-tabs-list:after {
  content: "";
  height: 2px;
  z-index: -1;
  background: #E7E9EE;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
#tabs-responsive:not(.mobile-dropdown) > .container-tabs ul.resp-tabs-list > li.resp-tab-item {
  cursor: pointer;
  padding: 20px 24px;
  border-bottom: 2px solid #E7E9EE;
  font-family: var(--default-font-family);
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  transition: 200ms ease all;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  #tabs-responsive:not(.mobile-dropdown) > .container-tabs ul.resp-tabs-list > li.resp-tab-item {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  #tabs-responsive:not(.mobile-dropdown) > .container-tabs ul.resp-tabs-list > li.resp-tab-item {
    padding: 20px 12px;
  }
}
#tabs-responsive:not(.mobile-dropdown) > .container-tabs ul.resp-tabs-list > li.resp-tab-item:hover {
  border-color: #6E747C;
}
#tabs-responsive:not(.mobile-dropdown) > .container-tabs ul.resp-tabs-list > li.resp-tab-item.resp-tab-active {
  border-color: #1B6CF9;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 992px) {
  #tabs-responsive > .container-tabs {
    opacity: 1;
    transition: 200ms ease all;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  #tabs-responsive > .container-tabs {
    transition: none;
  }
}
@media (min-width: 992px) {
  #tabs-responsive > .container-tabs.inactive {
    opacity: 0;
  }
  #tabs-responsive > .container-tabs ul.resp-tabs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
  }
  #tabs-responsive > .container-tabs ul.resp-tabs-list:after {
    content: "";
    height: 2px;
    z-index: -1;
    background: #E7E9EE;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #tabs-responsive > .container-tabs ul.resp-tabs-list > li.resp-tab-item {
    cursor: pointer;
    padding: 20px 24px;
    border-bottom: 2px solid #E7E9EE;
    font-family: var(--default-font-family);
    color: #0A152E;
    font-weight: 400;
    letter-spacing: var(--default-letter-spacing);
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    transition: 200ms ease all;
    white-space: nowrap;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  #tabs-responsive > .container-tabs ul.resp-tabs-list > li.resp-tab-item {
    transition: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #tabs-responsive > .container-tabs ul.resp-tabs-list > li.resp-tab-item {
    padding: 20px 12px;
  }
}
@media (min-width: 992px) {
  #tabs-responsive > .container-tabs ul.resp-tabs-list > li.resp-tab-item:hover {
    border-color: #6E747C;
  }
  #tabs-responsive > .container-tabs ul.resp-tabs-list > li.resp-tab-item.resp-tab-active {
    border-color: #1B6CF9;
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    color: #0A152E;
    font-weight: 400;
    letter-spacing: var(--default-letter-spacing);
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
  }
}
#tabs-responsive > .resp-tabs-container > .resp-accordion {
  padding: 24px 0;
  border-bottom: 1px solid #E7E9EE;
  position: relative;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 992px) {
  #tabs-responsive > .resp-tabs-container > .resp-accordion {
    display: none;
  }
}
#tabs-responsive > .resp-tabs-container > .resp-accordion:after {
  margin-left: 8px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 21px;
  background-image: url("/assets/images/icons/chevron-right-black.png");
  background-image: url("/assets/images/icons/chevron-right-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
#tabs-responsive > .resp-tabs-container > .resp-accordion.resp-tab-active:after {
  -moz-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#tabs-responsive > .resp-tabs-container > .resp-tab-content {
  display: none;
}
@media (max-width: 991.98px) {
  #tabs-responsive > .resp-tabs-container > .resp-tab-content {
    padding: 24px 0;
    border-bottom: 1px solid #E7E9EE;
  }
}
@media (min-width: 992px) {
  #tabs-responsive > .resp-tabs-container > .resp-tab-content {
    padding-top: 72px;
  }
}
#tabs-responsive > .resp-tabs-container > .resp-tab-content.resp-tab-content-active {
  display: block;
}
#tabs-responsive > .resp-tabs-container > .resp-tab-content .container {
  padding: 0;
}
