body {
  background-color: #ffffff;
}

.message__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .message__box {
    flex-direction: column;
    display: grid;
    grid-template-columns: 100%;
    gap: 2.5rem;
  }
}
.message__content {
  padding-right: 5rem;
}
.vertical .message__content {
  padding-right: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .message__content {
    order: 1;
    padding-right: 0;
  }
}
.reverse .message__content {
  padding-left: 5rem;
  padding-right: 0;
  order: 1;
}
@media screen and (max-width: 991px) {
  .reverse .message__content {
    padding-left: 0;
  }
}
[ratio="1/3"] .message__content {
  flex: 0 0 40%;
}
[ratio="1/3"] .message__content h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
}
[ratio="1/1"] .message__content {
  flex: 0 0 100%;
}
[ratio="1/1"] .message__content h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
}
[ratio="1/2"] .message__content {
  flex: 0 0 50%;
}
[ratio="1/2"] .message__content h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1.25rem;
}
[ratio="2/3"] .message__content {
  flex: 0 0 64%;
}
[ratio="2/3"] .message__content h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1.25rem;
}
.message__content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
}
.message__content p:last-child {
  margin-bottom: 0;
}
.message__label {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .message__cover {
    flex: 0 0 100%;
    width: 100%;
  }
}
.message__cover > img {
  border-radius: 5rem;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
[ratio="1/3"] .message__cover {
  height: 40rem;
  flex: 0 0 60%;
  width: 60%;
}
@media screen and (max-width: 991px) {
  [ratio="1/3"] .message__cover {
    height: 30rem !important;
    width: 100%;
  }
}
[ratio="1/1"] .message__cover {
  height: 40rem;
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  [ratio="1/1"] .message__cover {
    width: 100%;
  }
}
[ratio="1/2"] .message__cover {
  height: 32.5625rem;
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 991px) {
  [ratio="1/2"] .message__cover {
    height: 20rem !important;
    width: 100%;
  }
}
[ratio="2/3"] .message__cover {
  height: 27.625rem;
  flex: 0 0 36%;
  width: 36%;
}
@media screen and (max-width: 991px) {
  [ratio="2/3"] .message__cover {
    height: 20rem !important;
    width: 100%;
  }
}
.message__caption {
  margin: 2.5rem 0;
}
.vertical .message__caption {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.message__caption:first-child {
  margin-top: 0;
}
.message__caption:last-child {
  margin-bottom: 0;
}
.message__footer {
  margin: 2.5rem 0;
  display: flex;
}
.message__footer:first-child {
  margin-top: 0;
}
.message__footer:last-child {
  margin-bottom: 0;
}
[ratio="1/3"] .message__footer {
  flex-direction: column;
  align-items: flex-start;
}
[ratio="1/1"] .message__footer {
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
[ratio="1/2"] .message__footer, [ratio="2/3"] .message__footer {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .message[ratio="1/1"] .labeled-button-block {
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
  }
}
.message[ratio="1/3"] .labeled-button-block {
  flex-direction: column;
  align-items: flex-start;
}
.message[ratio="1/3"] .labeled-button-block__label {
  display: block;
  margin-top: 1.25rem;
  padding-left: 0;
}

.showcase__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
  text-align: center;
}
.showcase__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin-bottom: 2.5rem;
  text-align: center;
}
.showcase__caption {
  margin: auto;
  max-width: 40rem;
}
.showcase__content {
  height: 40rem;
  display: flex;
  width: 100%;
}
.showcase__content .content-img {
  width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5rem;
  display: block;
}
.showcase__content li {
  position: relative;
  max-height: 100%;
  flex: 0 0 100%;
}
.showcase__content li.active {
  display: block !important;
}
.showcase__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
.showcase__footer-label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
  color: #8E8E94;
  padding-left: 1.25rem;
}

.card-toggle-box {
  display: flex;
  margin-bottom: 2.5rem;
  justify-content: center;
}

.card-toggle-inner {
  background-color: rgb(247, 247, 247);
  border-radius: 2.5rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .card-toggle-inner {
    align-items: flex-start;
  }
}

.card-toggle-arrow {
  display: none;
}
.card-toggle-arrow .img {
  background-image: url("../img/Down.svg");
}
.card-toggle-arrow .img.expand {
  background-image: url("../img/Up.svg");
}
@media screen and (max-width: 767px) {
  .card-toggle-arrow {
    display: block;
  }
}

