/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* @font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-Regular.woff2') format('woff2') url('fonts/Comfortaa-Regular.woff') format('woff');
font-weight: 1;
font-style: normal;
}
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-Light.woff2') format('woff2') url('fonts/Comfortaa-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-Regular.woff2') format('woff2') url('fonts/Comfortaa-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-Medium.woff2') format('woff2') url('fonts/Comfortaa-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-SemiBold.woff2') format('woff2') url('fonts/Comfortaa-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-Bold.woff2') format('woff2') url('fonts/Comfortaa-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
} */
/* 

@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-ExtraLight.woff2') format('woff2') url('fonts/NunitoSans-ExtraLight.woff') format('woff');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-ExtraLightItalic.woff2') format('woff2') url('fonts/NunitoSans-ExtraLightItalic.woff') format('woff');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-Light.woff2') format('woff2') url('fonts/NunitoSans-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-LightItalic.woff2') format('woff2') url('fonts/NunitoSans-LightItalic.woff') format('woff');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-Regular.woff2') format('woff2') url('fonts/NunitoSans-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-Italic.woff2') format('woff2') url('fonts/NunitoSans-Italic.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-SemiBold.woff2') format('woff2') url('fonts/NunitoSans-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-SemiBoldItalic.woff2') format('woff2') url('fonts/NunitoSans-SemiBoldItalic.woff') format('woff');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-Bold.woff2') format('woff2') url('fonts/NunitoSans-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-BoldItalic.woff2') format('woff2') url('fonts/NunitoSans-BoldItalic.woff') format('woff');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-ExtraBold.woff2') format('woff2') url('fonts/NunitoSans-ExtraBold.woff') format('woff');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-ExtraBoldItalic.woff2') format('woff2') url('fonts/NunitoSans-ExtraBoldItalic.woff') format('woff');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-Black.woff2') format('woff2') url('fonts/NunitoSans-Black.woff') format('woff');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url('fonts/NunitoSans-BlackItalic.woff2') format('woff2') url('fonts/NunitoSans-BlackItalic.woff') format('woff');
font-weight: 900;
font-style: italic;
} */


h3.form-title {  
  background: none !important;
}

@media screen and (max-width: 767px){
  .col-imgtext-cm .col-imgtext-cm__image img {
    max-width: inherit !important;
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
}

.hero-cm__cta-link-wrapper a {
  margin: 0 !important; 
}
.hero-banner-blc {
  overflow-x: hidden !important;
}
.faq-cm__faq .faq-cm__accordion {
  position: relative;
  padding: 18px 50px 18px 18px;
}

.faq-cm__faq .faq-cm__accordion .downArrow {
  right: 10px;
  top: 10px;
}

/* nav */
.submenu.level-1 .menu-link {
  font-size: 16px;
  font-weight: 600;
}

/* 404 */
.content-404 {
  margin-top: 11vh;
  text-align: center;
  font-weight: 600;
  max-width: 630px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.error-page:before {
  display: none;
}
.top-text, .bottom-text {
  font-size: 22px;
  line-height: 1.4;
}


.error-list-links {
  margin-top:30px;
  font-weight: 400;
}


.faq-cm__title h3,
.faq-cm__title h2,
.faq-cm__title h1,
.faq-cm__title h4,
.faq-cm__title h5 {
  margin: 0;
}



.hs_cos_wrapper div[data-hs-forms-root="true"] form[id^=hsForm] .hs_submit .actions input[type="submit"].hs-button {
  font-size: 15px !important;
  height: 48px !important;
  margin-top: 6px !important;
  padding: 9px 15px!important;
  min-width: 145px;
  text-align: center;
}

.blog-comments div[data-hs-forms-root="true"] form {
  display: block !important;
}

.blog-comments div[data-hs-forms-root="true"] form .hs_submit .actions input[type="submit"].hs-button{
  background: #DB3B0F;
  font-size: 15px!important;
  height: 48px!important;
  margin-top: 6px!important;
  color: #fff;
  border: none;
  padding: 9px 15px!important;
  min-width: 145px;
  text-align: center;
}
.blog-comments div[data-hs-forms-root="true"] form textarea {
  resize: vertical;
  min-height: 200px;
}

.social-sharing {
  display: flex;
  justify-content: flex-end;
  margin-top: -60px;
}

.header__column .hs-cta-wrapper a{
  font-size: 16px !important;
  padding: 5px 12px !important;
  min-width: 80px!important;
}
.error-list-links {
  list-style: none;
  text-align: left;
}
.error-list__ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 45px;
}
.error-list-links li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.error-list-links li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #DB3B0F;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.error-list-links li a{
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
  color: #db3b0f;
  font-weight: 400;
}

