@charset "UTF-8";
/*
 * Main SCSS entry point.
 * Source styles live here; the theme header stays in style.css.
 */
@import url("https://fonts.cdnfonts.com/css/ambit");
html {
  scroll-behavior: smooth;
}

::selection {
  background: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base) !important;
}

.site-wrapper {
  width: 100vw;
  overflow-x: hidden;
  padding-top: 65px;
}

@media (min-width: 1200px) {
  .site-wrapper {
    padding-top: 70px;
  }
}
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
@media (min-width: 768px) {
  .article-body a {
    position: relative;
    display: inline-block;
    background: linear-gradient(35.81deg, #61a1a9 -19.34%, #a9d7f9 24.71%, #eecf7c 57.87%, #ec857b 104.44%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 100%;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
  }
  .article-body a::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 0;
    color: #fff;
    z-index: 1;
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    transition: opacity 0.25s;
    pointer-events: none;
    width: 100%;
  }
  .article-body a:hover::before {
    opacity: 0;
  }
  .article-body a:hover::after {
    background: linear-gradient(35.81deg, #61a1a9 -19.34%, #a9d7f9 24.71%, #eecf7c 57.87%, #ec857b 104.44%);
    background-size: 100% 2px;
  }
}
footer a:hover {
  border-bottom: 1px solid white;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
  text-wrap: pretty;
  padding-bottom: 1rem;
}

a h2 {
  margin-top: 0;
  margin-bottom: 0;
}

ul:not(.is-style-no-bullet) li {
  list-style: none;
  margin-bottom: 20px;
}
ul:not(.is-style-no-bullet) li::before {
  content: "•";
  display: inline-block;
  font-weight: 700;
  width: 1em;
  margin-left: -1em;
}
ul:not(.is-style-no-bullet) li:nth-child(5n+1):before {
  color: #7097f0;
}
ul:not(.is-style-no-bullet) li:nth-child(5n+2):before {
  color: #ec4753;
}
ul:not(.is-style-no-bullet) li:nth-child(5n+3):before {
  color: #b5d874;
}
ul:not(.is-style-no-bullet) li:nth-child(5n+4):before {
  color: #90d6ea;
}
ul:not(.is-style-no-bullet) li:nth-child(5n+5):before {
  color: #b08eb6;
}

ol {
  margin: 16px auto;
}
ol li {
  list-style-type: decimal;
}

hr.wp-block-separator {
  height: 2px;
  background: linear-gradient(0.89deg, #ffb458 -2.07%, #e7899b 31.65%, #50b29a 62.69%, #80b2ff 106.29%);
  border: 0;
  border-width: 0;
}

img {
  width: 100%;
  border-radius: 8px;
}
img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignfull {
  width: 100%;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}

blockquote {
  margin: 2.5rem 0;
}
blockquote p, blockquote footer {
  padding: 0 2rem;
}
blockquote p::before {
  content: '"';
  padding-right: 0.25rem;
}
blockquote p::after {
  content: '"';
  padding-left: 0.25rem;
}
blockquote footer.blockquote-footer {
  color: white;
}
blockquote footer.blockquote-footer::before {
  content: "— ";
}

.is-style-gradient-background {
  min-height: 100vh;
}

.load-more-button.is-style-gradient-background {
  min-height: unset;
}

.homepage-hero {
  justify-content: center !important;
}

footer .is-style-gradient-background {
  min-height: unset;
}
footer .footer-logo {
  max-width: 200px;
}
@media (min-width: 1200px) {
  footer .footer-social__inner-container {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  footer .footer-social__title {
    max-width: 350px;
  }
}
footer .footer-social__title h2 {
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  footer .footer-social__title h2 {
    padding: 60px;
  }
}
footer .footer-social__title h2 {
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  line-height: 68px;
}
footer .footer-social__links .wp-block-group {
  width: 100%;
}
footer .footer-social__links .wp-block-group .wp-block-columns {
  gap: 0;
  margin: 0 !important;
}
footer .footer-social__links .wp-block-group .wp-block-column a {
  border: 0.5px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
  width: 50%;
}
@media (min-width: 1200px) {
  footer .footer-social__links .wp-block-group .wp-block-column a {
    flex-basis: 33.333333333%;
    width: 33.333333333%;
  }
}
footer .footer-social__links .wp-block-group .wp-block-column a {
  width: 100%;
  text-align: center;
  padding: 80px 0;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.gradient-hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .gradient-hover {
    position: relative;
    display: inline-block;
    background: linear-gradient(35.81deg, #61a1a9 -19.34%, #a9d7f9 24.71%, #eecf7c 57.87%, #ec857b 104.44%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 100%;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
  }
  .gradient-hover::before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    color: #fff;
    z-index: 1;
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    transition: opacity 0.25s;
    pointer-events: none;
    width: 100%;
  }
  .gradient-hover:hover::before {
    opacity: 0;
  }
  .gradient-hover:hover::after {
    background: linear-gradient(35.81deg, #61a1a9 -19.34%, #a9d7f9 24.71%, #eecf7c 57.87%, #ec857b 104.44%);
    background-size: 100% 2px;
  }
}
.topic-button {
  display: inline-flex;
  align-items: center;
  flex-grow: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
  border: 1px solid white;
  font-size: 0.8rem;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.topic-button:hover {
  color: var(--wp--preset--color--base);
  background: white;
}
.topic-button .topic-circle {
  background: linear-gradient(rgb(242, 128, 125), rgb(108, 116, 251));
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  border-radius: 50%;
}

.wp-block-post-terms__separator {
  display: none;
}

.topics-wrapper {
  display: block;
}

.topics-wrapper .topics {
  display: block;
  margin: 30px 0;
  margin-bottom: -1rem;
}

ul.wp-block-post-template li.wp-block-post {
  margin-bottom: 0;
}
ul.wp-block-post-template li.wp-block-post::before {
  content: "";
  display: none !important;
}

.featured-article {
  display: flex;
  align-items: center;
}
.featured-article .wp-block-cover {
  position: relative;
}
.featured-article .wp-block-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.08));
  background-size: 100%;
  transition: all 0.2s ease-in-out;
}
.featured-article .wp-block-cover:hover::after {
  background-size: 120%;
}
.featured-article .topic-button {
  background: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}
.featured-article .topic-button:hover {
  background: #e6e6e6;
}

.share-buttons-wrapper {
  border-radius: 0.5rem;
  background: #26282c;
  overflow: hidden;
}
.share-buttons-wrapper .share-header {
  border-bottom: 1px solid white;
  background: linear-gradient(57.45deg, #944280 -2.07%, #f0a9b7 31.65%, #b5d874 62.69%, #80b2ff 106.29%);
  color: var(--wp--preset--color--base);
  padding: 1.25rem 1.5rem;
}
.share-buttons-wrapper .share-buttons__buttons {
  padding: 10px 0;
}
.share-buttons-wrapper .share-buttons__buttons a {
  display: block;
  float: none !important;
}
.share-buttons-wrapper .share-buttons__buttons a .button {
  background: transparent;
  border: none;
  text-transform: uppercase;
  padding: 15px 20px;
  color: white !important;
}
.share-buttons-wrapper .share-buttons__buttons a .button span {
  -webkit-text-fill-color: #fff;
  font-size: 1rem;
}
.share-buttons-wrapper .share-buttons__buttons a:hover {
  cursor: pointer;
}

.load-more-button {
  width: 100%;
  padding: 30px 20px;
  outline: unset;
  border: unset;
}
.load-more-button:hover {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=url],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=week],
.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=password],
.form-field input[type=search],
.form-field input[type=number],
.form-field input[type=tel],
.form-field input[type=url],
.form-field input[type=date],
.form-field input[type=datetime-local],
.form-field input[type=month],
.form-field input[type=week],
textarea {
  box-sizing: border-box;
  background: transparent;
  border: unset;
  outline: unset;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  border-bottom: 2px solid white;
  padding: 1rem 0;
  font-size: 2.15rem;
  font-weight: 400;
  color: white;
  margin-bottom: 40px;
  border-radius: 0 !important;
}
@media (min-width: 1200px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=url],
  input[type=date],
  input[type=datetime-local],
  input[type=month],
  input[type=week],
  .form-field input[type=text],
  .form-field input[type=email],
  .form-field input[type=password],
  .form-field input[type=search],
  .form-field input[type=number],
  .form-field input[type=tel],
  .form-field input[type=url],
  .form-field input[type=date],
  .form-field input[type=datetime-local],
  .form-field input[type=month],
  .form-field input[type=week],
  textarea {
    font-size: 2.75rem;
    padding: 1rem 100px 1rem 0;
  }
}
@media (min-width: 1440px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=url],
  input[type=date],
  input[type=datetime-local],
  input[type=month],
  input[type=week],
  .form-field input[type=text],
  .form-field input[type=email],
  .form-field input[type=password],
  .form-field input[type=search],
  .form-field input[type=number],
  .form-field input[type=tel],
  .form-field input[type=url],
  .form-field input[type=date],
  .form-field input[type=datetime-local],
  .form-field input[type=month],
  .form-field input[type=week],
  textarea {
    font-size: 3.25rem;
  }
}
input[type=text]:focus, input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=week]:focus,
input[type=week]:active,
.form-field input[type=text]:focus,
.form-field input[type=text]:active,
.form-field input[type=email]:focus,
.form-field input[type=email]:active,
.form-field input[type=password]:focus,
.form-field input[type=password]:active,
.form-field input[type=search]:focus,
.form-field input[type=search]:active,
.form-field input[type=number]:focus,
.form-field input[type=number]:active,
.form-field input[type=tel]:focus,
.form-field input[type=tel]:active,
.form-field input[type=url]:focus,
.form-field input[type=url]:active,
.form-field input[type=date]:focus,
.form-field input[type=date]:active,
.form-field input[type=datetime-local]:focus,
.form-field input[type=datetime-local]:active,
.form-field input[type=month]:focus,
.form-field input[type=month]:active,
.form-field input[type=week]:focus,
.form-field input[type=week]:active,
textarea:focus,
textarea:active {
  background: transparent !important;
  outline: none !important;
}