.card-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .card-toggle {
    justify-content: flex-start;
    transition: 0.25s all linear;
    flex-direction: column;
    max-height: 3.5rem;
    overflow: hidden;
  }
  .card-toggle.active {
    max-height: 18.75rem;
  }
}
.card-toggle li img {
  display: none;
}
@media screen and (max-width: 767px) {
  .card-toggle li img {
    display: block;
  }
}
.card-toggle li.active img {
  display: block;
}
@media screen and (max-width: 767px) {
  .card-toggle li.active {
    display: block;
    width: 100%;
    order: -1;
  }
}
.card-toggle li.active .button {
  background: #FFFFFF;
  color: #1121B1;
}
@media screen and (max-width: 767px) {
  .card-toggle li.active .button {
    width: 100%;
  }
}

.footer-copy {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: #8E8E94;
}

.labeled-button-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .labeled-button-block {
    flex-direction: column;
  }
  .labeled-button-block:not(.mobile-center) {
    align-items: flex-start;
  }
}
.labeled-button-block__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
  color: #8E8E94;
  padding-left: 1.25rem;
}
@media screen and (max-width: 991px) {
  .labeled-button-block__label {
    display: block;
    margin-top: 1.25rem;
    padding-left: 0;
  }
}

.features-slider-carousel {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .features-slider-carousel {
    padding: 0 2rem;
  }
}
.features-slider-carousel__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
  max-width: 40rem;
}
.features-slider-carousel__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin-bottom: 2.5rem;
  max-width: 40rem;
}
.features-slider-carousel__item {
  width: 47.5rem;
  display: flex;
  padding: 2.5rem 0;
  background-size: contain;
  background-position: left 2.5rem center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .features-slider-carousel__item {
    flex-direction: column;
    width: 100%;
    background-position: left top;
  }
}
.features-slider-carousel__item:nth-child(odd) {
  background-image: url("../img/point-1.svg");
}
.features-slider-carousel__item:nth-child(even) {
  background-image: url("../img/point-2.svg");
}
.features-slider-carousel__list {
  margin-left: auto;
  margin-right: 0;
  padding: 0 calc(50% - 80rem / 2 + 5rem + 80rem - 47.5rem - 10rem) 0 calc(50% - 80rem / 2 + 5rem);
  overflow: revert;
}
@media screen and (max-width: 1200px) {
  .features-slider-carousel__list {
    margin: 0 -2rem;
    padding: 0 calc(5rem / 2.5);
  }
}
@media screen and (max-width: 767px) {
  .features-slider-carousel__list {
    flex-direction: column;
    padding: 0 calc(5rem / 2.5);
  }
}
.features-slider-carousel__photo {
  flex: 0 0 12.5rem;
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .features-slider-carousel__photo {
    flex: 0 0 12.5rem;
    width: 12.5rem;
  }
}
.features-slider-carousel__photo img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 2.5rem;
}
.features-slider-carousel__info {
  padding: 1.25rem 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .features-slider-carousel__info {
    padding: 2.5rem 0 0;
  }
}
.features-slider-carousel__info h5 {
  margin-bottom: 2.25rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 991px) {
  .features-slider-carousel__info h5 {
    line-height: 160%;
    margin-bottom: 0.625rem;
  }
}
.features-slider-carousel__info h5 span {
  color: #1121B1;
  position: relative;
}
.features-slider-carousel__info h5 span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  width: 100%;
  height: 0.25rem;
  background: #1121B1;
}
.features-slider-carousel__info h6 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
}
.features-slider-carousel__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .features-slider-carousel__footer {
    align-items: flex-start;
    margin-top: 0;
  }
}
.features-slider-carousel__actions {
  display: flex;
  align-items: center;
}
.features-slider-carousel__footer-label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
  color: #8E8E94;
  padding-left: 1.25rem;
}
.features-slider-carousel__slider-nav {
  display: flex;
  align-items: center;
}
.features-slider-carousel__slider-next {
  margin-left: 1.25rem;
}
.features-slider-static {
  overflow: hidden;
}
.features-slider-static__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
  max-width: 40rem;
}
.features-slider-static__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin-bottom: 2.5rem;
  max-width: 40rem;
}
.features-slider-static__caption {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}
.features-slider-static__item {
  width: 47.5rem;
  display: flex;
  padding: 2.5rem 0;
  background-size: contain;
  background-position: left 2.5rem center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .features-slider-static__item {
    flex-direction: column;
    flex: 0 0 100%;
    width: 100%;
    background-position: left top;
  }
}
.features-slider-static__item:nth-child(1n) {
  background-image: url("../img/point-3.svg");
}
.features-slider-static__item:nth-child(2n) {
  background-image: url("../img/point-1.svg");
}
.features-slider-static__item:nth-child(3n) {
  background-image: url("../img/point-2.svg");
}
.features-slider-static__list {
  display: flex;
  flex-direction: column;
}
.features-slider-static__photo {
  flex: 0 0 12.5rem;
  height: 12.5rem;
  width: 12.5rem;
}
.features-slider-static__photo img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 2.5rem;
}
.features-slider-static__info {
  padding: 1.25rem 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .features-slider-static__info {
    padding: 2.5rem 0 0;
  }
}
.features-slider-static__info h5 {
  margin-bottom: 1.625rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  line-height: 140%;
}
.features-slider-static__info h5 span {
  color: #1121B1;
  position: relative;
}
.features-slider-static__info h5 span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  width: 100%;
  height: 0.25rem;
  background: #1121B1;
}
.features-slider-static__info h6 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
}
.features-slider-static__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .features-slider-static__footer {
    margin-top: 0;
  }
}
.features-slider-static__actions {
  display: flex;
  align-items: center;
}

