:root {
  --svrl-green: #00FFD7;
  --svrl-blue: #5078FF;
}

.btn-svrl-fixed-menu {
  color: #B4B4B4 !important;
  padding: 0px;
  background-color: transparent;
}

.no-touch .w-btn.btn-svrl-fixed-menu:hover {
  color: #7C7C7C !important;
  background-color: transparent !important;
}

.w-btn-wrapper:has(> a.btn-svrl-fixed-menu) {
  display: flex;
  align-items: center;
}

.svrl-sticky-container .w-btn-wrapper:last-child {
  margin-left: auto;
}

.svrl-sticky-container .btn-svrl-verde {
  padding: 12px 30px !important;
}

.btn-svrl-verde {
  color: var(--svrl-blue) !important;
  background-color: var(--svrl-green);
  border-color: var(--svrl-green);
  font-size: 14px;
  font-weight: 600;
  padding: 16px 30px;
}

.no-touch .w-btn.btn-svrl-verde:before {
  border-width: 2px;
}

.no-touch .w-btn.btn-svrl-verde:hover {
  background-color: transparent;
  color: var(--svrl-green) !important;
  border-color: var(--svrl-green) !important;
}

.no-touch .svrl-sticky-container .w-btn.btn-svrl-verde {
  color: var(--svrl-blue) !important;
  border-color: var(--svrl-green) !important;
}
.no-touch .svrl-sticky-container .w-btn.btn-svrl-verde:hover {
  color: var(--svrl-green) !important;
}

.boton-descarga-img .w-btn-label {
  display: flex;
  align-items: center;
}

.boton-descarga-img .w-btn-label:before {
  content: url("https://www.globalsuitesolutions.com/wp-content/uploads/2024/08/gs-icon-download-seguridad-27001.svg");
}

.boton-descarga-img:hover .w-btn-label:before {
  content: url("https://www.globalsuitesolutions.com/wp-content/uploads/2024/08/gs-icon-blue-download-seguridad-27001.svg");
}

.btn-svrl-verde-outline {
  color: var(--svrl-green) !important;
  border-color: var(--svrl-green);
  font-size: 14px;
  font-weight: 600;
}

.no-touch .w-btn.btn-svrl-verde-outline:hover {
  color: var(--svrl-blue) !important;
}

.svrl-custom-list .wpb_text_column {
  display: flex;
  gap: 25px;
}
@media (max-width: 1336px) {
  .svrl-custom-list .wpb_text_column p {
    font-size: 14px;
  }
}
.svrl-custom-list .wpb_text_column p strong {
  font-size: 23px;
  display: block;
  color: var(--svrl-blue);
  padding-bottom: 10px;
}
@media (max-width: 1336px) {
  .svrl-custom-list .wpb_text_column p strong {
    font-size: 20px;
  }
}
.svrl-custom-list .wpb_text_column:before {
  content: "";
  min-width: 40px;
  height: 30px;
  background-image: url("https://www.globalsuitesolutions.com/wp-content/uploads/2024/08/gs-icon-check-seguridad-27001.svg");
  background-repeat: no-repeat;
  display: inline-table;
  background-size: contain;
  background-position: center;
}

