@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}
.c-footer__container {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.c-footer__form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 50px 0;
}
@media (max-width: 1599.98px) {
  .c-footer__form-container {
    padding: 40px 0;
    gap: 80px;
  }
}
@media (max-width: 991.98px) {
  .c-footer__form-container {
    padding: 30px 0 30px;
    gap: 50px;
  }
}
@media (max-width: 767.98px) {
  .c-footer__form-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.c-footer__form-title {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: normal;
  color: #fff;
  text-wrap: balance;
  text-align: left;
  flex: 1;
  margin: 0;
}
.c-footer__form {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .c-footer__form {
    width: calc(100% - 60px);
    max-width: unset;
  }
}
@media (max-width: 767.98px) {
  .c-footer__form {
    width: 100%;
  }
}
.c-footer__form form {
  position: relative;
}
.c-footer__top {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  padding-top: 20px;
}
.c-footer__top--first-row {
  border-top: 1px solid #282959;
  padding-top: 20px;
}
@media (max-width: 1199.98px) {
  .c-footer__top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.c-footer__top-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: calc(50% - 20px);
}
@media (max-width: 1199.98px) {
  .c-footer__top-left {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    flex-direction: column;
  }
}
.c-footer__top-center {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  width: calc(25% - 20px);
}
@media (max-width: 1199.98px) {
  .c-footer__top-center {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .c-footer__top-center {
    width: 100%;
  }
}
.c-footer__bottom-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 50px;
  width: 50%;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .c-footer__bottom-right {
    justify-content: center;
    width: 100%;
  }
}
.c-footer__bottom-right * {
  align-items: flex-end !important;
}
@media (max-width: 1199.98px) {
  .c-footer__bottom-right * {
    justify-content: center !important;
  }
}
.c-footer__secondary-menu {
  text-align: left;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.c-footer__contact-menu {
  text-align: left;
}
.c-footer__partners-container {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .c-footer__partners-container {
    flex-direction: column;
    gap: 40px;
  }
}
.c-footer__partners {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .c-footer__partners {
    align-items: center !important;
  }
}
@media (max-width: 767.98px) {
  .c-footer__partners {
    text-align: center !important;
    width: 100%;
  }
}
.c-footer__partners-list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .c-footer__partners-list {
    flex-direction: column;
    gap: 20px;
    align-items: center !important;
  }
}
.c-footer__partner-title {
  text-transform: uppercase;
  font-size: 0.875em;
  margin: 0;
  color: #50D5EC;
}
.c-footer__partner-image {
  max-height: 35px;
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 991.98px) {
  .c-footer__partner-image {
    max-height: 35px;
  }
}
.c-footer__social-networks {
  width: calc(25% - 20px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  height: fit-content;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .c-footer__social-networks {
    justify-content: center;
    width: 100%;
  }
}
.c-footer .menu-item a {
  color: #fff;
  font-family: "avenirbook", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 2.29;
  text-align: left;
  text-decoration: none;
  transition: 250ms;
}
.c-footer .menu-item a:visited, .c-footer .menu-item a:focus {
  color: #fff;
  text-decoration: none;
}
.c-footer .menu-item a:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .c-footer .menu-item a {
    font-size: 0.8125em;
  }
}
.c-footer__socials-image-container {
  transition: 250ms;
}
.c-footer__socials-image-container:hover {
  opacity: 0.7;
}
.c-footer__bottom-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #282959;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .c-footer__bottom-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.c-footer__bottom-wrapper .menu {
  display: flex;
  gap: 20px;
}
.c-footer__contact-item {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.125em;
  letter-spacing: 3px;
}
@media (max-width: 1199.98px) {
  .c-footer__contact-item {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .c-footer__contact-item {
    font-size: 0.875em;
    flex-direction: column;
  }
}
.c-footer__contact-item a {
  color: #fff;
}
.c-footer__contact-item a:hover, .c-footer__contact-item a:active, .c-footer__contact-item a:focus, .c-footer__contact-item a:visited {
  color: #fff;
}
.c-footer__bottom {
  padding: 20px 0;
}
.c-footer__copyright {
  color: #fff;
  font-size: 0.875em;
  font-family: "avenirbook", sans-serif;
  line-height: normal;
  display: flex;
  align-items: center;
}
.c-footer__copyright p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .c-footer__copyright {
    font-size: 0.8125em;
  }
}
@media (max-width: 991.98px) {
  .c-footer__logo {
    width: 250px;
  }
}
.c-footer__cta {
  display: flex;
  justify-content: center;
  margin: 50px 0 100px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #c94eca, #50D5EC) 1;
}
.c-footer__cta:hover .c-footer__cta-link {
  transform: scale(1.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.c-footer__cta-wrapper {
  width: 100%;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-footer__cta-wrapper:hover {
  opacity: 1;
}
@media (max-width: 1599.98px) {
  .c-footer__cta-wrapper {
    padding: 32px;
  }
}
@media (max-width: 767.98px) {
  .c-footer__cta-wrapper {
    padding: 20px;
  }
}
.c-footer__cta-image-container {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .c-footer__cta-image-container {
    min-height: 140px;
    width: 70%;
    margin-left: 15%;
  }
}
@media (max-width: 575.98px) {
  .c-footer__cta-image-container {
    width: 100%;
    margin-left: 0;
  }
}
.c-footer__cta-image {
  width: 100%;
  height: calc(100% + 140px);
  object-fit: contain;
  position: absolute;
  top: -100px;
  left: 0;
}
@media (max-width: 767.98px) {
  .c-footer__cta-image {
    min-height: 240px;
    width: 70%;
    margin-left: 15%;
    height: auto;
  }
}
.c-footer__link-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-footer__cta-text-container {
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  max-width: 480px;
}
@media (max-width: 1599.98px) {
  .c-footer__cta-text-container {
    max-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .c-footer__cta-text-container {
    max-width: 100%;
  }
}
.c-footer__cta-title {
  font-family: "avenirbook", sans-serif;
  font-size: 3.125em;
  font-weight: normal;
  line-height: 1.14;
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
}
@media (max-width: 1599.98px) {
  .c-footer__cta-title {
    font-size: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .c-footer__cta-title {
    font-size: 1.875em;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
  }
}
.c-footer__cta-title strong {
  color: #50D5EC;
}
@media (max-width: 991.98px) {
  .c-footer__cta-title strong {
    margin-right: 15px;
    font-weight: 300;
  }
}
@media (max-width: 991.98px) {
  .c-footer__cta-title br {
    display: none;
  }
}
.c-footer__cta-text {
  font-family: "avenirbook", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.78;
  color: #fff;
}
@media (max-width: 1599.98px) {
  .c-footer__cta-text {
    font-size: 0.9em;
  }
}
@media (max-width: 991.98px) {
  .c-footer__cta-text {
    font-size: 0.875em;
    text-align: center;
  }
}
.c-footer__cta-info {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .c-footer__cta-info {
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .c-footer__cta-info {
    gap: 20px;
    flex-direction: column;
  }
}
.c-footer__cta-link {
  width: 100px;
  height: 100px;
  background-color: #50D5EC;
  border-radius: 50%;
  background-image: url("../../../img/icons/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all;
}
@media (max-width: 1599.98px) {
  .c-footer__cta-link {
    width: 80px;
    height: 80px;
    background-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .c-footer__cta-link {
    width: 56px;
    height: 56px;
    background-size: 32px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.c-footer__responsive-cta {
  position: fixed;
  bottom: -100px;
  width: 100%;
  background-color: #524371;
  left: 0;
  justify-content: space-between;
  align-items: stretch;
  z-index: 100;
  height: 75px;
  transition: bottom 200ms;
  display: flex;
}
.c-footer__responsive-cta.active {
  bottom: 0;
}
@media (max-width: 991.98px) {
  .c-footer__responsive-cta {
    display: none;
  }
}
.c-footer__responsive-cta-left {
  background-color: #471E51;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 40px;
  gap: 30px;
  max-width: 520px;
}
@media (max-width: 1599.98px) {
  .c-footer__responsive-cta-left {
    padding: 20px 15px 20px 10px;
    gap: 10px;
  }
}
.c-footer__responsive-cta-left:before {
  background-color: #524371;
  content: "";
  position: absolute;
  right: -110px;
  top: 0;
  height: 75px;
  z-index: 0;
  border-left: 75px solid #471E51;
  border-right: 75px solid transparent;
  border-top: 75px solid #524371;
  width: 0;
  display: block;
}
.c-footer__responsive-cta-center {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  top: 50%;
  pointer-events: none;
}
.c-footer__responsive-cta-right {
  background-color: #66508A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 350px;
}
@media (max-width: 1599.98px) {
  .c-footer__responsive-cta-right {
    min-width: auto;
    padding-right: 30px;
  }
}
.c-footer__responsive-cta-right:before {
  background-color: #66508A;
  content: "";
  position: absolute;
  left: -200px;
  top: 0;
  width: 0;
  height: 75px;
  z-index: 0;
  border-left: 75px solid #524371;
  border-right: 75px solid #6A407D;
  border-top: 75px solid #6A407D;
}
.c-footer__responsive-cta-right:after {
  background-color: #66508A;
  content: "";
  position: absolute;
  left: -75px;
  top: 0;
  width: 0;
  height: 75px;
  z-index: 0;
  border-left: 75px solid #6A407D;
  border-right: 75px solid #66508A;
  border-bottom: 75px solid #66508A;
}
.c-footer__responsive-cta-image {
  position: relative;
  top: -10px;
}
@media (max-width: 1599.98px) {
  .c-footer__responsive-cta-image {
    max-width: 80px;
  }
}
.c-footer__responsive-cta-title {
  font-family: "avenirbook", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5em;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: white;
  letter-spacing: 4.8px;
  z-index: 1;
}
@media (max-width: 1599.98px) {
  .c-footer__responsive-cta-title {
    font-size: 1.25em;
  }
}
.c-footer__responsive-cta-text {
  font-family: "avenirbook", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  z-index: 1;
  pointer-events: all;
}
@media (max-width: 1800px) {
  .c-footer__responsive-cta-text {
    max-width: calc(100% - 900px);
    text-wrap: balance;
  }
}
@media (max-width: 1599.98px) {
  .c-footer__responsive-cta-text {
    max-width: calc(100% - 700px);
    font-size: 1em;
  }
}
@media (max-width: 1199.98px) {
  .c-footer__responsive-cta-text {
    font-size: 0.875em;
  }
}
.c-footer__responsive-cta-link-container {
  z-index: 1;
  border-radius: 30px;
  border: solid 2px white;
  font-family: "avenirbook", sans-serif;
  font-size: 1.125em;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 10px 90px 10px 30px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .c-footer__responsive-cta-link-container {
    padding: 5px 60px 5px 20px;
  }
}
.c-footer__responsive-cta-link-container:before {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 14px;
  width: 22px;
  height: 18px;
  background-image: url("/wp-content/themes/nextai/img/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: right 200ms;
}
@media (max-width: 1599.98px) {
  .c-footer__responsive-cta-link-container:before {
    top: 9px;
    right: 20px;
  }
}
.c-footer__responsive-cta-link-container:hover {
  background-color: white;
  color: #66508A;
}
.c-footer__responsive-cta-link-container:hover:before {
  right: 20px;
  filter: invert(70%) sepia(100%) saturate(1000%) hue-rotate(237deg);
}
@media (max-width: 1599.98px) {
  .c-footer__responsive-cta-link-container:hover:before {
    right: 10px;
  }
}
.c-footer__text {
  text-align: left;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: -5px;
  margin-left: 85px;
}
@media (max-width: 1199.98px) {
  .c-footer__text {
    margin-left: 142px !important;
  }
}