@charset "UTF-8";
/*

  All new settings added to Bootstrap

*/
/*==================================COLOR=====================================*/
.text-bonet--grey-dark-1 {
  color: #8D8FA6;
}

.text-bonet--grey-dark-2 {
  color: #7C7D8B;
}

.text-bonet--grey-ultradark {
  color: #434557;
}

.text-bonet--blue-light-1 {
  color: #00AEEF;
}

.text-bonet--blue-dark-1 {
  color: #118EBE;
}

.text-bonet--blue-ultradark {
  color: #262732;
}

.text-bonet--white {
  color: #FEFEFE;
}

.text-bonet--grey-light-2 {
  color: #ECEDF2;
}

.text-bonet--grey-light-1 {
  color: #F6F7FB;
}

.text-bonet--red {
  color: #EA2127;
}

.text-bonet--green {
  color: #5DC06A;
}

.bg-bonet--grey-dark-1 {
  background-color: #8D8FA6;
}

.bg-bonet--grey-dark-2 {
  background-color: #7C7D8B;
}

.bg-bonet--grey-ultradark {
  background-color: #434557;
}

.bg-bonet--blue-light-1 {
  background-color: #00AEEF;
}

.bg-bonet--blue-dark-1 {
  background-color: #118EBE;
}

.bg-bonet--blue-ultradark {
  background-color: #262732;
}

.bg-bonet--white {
  background-color: #FEFEFE;
}

.bg-bonet--grey-light-2 {
  background-color: #ECEDF2;
}

.bg-bonet--grey-light-1 {
  background-color: #F6F7FB;
}

.bg-bonet--red {
  background-color: #EA2127;
}

.bg-bonet--green {
  background-color: #5DC06A;
}

.bg-bonet--light-gradient {
  background: linear-gradient(180deg, #F6F7FB 0%, #ECEDF2 100%);
}

.bg-bonet--dark-gradient {
  background: linear-gradient(180deg, #8D8FA6 0%, #434557 100%);
}

.bg-bonet--ultradark-gradient {
  background: linear-gradient(180deg, #434557 0%, #262732 100%);
}

/*==================================FONT======================================*/
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/NeueEinstellung-Thin.ttf) format("opentype");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/NeueEinstellung-ExtraLight.ttf) format("opentype");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/NeueEinstellung-Light.ttf) format("opentype");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/NeueEinstellung-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/NeueEinstellung-Medium.ttf) format("opentype");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/NeueEinstellung-SemiBold.ttf) format("opentype");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/NeueEinstellung-Bold.ttf) format("opentype");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/NeueEinstellung-ExtraBold.ttf) format("opentype");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/NeueEinstellung-Black.ttf) format("opentype");
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .h2, h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .h3, h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .h4, h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .h5, h5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .h6, h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .display-2 {
    line-height: 5rem;
  }
  .display-3 {
    line-height: 4.5rem;
  }
  .display-4 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .display-5 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .display-6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-weight: 600;
}

.lead {
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: 400;
}

b, strong {
  font-weight: 700;
}

u {
  text-decoration-thickness: from-font;
}