.svrl-custom-acordeon {
  height: 620px;
  gap: 20px;
}
@media (max-width: 1336px) {
  .svrl-custom-acordeon {
    height: 420px;
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .svrl-custom-acordeon {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.svrl-custom-acordeon .w-iconbox {
  position: relative;
  cursor: pointer;
}
.svrl-custom-acordeon .w-iconbox > div {
  z-index: 2;
}
.svrl-custom-acordeon .w-iconbox .w-iconbox-icon {
  width: 69px;
  height: 69px;
  z-index: 4;
  border-radius: 500px;
  background-color: var(--svrl-blue);
  position: absolute;
  left: 6px;
  top: 50%;
  translate: 0px -50%;
  box-shadow: 0px 0px 0px 0px rgba(35, 80, 231, 0);
  scale: 0.8;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1336px) {
  .svrl-custom-acordeon .w-iconbox .w-iconbox-icon {
    width: 59px;
    height: 59px;
  }
}
@media (max-width: 1336px) {
  .svrl-custom-acordeon .w-iconbox .w-iconbox-icon svg {
    width: 45%;
  }
}
.svrl-custom-acordeon .w-iconbox .w-iconbox-icon svg path {
  transition: all 0.3s ease-in-out;
}
.svrl-custom-acordeon .w-iconbox .w-iconbox-icon svg path[stroke] {
  stroke: var(--svrl-green);
}
.svrl-custom-acordeon .w-iconbox .w-iconbox-icon svg path[fill] {
  fill: var(--svrl-green);
}
.svrl-custom-acordeon .w-iconbox .w-iconbox-meta {
  position: relative;
  text-align: left;
  text-wrap: balance;
  padding: 20px 40px 20px 80px;
  transition: all 0.3s ease-in-out;
  background-color: rgba(241, 244, 255, 0);
  border: 1px solid rgb(224, 224, 224);
  border-radius: 22px;
}
@media (max-width: 1336px) {
  .svrl-custom-acordeon .w-iconbox .w-iconbox-meta {
    padding: 15px 40px 15px 90px;
  }
}
@media (max-width: 992px) {
  .svrl-custom-acordeon .w-iconbox .w-iconbox-meta {
    padding: 10px 40px 10px 80px;
  }
}
.svrl-custom-acordeon .w-iconbox .w-iconbox-meta .w-iconbox-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1336px) {
  .svrl-custom-acordeon .w-iconbox .w-iconbox-meta .w-iconbox-title {
    font-size: 18px;
  }
}
.svrl-custom-acordeon .w-iconbox .w-iconbox-meta .w-iconbox-title::after {
  content: "";
  display: inline-table;
  height: 25px;
  width: 25px;
  background-color: transparent;
  background-image: url("https://www.globalsuitesolutions.com/wp-content/uploads/2024/08/gs-icon-plus-seguridad-27001.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1336px) {
  .svrl-custom-acordeon .w-iconbox .w-iconbox-meta .w-iconbox-title::after {
    width: 20px;
    height: 20px;
  }
}
.svrl-custom-acordeon .w-iconbox .w-iconbox-meta .w-iconbox-text {
  max-height: 0px;
  overflow: hidden;
  color: rgb(139, 139, 139);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1336px) {
  .svrl-custom-acordeon .w-iconbox .w-iconbox-meta .w-iconbox-text {
    font-size: 12px;
    line-height: 1.3em;
  }
}
.svrl-custom-acordeon .w-iconbox.active .w-iconbox-icon {
  border-radius: 500px;
  background-color: var(--svrl-green);
  position: absolute;
  left: -19px;
  top: 10%;
  box-shadow: 6px 4px 12px 0px rgba(35, 80, 231, 0.3);
  scale: 1.1;
}
@media (max-width: 992px) {
  .svrl-custom-acordeon .w-iconbox.active .w-iconbox-icon {
    top: 50px !important;
    left: 6px !important;
    scale: 1;
  }
}
.svrl-custom-acordeon .w-iconbox.active .w-iconbox-icon svg path[stroke] {
  stroke: var(--svrl-blue);
}
.svrl-custom-acordeon .w-iconbox.active .w-iconbox-icon svg path[fill] {
  fill: var(--svrl-blue);
}
.svrl-custom-acordeon .w-iconbox.active .w-iconbox-meta {
  padding: 20px 40px 30px 80px;
  background-color: rgb(241, 244, 255);
}
@media (max-width: 1336px) {
  .svrl-custom-acordeon .w-iconbox.active .w-iconbox-meta {
    padding: 15px 40px 25px 90px;
  }
}
@media (max-width: 992px) {
  .svrl-custom-acordeon .w-iconbox.active .w-iconbox-meta {
    padding: 10px 40px 20px 80px;
  }
}
.svrl-custom-acordeon .w-iconbox.active .w-iconbox-meta .w-iconbox-title::after {
  height: 3px;
  width: 25px;
  background-color: rgb(80, 120, 255);
  background-image: none;
}
@media (max-width: 1336px) {
  .svrl-custom-acordeon .w-iconbox.active .w-iconbox-meta .w-iconbox-title::after {
    height: 2px;
    width: 20px;
  }
}
.svrl-custom-acordeon .w-iconbox.active .w-iconbox-meta .w-iconbox-text {
  max-height: 170px;
}

@media (max-width: 992px) {
  .svrl-custom-acordeon-images {
    height: 300px;
  }
}
.svrl-custom-acordeon-images .w-image {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  filter: blur(0px);
  opacity: 1;
  width: 90%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.svrl-custom-acordeon-images .w-image:not(.active) {
  filter: blur(8px);
  opacity: 0;
}

.svrl-other-funcionalidades-container .l-section-h:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  translate: -50% -50%;
  width: 1500px;
  height: 1500px;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(80, 120, 255, 0.7) 4%, rgba(80, 120, 255, 0.63) 8%, rgba(80, 120, 255, 0.26) 34%, rgba(80, 120, 255, 0.09) 58%, rgba(80, 120, 255, 0.02) 77%, rgba(80, 120, 255, 0) 92%, rgba(80, 120, 255, 0) 100%);
  opacity: 0.5;
}
@media (max-width: 922px) {
  .svrl-other-funcionalidades-container .l-section-h:before {
    display: none;
  }
}

.svrl-other-funcionalidades .owl-stage-outer {
  overflow: visible;
}
.svrl-other-funcionalidades .w-vwrapper {
  position: relative;
  width: 430px;
  padding: 23px 33px;
  padding-bottom: 36px;
  border-radius: 28px;
  background-color: white;
  z-index: 1;
}
@media (max-width: 992px) {
  .svrl-other-funcionalidades .w-vwrapper {
    height: 100%;
  }
}
.svrl-other-funcionalidades .w-vwrapper::before {
  content: "";
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="36" viewBox="0 0 38 36" fill="none"><path d="M0 36H13.5698C13.5698 23.22 24.5062 12.8556 38 12.8556V0C17.0126 0 0 16.1172 0 36Z" fill="%235078FF"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .svrl-other-funcionalidades .w-vwrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .svrl-other-funcionalidades .svrl-other-funcionalidades-wrapper,
  .svrl-other-funcionalidades .owl-item {
    height: auto;
  }
}
.svrl-other-funcionalidades .svrl-other-funcionalidades-wrapper::after,
.svrl-other-funcionalidades .owl-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background: linear-gradient(180deg, rgb(0, 255, 215) 0%, rgb(80, 120, 255) 100%);
  translate: -50% -50%;
  border-radius: 29px;
}
.svrl-other-funcionalidades .svrl-other-funcionalidades-wrapper .vc_custom_heading,
.svrl-other-funcionalidades .owl-item .vc_custom_heading {
  font-family: Poppins !important;
  font-size: 23px;
  font-weight: 700 !important;
  line-height: 34.5px;
  text-align: left;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .svrl-other-funcionalidades .svrl-other-funcionalidades-wrapper .vc_custom_heading,
  .svrl-other-funcionalidades .owl-item .vc_custom_heading {
    font-size: 19px;
    line-height: 1em;
  }
}
.svrl-other-funcionalidades .svrl-other-funcionalidades-wrapper .wpb_text_column,
.svrl-other-funcionalidades .owl-item .wpb_text_column {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.svrl-other-funcionalidades .owl-stage-outer {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
@media (max-width: 992px) {
  .svrl-other-funcionalidades .owl-stage-outer {
    display: flex;
  }
}

.svrl-recursos-bg {
  padding-top: 100px !important;
}
.svrl-recursos-bg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 65%;
  background-color: #ebf0ff;
}

.svrl-recursos {
  padding-top: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.svrl-recursos .vc_column-inner {
  overflow: hidden;
  background: white;
}
.svrl-recursos .vc_col-sm-4:nth-child(1) {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .svrl-recursos .vc_col-sm-4:nth-child(1) {
    padding-right: 0px;
  }
}
.svrl-recursos .vc_col-sm-4:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .svrl-recursos .vc_col-sm-4:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.svrl-recursos .vc_col-sm-4:nth-child(3) {
  padding-left: 10px;
}
@media (max-width: 992px) {
  .svrl-recursos .vc_col-sm-4:nth-child(3) {
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .svrl-recursos .wpb_column .w-hwrapper {
    align-items: center;
  }
}
.svrl-recursos .wpb_column .w-hwrapper .lottie-anim {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #4193f8;
  padding: 5px;
  border-radius: 500px;
}
@media (max-width: 992px) {
  .svrl-recursos .wpb_column .w-hwrapper .lottie-anim {
    bottom: unset;
    top: 50%;
    translate: 0px -50%;
    padding: 8px;
  }
}
.svrl-recursos .wpb_column .w-hwrapper .w-image img {
  max-width: 130px;
  min-width: 130px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .svrl-recursos .wpb_column .w-hwrapper .w-image img {
    max-width: 110px;
    min-width: 110px;
    height: 90px;
  }
}
.svrl-recursos .wpb_column .w-hwrapper .w-vwrapper {
  padding: 32px 22px;
}
.svrl-recursos .wpb_column .w-hwrapper .w-vwrapper .w-text {
  font-size: 23px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 992px) {
  .svrl-recursos .wpb_column .w-hwrapper .w-vwrapper .w-text {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.svrl-recursos .wpb_column .w-hwrapper .w-vwrapper .wpb_text_column {
  font-size: 14px;
  color: #000000;
  text-wrap: balance;
}
@media (max-width: 992px) {
  .svrl-recursos .wpb_column .w-hwrapper .w-vwrapper .wpb_text_column {
    display: none;
  }
}

#page-content .g-breadcrumbs {
  position: absolute;
  top: 49px;
  color: #B4C5FF !important;
}
#page-content .custom-tabs .w-tabs-list {
  background-color: transparent !important;
}
#page-content .custom-tabs .w-tabs-list-h {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding-top: 65px;
}
@media (max-width: 992px) {
  #page-content .custom-tabs .w-tabs-list-h {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-top: unset;
    padding-bottom: 90px;
  }
}
#page-content .custom-tabs .w-tabs-item {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  border: 2px solid var(--svrl-green) !important;
  border-radius: 500px;
  padding: 0px;
  height: 3.6em;
  color: white !important;
  padding-left: 45px;
  padding-right: 20px;
  transition: all 0.3s ease-in-out !important;
  font-size: 14px;
  font-weight: 700;
}
#page-content .custom-tabs .w-tabs-item.active {
  background-color: var(--svrl-green) !important;
  color: var(--svrl-blue) !important;
}
@media (max-width: 992px) {
  #page-content .custom-tabs .w-tabs-item {
    position: unset;
    padding: 0px;
    background-color: transparent !important;
    border: 0px !important;
  }
  #page-content .custom-tabs .w-tabs-item.active {
    background-color: transparent !important;
  }
  #page-content .custom-tabs .w-tabs-item.active .w-tabs-item-title {
    display: block;
  }
  #page-content .custom-tabs .w-tabs-item.active i {
    background-color: var(--svrl-green) !important;
  }
  #page-content .custom-tabs .w-tabs-item.active i.fa-svrl-list {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="39" viewBox="0 0 34 39" fill="none"><g clip-path="url(%23clip0_180_319)"><path d="M32.5568 19.9473V18.9873C32.5583 13.6866 32.5591 10.185 32.5523 4.68371C32.5523 4.38055 32.5126 4.06132 32.4384 3.76122C31.987 1.93232 30.5251 0.839877 28.5271 0.839877C19.265 0.83758 11.6665 0.838346 4.6139 0.842939C4.29751 0.842939 3.9264 0.853657 3.57703 0.930978C1.77994 1.32753 0.572138 2.86247 0.570639 4.75032C0.568389 8.27032 0.568389 11.7911 0.568389 15.3119V19.7077V22.7071C0.568389 26.5869 0.56764 30.5992 0.573637 34.5448C0.573637 34.9797 0.612623 35.3471 0.691344 35.6679C1.13068 37.4624 2.60014 38.5793 4.52693 38.5831C7.96666 38.5892 10.3988 38.5877 13.4771 38.5847L15.6311 38.5831C15.7975 38.5831 15.9467 38.567 16.0734 38.5349C16.4595 38.4377 16.7272 38.0633 16.7099 37.6438C16.6934 37.225 16.422 36.8943 16.0352 36.8208C15.8343 36.7825 15.6213 36.7772 15.4586 36.7772C14.3146 36.7772 13.2859 36.7741 12.3098 36.7711C9.78024 36.7649 7.59555 36.7588 4.63189 36.7902C3.94139 36.7948 3.35736 36.5827 2.95026 36.1701C2.53042 35.7445 2.30025 35.1136 2.3025 34.3933C2.32274 26.8748 2.32049 19.23 2.31899 11.837C2.31899 9.53119 2.31749 7.22535 2.31824 4.92027C2.31824 3.47797 3.12869 2.65117 4.54117 2.65041C6.79184 2.65041 9.04251 2.65041 11.2932 2.65117C16.9566 2.65347 22.8119 2.655 28.5713 2.63663H28.581C29.2348 2.63663 29.7896 2.85175 30.1885 3.25902C30.6001 3.68008 30.8242 4.2795 30.8212 4.94783C30.801 9.251 30.804 12.3706 30.807 15.9833C30.8077 17.2066 30.8092 18.4989 30.8092 19.9297C30.8092 20.2543 30.9119 20.536 31.0986 20.7236C31.2546 20.8805 31.4592 20.9601 31.6894 20.9578C32.2 20.9502 32.5568 20.5345 32.5568 19.9473Z" fill="%235078FF"/><path d="M33.0779 37.2209C32.338 36.4599 31.574 35.689 30.8348 34.9433L30.8115 34.9196C30.4966 34.6019 30.1803 34.2827 29.8624 33.9611L29.6082 33.7039L29.8219 33.4107C30.768 32.1131 31.2576 30.778 31.3198 29.328C31.4113 27.1921 30.6016 25.1328 29.0969 23.679C27.5855 22.2183 25.5147 21.5018 23.4162 21.7138C21.476 21.9098 19.7344 22.8936 18.5123 24.4836C17.297 26.0645 16.7774 28.0113 17.0488 29.9642C17.3855 32.3841 18.8617 34.4687 20.9984 35.5397C23.1493 36.6184 25.5807 36.5418 27.6687 35.33C27.8591 35.2197 28.0285 35.1654 28.1867 35.1654C28.4087 35.1654 28.6096 35.2672 28.8173 35.4846C29.8496 36.5663 30.9052 37.6366 31.8019 38.5414C32.2202 38.964 32.7248 39.0069 33.1184 38.654C33.3156 38.4771 33.4243 38.2582 33.4318 38.0224C33.4408 37.7506 33.3148 37.4658 33.0764 37.2209H33.0779ZM29.5122 29.0716C29.4718 30.5315 28.884 31.8957 27.8561 32.9116C26.865 33.8915 25.577 34.4312 24.2297 34.4312C24.181 34.4312 24.1322 34.4312 24.0835 34.4289C22.6088 34.3868 21.26 33.7843 20.2862 32.7332C19.3123 31.6821 18.798 30.2742 18.8384 28.7692C18.9172 25.8578 21.3822 23.4562 24.2162 23.5213C25.6864 23.5558 27.0532 24.172 28.063 25.2568C29.0369 26.3033 29.552 27.6576 29.513 29.07L29.5122 29.0716Z" fill="%235078FF"/><path d="M23.1747 31.9852L20.9128 29.6756C20.6489 29.4069 20.6489 28.9705 20.9128 28.701C21.1759 28.4323 21.6033 28.4323 21.8672 28.701L23.1747 30.0361L26.2718 26.8737C26.5349 26.6049 26.9623 26.6049 27.2262 26.8737C27.4901 27.1424 27.4901 27.5787 27.2262 27.8482L23.1747 31.9852Z" fill="%235078FF"/><path d="M25.0526 7.60303H8.08639C7.62555 7.60303 7.25195 7.98451 7.25195 8.45509V8.45585C7.25195 8.92643 7.62555 9.30791 8.08639 9.30791H25.0526C25.5135 9.30791 25.8871 8.92643 25.8871 8.45585V8.45509C25.8871 7.98451 25.5135 7.60303 25.0526 7.60303Z" fill="%235078FF"/><path d="M25.0526 13.9817H8.08639C7.62555 13.9817 7.25195 14.3632 7.25195 14.8337V14.8345C7.25195 15.3051 7.62555 15.6866 8.08639 15.6866H25.0526C25.5135 15.6866 25.8871 15.3051 25.8871 14.8345V14.8337C25.8871 14.3632 25.5135 13.9817 25.0526 13.9817Z" fill="%235078FF"/><path d="M15.7276 20.6235H8.08639C7.62555 20.6235 7.25195 21.005 7.25195 21.4756V21.4764C7.25195 21.9469 7.62555 22.3284 8.08639 22.3284H15.7276C16.1884 22.3284 16.562 21.9469 16.562 21.4764V21.4756C16.562 21.005 16.1884 20.6235 15.7276 20.6235Z" fill="%235078FF"/></g><defs><clipPath id="clip0_180_319"><rect width="32.8649" height="38.0541" fill="white" transform="translate(0.568359 0.837891)"/></clipPath></defs></svg>');
  }
  #page-content .custom-tabs .w-tabs-item.active i.fa-svrl-key {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="39" viewBox="0 0 40 39" fill="none"><path d="M7.87607 34.6748C7.78666 35.3068 7.56375 35.8526 7.06546 36.2602C6.63154 36.6146 6.12848 36.7493 5.57536 36.7481C4.01373 36.7458 2.45211 36.7529 0.890483 36.7446C0.214574 36.7411 0 36.5071 0 35.8219C0 30.8541 0 25.8851 0 20.9173C0 20.2321 0.237224 20.0017 0.941743 20.0005C2.41396 19.9993 3.88618 20.0005 5.3584 20.0005C6.92479 20.0005 7.73302 20.7224 7.87845 22.2972H8.35052C10.0612 22.2972 11.7718 22.3267 13.4812 22.2877C14.7484 22.2582 15.9155 22.5488 17.0432 23.0923C18.029 23.5684 19.0137 24.0575 20.0365 24.4426C20.6182 24.6624 21.2715 24.7569 21.8985 24.7817C23.1609 24.8325 24.4269 24.8301 25.6905 24.7899C27.8982 24.7191 29.144 26.3021 29.0939 27.9419C29.0939 27.9691 29.113 27.9963 29.1392 28.0648C30.1346 27.695 31.1312 27.3264 32.1265 26.9555C33.2233 26.5467 34.314 26.1249 35.4155 25.7303C37.4599 24.9967 39.4912 26.1273 39.9359 28.2314C40.2553 29.7471 39.3565 31.3231 37.7949 31.9351C34.9148 33.0645 32.0288 34.1798 29.144 35.2974C27.1425 36.0736 25.1553 36.8899 23.1323 37.607C20.3083 38.6065 17.526 38.3986 14.8378 37.0896C13.7328 36.5508 12.6527 35.9613 11.562 35.3954C10.0421 34.6086 9.69161 34.5389 7.87845 34.6736L7.87607 34.6748ZM7.86892 33.1909C8.12521 33.1909 8.33383 33.2027 8.54006 33.1886C9.82393 33.1059 11.0005 33.4142 12.1163 34.0534C13.1176 34.6263 14.1583 35.1332 15.1859 35.6624C17.7417 36.9809 20.3691 37.1416 23.0584 36.1125C25.7 35.1013 28.3333 34.0699 30.9702 33.0468C33.0695 32.2328 35.1687 31.42 37.2656 30.6013C38.1406 30.2599 38.646 29.4565 38.5209 28.6342C38.3277 27.3536 37.1476 26.6282 35.9126 27.0795C33.3961 27.9998 30.8904 28.952 28.381 29.8936C28.2726 29.935 28.1617 29.9905 28.0747 30.0649C27.4214 30.6226 26.6597 30.8269 25.8085 30.8234C23.4589 30.8116 21.1093 30.8198 18.7598 30.8187C18.6119 30.8187 18.4605 30.8187 18.3151 30.7927C17.9873 30.7312 17.7918 30.528 17.7536 30.1972C17.7155 29.8712 17.8299 29.603 18.1411 29.4742C18.3115 29.4033 18.5142 29.3856 18.7037 29.3844C21.1129 29.3785 23.5221 29.3821 25.9313 29.3797C26.9243 29.3785 27.6133 28.7406 27.6229 27.8297C27.6312 26.9177 26.9625 26.2702 25.9575 26.2596C24.7237 26.2466 23.4887 26.2809 22.2549 26.2596C20.9842 26.2384 19.7516 26.0529 18.6036 25.4338C17.7715 24.9849 16.8858 24.634 16.0311 24.2241C15.2944 23.8708 14.5183 23.716 13.7053 23.716C11.9208 23.7172 10.1363 23.716 8.35171 23.716H7.87011V33.1909H7.86892ZM1.43765 35.308C2.80019 35.308 4.12102 35.308 5.44065 35.308C6.1702 35.308 6.40981 35.0788 6.411 34.3652C6.41339 30.3721 6.41339 26.3778 6.411 22.3846C6.411 21.6675 6.1702 21.4336 5.44184 21.4312C4.23784 21.4277 3.03384 21.43 1.82984 21.4312C1.70229 21.4312 1.57474 21.4489 1.43884 21.4584V35.3068L1.43765 35.308Z" fill="%235078FF"/><path d="M33.2167 16.6438C29.4692 14.2343 25.7936 11.8722 22.0413 9.47574C21.8182 9.33366 21.7763 9.24486 21.8218 9.00095C22.4466 5.58268 20.727 2.27452 17.5419 0.769628C15.6231 -0.137333 13.5018 -0.246263 11.5698 0.461783C9.58635 1.18996 8.00459 2.69485 7.11478 4.70177C6.01391 7.18466 6.3377 9.97185 7.98301 12.1564C9.47242 14.1337 11.7977 15.2846 14.2093 15.2846C14.5067 15.2846 14.8053 15.2668 15.1039 15.2313C16.2144 15.0987 17.2457 14.7517 18.2482 14.1728L18.3513 14.4036C18.4821 14.6937 18.6092 14.9791 18.7363 15.2656C19.0864 16.0565 19.2399 16.1347 20.107 15.9666C20.7222 15.847 21.3374 15.7262 21.9286 15.6102L22.4694 15.5036C22.5222 15.7203 22.5737 15.9346 22.6253 16.1477C22.7788 16.7788 22.9239 17.3755 23.063 17.9853C23.1242 18.2517 23.2177 18.543 23.454 18.6851C23.641 18.7975 23.8773 18.8046 24.2454 18.7087C24.827 18.5584 25.4075 18.4044 25.9987 18.2482L26.5935 18.0907L26.7506 18.7028C26.9185 19.3564 27.0828 19.9993 27.247 20.6446C27.4221 21.3302 27.5864 21.4675 28.282 21.5078C28.6993 21.5326 29.1178 21.5551 29.5351 21.5776C30.5173 21.6321 31.533 21.6877 32.5295 21.76C32.5787 21.7635 32.6267 21.7647 32.6734 21.7647C33.1471 21.7647 33.5465 21.5871 33.8619 21.2366C34.1413 20.9252 34.3619 20.5748 34.4974 20.2231C35.0251 18.8603 34.5346 17.488 33.2179 16.6414L33.2167 16.6438ZM20.2701 9.21526C20.1082 9.82503 20.1933 10.0441 20.7234 10.3839L24.3546 12.7152C27.0636 14.4546 29.7714 16.1927 32.4792 17.9332C32.8509 18.1724 33.0992 18.5229 33.1759 18.9195C33.2503 19.3008 33.1615 19.6939 32.9241 20.0266C32.7814 20.2278 32.6495 20.293 32.418 20.2764C31.4766 20.2077 30.5544 20.1556 29.5783 20.1012C29.2677 20.0834 28.9547 20.0668 28.6405 20.0479L28.445 19.2842C28.27 18.5986 28.0961 17.9214 27.921 17.2441C27.8358 16.9114 27.7339 16.6639 27.5205 16.5384C27.3058 16.4141 27.0372 16.4461 26.6978 16.5337C26.127 16.6805 25.5574 16.8309 25.0033 16.9777L24.4889 17.1127L24.3917 16.7066C24.2514 16.1205 24.1123 15.5439 23.9744 14.9661C23.9588 14.9009 23.9468 14.8346 23.9336 14.7671C23.9204 14.6973 23.9073 14.6286 23.8917 14.5599C23.7634 14.0117 23.4564 13.814 22.8963 13.9194C22.19 14.052 21.4849 14.1881 20.7677 14.3279L20.0182 14.4723L19.8503 14.0958C19.6777 13.7086 19.5062 13.3214 19.3323 12.9355C19.186 12.6087 19.0025 12.4204 18.7735 12.3565C18.5396 12.2925 18.2758 12.3659 17.9652 12.5802C15.845 14.0473 13.678 14.2485 11.5231 13.1794C9.99048 12.4192 8.84764 11.163 8.3044 9.64151C7.75996 8.11648 7.86908 6.45649 8.61139 4.96699C9.36809 3.44789 10.6692 2.32425 12.2738 1.80091C13.8687 1.28113 15.5824 1.41966 17.0958 2.19045C19.7064 3.52011 21.0112 6.40794 20.2677 9.21407L20.2701 9.21526Z" fill="%235078FF"/><path d="M14.6573 5.96733C14.5304 5.36174 14.1716 4.84011 13.645 4.50041C12.5469 3.79049 11.1181 4.09456 10.3942 5.1938C9.67659 6.28031 9.96618 7.7345 11.04 8.43297C11.4449 8.6976 11.8959 8.82356 12.3393 8.82356C13.0978 8.82356 13.8372 8.45333 14.2972 7.76631C14.6585 7.22687 14.7854 6.5882 14.6573 5.96733ZM13.0953 6.94697C12.8313 7.35282 12.2662 7.48641 11.8613 7.23832C11.6742 7.12382 11.5384 6.92407 11.4872 6.69252C11.4321 6.44443 11.4795 6.18489 11.6153 5.98133C11.7883 5.72306 12.092 5.57929 12.3892 5.57929C12.552 5.57929 12.7134 5.62255 12.8518 5.71288C13.2426 5.9686 13.3554 6.54621 13.094 6.94825L13.0953 6.94697Z" fill="%235078FF"/></svg>');
  }
  #page-content .custom-tabs .w-tabs-item.active i.fa-svrl-education {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="40" viewBox="0 0 46 40" fill="none"><path d="M0 11.0768C0.276088 10.1546 0.9375 9.65502 1.78857 9.26979C8.25264 6.33842 14.7059 3.38418 21.158 0.427531C22.392 -0.138277 23.5996 -0.144297 24.8336 0.420308C31.3925 3.42391 37.9538 6.42028 44.5175 9.41425C45.4273 9.82958 45.9927 10.4833 45.9999 11.5174C46.0071 12.5731 45.4322 13.2413 44.5079 13.6614C42.5764 14.5378 40.6498 15.4263 38.7148 16.2942C38.4411 16.417 38.3499 16.5639 38.3511 16.8649C38.3631 19.9431 38.2911 23.0237 38.3811 26.0984C38.4471 28.3375 37.4964 29.9567 35.7799 31.228C33.8424 32.663 31.6253 33.4467 29.3026 33.9535C25.9247 34.6902 22.5108 34.8058 19.0861 34.3905C16.8978 34.1256 14.7887 33.5189 12.7505 32.6702C12.6172 32.6148 12.4828 32.5642 12.3123 32.498V33.9258C13.2186 34.228 13.9269 34.7853 14.3206 35.6918C14.6051 36.3479 14.6471 37.0269 14.467 37.7155C14.0949 39.1385 12.8321 40.0486 11.3136 39.998C9.96199 39.9523 8.70399 38.8652 8.47591 37.4832C8.25865 36.1613 8.7496 34.6312 10.7098 33.9065C10.7098 33.1999 10.7218 32.48 10.6978 31.7613C10.693 31.6325 10.5634 31.4723 10.4469 31.3869C9.63309 30.785 8.89725 30.1132 8.35708 29.244C7.88653 28.4868 7.64525 27.667 7.64645 26.7737C7.64765 23.4848 7.64165 20.1971 7.65485 16.9082C7.65605 16.5759 7.56002 16.4086 7.25032 16.2714C5.42214 15.4552 3.61556 14.5908 1.78017 13.7926C0.921895 13.4195 0.267686 12.9042 0 11.9772V11.0756L0 11.0768ZM13.3135 17.3283C13.4587 17.3982 13.5379 17.4391 13.6184 17.4764C16.3348 18.7176 19.0561 19.9491 21.7666 21.2059C22.5996 21.5924 23.3991 21.608 24.2238 21.2168C24.9116 20.8893 25.609 20.5811 26.3016 20.2645C32.1451 17.592 37.9874 14.9194 43.832 12.2505C44.1621 12.1 44.5115 11.9158 44.4394 11.5234C44.395 11.2814 44.1489 10.9877 43.9185 10.8817C37.3368 7.84925 30.7454 4.83722 24.1553 1.82159C23.3727 1.46404 22.6032 1.47729 21.8182 1.83603C15.2593 4.83963 8.69679 7.83721 2.13428 10.8324C1.81618 10.9781 1.53889 11.1562 1.54489 11.5415C1.5509 11.9255 1.83539 12.0964 2.15229 12.2409C5.14365 13.6012 8.13381 14.964 11.118 16.3412C11.3965 16.47 11.6029 16.4519 11.8622 16.3183C13.4431 15.5021 15.0312 14.7003 16.6169 13.895C17.3324 13.5314 18.0466 13.1678 18.7608 12.8055C17.9445 11.2333 18.666 10.0908 19.6515 9.3986C20.3777 8.88817 21.1976 8.61008 22.0679 8.51257C23.5575 8.34524 24.9992 8.49812 26.2848 9.35888C26.993 9.83319 27.526 10.4472 27.5872 11.3524C27.6677 12.5647 26.9942 13.3448 26.0195 13.8673C24.195 14.846 22.3019 14.8713 20.4017 14.0768C20.1232 13.96 19.9132 13.9564 19.6515 14.1008C19.1017 14.4042 18.5351 14.6739 17.9758 14.958C16.4453 15.7369 14.9148 16.5145 13.3135 17.3295V17.3283ZM12.3279 18.608C12.3111 18.7489 12.2931 18.8332 12.2931 18.9174C12.2919 22.7457 12.2883 26.5751 12.3039 30.4033C12.3039 30.5634 12.4552 30.803 12.598 30.8668C13.4131 31.2328 14.2282 31.6228 15.0792 31.8853C19.8183 33.3443 24.6127 33.419 29.4274 32.3162C31.4177 31.86 33.3251 31.163 34.9768 29.9049C36.1748 28.9936 36.853 27.8668 36.8062 26.2633C36.7246 23.4427 36.7834 20.6185 36.7834 17.7966V17.2031C36.5817 17.2874 36.4329 17.3464 36.2864 17.4126C32.5112 19.1401 28.7324 20.8592 24.9644 22.6C23.6416 23.2103 22.3548 23.214 21.0343 22.594C18.9241 21.6032 16.7994 20.6474 14.6795 19.6783C13.9101 19.3255 13.1382 18.9776 12.3279 18.6092V18.608ZM9.22135 17.1899V17.7906C9.22135 20.4776 9.22135 23.1646 9.22135 25.8516C9.22135 26.2862 9.20095 26.7256 9.25376 27.1554C9.3762 28.1413 9.83955 28.9407 10.6366 29.5667C10.6762 29.4932 10.7002 29.4691 10.7002 29.4451C10.7038 25.6626 10.7074 21.8801 10.7038 18.0976C10.7038 17.9989 10.6426 17.8472 10.5658 17.8087C10.1432 17.5956 9.70751 17.4102 9.22015 17.1899H9.22135ZM22.985 13.0691C23.872 13.0414 24.7195 12.897 25.4638 12.3938C26.244 11.8665 26.244 11.2236 25.477 10.6807C24.207 9.78263 21.8242 9.78022 20.5422 10.6759C19.7619 11.2212 19.7523 11.8448 20.5314 12.3841C21.272 12.897 22.1195 13.0378 22.9862 13.0703L22.985 13.0691ZM11.4889 35.3957C10.651 35.3993 9.98 36.065 9.97399 36.8993C9.96799 37.7396 10.675 38.445 11.5141 38.4354C12.34 38.4258 13.023 37.7432 13.029 36.9186C13.0362 36.071 12.3496 35.3921 11.4889 35.3957Z" fill="%235078FF"/></svg>');
  }
  #page-content .custom-tabs .w-tabs-item.active i.fa-svrl-support {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M35.6155 30.046C35.0591 29.7511 34.5362 29.5493 34.1057 29.2276C33.5206 28.7908 33.2145 28.1522 33.2129 27.4159C33.2033 24.8441 33.1906 22.2724 33.2161 19.7022C33.2288 18.518 34.0659 17.5688 35.2377 17.2834C35.3509 17.2566 35.4625 17.2203 35.5693 17.1904C35.1803 9.5429 28.7456 2.92351 20.4106 2.72798C11.6403 2.523 4.86921 9.33318 4.43237 17.1872C4.51208 17.2109 4.59658 17.2408 4.68268 17.2629C6.03625 17.5987 6.80152 18.5401 6.80789 19.9261C6.81905 22.274 6.7505 24.625 6.83021 26.9712C6.89239 28.8366 5.38736 30.3897 3.09315 29.7827C1.3394 29.3191 0.0639533 27.7596 0.0288784 25.9605C-0.00141349 24.3474 -0.0189509 22.7312 0.0336614 21.1197C0.0830851 19.6218 0.819657 18.477 2.13496 17.7249C2.37889 17.5846 2.47455 17.4458 2.50166 17.1604C3.17924 9.93867 6.84138 4.75732 13.6395 2.05627C19.5209 -0.280545 25.2174 0.520468 30.3686 4.19913C34.3624 7.04998 36.6757 10.9825 37.3756 15.8201C37.3788 15.8454 37.3836 15.8722 37.3868 15.8974C37.433 16.3925 37.3517 16.9538 37.5638 17.3654C37.7599 17.747 38.2876 17.952 38.6383 18.2673C39.5423 19.0778 39.9808 20.1043 39.9887 21.3042C39.9999 22.8006 40.0079 24.2954 39.9871 25.7918C39.9648 27.3891 39.241 28.6048 37.8364 29.4011C37.6052 29.5319 37.5351 29.6691 37.5335 29.9214C37.5239 30.8517 37.5845 31.7946 37.4442 32.7076C37.0185 35.4765 34.6318 37.4743 31.7971 37.5153C30.9219 37.5279 30.045 37.5247 29.1697 37.5153C28.9577 37.5121 28.8525 37.5704 28.7504 37.7707C28.2004 38.8508 27.3076 39.4137 26.0752 39.42C25.0931 39.4248 24.111 39.4295 23.1289 39.4169C21.5696 39.3964 20.3627 38.2106 20.2894 36.648C20.2192 35.1721 21.3687 33.835 22.8849 33.742C24.0344 33.671 25.1935 33.6836 26.3446 33.7294C27.475 33.7751 28.2705 34.379 28.7727 35.3755C28.8253 35.4796 28.9641 35.6136 29.0629 35.6136C30.1502 35.6105 31.2439 35.6515 32.3217 35.5458C34.1217 35.3692 35.5741 33.7388 35.6123 31.9602C35.6267 31.2916 35.6139 30.6231 35.6139 30.0444L35.6155 30.046ZM4.88994 23.5764C4.88994 22.3449 4.89631 21.1119 4.88675 19.8804C4.88356 19.3569 4.59021 19.0936 4.06089 19.0967C2.95125 19.103 1.97235 20.0317 1.94684 21.1891C1.91336 22.7612 1.91495 24.3348 1.94684 25.9069C1.96756 27.0154 2.8811 27.941 3.93335 28.0009C4.60774 28.0403 4.88834 27.7849 4.88994 27.1147C4.89472 25.9353 4.88994 24.7558 4.88994 23.5764ZM35.1197 23.5228C35.1197 24.7542 35.1133 25.9873 35.1229 27.2188C35.1261 27.7454 35.4178 28.0119 35.9424 28.0072C37.0775 27.9977 38.0453 27.0611 38.066 25.8832C38.0947 24.3238 38.0947 22.7628 38.066 21.2049C38.0437 20.0964 37.1333 19.1661 36.0843 19.1014C35.4178 19.0604 35.1245 19.3238 35.1213 19.9844C35.1165 21.1639 35.1213 22.3433 35.1213 23.5228H35.1197ZM24.6626 37.5263C25.1393 37.5263 25.616 37.531 26.0943 37.5263C26.6906 37.5184 27.0939 37.14 27.1051 36.5944C27.1162 36.0346 26.7384 35.6263 26.1469 35.6168C25.1536 35.601 24.1588 35.601 23.1655 35.6168C22.5916 35.6263 22.2105 36.0283 22.2105 36.5597C22.2105 37.1116 22.6107 37.5121 23.1926 37.5247C23.6821 37.5342 24.1731 37.5263 24.6642 37.5279L24.6626 37.5263Z" fill="%235078FF"/><path d="M13.8808 26.1845C12.4826 26.1199 11.3682 25.6058 10.5519 24.5226C9.99072 23.7799 9.76114 22.9316 9.76114 22.017C9.75955 19.3932 9.74839 16.7679 9.76433 14.1441C9.77708 12.0895 11.0159 10.5332 12.9689 10.0965C13.3021 10.0223 13.6529 9.99869 13.9956 9.99712C18.0037 9.99081 22.0102 9.98923 26.0183 9.99396C28.1133 9.99711 29.7028 11.2191 30.146 13.1681C30.221 13.4976 30.2465 13.8445 30.2481 14.1819C30.256 16.7805 30.2608 19.3775 30.2497 21.976C30.2417 24.0416 29.0268 25.6074 27.0865 26.0568C26.7294 26.1404 26.3516 26.1672 25.9833 26.1703C24.3906 26.1829 22.7978 26.1814 21.2067 26.1703C20.9309 26.1687 20.7412 26.2539 20.5499 26.4447C19.504 27.4885 18.447 28.5213 17.3883 29.5541C16.6868 30.2384 15.8833 30.434 15.1117 30.0902C14.2539 29.7086 13.8824 29.018 13.8824 28.1082C13.8824 27.4806 13.8824 26.8531 13.8824 26.1829L13.8808 26.1845ZM15.8004 28.4078C15.9885 28.2406 16.0938 28.1555 16.191 28.0609C17.3118 26.9619 18.4406 25.8691 19.547 24.7559C19.8771 24.4232 20.2294 24.2703 20.7061 24.275C22.4582 24.2939 24.2104 24.2845 25.961 24.2813C27.4405 24.2797 28.3237 23.422 28.3285 21.9682C28.3365 19.3696 28.3365 16.7726 28.3285 14.174C28.3237 12.7534 27.45 11.8987 26.0152 11.8987C22.0071 11.8956 17.999 11.8956 13.9909 11.9019C13.7294 11.9019 13.4568 11.924 13.2065 11.9965C12.2355 12.274 11.6871 13.064 11.6839 14.1819C11.6775 16.7805 11.6823 19.3775 11.6839 21.976C11.6839 22.1069 11.6919 22.2378 11.7046 22.3687C11.8019 23.3352 12.4922 24.0795 13.4647 24.2293C13.8027 24.2813 14.1519 24.2797 14.4947 24.2813C15.5246 24.2876 15.7988 24.5509 15.7988 25.5538C15.7988 26.2886 15.7988 27.0234 15.7988 27.7581C15.7988 27.9363 15.7988 28.1145 15.7988 28.4078H15.8004Z" fill="%235078FF"/><path d="M21.4237 18.2532C21.4077 19.0085 20.7381 19.6518 19.984 19.6376C19.2203 19.6234 18.5699 18.9628 18.5842 18.2154C18.5986 17.4601 19.2666 16.8183 20.0239 16.8325C20.7876 16.8467 21.4396 17.509 21.4253 18.2548L21.4237 18.2532Z" fill="%235078FF"/><path d="M26.0574 18.2422C26.0526 19.0038 25.4021 19.6424 24.6385 19.6377C23.8684 19.6314 23.2355 18.9944 23.2403 18.2265C23.245 17.4586 23.8876 16.8263 24.6544 16.8326C25.4229 16.8389 26.0606 17.4806 26.0558 18.2438L26.0574 18.2422Z" fill="%235078FF"/><path d="M13.9532 18.2234C13.9579 17.4602 14.6068 16.8232 15.3737 16.8326C16.1469 16.8405 16.7751 17.4775 16.7687 18.2454C16.7639 19.0133 16.1182 19.6472 15.3514 19.6377C14.5813 19.6283 13.9484 18.9881 13.9532 18.2234Z" fill="%235078FF"/></svg>');
  }
  #page-content .custom-tabs .w-tabs-item .w-tabs-item-title {
    position: absolute;
    top: 75px;
    left: 50%;
    translate: -50% 0px;
    border: 2px solid var(--svrl-green) !important;
    background-color: var(--svrl-green) !important;
    color: var(--svrl-blue) !important;
    padding: auto;
    font-size: 14px;
    display: none;
    padding: 10px 30px;
    border-radius: 500px;
    white-space: nowrap;
    margin-left: 0px;
  }
}
#page-content .custom-tabs .w-tabs-item i {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -20px;
  border-radius: 500px;
  border: 2px solid var(--svrl-green) !important;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--svrl-blue);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  #page-content .custom-tabs .w-tabs-item i {
    position: relative;
    left: 0px;
  }
}
#page-content .custom-tabs .w-tabs-item i.fa-svrl-list {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="39" viewBox="0 0 34 39" fill="none"><g clip-path="url(%23clip0_180_319)"><path d="M32.5568 19.9473V18.9873C32.5583 13.6866 32.5591 10.185 32.5523 4.68371C32.5523 4.38055 32.5126 4.06132 32.4384 3.76122C31.987 1.93232 30.5251 0.839877 28.5271 0.839877C19.265 0.83758 11.6665 0.838346 4.6139 0.842939C4.29751 0.842939 3.9264 0.853657 3.57703 0.930978C1.77994 1.32753 0.572138 2.86247 0.570639 4.75032C0.568389 8.27032 0.568389 11.7911 0.568389 15.3119V19.7077V22.7071C0.568389 26.5869 0.56764 30.5992 0.573637 34.5448C0.573637 34.9797 0.612623 35.3471 0.691344 35.6679C1.13068 37.4624 2.60014 38.5793 4.52693 38.5831C7.96666 38.5892 10.3988 38.5877 13.4771 38.5847L15.6311 38.5831C15.7975 38.5831 15.9467 38.567 16.0734 38.5349C16.4595 38.4377 16.7272 38.0633 16.7099 37.6438C16.6934 37.225 16.422 36.8943 16.0352 36.8208C15.8343 36.7825 15.6213 36.7772 15.4586 36.7772C14.3146 36.7772 13.2859 36.7741 12.3098 36.7711C9.78024 36.7649 7.59555 36.7588 4.63189 36.7902C3.94139 36.7948 3.35736 36.5827 2.95026 36.1701C2.53042 35.7445 2.30025 35.1136 2.3025 34.3933C2.32274 26.8748 2.32049 19.23 2.31899 11.837C2.31899 9.53119 2.31749 7.22535 2.31824 4.92027C2.31824 3.47797 3.12869 2.65117 4.54117 2.65041C6.79184 2.65041 9.04251 2.65041 11.2932 2.65117C16.9566 2.65347 22.8119 2.655 28.5713 2.63663H28.581C29.2348 2.63663 29.7896 2.85175 30.1885 3.25902C30.6001 3.68008 30.8242 4.2795 30.8212 4.94783C30.801 9.251 30.804 12.3706 30.807 15.9833C30.8077 17.2066 30.8092 18.4989 30.8092 19.9297C30.8092 20.2543 30.9119 20.536 31.0986 20.7236C31.2546 20.8805 31.4592 20.9601 31.6894 20.9578C32.2 20.9502 32.5568 20.5345 32.5568 19.9473Z" fill="%2300FFD7"/><path d="M33.0779 37.2209C32.338 36.4599 31.574 35.689 30.8348 34.9433L30.8115 34.9196C30.4966 34.6019 30.1803 34.2827 29.8624 33.9611L29.6082 33.7039L29.8219 33.4107C30.768 32.1131 31.2576 30.778 31.3198 29.328C31.4113 27.1921 30.6016 25.1328 29.0969 23.679C27.5855 22.2183 25.5147 21.5018 23.4162 21.7138C21.476 21.9098 19.7344 22.8936 18.5123 24.4836C17.297 26.0645 16.7774 28.0113 17.0488 29.9642C17.3855 32.3841 18.8617 34.4687 20.9984 35.5397C23.1493 36.6184 25.5807 36.5418 27.6687 35.33C27.8591 35.2197 28.0285 35.1654 28.1867 35.1654C28.4087 35.1654 28.6096 35.2672 28.8173 35.4846C29.8496 36.5663 30.9052 37.6366 31.8019 38.5414C32.2202 38.964 32.7248 39.0069 33.1184 38.654C33.3156 38.4771 33.4243 38.2582 33.4318 38.0224C33.4408 37.7506 33.3148 37.4658 33.0764 37.2209H33.0779ZM29.5122 29.0716C29.4718 30.5315 28.884 31.8957 27.8561 32.9116C26.865 33.8915 25.577 34.4312 24.2297 34.4312C24.181 34.4312 24.1322 34.4312 24.0835 34.4289C22.6088 34.3868 21.26 33.7843 20.2862 32.7332C19.3123 31.6821 18.798 30.2742 18.8384 28.7692C18.9172 25.8578 21.3822 23.4562 24.2162 23.5213C25.6864 23.5558 27.0532 24.172 28.063 25.2568C29.0369 26.3033 29.552 27.6576 29.513 29.07L29.5122 29.0716Z" fill="%2300FFD7"/><path d="M23.1747 31.9852L20.9128 29.6756C20.6489 29.4069 20.6489 28.9705 20.9128 28.701C21.1759 28.4323 21.6033 28.4323 21.8672 28.701L23.1747 30.0361L26.2718 26.8737C26.5349 26.6049 26.9623 26.6049 27.2262 26.8737C27.4901 27.1424 27.4901 27.5787 27.2262 27.8482L23.1747 31.9852Z" fill="%2300FFD7"/><path d="M25.0526 7.60303H8.08639C7.62555 7.60303 7.25195 7.98451 7.25195 8.45509V8.45585C7.25195 8.92643 7.62555 9.30791 8.08639 9.30791H25.0526C25.5135 9.30791 25.8871 8.92643 25.8871 8.45585V8.45509C25.8871 7.98451 25.5135 7.60303 25.0526 7.60303Z" fill="%2300FFD7"/><path d="M25.0526 13.9817H8.08639C7.62555 13.9817 7.25195 14.3632 7.25195 14.8337V14.8345C7.25195 15.3051 7.62555 15.6866 8.08639 15.6866H25.0526C25.5135 15.6866 25.8871 15.3051 25.8871 14.8345V14.8337C25.8871 14.3632 25.5135 13.9817 25.0526 13.9817Z" fill="%2300FFD7"/><path d="M15.7276 20.6235H8.08639C7.62555 20.6235 7.25195 21.005 7.25195 21.4756V21.4764C7.25195 21.9469 7.62555 22.3284 8.08639 22.3284H15.7276C16.1884 22.3284 16.562 21.9469 16.562 21.4764V21.4756C16.562 21.005 16.1884 20.6235 15.7276 20.6235Z" fill="%2300FFD7"/></g><defs><clipPath id="clip0_180_319"><rect width="32.8649" height="38.0541" fill="white" transform="translate(0.568359 0.837891)"/></clipPath></defs></svg>');
}
#page-content .custom-tabs .w-tabs-item i.fa-svrl-key {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="39" viewBox="0 0 40 39" fill="none"><path d="M7.87607 34.6748C7.78666 35.3068 7.56375 35.8526 7.06546 36.2602C6.63154 36.6146 6.12848 36.7493 5.57536 36.7481C4.01373 36.7458 2.45211 36.7529 0.890483 36.7446C0.214574 36.7411 0 36.5071 0 35.8219C0 30.8541 0 25.8851 0 20.9173C0 20.2321 0.237224 20.0017 0.941743 20.0005C2.41396 19.9993 3.88618 20.0005 5.3584 20.0005C6.92479 20.0005 7.73302 20.7224 7.87845 22.2972H8.35052C10.0612 22.2972 11.7718 22.3267 13.4812 22.2877C14.7484 22.2582 15.9155 22.5488 17.0432 23.0923C18.029 23.5684 19.0137 24.0575 20.0365 24.4426C20.6182 24.6624 21.2715 24.7569 21.8985 24.7817C23.1609 24.8325 24.4269 24.8301 25.6905 24.7899C27.8982 24.7191 29.144 26.3021 29.0939 27.9419C29.0939 27.9691 29.113 27.9963 29.1392 28.0648C30.1346 27.695 31.1312 27.3264 32.1265 26.9555C33.2233 26.5467 34.314 26.1249 35.4155 25.7303C37.4599 24.9967 39.4912 26.1273 39.9359 28.2314C40.2553 29.7471 39.3565 31.3231 37.7949 31.9351C34.9148 33.0645 32.0288 34.1798 29.144 35.2974C27.1425 36.0736 25.1553 36.8899 23.1323 37.607C20.3083 38.6065 17.526 38.3986 14.8378 37.0896C13.7328 36.5508 12.6527 35.9613 11.562 35.3954C10.0421 34.6086 9.69161 34.5389 7.87845 34.6736L7.87607 34.6748ZM7.86892 33.1909C8.12521 33.1909 8.33383 33.2027 8.54006 33.1886C9.82393 33.1059 11.0005 33.4142 12.1163 34.0534C13.1176 34.6263 14.1583 35.1332 15.1859 35.6624C17.7417 36.9809 20.3691 37.1416 23.0584 36.1125C25.7 35.1013 28.3333 34.0699 30.9702 33.0468C33.0695 32.2328 35.1687 31.42 37.2656 30.6013C38.1406 30.2599 38.646 29.4565 38.5209 28.6342C38.3277 27.3536 37.1476 26.6282 35.9126 27.0795C33.3961 27.9998 30.8904 28.952 28.381 29.8936C28.2726 29.935 28.1617 29.9905 28.0747 30.0649C27.4214 30.6226 26.6597 30.8269 25.8085 30.8234C23.4589 30.8116 21.1093 30.8198 18.7598 30.8187C18.6119 30.8187 18.4605 30.8187 18.3151 30.7927C17.9873 30.7312 17.7918 30.528 17.7536 30.1972C17.7155 29.8712 17.8299 29.603 18.1411 29.4742C18.3115 29.4033 18.5142 29.3856 18.7037 29.3844C21.1129 29.3785 23.5221 29.3821 25.9313 29.3797C26.9243 29.3785 27.6133 28.7406 27.6229 27.8297C27.6312 26.9177 26.9625 26.2702 25.9575 26.2596C24.7237 26.2466 23.4887 26.2809 22.2549 26.2596C20.9842 26.2384 19.7516 26.0529 18.6036 25.4338C17.7715 24.9849 16.8858 24.634 16.0311 24.2241C15.2944 23.8708 14.5183 23.716 13.7053 23.716C11.9208 23.7172 10.1363 23.716 8.35171 23.716H7.87011V33.1909H7.86892ZM1.43765 35.308C2.80019 35.308 4.12102 35.308 5.44065 35.308C6.1702 35.308 6.40981 35.0788 6.411 34.3652C6.41339 30.3721 6.41339 26.3778 6.411 22.3846C6.411 21.6675 6.1702 21.4336 5.44184 21.4312C4.23784 21.4277 3.03384 21.43 1.82984 21.4312C1.70229 21.4312 1.57474 21.4489 1.43884 21.4584V35.3068L1.43765 35.308Z" fill="%2300FFD7"/><path d="M33.2167 16.6438C29.4692 14.2343 25.7936 11.8722 22.0413 9.47574C21.8182 9.33366 21.7763 9.24486 21.8218 9.00095C22.4466 5.58268 20.727 2.27452 17.5419 0.769628C15.6231 -0.137333 13.5018 -0.246263 11.5698 0.461783C9.58635 1.18996 8.00459 2.69485 7.11478 4.70177C6.01391 7.18466 6.3377 9.97185 7.98301 12.1564C9.47242 14.1337 11.7977 15.2846 14.2093 15.2846C14.5067 15.2846 14.8053 15.2668 15.1039 15.2313C16.2144 15.0987 17.2457 14.7517 18.2482 14.1728L18.3513 14.4036C18.4821 14.6937 18.6092 14.9791 18.7363 15.2656C19.0864 16.0565 19.2399 16.1347 20.107 15.9666C20.7222 15.847 21.3374 15.7262 21.9286 15.6102L22.4694 15.5036C22.5222 15.7203 22.5737 15.9346 22.6253 16.1477C22.7788 16.7788 22.9239 17.3755 23.063 17.9853C23.1242 18.2517 23.2177 18.543 23.454 18.6851C23.641 18.7975 23.8773 18.8046 24.2454 18.7087C24.827 18.5584 25.4075 18.4044 25.9987 18.2482L26.5935 18.0907L26.7506 18.7028C26.9185 19.3564 27.0828 19.9993 27.247 20.6446C27.4221 21.3302 27.5864 21.4675 28.282 21.5078C28.6993 21.5326 29.1178 21.5551 29.5351 21.5776C30.5173 21.6321 31.533 21.6877 32.5295 21.76C32.5787 21.7635 32.6267 21.7647 32.6734 21.7647C33.1471 21.7647 33.5465 21.5871 33.8619 21.2366C34.1413 20.9252 34.3619 20.5748 34.4974 20.2231C35.0251 18.8603 34.5346 17.488 33.2179 16.6414L33.2167 16.6438ZM20.2701 9.21526C20.1082 9.82503 20.1933 10.0441 20.7234 10.3839L24.3546 12.7152C27.0636 14.4546 29.7714 16.1927 32.4792 17.9332C32.8509 18.1724 33.0992 18.5229 33.1759 18.9195C33.2503 19.3008 33.1615 19.6939 32.9241 20.0266C32.7814 20.2278 32.6495 20.293 32.418 20.2764C31.4766 20.2077 30.5544 20.1556 29.5783 20.1012C29.2677 20.0834 28.9547 20.0668 28.6405 20.0479L28.445 19.2842C28.27 18.5986 28.0961 17.9214 27.921 17.2441C27.8358 16.9114 27.7339 16.6639 27.5205 16.5384C27.3058 16.4141 27.0372 16.4461 26.6978 16.5337C26.127 16.6805 25.5574 16.8309 25.0033 16.9777L24.4889 17.1127L24.3917 16.7066C24.2514 16.1205 24.1123 15.5439 23.9744 14.9661C23.9588 14.9009 23.9468 14.8346 23.9336 14.7671C23.9204 14.6973 23.9073 14.6286 23.8917 14.5599C23.7634 14.0117 23.4564 13.814 22.8963 13.9194C22.19 14.052 21.4849 14.1881 20.7677 14.3279L20.0182 14.4723L19.8503 14.0958C19.6777 13.7086 19.5062 13.3214 19.3323 12.9355C19.186 12.6087 19.0025 12.4204 18.7735 12.3565C18.5396 12.2925 18.2758 12.3659 17.9652 12.5802C15.845 14.0473 13.678 14.2485 11.5231 13.1794C9.99048 12.4192 8.84764 11.163 8.3044 9.64151C7.75996 8.11648 7.86908 6.45649 8.61139 4.96699C9.36809 3.44789 10.6692 2.32425 12.2738 1.80091C13.8687 1.28113 15.5824 1.41966 17.0958 2.19045C19.7064 3.52011 21.0112 6.40794 20.2677 9.21407L20.2701 9.21526Z" fill="%2300FFD7"/><path d="M14.6573 5.96733C14.5304 5.36174 14.1716 4.84011 13.645 4.50041C12.5469 3.79049 11.1181 4.09456 10.3942 5.1938C9.67659 6.28031 9.96618 7.7345 11.04 8.43297C11.4449 8.6976 11.8959 8.82356 12.3393 8.82356C13.0978 8.82356 13.8372 8.45333 14.2972 7.76631C14.6585 7.22687 14.7854 6.5882 14.6573 5.96733ZM13.0953 6.94697C12.8313 7.35282 12.2662 7.48641 11.8613 7.23832C11.6742 7.12382 11.5384 6.92407 11.4872 6.69252C11.4321 6.44443 11.4795 6.18489 11.6153 5.98133C11.7883 5.72306 12.092 5.57929 12.3892 5.57929C12.552 5.57929 12.7134 5.62255 12.8518 5.71288C13.2426 5.9686 13.3554 6.54621 13.094 6.94825L13.0953 6.94697Z" fill="%2300FFD7"/></svg>');
}
#page-content .custom-tabs .w-tabs-item i.fa-svrl-education {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="40" viewBox="0 0 46 40" fill="none"><path d="M0 11.0768C0.276088 10.1546 0.9375 9.65502 1.78857 9.26979C8.25264 6.33842 14.7059 3.38418 21.158 0.427531C22.392 -0.138277 23.5996 -0.144297 24.8336 0.420308C31.3925 3.42391 37.9538 6.42028 44.5175 9.41425C45.4273 9.82958 45.9927 10.4833 45.9999 11.5174C46.0071 12.5731 45.4322 13.2413 44.5079 13.6614C42.5764 14.5378 40.6498 15.4263 38.7148 16.2942C38.4411 16.417 38.3499 16.5639 38.3511 16.8649C38.3631 19.9431 38.2911 23.0237 38.3811 26.0984C38.4471 28.3375 37.4964 29.9567 35.7799 31.228C33.8424 32.663 31.6253 33.4467 29.3026 33.9535C25.9247 34.6902 22.5108 34.8058 19.0861 34.3905C16.8978 34.1256 14.7887 33.5189 12.7505 32.6702C12.6172 32.6148 12.4828 32.5642 12.3123 32.498V33.9258C13.2186 34.228 13.9269 34.7853 14.3206 35.6918C14.6051 36.3479 14.6471 37.0269 14.467 37.7155C14.0949 39.1385 12.8321 40.0486 11.3136 39.998C9.96199 39.9523 8.70399 38.8652 8.47591 37.4832C8.25865 36.1613 8.7496 34.6312 10.7098 33.9065C10.7098 33.1999 10.7218 32.48 10.6978 31.7613C10.693 31.6325 10.5634 31.4723 10.4469 31.3869C9.63309 30.785 8.89725 30.1132 8.35708 29.244C7.88653 28.4868 7.64525 27.667 7.64645 26.7737C7.64765 23.4848 7.64165 20.1971 7.65485 16.9082C7.65605 16.5759 7.56002 16.4086 7.25032 16.2714C5.42214 15.4552 3.61556 14.5908 1.78017 13.7926C0.921895 13.4195 0.267686 12.9042 0 11.9772V11.0756L0 11.0768ZM13.3135 17.3283C13.4587 17.3982 13.5379 17.4391 13.6184 17.4764C16.3348 18.7176 19.0561 19.9491 21.7666 21.2059C22.5996 21.5924 23.3991 21.608 24.2238 21.2168C24.9116 20.8893 25.609 20.5811 26.3016 20.2645C32.1451 17.592 37.9874 14.9194 43.832 12.2505C44.1621 12.1 44.5115 11.9158 44.4394 11.5234C44.395 11.2814 44.1489 10.9877 43.9185 10.8817C37.3368 7.84925 30.7454 4.83722 24.1553 1.82159C23.3727 1.46404 22.6032 1.47729 21.8182 1.83603C15.2593 4.83963 8.69679 7.83721 2.13428 10.8324C1.81618 10.9781 1.53889 11.1562 1.54489 11.5415C1.5509 11.9255 1.83539 12.0964 2.15229 12.2409C5.14365 13.6012 8.13381 14.964 11.118 16.3412C11.3965 16.47 11.6029 16.4519 11.8622 16.3183C13.4431 15.5021 15.0312 14.7003 16.6169 13.895C17.3324 13.5314 18.0466 13.1678 18.7608 12.8055C17.9445 11.2333 18.666 10.0908 19.6515 9.3986C20.3777 8.88817 21.1976 8.61008 22.0679 8.51257C23.5575 8.34524 24.9992 8.49812 26.2848 9.35888C26.993 9.83319 27.526 10.4472 27.5872 11.3524C27.6677 12.5647 26.9942 13.3448 26.0195 13.8673C24.195 14.846 22.3019 14.8713 20.4017 14.0768C20.1232 13.96 19.9132 13.9564 19.6515 14.1008C19.1017 14.4042 18.5351 14.6739 17.9758 14.958C16.4453 15.7369 14.9148 16.5145 13.3135 17.3295V17.3283ZM12.3279 18.608C12.3111 18.7489 12.2931 18.8332 12.2931 18.9174C12.2919 22.7457 12.2883 26.5751 12.3039 30.4033C12.3039 30.5634 12.4552 30.803 12.598 30.8668C13.4131 31.2328 14.2282 31.6228 15.0792 31.8853C19.8183 33.3443 24.6127 33.419 29.4274 32.3162C31.4177 31.86 33.3251 31.163 34.9768 29.9049C36.1748 28.9936 36.853 27.8668 36.8062 26.2633C36.7246 23.4427 36.7834 20.6185 36.7834 17.7966V17.2031C36.5817 17.2874 36.4329 17.3464 36.2864 17.4126C32.5112 19.1401 28.7324 20.8592 24.9644 22.6C23.6416 23.2103 22.3548 23.214 21.0343 22.594C18.9241 21.6032 16.7994 20.6474 14.6795 19.6783C13.9101 19.3255 13.1382 18.9776 12.3279 18.6092V18.608ZM9.22135 17.1899V17.7906C9.22135 20.4776 9.22135 23.1646 9.22135 25.8516C9.22135 26.2862 9.20095 26.7256 9.25376 27.1554C9.3762 28.1413 9.83955 28.9407 10.6366 29.5667C10.6762 29.4932 10.7002 29.4691 10.7002 29.4451C10.7038 25.6626 10.7074 21.8801 10.7038 18.0976C10.7038 17.9989 10.6426 17.8472 10.5658 17.8087C10.1432 17.5956 9.70751 17.4102 9.22015 17.1899H9.22135ZM22.985 13.0691C23.872 13.0414 24.7195 12.897 25.4638 12.3938C26.244 11.8665 26.244 11.2236 25.477 10.6807C24.207 9.78263 21.8242 9.78022 20.5422 10.6759C19.7619 11.2212 19.7523 11.8448 20.5314 12.3841C21.272 12.897 22.1195 13.0378 22.9862 13.0703L22.985 13.0691ZM11.4889 35.3957C10.651 35.3993 9.98 36.065 9.97399 36.8993C9.96799 37.7396 10.675 38.445 11.5141 38.4354C12.34 38.4258 13.023 37.7432 13.029 36.9186C13.0362 36.071 12.3496 35.3921 11.4889 35.3957Z" fill="%2300FFD7"/></svg>');
}
#page-content .custom-tabs .w-tabs-item i.fa-svrl-support {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M35.6155 30.046C35.0591 29.7511 34.5362 29.5493 34.1057 29.2276C33.5206 28.7908 33.2145 28.1522 33.2129 27.4159C33.2033 24.8441 33.1906 22.2724 33.2161 19.7022C33.2288 18.518 34.0659 17.5688 35.2377 17.2834C35.3509 17.2566 35.4625 17.2203 35.5693 17.1904C35.1803 9.5429 28.7456 2.92351 20.4106 2.72798C11.6403 2.523 4.86921 9.33318 4.43237 17.1872C4.51208 17.2109 4.59658 17.2408 4.68268 17.2629C6.03625 17.5987 6.80152 18.5401 6.80789 19.9261C6.81905 22.274 6.7505 24.625 6.83021 26.9712C6.89239 28.8366 5.38736 30.3897 3.09315 29.7827C1.3394 29.3191 0.0639533 27.7596 0.0288784 25.9605C-0.00141349 24.3474 -0.0189509 22.7312 0.0336614 21.1197C0.0830851 19.6218 0.819657 18.477 2.13496 17.7249C2.37889 17.5846 2.47455 17.4458 2.50166 17.1604C3.17924 9.93867 6.84138 4.75732 13.6395 2.05627C19.5209 -0.280545 25.2174 0.520468 30.3686 4.19913C34.3624 7.04998 36.6757 10.9825 37.3756 15.8201C37.3788 15.8454 37.3836 15.8722 37.3868 15.8974C37.433 16.3925 37.3517 16.9538 37.5638 17.3654C37.7599 17.747 38.2876 17.952 38.6383 18.2673C39.5423 19.0778 39.9808 20.1043 39.9887 21.3042C39.9999 22.8006 40.0079 24.2954 39.9871 25.7918C39.9648 27.3891 39.241 28.6048 37.8364 29.4011C37.6052 29.5319 37.5351 29.6691 37.5335 29.9214C37.5239 30.8517 37.5845 31.7946 37.4442 32.7076C37.0185 35.4765 34.6318 37.4743 31.7971 37.5153C30.9219 37.5279 30.045 37.5247 29.1697 37.5153C28.9577 37.5121 28.8525 37.5704 28.7504 37.7707C28.2004 38.8508 27.3076 39.4137 26.0752 39.42C25.0931 39.4248 24.111 39.4295 23.1289 39.4169C21.5696 39.3964 20.3627 38.2106 20.2894 36.648C20.2192 35.1721 21.3687 33.835 22.8849 33.742C24.0344 33.671 25.1935 33.6836 26.3446 33.7294C27.475 33.7751 28.2705 34.379 28.7727 35.3755C28.8253 35.4796 28.9641 35.6136 29.0629 35.6136C30.1502 35.6105 31.2439 35.6515 32.3217 35.5458C34.1217 35.3692 35.5741 33.7388 35.6123 31.9602C35.6267 31.2916 35.6139 30.6231 35.6139 30.0444L35.6155 30.046ZM4.88994 23.5764C4.88994 22.3449 4.89631 21.1119 4.88675 19.8804C4.88356 19.3569 4.59021 19.0936 4.06089 19.0967C2.95125 19.103 1.97235 20.0317 1.94684 21.1891C1.91336 22.7612 1.91495 24.3348 1.94684 25.9069C1.96756 27.0154 2.8811 27.941 3.93335 28.0009C4.60774 28.0403 4.88834 27.7849 4.88994 27.1147C4.89472 25.9353 4.88994 24.7558 4.88994 23.5764ZM35.1197 23.5228C35.1197 24.7542 35.1133 25.9873 35.1229 27.2188C35.1261 27.7454 35.4178 28.0119 35.9424 28.0072C37.0775 27.9977 38.0453 27.0611 38.066 25.8832C38.0947 24.3238 38.0947 22.7628 38.066 21.2049C38.0437 20.0964 37.1333 19.1661 36.0843 19.1014C35.4178 19.0604 35.1245 19.3238 35.1213 19.9844C35.1165 21.1639 35.1213 22.3433 35.1213 23.5228H35.1197ZM24.6626 37.5263C25.1393 37.5263 25.616 37.531 26.0943 37.5263C26.6906 37.5184 27.0939 37.14 27.1051 36.5944C27.1162 36.0346 26.7384 35.6263 26.1469 35.6168C25.1536 35.601 24.1588 35.601 23.1655 35.6168C22.5916 35.6263 22.2105 36.0283 22.2105 36.5597C22.2105 37.1116 22.6107 37.5121 23.1926 37.5247C23.6821 37.5342 24.1731 37.5263 24.6642 37.5279L24.6626 37.5263Z" fill="%2300FFD7"/><path d="M13.8808 26.1845C12.4826 26.1199 11.3682 25.6058 10.5519 24.5226C9.99072 23.7799 9.76114 22.9316 9.76114 22.017C9.75955 19.3932 9.74839 16.7679 9.76433 14.1441C9.77708 12.0895 11.0159 10.5332 12.9689 10.0965C13.3021 10.0223 13.6529 9.99869 13.9956 9.99712C18.0037 9.99081 22.0102 9.98923 26.0183 9.99396C28.1133 9.99711 29.7028 11.2191 30.146 13.1681C30.221 13.4976 30.2465 13.8445 30.2481 14.1819C30.256 16.7805 30.2608 19.3775 30.2497 21.976C30.2417 24.0416 29.0268 25.6074 27.0865 26.0568C26.7294 26.1404 26.3516 26.1672 25.9833 26.1703C24.3906 26.1829 22.7978 26.1814 21.2067 26.1703C20.9309 26.1687 20.7412 26.2539 20.5499 26.4447C19.504 27.4885 18.447 28.5213 17.3883 29.5541C16.6868 30.2384 15.8833 30.434 15.1117 30.0902C14.2539 29.7086 13.8824 29.018 13.8824 28.1082C13.8824 27.4806 13.8824 26.8531 13.8824 26.1829L13.8808 26.1845ZM15.8004 28.4078C15.9885 28.2406 16.0938 28.1555 16.191 28.0609C17.3118 26.9619 18.4406 25.8691 19.547 24.7559C19.8771 24.4232 20.2294 24.2703 20.7061 24.275C22.4582 24.2939 24.2104 24.2845 25.961 24.2813C27.4405 24.2797 28.3237 23.422 28.3285 21.9682C28.3365 19.3696 28.3365 16.7726 28.3285 14.174C28.3237 12.7534 27.45 11.8987 26.0152 11.8987C22.0071 11.8956 17.999 11.8956 13.9909 11.9019C13.7294 11.9019 13.4568 11.924 13.2065 11.9965C12.2355 12.274 11.6871 13.064 11.6839 14.1819C11.6775 16.7805 11.6823 19.3775 11.6839 21.976C11.6839 22.1069 11.6919 22.2378 11.7046 22.3687C11.8019 23.3352 12.4922 24.0795 13.4647 24.2293C13.8027 24.2813 14.1519 24.2797 14.4947 24.2813C15.5246 24.2876 15.7988 24.5509 15.7988 25.5538C15.7988 26.2886 15.7988 27.0234 15.7988 27.7581C15.7988 27.9363 15.7988 28.1145 15.7988 28.4078H15.8004Z" fill="%2300FFD7"/><path d="M21.4237 18.2532C21.4077 19.0085 20.7381 19.6518 19.984 19.6376C19.2203 19.6234 18.5699 18.9628 18.5842 18.2154C18.5986 17.4601 19.2666 16.8183 20.0239 16.8325C20.7876 16.8467 21.4396 17.509 21.4253 18.2548L21.4237 18.2532Z" fill="%2300FFD7"/><path d="M26.0574 18.2422C26.0526 19.0038 25.4021 19.6424 24.6385 19.6377C23.8684 19.6314 23.2355 18.9944 23.2403 18.2265C23.245 17.4586 23.8876 16.8263 24.6544 16.8326C25.4229 16.8389 26.0606 17.4806 26.0558 18.2438L26.0574 18.2422Z" fill="%2300FFD7"/><path d="M13.9532 18.2234C13.9579 17.4602 14.6068 16.8232 15.3737 16.8326C16.1469 16.8405 16.7751 17.4775 16.7687 18.2454C16.7639 19.0133 16.1182 19.6472 15.3514 19.6377C14.5813 19.6283 13.9484 18.9881 13.9532 18.2234Z" fill="%2300FFD7"/></svg>');
}
#page-content .custom-tabs .w-tabs-section-content {
  padding: 130px 30px;
}
@media (max-width: 992px) {
  #page-content .custom-tabs .w-tabs-section-content {
    padding: 0px 0px;
  }
  #page-content .custom-tabs .w-tabs-section-content .w-btn-wrapper {
    text-align: center;
  }
}
#page-content .custom-tabs .w-tabs-section-content .wpb_text_column {
  width: 50%;
  text-wrap: balance;
  font-size: 14px;
  color: white;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  #page-content .custom-tabs .w-tabs-section-content .wpb_text_column {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