.icon-slider-carousel {
  overflow: hidden;
}
.icon-slider-carousel > .container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .icon-slider-carousel {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .icon-slider-carousel > .container {
    padding: 0 !important;
  }
}
.icon-slider-carousel__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
  max-width: 40rem;
}
.icon-slider-carousel__date {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
}
.icon-slider-carousel__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin-bottom: 2.5rem;
  max-width: 40rem;
}
.icon-slider-carousel__item {
  width: 40rem;
  display: flex;
  padding: 2.5rem 0;
  background-size: 18.75rem 15rem;
  background-position: left 2.5rem top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .icon-slider-carousel__item {
    flex-direction: column;
    width: 100%;
    background-position: left top;
    background-size: contain;
  }
}
.icon-slider-carousel__item:nth-child(odd) {
  background-image: url("../img/point-1.svg");
}
.icon-slider-carousel__item:nth-child(even) {
  background-image: url("../img/point-2.svg");
}
.icon-slider-carousel__list {
  margin-left: auto;
  margin-right: 0;
  overflow: revert;
}
@media screen and (max-width: 767px) {
  .icon-slider-carousel__list {
    padding: 0;
  }
}
.icon-slider-carousel__photo {
  flex: 0 0 7.5rem;
  width: 7.5rem;
  height: 7.5rem;
}
.icon-slider-carousel__photo img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 2.5rem;
}
.icon-slider-carousel__info {
  padding: 1.25rem 0 0 2.5rem;
}
.icon-slider-carousel__info .show-toggle {
  transition: 0.1s all linear;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  color: #1111B1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .icon-slider-carousel__info {
    padding: 1.25rem 0 0;
  }
}
.icon-slider-carousel__info h5 {
  margin-bottom: 2.25rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}
.icon-slider-carousel__info h5 span {
  color: #1121B1;
  position: relative;
}
.icon-slider-carousel__info h5 span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  width: 100%;
  height: 0.25rem;
  background: #1121B1;
}
.icon-slider-carousel__info h6 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
}
.icon-slider-carousel__info p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
}
.icon-slider-carousel__info p:last-child {
  margin-bottom: 0;
}
.icon-slider-carousel__info p i {
  font-style: italic;
}
.icon-slider-carousel__info-content {
  margin-bottom: 1.25rem;
  overflow: hidden;
  transition: 0.1s all linear;
}
.icon-slider-carousel__info-footer a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  color: #1121B1;
  display: block;
  text-decoration: none;
}
.icon-slider-carousel__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .icon-slider-carousel__footer {
    align-items: flex-start;
    margin-top: 0;
  }
}
.icon-slider-carousel__actions {
  display: flex;
  align-items: center;
}
.icon-slider-carousel__footer-label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
  color: #8E8E94;
  padding-left: 1.25rem;
}
.icon-slider-carousel__slider-nav {
  display: flex;
  align-items: center;
}
.icon-slider-carousel__slider-next {
  margin-left: 1.25rem;
}
.gallery-carousel-box {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}

