/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

























body {
  font-size: 1.125rem;
  
  color: rgba(19, 19, 19,1.0);
  
  font-weight: 400;
  font-family: Red Hat Text,sans-serif;
}


/* Anchors */

a {
  color: #4f1be6;
  background: transparent;
}

a:hover {
  color: #4f1be6;
}

a:active {
  color: #4f1be6;
}

/* Headings */
.h1,h1 {
  font-family: Red Hat Display,sans-serif;
  
  color: rgba(19, 19, 19,1.0);
  
  font-weight: 400;
}

.h2,h2 {
  font-family: Red Hat Display,sans-serif;
  
  color: rgba(19, 19, 19,1.0);
  
  font-weight: 500;
}

.h3,h3 {
  font-family: Red Hat Display,sans-serif;
  
  color: rgba(19, 19, 19,1.0);
  
  font-weight: 500;
}

.h4,h4 {
  font-family: Red Hat Display,sans-serif;
  
  color: rgba(19, 19, 19,1.0);
  
  font-weight: 500;
}

.h5,h5 {
  font-family: Red Hat Display,sans-serif;
  
  color: rgba(19, 19, 19,1.0);
  
  font-weight: 500;
}

.h6,h6 {
  font-family: Red Hat Display,sans-serif;
  
  color: rgba(19, 19, 19,1.0);
  
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color: ;
}





.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container-wrapper .form-container-wrapper{
  border-width: 0px;
  border-style:solid;
  border-color: rgba(255, 255, 255, 0.0) ;
  font-family: Red Hat Text,sans-serif;
  padding:0px 0px;
  background-color:rgba(255, 255, 255, 1.0 );
  margin:0 0 10px;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(19, 19, 19, 1.0);
}

.body-container-wrapper .custom_error_message h3,
.body-container-wrapper .widget-type-form h3,
.body-container-wrapper .widget-type-blog_subscribe h3,
.body-container-wrapper .widget-type-google_search h3 ,
.body-container-wrapper .widget-type-password_prompt.custom_error_message h3 ,
.body-container-wrapper .widget-type-email_simple_subscription h3,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments h3,
.body-container-wrapper .hs-search-field__bar h3 ,
.body-container-wrapper .form-container-wrapper h3 {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(19, 19, 19, 1.0);
}

.body-container-wrapper .form-container-wrapper h4,
.body-container-wrapper .form-container-wrapper p,
.body-container-wrapper .form-container-wrapper a,
.body-container-wrapper.backup_unsubscribe .page-header h1,
.body-container-wrapper.backup_unsubscribe .page-header p,
.body-container-wrapper .widget-type-email_simple_subscription h1{
  color: rgba(19, 19, 19, 1.0);
}

.hs-button,
.button {
  background: linear-gradient(90deg,rgba(248, 98, 51, 1.0),rgba(188, 37, 169, 1.0) 25%,rgba(82, 28, 228, 1.0) 50%);
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-width:0px;
  border-radius:5px;
  border-style:solid;
  border-color: rgba(255, 255, 255, 0.0);
}

.hs-button:hover,
.hs-button:focus,
.hs-button:active,
.button:hover,
.button:focus,
.button:active {
  background: linear-gradient(90deg,rgba(248, 98, 51, 1.0),rgba(188, 37, 169, 1.0) 25%,rgba(82, 28, 228, 1.0) 50%);
  border-color: rgba(255, 255, 255, 0.0);
  text-decoration:none;
}

.custom-header .header-button .hs-button {
  color: rgba(0, 0, 0, 1.0);
  fill: rgba(0, 0, 0, 1.0);
}

.custom-header .header-button .hs-button:after {
  background: rgba(255, 255, 255, 1.0);
}

.custom-header .header-button .hs-button:hover:after {
  background: linear-gradient(90deg,rgba(255, 255, 255, 1.0),rgba(255, 255, 255, 1.0) 50%,rgba(255, 255, 255, 0) 50.1%,rgba(255, 255, 255, 0));
}

.custom-header .header-button .hs-button:hover {
  color: rgba(0, 0, 0, 1.0);
}




.hs-form-field label {
  color: rgba(19, 19, 19, 1.0);
}

.hs-error-msgs label,
.form-input-validation-message-error label{
  color:#ff0000;
}