#page-content .custom-tabs .w-tabs-section-content .wpb_text_column h3 {
  color: white;
  font-size: 23px;
  font-weight: 700;
}
#page-content .custom-tabs .w-tabs-section-content .w-image {
  position: absolute;
  right: 0px;
  top: 50%;
  translate: 0px -45%;
}
@media (max-width: 992px) {
  #page-content .custom-tabs .w-tabs-section-content .w-image {
    position: relative;
    top: 0px;
    translate: unset;
  }
}

.casos-exitos-content {
  color: white;
  font-size: 16px;
  padding-top: 40px;
  padding-left: 30px;
  gap: 10px 0px;
}
@media (max-width: 992px) {
  .casos-exitos-content {
    font-size: 14px;
    line-height: 1.4em;
    padding-top: 0px;
    padding-left: 0px;
  }
}
.casos-exitos-content .wpb_text_column {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.casos-exitos-content .wpb_text_column:before {
  content: "";
  display: inline-table;
  position: relative;
  top: 0.3em;
  min-width: 13px;
  height: 13px;
  border-radius: 500px;
  background-color: white;
}

.casos-de-exito-image-column .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.svrl-software {
  padding: 0px !important;
}
.svrl-software .wpb_text_column {
  position: absolute;
  font-family: Poppins;
  font-size: 280px;
  font-weight: 700;
  line-height: 420px;
  text-align: left;
  -webkit-text-stroke: 2px rgba(80, 120, 255, 0.1490196078);
  color: transparent !important;
  line-height: 210px;
  top: -100px;
  left: 50%;
  translate: -50% 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 992px) {
  .svrl-software .wpb_text_column {
    font-size: 100px;
  }
}
.svrl-software.svrl-software-white .wpb_text_column {
  -webkit-text-stroke: 2px #7191fc;
  top: -150px;
}
@media (max-width: 992px) {
  .svrl-software.svrl-software-white .wpb_text_column {
    top: -168px;
  }
}
.svrl-software.svrl-software-white + h2 {
  position: relative;
}

.two-color-title strong {
  color: #3D3C3C;
}

.svrl-carrusel-icons .owl-carousel:after, .svrl-carrusel-icons .owl-carousel:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 130px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(80, 120, 255, 0) 100%);
  z-index: 2;
}
.svrl-carrusel-icons .owl-carousel:before {
  rotate: 180deg;
  left: unset;
  right: 0px;
}