.gallery-carousel {
  border-radius: 5rem;
}
.gallery-carousel__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-carousel__prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.gallery-carousel__next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
}

.icon-carousel {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .icon-carousel {
    width: 100%;
  }
}
.icon-carousel__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
  max-width: 40rem;
}
.icon-carousel__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin-bottom: 2.5rem;
  max-width: 40rem;
}
.icon-carousel__inner {
  display: grid;
  column-gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .icon-carousel__inner {
    grid-template-columns: 100%;
  }
}
.icon-carousel__item {
  display: flex;
  padding: 2.5rem 0;
  background-size: 18.75rem 15rem;
  background-position: left 2.5rem top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .icon-carousel__item {
    background-size: contain;
    background-position: left top;
    flex-direction: column;
  }
}
.icon-carousel__item:nth-child(odd) {
  background-image: url("../img/point-1.svg");
}
.icon-carousel__item:nth-child(even) {
  background-image: url("../img/point-2.svg");
}
.icon-carousel__photo {
  flex: 0 0 7.5rem;
  width: 7.5rem;
  height: 7.5rem;
}
.icon-carousel__photo img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 2.5rem;
}
.icon-carousel__info {
  padding: 1.25rem 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .icon-carousel__info {
    padding: 1.25rem 0 0;
  }
}
.icon-carousel__info h5 {
  margin-bottom: 2.25rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}
.icon-carousel__info h5 span {
  color: #1121B1;
  position: relative;
}
.icon-carousel__info h5 span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  width: 100%;
  height: 0.25rem;
  background: #1121B1;
}
.icon-carousel__info h6 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
}
.icon-carousel__info p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
}
.icon-carousel__info p:last-child {
  margin-bottom: 0;
}
.icon-carousel__info p i {
  font-style: italic;
}
.icon-carousel__info-content {
  margin-bottom: 1.25rem;
}
.icon-carousel__info-footer a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  color: #1121B1;
  display: block;
  text-decoration: none;
}
.icon-carousel__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .icon-carousel__footer {
    margin-top: 0;
    align-items: flex-start;
  }
}
.icon-carousel__actions {
  display: flex;
  align-items: center;
}
.icon-carousel__footer-label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
  color: #8E8E94;
  padding-left: 1.25rem;
}

.quotes-slider {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .quotes-slider {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .quotes-slider > .container {
    padding: 0 2rem !important;
  }
}
.quotes-slider__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F0F;
  margin-bottom: 1.25rem;
  max-width: 40rem;
}
.quotes-slider__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
}
.quotes-slider__caption {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quotes-slider__caption {
    text-align: left;
  }
}
.quotes-slider__item {
  width: 47.5rem;
  display: flex;
  padding: 2.5rem 0;
  background-size: 25rem 20rem;
  background-position: left 2.5rem top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .quotes-slider__item {
    background-size: contain;
    background-position: left top;
    flex-direction: column;
    width: 100%;
  }
}
.quotes-slider__item:nth-child(odd) {
  background-image: url("../img/point-1.svg");
}
.quotes-slider__item:nth-child(even) {
  background-image: url("../img/point-2.svg");
}
.quotes-slider__list {
  margin-left: auto;
  margin-right: 0;
  padding: 0 calc(50% - 80rem / 2 + 5rem + 80rem - 47.5rem - 10rem) 0 calc(50% - 80rem / 2 + 5rem);
  overflow: revert;
}
@media screen and (max-width: 767px) {
  .quotes-slider__list {
    padding: 0 calc(5rem / 2.5);
  }
}
.quotes-slider__photo {
  flex: 0 0 15rem;
  height: 15rem;
  width: 15rem;
  position: relative;
}
.quotes-slider__photo img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
.quotes-slider__info {
  padding: 1.25rem 0 0 5rem;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .quotes-slider__info {
    padding: 1.25rem 0 0;
  }
}
.quotes-slider__info h5 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}
.quotes-slider__info blockquote {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 1.25rem;
}
.quotes-slider__info h6 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  color: #1121B1;
}
.quotes-slider__company {
  position: absolute;
  right: -2.5rem;
  bottom: 0;
  height: 7.5rem;
  width: 7.5rem;
}
.quotes-slider__company img {
  object-fit: cover;
  border-radius: 2.5rem;
}
.quotes-slider__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .quotes-slider__footer {
    margin-top: 0;
    align-items: flex-start;
  }
}
.quotes-slider__actions {
  display: flex;
  align-items: center;
}
.quotes-slider__footer-label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
  color: #8E8E94;
  padding-left: 1.25rem;
}
.quotes-slider__slider-nav {
  display: flex;
  align-items: center;
}
.quotes-slider__slider-next {
  margin-left: 1.25rem;
}
.subscribe-default {
  background-color: #1121B1;
  padding: 7.5rem 0;
}
@media screen and (max-width: 991px) {
  .subscribe-default {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.subscribe-default__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  margin-bottom: 1.25rem;
}
.subscribe-default__subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin-bottom: 2.5rem;
  color: #fff;
  max-width: 40rem;
}
.subscribe-default__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .subscribe-default__box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.subscribe-default__social-list {
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 991px) {
  .subscribe-default__social-list {
    align-self: flex-end;
    margin-bottom: 0;
  }
}
.subscribe-default__social-list ul {
  display: flex;
  align-items: center;
}
.subscribe-default__social-list ul li {
  margin-left: 1.25rem;
}

