/* xl - DESKTOP STYLES */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
.bg-sa {
  background-color: #051340;
}
.bg-s {
  background-color: #050F31;
}
.forminator-field-captcha {
  display: none !important;
}
form input, form select, form textarea {
  font-family: "Figtree", sans-serif !important;
  font-weight: 500;
}
footer a:not(.footer-box-cta):hover {
  color: #ff146e !important;
  transition: all 0.25s ease-in-out;
}
.footer-cta:hover .footerbox {
  color: #ffffff !important;
  transition: all 0.25s ease-in-out;
}
.single-posts-page__breadcrumb-container {
  margin-top: 120px;
}
.single-posts-page__post-container {
  container-type: inline-size;
  margin-top: 10px;
  display: block;
}
.single-post h1 {
  color: #FF146E;
  font-size: max(35px, 5.818cqw);
  line-height: 0.9em;
  margin-top: 20px;
  letter-spacing: -0.05em;
}
.single-post h2 {
  color: #FF146E;
  font-size: max(25px, 4.4cqw);
  margin: 10px 0 20px 0;
  letter-spacing: -0.05em;
}
.single-post h3 {
  color: #FF146E;
  font-size: max(25px, 4.4cqw);
  margin: 10px 0 20px 0;
  letter-spacing: -0.05em;
}
.single-post h4 {
  color: #FF146E;
  font-size: max(30px, 4.4cqw);
  margin: 10px 0 20px 0;
  letter-spacing: -0.05em;
}
.single-posts-page__wysiwyg p {
  font-size: 19px;
  line-height: 24px;
  line-height: 24px;
}
.related-news .container {
  container-type: inline-size;
}
.news-grid-heading {
  padding-bottom: 0 !important;
}
.related-news-title {
  text-align: center;
  font-size: max(45px, 9.54cqw) !important;
  letter-spacing: -0.05em;
  line-height: 0.95em;
  margin: 100px auto 0.2em auto !important;
  margin-top: 100px !important;
}
.authorpost {
  color: #FF146E;
  font-weight: 900;
  font-size: max(20px, 2.909cqw);
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
.single-posts-page__meta-info {
  font-size: 20px;
  font-weight: 900;
  margin-top: 5px;
  display: block;
}
.single-posts-page__footer {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 40px;
  container-type: inline-size;
}
.single-posts-page__footer .single-posts-page__sharing {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  position: relative;
}
.single-posts-page__footer .single-posts-page__sharing span {
  color: #FF146E;
  font-weight: 900;
  font-size: max(20px, 2.909cqw);
  text-transform: uppercase;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.single-posts-page__footer .single-posts-page__sharing li {
  display: inline-block;
  margin: 0 0 0 8px;
}
.single-posts-page__footer .single-posts-page__sharing li:first-child {
  margin: 0 0 0 0;
}
.single-posts-page__footer .single-posts-page__sharing li svg, .single-posts-page__footer .single-posts-page__sharing li circle {
  width: 37px;
  fill: #050F31 !important;
  transition: all 0.25s;
}
.single-posts-page__footer .single-posts-page__sharing li:hover svg, .single-posts-page__footer .single-posts-page__sharing li:hover circle {
  width: 37px;
  fill: #FF146E !important;
  transition: all 0.25s;
}
@media screen and (max-width: 600px) {
  .single-posts-page__footer {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .single-posts-page__footer .single-posts-page__sharing {
    margin-top: 10px !important;
  }
}
html:not(.freeze) .page-template-generic .site-header:not(.scrolled) .site-logo svg .cls-1, html:not(.freeze) .page-template-contact .site-header:not(.scrolled) .site-logo svg .cls-1, html:not(.freeze) .page-template-news .site-header:not(.scrolled) .site-logo svg .cls-1, html:not(.freeze) .single-post .site-header:not(.scrolled) .site-logo svg .cls-1 {
  fill: #FF146E !important;
}
html:not(.freeze) .page-template-generic .site-header:not(.scrolled) .hamburger-inner, html:not(.freeze) .page-template-generic .site-header:not(.scrolled) .hamburger-inner:after, html:not(.freeze) .page-template-generic .site-header:not(.scrolled) .hamburger-inner:before, html:not(.freeze) .page-template-contact .site-header:not(.scrolled) .hamburger-inner, html:not(.freeze) .page-template-contact .site-header:not(.scrolled) .hamburger-inner:after, html:not(.freeze) .page-template-contact .site-header:not(.scrolled) .hamburger-inner:before, html:not(.freeze) .page-template-news .site-header:not(.scrolled) .hamburger-inner, html:not(.freeze) .page-template-news .site-header:not(.scrolled) .hamburger-inner:after, html:not(.freeze) .page-template-news .site-header:not(.scrolled) .hamburger-inner:before, html:not(.freeze) .single-post .site-header:not(.scrolled) .hamburger-inner, html:not(.freeze) .single-post .site-header:not(.scrolled) .hamburger-inner:after, html:not(.freeze) .single-post .site-header:not(.scrolled) .hamburger-inner:before {
  background-color: #FF146E !important;
}
/* news hover */
.news-grid__item .span-out {
  color: #050F31;
}
.news-grid__item .span-in {
  padding-right: 0.06em;
  background-image: linear-gradient(to right, #ff146e, #ff146e 50%, #050F31 50%);
  background-size: 200% 1em;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.2s;
}
.news-grid__item .news-grid__item-heading {
  color: #050F31;
  transition: all 0.25s ease;
}
.news-grid__item .news-grid__item-image {
  scale: 1;
  transition: scale 0.3s ease-out;
}
.news-grid__item .news-img:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ff146e;
  width: 0%;
  height: 2.265cqw;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: width 0.3s ease-out;
}
.news-grid__item:hover .news-grid__item-heading {
  color: #FF146E;
}
.news-grid__item:hover .news-grid__item-image {
  scale: 1.025;
}
.news-grid__item:hover .news-img:after {
  width: 100%;
}
.news-grid__item:hover .span-in {
  transition: background-position 0.2s 0s ease-out;
  background-position: 0;
}
select {
  visibility: hidden;
}
.forminator-custom-form .forminator-field input, .forminator-custom-form .forminator-field textarea {
  padding: 15px 15px 10px 0;
  position: relative;
  background-color: transparent !important;
  color: #050F31 !important;
}
.contact-block br {
  display: none;
}
body .contact-top .container .contact-top-block h2 {
  font-size: clamp(40px, 5vw, 70px) !important;
}
.contact-top .container .contact-top-block h3 {
  font-size: clamp(27px, 2.4vw, 31px);
}
.forminator-success p {
  text-align: center;
}
.hide-submit {
  display: none !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F1058-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACiGA%3BAApFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAqKA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAA4EC%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAgBG%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BADlbH%3BACgcC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%22%7D */