.section-general-testimonials .slide-items .item-image img, .section-general-testimonials .slide-items .item-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-general-testimonials .slide-items a.item-link {
  text-indent: -999px;
  overflow: hidden;
}

.section-general-testimonials .slide-items button.item-link {
  text-indent: -999px;
  overflow: hidden;
}

.section-general-testimonials {
  position: relative;
  padding: 125rem 0 90rem;
}
@media (max-width: 1023px) {
  .section-general-testimonials {
    padding: 75rem 0;
  }
}
.section-general-testimonials .blur {
  position: absolute;
  bottom: -460rem;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  .section-general-testimonials .blur {
    display: none;
  }
}
.section-general-testimonials .container {
  position: relative;
  z-index: 3;
}
.section-general-testimonials .headline {
  padding: 0 150rem 0 60rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .section-general-testimonials .headline {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-general-testimonials .headline-title {
  width: 500rem;
}
@media (max-width: 1023px) {
  .section-general-testimonials .headline-title {
    width: 100%;
  }
}
.section-general-testimonials .headline-title p {
  color: #082e54;
  font-size: 56rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}
@media (max-width: 1023px) {
  .section-general-testimonials .headline-title p {
    width: 100%;
    font-size: 34rem;
  }
}
.section-general-testimonials .headline-title p strong {
  background: -webkit-linear-gradient(right, #0bbbef 50%, #082e54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-general-testimonials .headline-description {
  width: 415rem;
}
@media (max-width: 1023px) {
  .section-general-testimonials .headline-description {
    margin-top: 35rem;
    width: 100%;
  }
}
.section-general-testimonials .headline-description p {
  color: #082e54;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.5;
}
.section-general-testimonials .slide {
  position: relative;
  padding-left: 60rem;
  margin-top: 65rem;
  overflow: visible;
}
@media (max-width: 1023px) {
  .section-general-testimonials .slide {
    padding-left: 0;
  }
}
.section-general-testimonials .slide-items {
  overflow: visible;
}
.section-general-testimonials .slide-items .item {
  position: relative;
  height: 310rem;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .section-general-testimonials .slide-items .item {
    height: 400rem;
  }
}
.section-general-testimonials .slide-items .item-link {
  z-index: 5;
}
.section-general-testimonials .slide-items .item-image {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.section-general-testimonials .slide-items .item-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48rem;
  height: 48rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  z-index: 2;
}
.section-general-testimonials .slide-items .item-play svg {
  position: relative;
  right: -2rem;
}
.section-general-testimonials .slide-items .item:hover .item-image {
  transform: scale(1.05);
}
.section-general-testimonials .slide-dots {
  margin-top: 40rem;
  display: flex;
  display: none;
}
.section-general-testimonials .slide-dots .dot {
  background-color: rgba(255, 255, 255, 0.5);
  width: 50rem;
  height: 2rem;
}
.section-general-testimonials .slide-dots .dot:not(:last-child) {
  margin-right: 8rem;
}

.section-general-faq {
  position: relative;
  padding: 100rem 0;
  background-color: #0072bb;
  overflow: hidden;
}
.section-general-faq .blur {
  position: absolute;
  top: 100rem;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
.section-general-faq .blur img {
  display: inline-block;
}
.section-general-faq .container {
  position: relative;
  z-index: 2;
}
.section-general-faq .headline {
  padding-left: 45rem;
  width: 640rem;
}
@media (max-width: 1023px) {
  .section-general-faq .headline {
    padding-left: 0;
  }
}
.section-general-faq .headline-title {
  color: #deff1c;
  font-size: 56rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}
@media (max-width: 1023px) {
  .section-general-faq .headline-title {
    font-size: 30rem;
  }
}
.section-general-faq .headline-description {
  margin-top: 25rem;
}
.section-general-faq .headline-description p {
  color: #deff1c;
  font-size: 16rem;
  font-weight: 500;
}
.section-general-faq .accordions {
  margin-top: 60rem;
  padding: 0 70rem 0 45rem;
}
@media (max-width: 1023px) {
  .section-general-faq .accordions {
    padding: 0;
  }
}
.section-general-faq .accordions .accordion {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
}
.section-general-faq .accordions .accordion:not(:last-child) {
  margin-bottom: 12rem;
}
.section-general-faq .accordions .accordion.active .accordion-header svg {
  transform: rotate(225deg);
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.section-general-faq .accordions .accordion-header {
  height: 72rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20rem;
}
@media (max-width: 1023px) {
  .section-general-faq .accordions .accordion-header {
    min-height: 90rem;
    text-align: left;
    justify-content: space-between;
  }
}
.section-general-faq .accordions .accordion-header span {
  margin-right: 12rem;
  color: white;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .section-general-faq .accordions .accordion-header span {
    font-size: 18rem;
    width: 250rem;
  }
}
.section-general-faq .accordions .accordion-header svg {
  transform: rotate(0deg);
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .section-general-faq .accordions .accordion-header svg {
    flex-shrink: 0;
  }
}
.section-general-faq .accordions .accordion-header svg path {
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.section-general-faq .accordions .accordion-wrapper {
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .section-general-faq .accordions .accordion-wrapper {
    width: 100%;
  }
}
.section-general-faq .accordions .accordion-wrapper--content {
  padding: 10rem 20rem 30rem;
}
.section-general-faq .accordions .accordion-wrapper--content p,
.section-general-faq .accordions .accordion-wrapper--content ul li,
.section-general-faq .accordions .accordion-wrapper--content ol li {
  color: white;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.6;
}
.section-general-faq .accordions .accordion-wrapper--content p a,
.section-general-faq .accordions .accordion-wrapper--content ul li a,
.section-general-faq .accordions .accordion-wrapper--content ol li a {
  color: white;
  border-bottom: 1px solid white;
}
.section-general-faq .accordions .accordion-wrapper--content ol {
  padding-left: 18rem;
}
.section-general-faq .accordions .accordion-wrapper--content ol,
.section-general-faq .accordions .accordion-wrapper--content ol li {
  list-style-type: decimal !important;
}
.section-general-faq .accordions .accordion-wrapper--content ul li {
  position: relative;
  padding-left: 15rem;
}
.section-general-faq .accordions .accordion-wrapper--content ul li::before {
  content: "";
  background-color: white;
  position: absolute;
  top: 9rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

#page-contact {
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  #page-contact {
    overflow: hidden;
  }
}
#page-contact .section-hero {
  position: relative;
  padding: 195px 0 155rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero {
    padding: 195px 0 60rem;
  }
}
#page-contact .section-hero .background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .background {
    display: flex;
    justify-content: flex-end;
  }
}
#page-contact .section-hero .background img {
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .background img {
    position: relative;
    right: -10%;
    width: 150%;
  }
}
#page-contact .section-hero .blur {
  position: absolute;
  top: -100rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}