.icon-size {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.fw-semibold {
  font-weight: 600 !important;
}

a {
  color: #00AEEF;
  text-decoration-thickness: from-font;
}

.mw-50 {
  max-width: 50% !important;
}

/*==================================BUTTONS===================================*/
.btn {
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 1rem 2rem;
  font-size: 1.3125rem;
  line-height: 2rem;
  border-radius: 4px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  border-radius: 4px;
}

.btn-bonet--primary {
  background: #00AEEF;
  color: #FEFEFE;
}
.btn-bonet--primary:hover {
  background: #118EBE;
  color: #FEFEFE;
}

.btn-bonet--secondary {
  background: #434557;
  color: #FEFEFE;
}

.btn-bonet--outline-primary {
  border: 1px solid #F6F7FB;
  color: #F6F7FB;
}
.btn-bonet--outline-primary:hover {
  color: #F6F7FB;
  opacity: 0.72;
}

.btn-bonet--outline-secondary {
  border: 1px solid #8D8FA6;
  color: #8D8FA6;
}

.btn-light {
  background-color: #ECEDF2;
}

/*==================================SHADOW====================================*/
/*==================================NAVBAR====================================*/
.navbar-light .navbar-nav .nav-link {
  color: #8D8FA6;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FEFEFE;
}

.header-transparent {
  z-index: 1030;
}

/*==================================IMAGES====================================*/
.bonet--image-position-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bonet--image-position-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 991px) {
  .bonet--image-position-right {
    position: relative;
    width: 100%;
    max-height: 500px;
  }
  .bonet--image-position-left {
    position: relative;
    width: 100%;
    max-height: 500px;
  }
}
.figure-img {
  margin-bottom: 2rem;
}

.figure-caption {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #8D8FA6;
}

/*==================================FORMS=====================================*/
.form-control {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 1rem;
  background-color: transparent;
  color: #FEFEFE;
  border: 1px solid #7C7D8B;
}
.form-control:focus {
  background-color: transparent;
  color: #FEFEFE;
}
.form-control::-webkit-input-placeholder {
  color: #8D8FA6;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #8D8FA6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8D8FA6;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #8D8FA6;
  opacity: 1;
}

.form-select {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 1rem;
  background-color: transparent;
  color: #FEFEFE;
  border: 1px solid #7C7D8B;
}

.form-check {
  position: relative;
  padding: 0;
}
.form-check .form-check-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-left: 0;
}
.form-check .form-check-label {
  padding: 0 0 0 40px;
  position: relative;
}
.form-check .form-check-label:before {
  content: close-quote;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}

.form-bonet--light .form-control {
  color: #FEFEFE;
  border: 1px solid #7C7D8B;
}
.form-bonet--light .form-select {
  color: #FEFEFE;
  border: 1px solid #7C7D8B;
  background-image: url(../icons/form-select.svg);
  background-size: 24px 24px;
}
.form-bonet--light .form-select option {
  color: #FEFEFE;
}
.form-bonet--light .form-select:invalid {
  color: #8D8FA6;
}
.form-bonet--light .form-select [disabled] {
  color: #8D8FA6;
}
.form-bonet--light .form-check .form-check-input:checked + label:before {
  background: url(../icons/form-check.svg) no-repeat center center;
  background-size: 16px 16px;
}
.form-bonet--light .form-check .form-check-label:before {
  border: 1px solid #7C7D8B;
}

.form-bonet--dark .form-control {
  color: #8D8FA6;
  border: 1px solid #ECEDF2;
}
.form-bonet--dark .form-select {
  color: #8D8FA6;
  border: 1px solid #ECEDF2;
  background-image: url(../icons/form-select.svg);
  background-size: 24px 24px;
}
.form-bonet--dark .form-select option {
  color: #FEFEFE;
}
.form-bonet--dark .form-select:invalid {
  color: #8D8FA6;
}
.form-bonet--dark .form-select [disabled] {
  color: #8D8FA6;
}
.form-bonet--dark .form-check .form-check-input:checked + label:before {
  background: url(../icons/form-check.svg) no-repeat center center;
  background-size: 16px 16px;
}
.form-bonet--dark .form-check .form-check-label:before {
  border: 1px solid #ECEDF2;
}

