/*

  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: .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: .5rem 1rem;
  font-size: .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: .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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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 .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; } }

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