.frm_html_container {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.frm_html_container p {
  display: inline-block;
  background: #d4d4d5;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: black;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.frm_form_fields .frm_fields_container {
  display: grid;
  grid-template-columns: repeat(12, 6.5%);
  grid-auto-rows: max-content;
  grid-gap: 0 2%;
  row-gap: 1.5rem;
  margin-top: 16px;
  margin-bottom: 16px;
}

.frm_first,
.frm_form_field.frm_left_half,
.frm_form_field.frm_left_third,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_half,
.frm_form_field.frm_first_third,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_first {
  grid-column-start: 1;
}

.frm_combo_inputs_container > *,
.frm_grid_container > *,
.frm_section_heading > *,
.frm_fields_container .frm_form_field,
.frm_fields_container > * {
  grid-column: span 12/span 12;
}

.frm_half,
.frm_form_field.frm_three_fifths,
.frm_form_field.frm6, .frm_submit.frm6,
.frm_form_field.frm_left_half,
.frm_form_field.frm_right_half,
.frm_form_field.frm_first_half,
.frm_form_field.frm_last_half,
.frm_form_field.frm_half,
.frm_submit.frm_half {
  grid-column: span 6/span 6;
}

.frm_description {
  font-size: 1.1875rem !important;
  color: white !important;
  margin-top: -1.5rem;
  margin-bottom: 1rem;
}

.frm_fields_container {
  position: relative;
}

@media (min-width: 1200px) {
  .frm_submit {
    position: absolute;
    right: 0;
    bottom: 90px;
    display: flex;
    gap: 10px;
  }
}

.frm_button_submit,
.frm_prev_page {
  display: flex;
  margin-left: auto;
  background: unset !important;
  border: unset !important;
  outline: none !important;
  box-shadow: unset !important;
  font-size: 1.25rem !important;
  padding: 16px 0 !important;
  text-transform: uppercase;
}

.text-hover-wave {
  font-family: inherit;
}
.text-hover-wave div span {
  font-size: 1.25rem;
  display: inline-block;
}
.text-hover-wave div span:nth-of-type(1) {
  animation-delay: 0.1s;
}
.text-hover-wave div span:nth-of-type(2) {
  animation-delay: 0.2s;
}
.text-hover-wave div span:nth-of-type(3) {
  animation-delay: 0.3s;
}
.text-hover-wave div span:nth-of-type(4) {
  animation-delay: 0.4s;
}
.text-hover-wave div span:nth-of-type(5) {
  animation-delay: 0.5s;
}
.text-hover-wave div span:nth-of-type(6) {
  animation-delay: 0.6s;
}
.text-hover-wave div span:nth-of-type(7) {
  animation-delay: 0.7s;
}
.text-hover-wave div span:nth-of-type(8) {
  animation-delay: 0.8s;
}
.text-hover-wave div span:nth-of-type(9) {
  animation-delay: 0.9s;
}
.text-hover-wave div span:nth-of-type(10) {
  animation-delay: 1s;
}
.text-hover-wave div span:nth-of-type(11) {
  animation-delay: 1.1s;
}
.text-hover-wave div span:nth-of-type(12) {
  animation-delay: 1.2s;
}
.text-hover-wave div span:nth-of-type(13) {
  animation-delay: 1.3s;
}
.text-hover-wave div span:nth-of-type(14) {
  animation-delay: 1.4s;
}
.text-hover-wave div span:nth-of-type(15) {
  animation-delay: 1.5s;
}
.text-hover-wave div span:nth-of-type(16) {
  animation-delay: 1.6s;
}
.text-hover-wave div span:nth-of-type(17) {
  animation-delay: 1.7s;
}
.text-hover-wave div span:nth-of-type(18) {
  animation-delay: 1.8s;
}
.text-hover-wave div span:nth-of-type(19) {
  animation-delay: 1.9s;
}
.text-hover-wave div span:nth-of-type(20) {
  animation-delay: 2s;
}
.text-hover-wave:hover span {
  animation: wave-text 1s ease-in-out infinite;
  transition: all 0.2s ease-in-out;
}

.text-hover-wave.load-more-button div span {
  margin: 0 3px;
}

@keyframes wave-text {
  00% {
    transform: translateY(0em);
  }
  60% {
    transform: translateY(-0.6em);
  }
  100% {
    transform: translateY(0em);
  }
}

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