#page-contact .section-hero .blur img {
  display: block;
}
#page-contact .section-hero .vector {
  position: absolute;
  top: 685rem;
  right: 15rem;
  z-index: 1;
}
#page-contact .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-contact .section-hero .flex-wrapper {
  padding: 0 0 0 58rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper {
    flex-direction: column;
    margin-left: 0;
    padding: 0;
  }
}
#page-contact .section-hero .flex-wrapper .left {
  width: 660rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left {
    margin: 0;
    width: 100%;
  }
}
#page-contact .section-hero .flex-wrapper .left-title {
  margin-bottom: 36rem;
}
#page-contact .section-hero .flex-wrapper .left-title p {
  color: #082e54;
  font-size: 56rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-title p {
    color: #082e54;
    font-size: 30rem;
  }
}
#page-contact .section-hero .flex-wrapper .left-title p strong {
  color: white;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-title p strong {
    color: #082e54;
  }
}
#page-contact .section-hero .flex-wrapper .left-description p {
  color: #082e54;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.8;
}
#page-contact .section-hero .flex-wrapper .left-form {
  margin-top: 50rem;
  width: 100%;
  max-width: 660rem;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group {
  position: relative;
  width: 100%;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group:not(:last-child) {
  margin-bottom: 24rem;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group .label {
  margin-bottom: 8rem;
  color: #0072bb;
  font-size: 14rem;
  font-weight: 400;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group .label strong {
  color: #f02b2b;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group .field {
  border-radius: 8px;
  border: 1px solid rgba(11, 187, 239, 0.5);
  background-color: white;
  width: 100%;
  height: 44rem;
  padding: 2rem 12rem 0;
  color: #082e54;
  font-size: 14rem;
  font-weight: 400;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group .field::-moz-placeholder {
  color: #9c9c9c;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group .field::placeholder {
  color: #9c9c9c;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group svg {
  position: absolute;
  bottom: 19rem;
  right: 12rem;
  pointer-events: none;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group select.field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group textarea.field {
  padding: 17rem 12rem;
  height: 190rem;
  resize: none;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group textarea.field::-moz-placeholder {
  color: #9c9c9c;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group textarea.field::placeholder {
  color: #9c9c9c;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group .small {
  position: relative;
  top: -10rem;
  left: 12rem;
  display: inline-flex;
  background-color: white;
  padding: 4rem;
  color: #0bbbef;
  font-size: 11rem;
  font-weight: 400;
}
#page-contact .section-hero .flex-wrapper .left-form .field-group .small span {
  margin-right: 3rem;
}
#page-contact .section-hero .flex-wrapper .left-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25rem;
}
@media (max-width: 767px) {
  #page-contact .section-hero .flex-wrapper .left-form .form-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 24rem;
  }
}
#page-contact .section-hero .flex-wrapper .left-form .options {
  margin-top: 25rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-form .options {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-contact .section-hero .flex-wrapper .left-form .options .option:not(:last-child) {
  margin-right: 25rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-form .options .option:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20rem;
  }
}
#page-contact .section-hero .flex-wrapper .left-form .options .option button {
  position: relative;
}
#page-contact .section-hero .flex-wrapper .left-form .options .option button::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 12rem;
  height: 12rem;
  background-color: white;
  border: 1px solid rgba(11, 187, 239, 0.5);
  border-radius: 4px;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .left-form .options .option button span {
  padding-left: 25rem;
  color: #0bbbef;
  font-size: 12rem;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
#page-contact .section-hero .flex-wrapper .left-form .options .option button.active::before {
  background-color: #0bbbef;
}
#page-contact .section-hero .flex-wrapper .left-form .form-text p {
  color: #0072bb;
  font-size: 12rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.8;
}
#page-contact .section-hero .flex-wrapper .left-form .form-submit {
  margin-top: 45rem;
}
#page-contact .section-hero .flex-wrapper .right {
  margin-right: -60rem;
  width: 480rem;
  padding-top: 340rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right {
    margin-right: 0;
    width: 100%;
    padding-top: 0;
    margin-top: 40rem;
  }
}
#page-contact .section-hero .flex-wrapper .right-card {
  padding: 38rem 40rem;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #0bbbef;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right-card {
    padding: 35rem 25rem;
  }
}
#page-contact .section-hero .flex-wrapper .right-card--title {
  color: #0bbbef;
  font-size: 22rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.04em;
  margin-bottom: 30rem;
}
#page-contact .section-hero .flex-wrapper .right-card--title p {
  line-height: 1.25;
}
#page-contact .section-hero .flex-wrapper .right-card--title strong {
  background: -webkit-linear-gradient(right, #0bbbef 40%, #082e54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page-contact .section-hero .flex-wrapper .right-card--description p,
#page-contact .section-hero .flex-wrapper .right-card--description a {
  color: #082e54;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.8;
}
#page-contact .section-hero .flex-wrapper .right-card--description p a,
#page-contact .section-hero .flex-wrapper .right-card--description a a {
  color: #0bbbef;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right-card--description p a,
  #page-contact .section-hero .flex-wrapper .right-card--description a a {
    font-size: 12rem;
  }
}
/*# sourceMappingURL=contact.min.css.map */