.hs-form legend {
  color: rgba(19, 19, 19, 1.0);
}


form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form select,
form select,
form textarea,
.hs-input, 
.hs-search-field__input,
#hs-pwd-widget-password{
  background-color: rgba(247, 247, 248, 1.0);
  border-color: rgba(232, 231, 236, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius:0px;
  border-width:1px;
  border-style:solid;
}



form input[type="text"]::placeholder,
form input[type="password"]::placeholder, 
form input[type="datetime"]::placeholder, 
form input[type="datetime-local"]::placeholder, 
form input[type="date"]::placeholder, 
form input[type="month"]::placeholder, 
form input[type="time"]::placeholder, 
form input[type="week"]::placeholder, 
form input[type="number"]::placeholder, 
form input[type="email"]::placeholder, 
form input[type="url"]::placeholder, 
form input[type="search"]::placeholder, 
form input[type="tel"]::placeholder,
form input[type="color"]::placeholder,
form input[type="file"]::placeholder,
form textarea::placeholder,
form select::placeholder,
form select::placeholder,
form textarea::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder,
textarea.hs-input::placeholder {
  color: rgba(153, 153, 153, 1.0);
}


form#email-prefs-form input[type="email"] {
  width:100% !important;
}


form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{
  border-color: rgba(232, 231, 236, 1.0);
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  border-color: rgba(232, 231, 236, 1.0);
}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-password.error{
  border-color: ;
}

form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-password.error:focus {
  border-color: ;
}