.gform_wrapper form {
  position: relative;
}
.gform_wrapper .gform-body .gform_fields {
  margin: 0 0 10px;
}
.gform_wrapper .gform-body .gfield {
  margin: 0 0 15px;
}
.gform_wrapper .gform-body .gfield.last {
  margin: 0 0 26px;
}
.gform_wrapper .gform-body .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper .gform-body .gfield.hidden_label > label {
  display: none;
}
.gform_wrapper .gform-body .gfield.hidden_label legend {
  display: none;
}
.gform_wrapper .gform-body .gfield .gfield_label {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  padding: 0 0 9px;
}
.gform_wrapper .gform-body .gfield .gfield_label a {
  color: black;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.gform_wrapper .gform-body .gfield .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .gform-body .gfield .validation_message {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 20px;
}
.gform_wrapper .gform-body .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper .gform-body .gfield .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 1rem;
  background-color: transparent;
  color: #FEFEFE;
  border: 1px solid #7C7D8B;
  background-image: url(../icons/form-select.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 24px 24px;
}
.gform_wrapper .gform-body .gfield .ginput_container select option {
  color: #FEFEFE;
}
.gform_wrapper .gform-body .gfield .ginput_container select:invalid {
  color: #8D8FA6;
}
.gform_wrapper .gform-body .gfield .ginput_container select [disabled] {
  color: #8D8FA6;
}
.gform_wrapper .gform-body .gfield .ginput_container input:not([type=checkbox]) {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 1rem;
  background-color: transparent;
  color: #FEFEFE;
  border: 1px solid #7C7D8B;
}
.gform_wrapper .gform-body .gfield .ginput_container input:not([type=checkbox]):focus {
  background-color: transparent;
  color: #FEFEFE;
}
.gform_wrapper .gform-body .gfield .ginput_container input:not([type=checkbox])::-webkit-input-placeholder {
  color: #8D8FA6;
  opacity: 1;
}
.gform_wrapper .gform-body .gfield .ginput_container input:not([type=checkbox])::-moz-placeholder {
  color: #8D8FA6;
  opacity: 1;
}
.gform_wrapper .gform-body .gfield .ginput_container input:not([type=checkbox]):-ms-input-placeholder {
  color: #8D8FA6;
  opacity: 1;
}
.gform_wrapper .gform-body .gfield .ginput_container input:not([type=checkbox]):-moz-placeholder {
  color: #8D8FA6;
  opacity: 1;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: auto;
  opacity: 0;
  position: absolute;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox]:checked + label:before {
  background: url(../icons/form-check.svg) no-repeat center center;
  background-size: 16px 16px;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] + label {
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  cursor: pointer;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=checkbox] + label:before {
  content: close-quote;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #7C7D8B;
}
.gform_wrapper .gform-body .gfield .ginput_container .gfield_required {
  display: none;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  display: none;
}
.gform_wrapper .gform_footer button {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.3125rem;
  line-height: 2rem;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #00AEEF;
  color: #FEFEFE;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform_wrapper .gform_footer button:hover {
  background: #118EBE;
  color: #FEFEFE;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  padding: 0 !important;
  margin: 0 0 24px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: white;
}

.gform_confirmation_message {
  color: white;
  font-size: 2.5rem;
  line-height: 3.5rem;
  padding: 2rem 0 0;
}

/*==================================UTILITIES=================================*/
.rounded-4 {
  border-radius: 0.625rem !important;
}

.rounded-5 {
  border-radius: 1rem !important;
}

/*==================================TABLES====================================*/
.table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
  border-color: #ECEDF2 !important;
}

/*==================================ALERTS====================================*/
.alert-bonet--primary {
  background: #00AEEF;
  color: #FEFEFE;
}

.alert-bonet--success {
  background: #5DC06A;
  color: #FEFEFE;
}

.alert-bonet--warning {
  background: #7C7D8B;
  color: #FEFEFE;
}

.alert-bonet--danger {
  background: #EA2127;
  color: #FEFEFE;
}