.subscribe-form {
  max-width: 40rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .subscribe-form {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}
.subscribe-form__notify {
  font-style: italic;
  color: #fff;
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}
.subscribe-form__notify a {
  text-decoration: underline;
  color: #fff;
}
.subscribe-form__item {
  position: relative;
}
.subscribe-form__item .wpcf7-not-valid-tip {
  position: absolute;
  padding-left: 30px;
  padding-top: 5px;
}
.subscribe-form__item input {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  padding: 1.375rem 2rem;
  border-radius: 2.5rem;
  background-color: #fff;
  color: #000;
  border: none;
  width: 100%;
  max-width: 100%;
}
.subscribe-form__item input::placeholder {
  color: #8E8E94;
}
.subscribe-form__item button {
  position: absolute;
  right: 0.5rem;
  transform: translateY(-50%);
  top: 50%;
}

.swiper-button-disabled .button {
  cursor: not-allowed;
  opacity: 0.3;
}

.hotspot-container__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hotspot {
  position: absolute;
  border-radius: 2.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.hotspot.expand {
  z-index: 2;
}
.hotspot.expand .button {
  width: 20rem !important;
  transition: 0.3s all linear;
}
.hotspot .button__inner {
  grid-template-columns: min-content min-content min-content;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hotspot .button__inner > span {
    display: none;
  }
  .hotspot .button__inner > i:last-child {
    display: none;
  }
}
.hotspot .button {
  z-index: 1;
  position: relative;
  width: 100%;
  transition: 0.3s all linear;
}
.hotspot__panel {
  background: #fff;
  width: 100%;
  display: none;
  position: relative;
  top: -1.5625rem;
  max-width: 20rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  padding: 1.125rem 0.5rem 0.5rem 0.5rem;
  border-radius: 0 0 2.5rem 2.5rem;
}
.hotspot__panel p {
  padding: 1.25rem;
}
.hotspot[class*=bottom] .hotspot__panel {
  top: 1.5625rem;
  border-radius: 2.5rem 2.5rem 0 0;
  padding: 0.5rem 0.5rem 1.125rem 0.5rem;
}
.hotspot.left-top {
  left: 16.7%;
  top: 2rem;
  transform: translateX(-50%);
}
.hotspot.center-top {
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
}
.hotspot.right-top {
  left: 83.3%;
  top: 2rem;
  transform: translateX(-50%);
}
.hotspot.left-center {
  left: 16.7%;
  top: calc(50% - 1.75rem);
  transform: translateX(-50%);
}
.hotspot.center-center {
  left: 50%;
  top: calc(50% - 1.75rem);
  transform: translateX(-50%);
}
.hotspot.right-center {
  left: 83.3%;
  top: calc(50% - 1.75rem);
  transform: translateX(-50%);
}
.hotspot.left-bottom {
  left: 16.7%;
  bottom: 2rem;
  transform: translateX(-50%);
}
.hotspot.left-bottom .button {
  order: 1;
}
.hotspot.center-bottom {
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
}
.hotspot.center-bottom .button {
  order: 1;
}
.hotspot.right-bottom {
  left: 83.3%;
  bottom: 2rem;
  transform: translateX(-50%);
}
.hotspot.right-bottom .button {
  order: 1;
}

.hotspot-icon-expand {
  display: block;
}
.expand .hotspot-icon-expand {
  display: none;
}

.hotspot-icon-collapse {
  display: none;
}
.expand .hotspot-icon-collapse {
  display: block;
}

.main-section section.vc_section {
  padding: 7.5rem 0;
  width: 100% !important;
  left: 0 !important;
  max-width: 100% !important;
}
.main-section section.vc_section:first-child {
  padding-top: 5rem;
}
.main-section section.vc_section[data-vc-full-width=true] > .vc_row-fluid {
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .main-section section.vc_section {
    padding: 3.75rem 0;
  }
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #b74b4b;
  padding: 1rem;
  border: none;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  padding: 1rem;
  border: none;
  color: #fff;
}

.footer-login {
  padding: 2.5rem;
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer-login {
    display: block;
  }
}
.footer-login__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.footer-login__container > * {
  margin: 0 0.625rem;
}
.footer-login__info {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  color: #8E8E94;
}
.footer-login .button span {
  white-space: nowrap;
}

.package {
  height: 100%;
}
.package__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 3.75rem;
  padding: 2.5rem;
}
.popular .package__inner {
  background-color: #1111B1;
}
.package__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}
.popular .package__title {
  color: #fff;
}
.package__price_value {
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.625rem;
}
.popular .package__price_value {
  color: #fff;
}
.package__price_label {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.125rem;
}
.popular .package__price_label {
  color: #fff;
}
.package__icons {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.package__icons-item {
  flex: 0 0 3.5rem;
  height: 3.5rem;
  margin-right: 1.25rem;
  opacity: 0.2;
}
.package__icons-item.included {
  opacity: 1;
}
.package__icons-item:last-child {
  margin-right: 0;
}
.package__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-bottom: 2.5rem;
}
.popular .package__description {
  color: #fff;
}
.package__features {
  margin-bottom: 2.5rem;
  flex-grow: 1;
}
.package__features li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125rem;
  padding: 0.375rem 0 0.375rem 2.75rem;
  color: #0F0F0F;
  margin-bottom: 1.375rem;
  background-image: url("../img/c1.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left top 0.25rem;
}
.package__features li.included {
  background-image: url("../img/c1.svg");
}
.package__features li.excluded {
  background-image: url("../img/c2.svg");
  opacity: 0.2;
}
.package__features li.optional {
  background-image: url("../img/c3.svg");
}
.package__features li:last-child {
  margin-bottom: 0;
}
.popular .package__features li {
  color: #fff;
}
.popular .package__features li.included {
  background-image: url("../img/c1_white.svg");
}
.popular .package__features li.excluded {
  background-image: url("../img/c2_white.svg");
  opacity: 0.2;
}
.popular .package__features li.optional {
  background-image: url("../img/c3_white.svg");
}
.pricing-package-list {
  display: flex;
  margin: 0 -1.25rem;
}
@media screen and (max-width: 1200px) {
  .pricing-package-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .pricing-package-list {
    margin: 0;
  }
}