.fn-date-picker .pika-table thead th {
  color: rgba(24, 43, 82, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color:  ;
}

.hs-richtext {
  font-size: px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Red Hat Text,sans-serif;
}

.fn-date-picker td.is-today .pika-button {
  color: #131313;
}

.fn-date-picker td.is-selected .pika-button {
  background: #131313;
}

.fn-date-picker td .pika-button:hover {
  background-color: #131313 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(24, 43, 82, 1.0);
  color: rgba(24, 43, 82, 1.0);
}

thead th,
thead td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(24, 43, 82, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(24, 43, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(24, 43, 82, 1.0);
}





/*.custom-header {
  background-color: rgba(255, 255, 255, 0.0);
}*/

body:not(.menu-animation) .menu-toggle__icon span,
body:not(.menu-animation) .menu-toggle__icon span:after {
  background-color: rgba(19, 19, 19, 1.0);
}

.body-wrapper {
  max-width:px;
  margin:0 auto;
  position: relative;
  width:100%;
}

.header_container {
  max-width:0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(19, 19, 19, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(19, 19, 19, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(248, 98, 51, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:before{
  background-color: rgba(212, 210, 220, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:after{
  border-color: rgba(212, 210, 220, 1.0);
}


.custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(19, 19, 19, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(19, 19, 19, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(248, 98, 51, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a:before,
.custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a:before{
  background-color: rgba(212, 210, 220, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a:after,
.custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a:after{
  border-color: rgba(212, 210, 220, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul{
  background: rgba(255, 255, 255, 1.0);
}

@media (min-width:834px) {
  .h1,h1,
  .footer-contact-wrapper .h1--big-mobile {
    font-size: 4.5rem;
  }

  .h2,h2 {
    font-size: 2.3rem;
  }

  .h3,h3 {
    font-size: 2rem;
  }

  .h4,h4 {
    font-size: 1.5rem;
  }

  .h5,h5 {
    font-size: 1rem;
  }

  .h6,h6 {
    font-size: 1rem;
  }

  .dnd-section {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .hs-landing-page .body-container-wrapper .dnd-section:first-of-type {
    padding-top: 0px;
  }

}

.footer__container,
.content-wrapper,
.page-center,
.dnd-section > .row-fluid{
  max-width: 1440px;
}






.custom-footer {  
  color: rgba(19, 19, 19, 1.0);
}

.custom-footer .footer-bg,
.custom-footer .footer-bg:after {
  background-color: rgba(247, 247, 248, 1.0);
}

.custom-footer h1,
.custom-footer h2,
.custom-footer h3,
.custom-footer h4,
.custom-footer h5,
.custom-footer h6,
.custom-footer p{
  color: rgba(19, 19, 19, 1.0);
}

.custom-footer a {
  color: rgba(19, 19, 19, 1.0);
}

.custom-footer a:hover {
  color: rgba(19, 19, 19, 1.0);
}

.custom-footer a:after,
.custom-footer .footer-contact-wrapper .underline-text:after {
  border: 1px solid rgba(212, 210, 220, 1.0);
}

.custom-footer a:hover:after,
.custom-footer .footer-contact-wrapper:hover .underline-text:after{
  background-image: linear-gradient(90deg,rgba(248, 98, 51, 1.0),rgba(188, 37, 169, 1.0) 25%,rgba(82, 28, 228, 1.0) 50%,transparent 50.1%,transparent);
}

.custom-footer .footer-contact-wrapper .h2 {
  background-image: linear-gradient(90deg,rgba(248, 98, 51, 1.0),rgba(188, 37, 169, 1.0) 25%,rgba(82, 28, 228, 1.0) 50%);
}








.blog-post__date {
  border-color: #131313;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #131313;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #3b3b3b;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #131313;
}

.blog-post__author {
  background-color: #131313;
}







.hs-search-results__title {
  text-decoration:none;
  font-family: ;
  font-size: px;
  color:  ;
  font-weight: ;
}
.hs-search-results__title:hover {
  color:  ;
}





body .icon svg {
  fill: #131313;
}

body .tns-nav button.tns-nav-active {
  background-color: #131313;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #131313;
}

body .social-links__icon {
  background-color: #131313;
}

body .team-member__description {
  background-color: #131313;
}






.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, global_fonts=, header=, forms=}
}

/*@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-logo svg {
    fill: rgba(255, 255, 255,1.0);
  }

  .custom-header .header-button .hs-button .letstalk-icon {
    fill: rgba(0, 0, 0,1.0);
  }

  .custom-header {
    mix-blend-mode: difference;
    isolation: isolate;
    color: #fff;
  }
} */

.fk-related-article {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: (1fr)[14];
  grid-template-columns: repeat(14, 1fr);
}


.fk-related-article .fk-article-item__article {
  grid-column: 2/-2;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.fk-related-article .fk-article-item__thumbnail {
  margin-bottom: 1rem;
}

.fk-related-article .post-thumbnail__image-wrapper {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  display: block;
  height: 173px;
}

.fk-related-article .fk-article-item__thumbnail .post-thumbnail__image-wrapper {
  overflow: hidden;
  height: auto;
  width: 100%;
}

.fk-related-article .post-thumbnail__image-wrapper img {
  vertical-align: top;
  transition-property: transform;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(1, .01, .89, 1);
  width: 100%;
  height: 100%;
}

.fk-related-article .fk-article-item__category {
  font-weight: 500;
  margin-top: 1rem;
}

.fk-related-article .categories-list__item {
  margin-right: 0.5rem;
  font-weight: 500;
  color: #4f1be6;
}

.fk-related-article .categories-list__item:hover {
  color: #4f1be6;
}

.fk-related-article .text--medium {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: -.02em;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-weight: 400;
}

.fk-related-article .fk-article-item__title {
  margin: 0;
  position: relative;
  background: linear-gradient(90deg, #f86233, #bc25a9 25%, #521ce4 50%, #000 50.1%, #000);
  background-position: 100%;
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  transition-property: background-position;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(1, .01, .89, 1);
}

.fk-related-article .gradient-arrow-svg__wrapper {
  display: inline-block;
  width: 27px;
  padding-left: 0.25em;
}

.fk-related-article .gradient-arrow-svg__wrapper svg {
  width: 1.5em;
  max-width: none;
}

.fk-related-article .gradient-arrow-svg__wrapper svg #line {
  transform: scaleX(.5);
}

.fk-related-article .gradient-arrow-svg__wrapper svg #arrow,
.fk-related-article .gradient-arrow-svg__wrapper svg #line {
  transition-property: transform;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(1, .01, .89, 1);
}

.fk-related-article .gradient-arrow-svg__wrapper svg #arrow {
  transform: translateX(-0.5rem);
}

.fk-related-article .fk-article-item__category span:hover {
  position: relative;
}

.fk-related-article .fk-article-item__category span:hover:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  -webkit-animation: background-position 2s ease infinite;
  animation: background-position 2s ease infinite;
  background: linear-gradient(90deg, #f86233, #bc25a9 25%, #521ce4 50%, transparent 50.1%, transparent);
  background-size: 200% 100%;
}


.fk-related-article .post-thumbnail__image-wrapper:hover img {
  transform: none;
}

.fk-related-article .fk-article-item__title:hover {
  background-position: 0;
}

.fk-related-article .fk-article-item__title:hover .gradient-arrow-svg__wrapper #arrow {
  transform: translateX(0);
}

.fk-related-article .fk-article-item__title:hover .gradient-arrow-svg__wrapper #line {
  transform: scaleX(1);
}

.fk-related-article .fk-article-item__author {
  margin-top: 0.5rem;
}

.fk-related-article .author__wrapper {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
}

.fk-related-article .author__avatar-wrapper {
  width: 3em;
  height: 3em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  margin-right: 0.5em;
  position: relative;
}

.fk-related-article .author__avatar {
  width: 45px;
  margin-right: 12px;
}

.fk-related-article .author__avatar-wrapper img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 0;
}

.fk-related-article .author__avatar-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f86233;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  mix-blend-mode: color;
  opacity: 0;
  z-index: 1;
  -webkit-animation: background-position 1s ease infinite;
  animation: background-position 1s ease infinite;
  background: "opacity";
  background-size: 200% 100%;
}

.fk-related-article .author__wrapper:hover .author__avatar-wrapper:after {
  opacity: 1;
}

.fk-related-article .author__wrapper:hover .author__name {
  position: relative;
}

.fk-related-article .author__wrapper:hover .author__name:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  -webkit-animation: background-position 2s ease infinite;
  animation: background-position 2s ease infinite;
  background: linear-gradient(90deg, #f86233, #bc25a9 25%, #521ce4 50%, transparent 50.1%, transparent);
  background-size: 200% 100%;
}

.single-post {
  padding-top: 3.5rem;
  background: #fff;
}

.fk-frontkom-post-header {
  grid-column: 1/-1;
  margin-top: 0;
}

.single-post .content-wrapper {
  -ms-grid-columns: (1fr)[14];
  grid-template-columns: repeat(14, 1fr);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
}

.fk-related-article .fk-related-article__section-title {
  grid-column: 2/-2;
  margin: 0;
  color: #f86233;
}

.fk-related-article .fk-related-article__summary em{
  font-style: normal;
}
.fk-related-article .fk-related-article__summary a{
  text-decoration: none;
    background-image: linear-gradient(90deg,#f86233,#bc25a9 25%,#521ce4 50%,transparent 50.1%,transparent),linear-gradient(90deg,#d4d2dc,#d4d2dc 25%,#d4d2dc 50%,transparent 50.1%,transparent);
    background-size: 200% 1px;
    background-position: 200% bottom,0 bottom;
    transition: background-image .3s ease-in-out;
    background-repeat: no-repeat;
    border-bottom: 1px solid transparent;
    position: relative;
    color: #4f1be6 !important;
}

.fk-related-article .fk-related-article__summary a:hover{
  -webkit-animation: underline-position 2s ease infinite;
    animation: underline-position 2s ease infinite;
}
@media (min-width:834px) {

  .fk-related-article .fk-article-item__article {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8/span 3;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

  .fk-related-article .fk-article-item__article:nth-of-type(4n+1) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
  }


  .fk-related-article .fk-article-item__article:nth-of-type(4n+2) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9/span 3;
  }

  .fk-related-article .fk-article-item__article:nth-of-type(4n+3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/span 3;
  }


  .fk-related-article .post-thumbnail__image-wrapper {
    border-radius: 1rem ;
  }

  .fk-related-article .text--medium {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.fk-language-switcher {
  color: #000;
  text-transform: uppercase;
  margin-right: 2.75rem;
  position: relative;
}


.arrow {
  position: relative;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #521ce4;
  position: absolute;
  right: 0;
}

.arrow:after, .arrow:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.15rem;
  height: 100%;
  transition: all .5s;
}
.arrow:before {
  left: -5px;
  transform: rotate(45deg);
  background-color: #394a6d;
}
.arrow:after {
  left: 5px;
  transform: rotate(-45deg);
  background-color: #394a6d;
}

.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
    padding: 0;
    clear: both;
}

.wpml-ls-legacy-list-horizontal>ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

.fk-language-switcher a.wpml-ls-link {
  font-family: Red Hat Text,sans-serif;
  font-size: .8125rem;
  letter-spacing: .23em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.46;
  color: #87868c;
}

.fk-language-switcher .wpml-ls-current-language .wpml-ls-link {
  color: inherit;
}
.fk-language-switcher .wpml-ls-item:not(.wpml-ls-current-language) .wpml-ls-link:hover {
  color: #87868c;
}

.fk-language-switcher .wpml-ls-item {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.fk-language-switcher .wpml-ls-item:not(:last-of-type):after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: calc(100% + 10px);
    margin: auto;
    width: 10px;
    height: 10px;
    background-image: url(//536142.fs1.hubspotusercontent-na1.net/hubfs/536142/raw_assets/public/Frontkom_March2022/images/slash.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.fk-language-switcher .wpml-ls-item:not(.wpml-ls-current-language) .wpml-ls-link:hover:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  animation: background-position 2s ease infinite;
  background: linear-gradient(90deg,#000,#000 50%,transparent 50.1%,transparent);
  background-size: 200% 100%;
}

.fk-header__menu-toggle .text--action{
  position: relative;
}

.fk-header__menu-toggle:hover .text--action:after{
  content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0.125rem;
    -webkit-animation: background-position 2s ease infinite;
    animation: background-position 2s ease infinite;
    background: linear-gradient(90deg,#fff,#fff 50%,hsla(0,0%,100%,0) 50.1%,hsla(0,0%,100%,0));
    background-size: 200% 100%;
}

.fk-primary-menu__wrapper.row{
  text-align: left;
    -webkit-clip-path: polygon(100% 0,100% 0,100% 0,100% 0);
    clip-path: polygon(100% 0,100% 0,100% 0,100% 0);
    align-items: start;
    transition: -webkit-clip-path .75s cubic-bezier(.27,0,0,1);
    transition: clip-path .75s cubic-bezier(.27,0,0,1);
    transition: clip-path .75s cubic-bezier(.27,0,0,1), -webkit-clip-path .75s cubic-bezier(.27,0,0,1);
    transform-origin: top right;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding-top: 7rem;
    min-height: 100vh;
    width: 100vw;
    pointer-events: none;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    background-color: hsla(0,0%,100%,.95);
}

@media (min-width:834px) {
  .mobile-open .fk-language-switcher {
    display: none;
  }

  .menu-animation .fk-language-switcher {
    filter: none;
  }
}

@media (min-width:834px) {
  .fk-language-switcher__mobile{
    display: none;
  }
}

@media (max-width:833px) {
  .fk-language-switcher__desktop{
    display: none;
  }
  .fk-language-switcher__mobile{
    margin: 0.5rem 0 2rem 0;
  }
  .fk-language-switcher__header{
    background-color: transparent;
    padding-left: 0;
    display: inline-flex;
  }
  .fk-language-switcher {
    filter: none;
    display: inline-block;
  }
  .show-lang-switch .fk-language-switcher__select {
    position: relative;
    background-color: transparent;
  }
  .fk-language-switcher__select .wpml-ls-item {
    background-color: transparent;
    padding: 0.15rem 0;
  }
  .fk-language-switcher a.wpml-ls-link {
    font-size: 1.125rem;
  }

}
  
/* Landing pages */
.hs-landing-page .h2, .hs-landing-page h2 {
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -.015em;
  margin-bottom: 1.125rem;
  margin-top: 1.5rem;
}

.hs-landing-page .h3, .hs-landing-page h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -.02em;
  margin: 1.5rem 0 0.5625rem;
}

.hs-landing-page .h4, .hs-landing-page h4  {
  font-size: 1.125rem;
  line-height: 1.33;
  margin: 1.125rem 0 0.5625rem;
}
.hs-landing-page .dnd-section {
margin: 34px 0 50px 0;
}
.hs-landing-page .dnd-section:first-of-type {
  margin: 0;
}

.body-container-wrapper .widget-type-form {
    max-width: 100%;
}
@media (max-width: 833px) {
  .hs-landing-page .fk-grid .span6 {
  width: 100%;}
}