/*==================================MODAL=====================================*/
.bonet--modal .image {
  position: relative;
}
.bonet--modal .image:before {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../icons/play.svg) no-repeat center center;
}
/*==================================SLICK=====================================*/
.slick-slider .arrow {
  position: absolute;
  width: 56px;
  height: 56px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  top: calc(50% - 28px);
  cursor: pointer;
  z-index: 2;
}
.slick-slider .arrow.prev {
  left: 0;
  background: #FEFEFE url(../icons/chevron-left.svg) no-repeat center center;
}
.slick-slider .arrow.next {
  right: 0;
  background: #FEFEFE url(../icons/chevron-right.svg) no-repeat center center;
}
.slick-slider .slick-dots {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.slick-slider .slick-dots li.slick-active button {
  background: #00AEEF;
}
.slick-slider .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #ECEDF2;
}

/*==================================LISTS=====================================*/
ul.bonet--list {
  list-style: none;
  padding: 0;
}
ul.bonet--list li {
  padding: 0 0 1rem 3rem;
  background: url(../img/ul-list.svg) no-repeat top left;
  background-size: 24px 24px;
}

/*==================================GLOBAL====================================*/
body {
  font-family: "Neue Einstellung", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8D8FA6;
}

.divider {
  display: block;
  height: 1px;
  width: 72px;
}

a:hover {
  color: #118EBE;
}

.object-fit-cover {
  object-fit: cover;
  object-position: center center;
}

section.animation .animation svg {
  width: auto !important;
}

section.quote-dot-slider {
  background-image: url(../img/bg-lines.svg);
  background-repeat: no-repeat;
  background-position: top left;
}

