ul.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 2.5rem 0;
  padding: 0;
  position: relative;
  gap: 1rem;
}
ul.tabs li {
  margin: 0;
  padding: 0 0.5rem 0 0;
  position: relative;
  z-index: 2;
}
ul.tabs a {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 5rem 1.5rem 3rem;
  border-radius: 30px;
  color: #fff;
  background: #0E1FF5;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(14, 31, 245, 0.95) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-size: 300% 300%;
  transition: all ease-in-out 0.25s;
  position: relative;
  text-decoration: none !important;
  color: #1a1919;
  border-color: transparent;
  cursor: pointer;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out !important;
  padding: 1.5rem;
  background: transparent;
  border: 1px solid #0E1FF5;
  font-size: 1.6rem;
}
ul.tabs a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='white' d='M16.88,15.53,7,5.66A1,1,0,0,0,5.59,7.07l9.06,9.06-8.8,8.8a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.42,0l9.61-9.61A.85.85,0,0,0,16.88,15.53Z'/%3E%3Cpath fill='white' d='M26.46,15.53,16.58,5.66a1,1,0,0,0-1.41,1.41l9.06,9.06-8.8,8.8a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0l9.62-9.61A.85.85,0,0,0,26.46,15.53Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
ul.tabs a:hover, ul.tabs a:active, ul.tabs a:focus {
  background-position: right center;
  color: #fff;
}
ul.tabs a:hover:after, ul.tabs a:active:after, ul.tabs a:focus:after {
  transform: translateX(4px);
}
ul.tabs a:after {
  display: none;
}
ul.tabs a.active, ul.tabs a:hover, ul.tabs a:active, ul.tabs a:focus {
  color: #fff !important;
  background: linear-gradient(135deg, rgba(14, 31, 245, 0.95) 0%, rgba(0, 0, 0, 0.8) 100%);
  outline: none;
  border: 1px solid #0E1FF5;
}
ul.tabs.fw li {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  flex-basis: 0;
}
ul.tabs.fw li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vert ul.tabs {
  display: flex;
  flex-direction: column;
  width: calc(35% - 30px);
  margin: 30px 30px 0 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.vert ul.tabs li {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
}
.vert ul.tabs a {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 5rem 1.5rem 3rem;
  border-radius: 30px;
  color: #fff;
  background: #0E1FF5;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(14, 31, 245, 0.95) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-size: 300% 300%;
  transition: all ease-in-out 0.25s;
  position: relative;
  text-decoration: none !important;
  color: #1a1919;
  border-color: transparent;
  cursor: pointer;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out !important;
  padding: 1.5rem;
  background: transparent;
  border: 1px solid #0E1FF5;
  display: block;
  height: auto;
  font-size: 1.6rem;
}
.vert ul.tabs a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='white' d='M16.88,15.53,7,5.66A1,1,0,0,0,5.59,7.07l9.06,9.06-8.8,8.8a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.42,0l9.61-9.61A.85.85,0,0,0,16.88,15.53Z'/%3E%3Cpath fill='white' d='M26.46,15.53,16.58,5.66a1,1,0,0,0-1.41,1.41l9.06,9.06-8.8,8.8a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0l9.62-9.61A.85.85,0,0,0,26.46,15.53Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.vert ul.tabs a:hover, .vert ul.tabs a:active, .vert ul.tabs a:focus {
  background-position: right center;
  color: #fff;
}
.vert ul.tabs a:hover:after, .vert ul.tabs a:active:after, .vert ul.tabs a:focus:after {
  transform: translateX(4px);
}
.vert ul.tabs a:hover, .vert ul.tabs a:active, .vert ul.tabs a:focus, .vert ul.tabs a.active {
  color: #fff !important;
  background: linear-gradient(135deg, rgba(14, 31, 245, 0.95) 0%, rgba(0, 0, 0, 0.8) 100%);
  cursor: pointer;
}
@media (min-width: 750px) {
  .vert .tab-panel {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .vert ul.tabs {
    width: 180px;
  }
  .vert .tab-panel {
    width: calc(100% - 215px);
  }
}

@media (max-width: 749px) {
  .acc ul.tabs {
    display: none;
  }
}/*# sourceMappingURL=block-tab-nav.css.map */