.pricing-package-item {
  flex: 1 1;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1200px) {
  .pricing-package-item {
    flex: 0 0 50%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pricing-package-item {
    flex: 0 0 100%;
    padding: 0;
  }
}

.pricing-package-switch {
  margin-bottom: 2.5rem;
}
.pricing-package-switch__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .pricing-package-switch__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .pricing-package-switch__list {
    justify-content: flex-start;
    transition: 0.25s all linear;
    flex-direction: column;
    max-height: 3.5rem;
    overflow: hidden;
  }
  .pricing-package-switch__list.actv {
    max-height: 18.75rem;
  }
}
.pricing-package-switch__list li {
  margin: 0 0.5rem;
}
.pricing-package-switch__list li .button img {
  display: none;
}
.pricing-package-switch__list li .button.active {
  background-color: #fff !important;
}
.pricing-package-switch__list li .button.active img {
  display: block;
}
@media screen and (max-width: 767px) {
  .pricing-package-switch__list li.actv {
    display: block;
    width: 100%;
    order: -1;
  }
}
.pricing-package-switch__list li.actv .button {
  background: #FFFFFF;
  color: #1121B1;
}
@media screen and (max-width: 767px) {
  .pricing-package-switch__list li.actv .button {
    width: 100%;
  }
}

.pricing__label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.pricing__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F0F;
  text-align: center;
  margin-bottom: 1.25rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.pricing__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}
.pricing__info {
  margin-top: 2.5rem;
}
.pricing__info p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  opacity: 0.6;
}