@media (min-width: 991px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  section.reorder-items .data-cat:nth-child(odd) .ordered {
    flex-flow: row-reverse;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*===========================LANDING — TEAM SECTION===========================*/
.team-section .team-card__avatar {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  object-fit: cover;
}
.team-section .team-card__role {
  font-size: 0.9375rem;
}
.team-section .team-card__link {
  text-decoration: underline;
  font-size: 0.9375rem;
}
.team-section .team-card__link:hover {
  color: #118EBE;
}

/*============================LANDING — TEAM MODAL=============================*/
.team-modal {
  color: #434557;
}
.team-modal .modal-content {
  border: none;
  border-radius: 12px;
}
.team-modal h3, .team-modal h5, .team-modal h6, .team-modal .h5 {
  color: #262732;
}
.team-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 3;
}
.team-modal__avatar {
  width: 88px;
  height: 88px;
  border-radius: 100%;
  object-fit: cover;
}
.team-modal__role {
  color: #434557;
  font-weight: 600;
  font-size: 0.875rem;
}
.team-modal__linkedin {
  color: #00AEEF;
  font-weight: 600;
  font-size: 0.9375rem;
}
.team-modal__linkedin:hover {
  color: #118EBE;
}
.team-modal__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.team-modal__intro-line {
  font-size: 0.9375rem;
  color: #8D8FA6;
}
.team-modal__intro-achievement {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #7C7D8B;
}
.team-modal__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.team-modal .team-modal__spec-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.5rem;
}
.team-modal .team-modal__spec-row dt {
  font-weight: 700;
  font-size: 0.8125rem;
  color: #434557;
}
.team-modal .team-modal__spec-row dd {
  margin: 0;
  font-size: 0.9375rem;
  color: #7C7D8B;
}
.team-modal__tag {
  display: inline-block;
  margin: 0;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  background: rgba(0, 174, 239, 0.12);
  color: #118EBE;
  font-size: 0.8125rem;
  font-weight: 600;
}
.team-modal__bio {
  color: #7C7D8B;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.team-modal__expanded {
  border-top: 1px solid #ECEDF2;
  padding-top: 1.5rem;
}
.team-modal__expanded-toggle {
  background: none;
  border: none;
  padding: 0;
  color: #262732;
}
.team-modal__expanded-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: url(../icons/chevron-down.svg) no-repeat center center;
  transition: transform 0.2s ease;
}
.team-modal__expanded-toggle[aria-expanded=true] .team-modal__expanded-icon {
  transform: rotate(180deg);
}
.team-modal__list li {
  font-size: 0.9375rem;
  color: #7C7D8B;
}
.team-modal__list li img {
  flex: 0 0 20px;
}
.team-modal__block-text {
  color: #7C7D8B;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.team-modal .projects-slider {
  overflow: hidden;
}
.team-modal .projects-slider__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}
.team-modal .projects-slider__item {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .team-modal .projects-slider__item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.team-modal .projects-slider__card {
  height: 240px;
  background: #FEFEFE;
  border: 1px solid #ECEDF2;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.team-modal .projects-slider__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.team-modal .projects-slider__title {
  color: #262732;
  font-size: 0.875rem;
  font-weight: 700;
}
.team-modal .projects-slider__text {
  color: #262732;
  font-size: 0.875rem;
  line-height: 1.5;
}
.team-modal .projects-slider__logo-wrap {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
}
.team-modal .projects-slider__logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.team-modal .projects-slider__controls {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.team-modal .projects-slider__controls .arrow {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  padding: 0;
  border: none;
  border-radius: 4px;
  background-color: #FEFEFE;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  cursor: pointer;
}
.team-modal .projects-slider__controls .arrow.prev {
  background-image: url(../icons/chevron-left.svg);
}
.team-modal .projects-slider__controls .arrow.next {
  background-image: url(../icons/chevron-right.svg);
}
.team-modal .projects-slider__controls .arrow:disabled {
  opacity: 0.4;
  cursor: default;
}

/*========================LANDING — SHARED / STATIC PAGES======================*/
.lp-card,
.lp-painpoint,
.lp-checklist-card,
.lp-price-card,
.lp-calc,
.lp-team-card,
.lp-accordion__item,
.lp-price-enterprise {
  border-radius: 10px;
}

.lp-icon-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: rgba(0, 174, 239, 0.2);
}
.lp-icon-badge img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.lp-icon-badge--dark {
  background: #118EBE;
}

.lp-logos__item img {
  max-height: 36px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.65;
}

.lp-hero__img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (min-width: 992px) {
  .lp-hero__img {
    max-width: 88%;
    max-height: 36rem;
  }
}
.lp-hero__stats .lp-stat {
  display: flex;
  flex-direction: column;
}
.lp-hero__stats .lp-stat__num {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.lp-hero__stats .lp-stat__label {
  font-size: 0.875rem;
}

.lp-checklist li img {
  flex: 0 0 auto;
}

.lp-painpoint {
  background: #434557;
}

.lp-checklist-card {
  background: #7C7D8B;
}

.lp-card {
  padding: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.lp-card--cta {
  background: #434557;
  box-shadow: none;
}

.lp-card h5,
.lp-painpoint h5 {
  font-weight: 600;
  line-height: 2rem;
}

.lp-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-weight: 700;
}
.lp-step__tag {
  display: inline-block;
  padding: 0.125rem 0.625rem;
  border-radius: 4px;
  background: rgba(0, 174, 239, 0.14);
  color: #118EBE;
  font-size: 0.75rem;
  font-weight: 600;
}

.lp-team-card {
  background: #434557;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.lp-team-card__avatar {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
  background: #FEFEFE;
}
.lp-team-card__name {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .lp-team-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
  .lp-team-card > * {
    flex: 1 1 0;
    min-width: 0;
  }
}

.lp-edge__img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (min-width: 992px) {
  .lp-edge__img {
    max-height: 30rem;
  }
}
.lp-edge__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8125rem;
  font-weight: 600;
}

.lp-calc {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.lp-calc__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.lp-calc__range-box {
  border: 1px solid #ECEDF2;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.lp-calc__range-label {
  font-size: 0.875rem;
}
.lp-calc__track-wrap {
  position: relative;
  padding: 6px 0;
}
.lp-calc__range {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 24px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.lp-calc__track {
  position: relative;
  height: 8px;
  background: #F6F7FB;
  border-radius: 999px;
}
.lp-calc__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #00AEEF;
  border-radius: 999px;
  transition: width 0.18s ease;
}
.lp-calc__handle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #00AEEF;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: left 0.18s ease, transform 0.12s ease;
}
.lp-calc__range:active + .lp-calc__track .lp-calc__handle, .lp-calc__range:focus-visible + .lp-calc__track .lp-calc__handle {
  transform: translate(-50%, -50%) scale(1.25);
}
.lp-calc__scale {
  font-size: 0.875rem;
}
.lp-calc__chart {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lp-calc__totals {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  padding: 0 2rem;
}
.lp-calc__total {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}
.lp-calc__total-label {
  font-size: 0.875rem;
}
.lp-calc__total-value {
  font-size: 1.3125rem;
  line-height: 2rem;
}
.lp-calc__totals-divider {
  align-self: center;
  width: 1px;
  height: 3.25rem;
  background: #ECEDF2;
}
.lp-calc__graph {
  position: relative;
  height: 160px;
  border-bottom: 1px solid rgba(38, 39, 50, 0.3);
  background-image: repeating-linear-gradient(to top, transparent 0, transparent 31px, #ECEDF2 31px, #ECEDF2 32px), repeating-linear-gradient(to right, transparent 0, transparent 31px, #ECEDF2 31px, #ECEDF2 32px);
}
.lp-calc__bars {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  padding: 0 3.5rem;
}
.lp-calc__bar {
  flex: 1 1 0;
  max-width: 132px;
  height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.5rem;
  border-radius: 2px 2px 0 0;
  transition: height 0.4s ease;
}
.lp-calc__bar--vmware {
  background: rgba(38, 39, 50, 0.85);
}
.lp-calc__bar--proxmox {
  background: rgba(0, 174, 239, 0.9);
}
.lp-calc__bar-label {
  color: #FEFEFE;
  font-weight: 700;
  font-size: 0.875rem;
}
.lp-calc__result {
  background: #F6F7FB;
  border-radius: 10px;
  padding: 1rem 1.5rem;
}
.lp-calc__result-label {
  font-size: 0.875rem;
}
.lp-calc__result-value {
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: 600;
}
.lp-calc__note {
  font-size: 0.75rem;
}

.lp-price-card {
  padding: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.lp-price-card__name {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.lp-price-card__price {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 600;
}
.lp-price-card__dash {
  display: inline-block;
  flex: 0 0 auto;
  width: 11px;
  height: 4px;
  border-radius: 2px;
}
.lp-price-card__dash--blue {
  background: #00AEEF;
}
.lp-price-card__dash--red {
  background: #EA2127;
}
.lp-price-card__unit {
  font-size: 1rem;
  line-height: 1.5rem;
}
.lp-price-card__stats {
  display: flex;
  gap: 1.125rem;
  background: #F6F7FB;
  border-radius: 4px;
  padding: 1rem;
}
.lp-price-card__stat {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.lp-price-card__stat-big {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
.lp-price-card__stat-big img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.lp-price-card__stat-label {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.lp-price-card .btn {
  width: 100%;
}
.lp-price-card__features span {
  font-size: 1rem;
  line-height: 1.5rem;
}
.lp-price-card__features img {
  flex: 0 0 auto;
}

.lp-price-enterprise__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.5rem;
}
.lp-price-enterprise__features span {
  font-size: 1rem;
  line-height: 1.5rem;
}
.lp-price-enterprise__features img {
  flex: 0 0 auto;
}

.lp-faq {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.lp-accordion .accordion-item {
  border: none;
  overflow: hidden;
  background: #FEFEFE;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.lp-accordion .accordion-button {
  background: #FEFEFE;
  color: #262732;
  font-weight: 600;
  box-shadow: none;
}
.lp-accordion .accordion-button:not(.collapsed) {
  color: #262732;
  background: #FEFEFE;
}
.lp-accordion .accordion-button:focus {
  box-shadow: none;
}
.lp-accordion__num {
  font-weight: 700;
}

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