.title-effect .words > div {
  opacity: 0;
}

.svrl-other-funcionalidades-container-gsap {
  min-height: 325vh;
}

@media (min-width: 768px) {
  .svrl-other-funcionalidades-container .vc_row {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .svrl-other-funcionalidades-container .w-hwrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
  .svrl-other-funcionalidades-container .svrl-other-funcionalidades .svrl-other-funcionalidades-wrapper {
    position: relative;
  }
  .svrl-other-funcionalidades-container .svrl-other-funcionalidades .w-vwrapper {
    min-width: 430px;
    min-height: 352px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) and (min-width: 768px) {
  .svrl-other-funcionalidades-container .svrl-other-funcionalidades .w-vwrapper {
    min-height: 292px;
  }
}
.text-line {
  position: absolute;
  width: 1830px;
  height: 1em;
  font-size: 280px;
  font-weight: 700;
  fill: transparent;
  top: -170px;
  left: 50%;
  translate: -50% 0px;
  stroke: #7191fc;
  stroke-width: 2;
  stroke-dasharray: 1600;
  --offset: 1600;
  stroke-dashoffset: var(--offset);
  animation: dash 5s linear forwards;
  pointer-events: none;
}
@media (max-width: 768px) {
  .text-line {
    top: -100px;
    font-size: 100px;
  }
}
@media (max-width: 1440px) and (min-width: 768px) {
  .text-line {
    font-size: 210px;
  }
}
.text-line.text-line-software {
  top: 0px;
  stroke: #e5ebff;
  translate: -50% -50%;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .text-line.text-line-software {
    top: 40px;
  }
}

#gradient-canvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #00bdff;
  --gradient-color-2: #3781fe;
  --gradient-color-3: #67e8fe;
  --gradient-color-4: #3075ff;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  filter: blur(40px);
}

.hero-svg {
  width: 340px;
  height: 340px;
  stroke-dasharray: 828;
  stroke-dashoffset: -820;
  scale: -1 1;
  fill: transparent;
  stroke: #00ffd6;
  stroke-width: 60px;
  position: absolute;
  top: 15%;
  left: 0%;
  transition: stroke-dashoffset 1s ease-in-out;
}
@media (max-width: 1325px) {
  .hero-svg {
    top: 25%;
    left: 10%;
  }
}
.hero-svg.animated {
  stroke-dashoffset: -610;
}

.hero-img-1, .hero-img-2, .hero-img-3 {
  position: absolute;
  translate: -50% -50%;
}
.hero-img-1 {
  top: 55%;
  left: 35%;
  width: 464px;
  z-index: 3;
  border-radius: 10px;
}
@media (max-width: 1325px) {
  .hero-img-1 {
    width: 364px;
  }
}
.hero-img-2 {
  top: 75%;
  left: 77%;
  width: 216px;
  z-index: 4;
  border-radius: 10px;
}
@media (max-width: 1325px) {
  .hero-img-2 {
    top: 65%;
    width: 150px;
  }
}
.hero-img-3 {
  top: 40%;
  left: 75%;
  width: 246px;
  z-index: 2;
}
@media (max-width: 1325px) {
  .hero-img-3 {
    top: 20%;
    width: 200px;
  }
}

section.software-animation {
  background-image: none !important;
}
@media (max-width: 992px) {
  section.software-animation .laptop-effect {
    display: none;
  }
}
section.software-animation .laptop-effect .lottie-bg {
  position: absolute;
  top: 50%;
  left: 70%;
  translate: -50% -50%;
  width: 130%;
}
section.software-animation .laptop-effect img {
  position: absolute;
  top: 50%;
  left: 70%;
  translate: -50% -50%;
  width: 110%;
  max-width: 200%;
}

.container-canvas-svrl:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}/*# sourceMappingURL=several.css.map */