.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem 0;
  background-color: #fff;
  z-index: 3;
}
.cookies__body {
  display: flex;
}
@media screen and (max-width: 991px) {
  .cookies__body {
    padding: 0 1.25rem;
    flex-direction: column;
    align-items: center;
  }
}
.cookies__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
}
@media screen and (max-width: 991px) {
  .cookies__text {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.cookies__text a {
  text-decoration: underline;
  color: #0F0F0F;
}
.cookies__actions {
  padding-left: 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cookies__actions {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .cookies__actions {
    flex-direction: column;
    align-items: center;
  }
}
.cookies__actions > * {
  margin-left: 1.25rem;
}
@media screen and (max-width: 991px) {
  .cookies__actions > * {
    margin: 0.3125rem;
  }
}
.cookies__actions > *:first-child {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .cookies__actions > *:first-child {
    margin: 0.3125rem;
  }
}

.request__caption {
  margin: 2.5rem 0;
}
.request__caption h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: #0F0F0F;
  margin: 1.25rem 0;
}
.request__caption h2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin: 1.25rem 0;
}

.request-container {
  display: flex;
}
@media screen and (max-width: 991px) {
  .request-container {
    flex-direction: column;
  }
}

.request-cover {
  flex: 0 0 35%;
}
@media screen and (max-width: 991px) {
  .request-cover {
    display: none;
  }
}
.request-cover__inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5rem;
}

.request-form {
  flex: 0 0 65%;
  padding-left: 5rem;
}
@media screen and (max-width: 991px) {
  .request-form {
    padding-left: 0;
    flex: 0 0 100%;
  }
}
.form-item {
  margin: 1.25rem 0;
}
.form-item > input, .form-item > select {
  border-radius: 2.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  padding: 1.375rem 2rem;
  background-color: #F7F7F7;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  transition: 0.25s all linear;
}
.form-item > input[disabled], .form-item > select[disabled] {
  color: #8E8E94;
  cursor: not-allowed;
}
.form-item > input::placeholder, .form-item > select::placeholder {
  color: #8E8E94;
}
.form-item > input.error, .form-item > select.error {
  background-color: #F0DCE6;
  color: #D31E75;
}
.form-item select {
  background-image: url("../img/Down.svg");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center right 1.5rem;
}

.checkbox-item {
  padding: 0.5rem;
}
.checkbox-item label {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.checkbox-item label input {
  display: none;
}
.checkbox-item label input + i {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
  border-radius: 0.5rem;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
.checkbox-item label input:checked + i {
  background-image: url("../img/Check.svg");
}
.checkbox-item label span {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  color: #0F0F0F;
  padding-left: 1.25rem;
}

.form-text {
  margin: 1.25rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  color: #8E8E94;
}

.form-submit {
  display: flex;
  align-items: center;
  margin: 2.5rem 0;
}

.form-separator {
  display: block;
  height: 2px;
  border: none;
  background: #F7F7F7;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
}

.form-required {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
  color: #8E8E94;
  padding-left: 1.25rem;
  color: #8E8E94;
}

@media screen and (max-width: 991px) {
  .request-demo-section {
    padding: 2.5rem 0 !important;
  }
}

.features-list-container__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
}
@media screen and (max-width: 767px) {
  .features-list-container__grid {
    margin: 0;
  }
}
.features-list-container__item {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .features-list-container__item {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}

.features-list__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  margin: 1.25rem 0;
}
.features-list__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: #0F0F0F;
  margin: 1.25rem 0;
}
.features-list__register {
  margin: 2.5rem 0;
}
.features-list__register .show-toggle {
  display: none;
  transition: 0.1s all linear;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  color: #1111B1;
}
@media screen and (max-width: 767px) {
  .features-list__register .show-toggle {
    display: block;
  }
}
.features-list__register ul {
  transition: 0.1s all linear;
  overflow: hidden;
}
@media (min-width: 767px) {
  .features-list__register ul {
    height: auto !important;
  }
}
.features-list__register ul[aria-expanded=true] + .show-toggle {
  padding-top: 40px;
}
.features-list__register ul li {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1.375rem;
  padding: 0.375rem 0 0.375rem 2.75rem;
  background-image: url("../img/c1.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: top 0.25rem left 0.25rem;
}
.features-list__register ul li:last-child {
  margin-bottom: 0;
}

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