.body-container--blog-post .hero-cm {
  min-height: 550px;
  margin-top: 80px;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  display: flex;
}
.body-container--blog-post .hero-cm .hero-cm__hero {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__language-switcher--label-current {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 600;
}
.header__language-switcher {
  padding: 0;
}
.submenu.level-1 {
  margin-right: 15px;
}
@media screen and (max-width: 1200px){

  .submenu.level-1>li {
    padding: 15px 5px;
  }

  .header__cta a.cta_button {
    margin-left: 13px;
  }
  .header__logo {
    max-width: 125px;
  }
}

.no-nav .header__language-switcher--label .globe_class {
  background: none;
}

form label.hs-error-msg,
form label.hs-main-font-element{
  color:  #D3386C;
}

.header__language-switcher .lang_list_class li {
  padding: 0!important;
}

.no-nav .header__language-switcher .lang_switcher_link:hover {
  color: #000;
}
@media screen and (max-width: 1300px) {
  .submenu.level-1>li {
    padding: 15px 8px;
  }
}

@media screen and (max-width: 1150px) {
  .no-nav .header__logo--main {
    padding: 15px;
    margin: 0;
  }
}
@media screen and (max-width: 1023px){
  .header__language-switcher--toggle {
    display: block;
    margin: 0 80px 0 0;
  }
  .header__logo {
    padding: 0 15px;
  }

  .no-nav .header__language-switcher {
    display: block;
    padding: 0 10px 0 0;
  }

  .no-nav .header__language-switcher--label-current {
    display: flex;
  }

  .no-nav .header__language-switcher .lang_list_class {
    visibility: hidden;
    top: 100%;
    background: #fff;
    border: 2px solid #d1d6dc;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    padding: 0 10px;
    left: 0;
  }
  .no-nav .header__language-switcher {
    border: none;
  }
  .no-nav .header__language-switcher--label:hover .lang_list_class {
    visibility: visible;

  }

}



@media screen and (max-width: 767px){
  .social-sharing {
    margin-top: 0px;
  }



  div[data-hs-forms-root=true] form .hs_submit {
    margin-left: 0px;
    order: 3;
    flex: 100%;
    margin-bottom: 40px;
  }
}

ol, ul {
  color: #804199;
}
li.hs-form-booleancheckbox input, li.hs-form-booleancheckbox label {
  display: block!important;
}
input[type="checkbox"] {
  height: 1.4rem!important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 0!important;
}
@media (max-width: 1023px) {
  .header__navigation .submenu.level-1>li {
    padding: 0;
    border-top: 0;
  }
}
@media (max-width: 767px){
  li.hs-form-booleancheckbox .hs-input[type=checkbox] {
    top: 5px;
    position: relative;
  }
}
a:focus, a:hover {
  color: #804199;
}
}
div#hbspt-form-1651178357416-6542616659 {
  display: flex;
  justify-content: center;
}


.blog-index__post-content p {
  font-family: Nunito Sans;
  font-size: 20px !important;
}


@media screen and (max-width: 767px){
  .blog-index__post .blog-index__post-content h4 {
    font-size: 22px !important;
  }
  .blog-index__post .blog-index__post-content p {
    font-size: 16px !important;
  }

  div#hs_menu_wrapper_footer_pages ul li {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

ul {
  list-style: disc;
  color: #444444;
}
ul, ol {
  font-family: "Nunito Sans", sans-serif;
}
a {
  text-decoration: underline;
  color: #804199;
  font-weight: bold;
}

.menu-line ul[role="menu"] {
  justify-content: center;
  padding: 0 0 20px;
}

.menu-line ul[role="menu"] li {
  margin: 0 15px;
}

.menu-line ul[role="menu"] li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: Nunito Sans;
  color: #333;
}

.menu-line ul[role="menu"] li a:hover {
  color: #999;
}
@media screen and (max-width: 767px){
  .email-logo {
    display: block;
    width: 150px;
  }
}


@media screen and (max-width: 1023px){
  .header__language-switcher {
    display: block;
    margin: 0 110px 0 0;
    border-top: none;
  }
  .header__language-switcher .globe_class {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.11/img/globe.png);
  }
  .mobile-menu.open {
    padding: 60px 0 20px 0;
  }
  .navigation-primary .lang_list_class.mobile {
    display: none;
  }
  .header__container.content-wrapper {
    padding: 10px 0;
  }
  .header__language-switcher .lang_list_class {
    left: inherit;
    top: 100%;
    margin: 20px 0 0 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    min-width: 150px;
    text-align: center;
    display:none;
  }
  .mobile-menu .hs_cos_wrapper {
    height: 100%;
  }
  .mobile-menu .hs_cos_wrapper .navigation-primary  {
    height: 100%;
  }
  .mobile-menu .hs_cos_wrapper .navigation-primary .submenu {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu .hs_cos_wrapper .navigation-primary .submenu .menu-item + .header__cta {
    margin: auto 0 20px 0;
    position: relative;
  }
  .mobile-menu .hs_cos_wrapper .navigation-primary .submenu .menu-item + .header__cta .hs_cos_wrapper:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #dbdedf;
  }
  .mobile-menu .hs_cos_wrapper .navigation-primary .submenu .header__cta {
    padding: 0 20px;
  }
  .mobile-menu .hs_cos_wrapper .navigation-primary .submenu .header__cta .cta_button {
    display: flex!important;
    box-sizing: border-box!important;
    max-width: 505px;
    min-height: 48px;
    margin: 0 auto !important;
  }
}

/* By Freelopers */
.blog-recent-posts__image {
    background-size: cover;
    background-position: center;
}