







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 16px;
  height: 100%;
  width: 100%
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1F;
  font-size: 16px;
  height: 100%;
  width: 100%
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #F2496B;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #ca2143;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #ff7193;
}

/* Headings */

h1,
.h1 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1F;
  font-size: 48px;
  text-transform: none;
}

h2,
.h2 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1F;
  font-size: 40px;
  text-transform: none;
}

h3,
.h3 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1F;
  font-size: 32px;
  text-transform: none;
}

h4,
.h4 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1F;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #000000;
  font-size: 20px;
  text-transform: none;
}

.eyebrow {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}

/* Blockquote */

blockquote {
  border-left-color: #590931;
}





button,
.button {
  border: 2px none #F2496B;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #F2496B;
  border-radius: 16px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

.button-primary {
  background-color: #F2496B;
  border-color: #F2496B;
}
.button-primary-ghost {
  background-color: transparent;
  border-color: #F2496B;
  color: #F2496B;
}
.button-secondary {
  background-color: #590931;
  border-color: #590931;
}
.button-secondary-ghost {
  background-color: transparent;
  border-color: #590931;
  color: #590931;
}
.button-purple {
  background-color: #710252;
  border-color: #710252;
}
.button-purple-ghost {
  background-color: transparent;
  border-color: #710252;
  color: #710252;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active  {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  background-color: #ca2143;
  border-color: #ca2143;
}

.button:hover.button-secondary,
.button:focus.button-secondary,
.button:active.button-secondary,
.button:hover.button-secondary-ghost,
.button:focus.button-secondary-ghost,
.button:active.button-secondary-ghost   {
  background-color: #310009;
  border-color: #310009;
}

.button:hover.button-purple,
.button:focus.button-purple,
.button:active.button-purple,
.button:hover.button-purple-ghost,
.button:focus.button-purple-ghost,
.button:active.button-purple-ghost   {
  background-color: #49002a;
  border-color: #49002a;
}

.button-full {
  width: 100%;
}
.button-large {
  font-size: 26px;
}
.button-small {
  font-size: 14px;
  padding: 10px 30px;
}





form,
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #1D1D1F;
}

/* Labels */

form label {
  color: #FFFFFF;
}

/* Help text */

form legend {
  color: #1D1D1F;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 0px solid #D1D6DC;

  background-color: #FFFFFF;
  color: #1D1D1F;
  border-radius: 16px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #9898A6;
}

::-moz-placeholder {
  color: #9898A6;
}

:-ms-input-placeholder {
  color: #9898A6;
}

::placeholder {
  color: #9898A6;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #9898A6;
}

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

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

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

fieldset.form-columns-1 input.hs-input[type=email],
fieldset.form-columns-1 input.hs-input[type=password],
fieldset.form-columns-1 input.hs-input[type=tel],
fieldset.form-columns-1 input.hs-input[type=number],
fieldset.form-columns-1 input.hs-input[type=file],
fieldset.form-columns-1 input.hs-input[type=text],
fieldset.form-columns-1 select,
fieldset.form-columns-1 textarea {
  width: 100% !important;
}
@media(max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  fieldset.form-columns-2 input.hs-input[type=email],
  fieldset.form-columns-2 input.hs-input[type=password],
  fieldset.form-columns-2 input.hs-input[type=tel],
  fieldset.form-columns-2 input.hs-input[type=number],
  fieldset.form-columns-2 input.hs-input[type=file],
  fieldset.form-columns-2 input.hs-input[type=text],
  fieldset.form-columns-2 select,
  fieldset.form-columns-2 textarea {
    width: 100% !important;
  }
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 2px none #F2496B;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #F2496B;
  border-radius: 16px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #ca2143;
  border-color: #ca2143;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #ca2143;
  border-color: #ff7193;
}





/* Table */

table {
  border: 1px solid #D7D7E0;

  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

/* Table cells */

td,
th {
  border: 1px solid #D7D7E0;

  padding: 18px;

  color: #1D1D1F;
}

/* Table header */

thead th {
  background-color: #F2496B;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: #F5F5FA;
  color: #1D1D1F;
}





.header {
  background-color: #FFFFFF;
}
.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1D1D1F;
  font-family: Inter;
}

.menu__child-toggle-icon {
  border-top-color: #1D1D1F;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #454547;
}

.menu__child-toggle-icon:active {
  border-top-color: #454547;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #1D1D1F;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #D7D7E0;

    background-color: #FFFFFF;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #D7D7E0;

    background-color: #FFFFFF;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #1D1D1F;
  background-color: #FFFFFF;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D7D7E0;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: #ebebeb;;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #FFFFFF;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Inter;
}

.header__language-switcher-label-current:after {
  border-top-color: #1D1D1F;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: #FFFFFF;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #1D1D1F;
  }
}





.footer {
  background-color: #F5F5FA;
  min-height: 100px;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #1D1D1F;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #1D1D1F;
}

.blog-post__tag-link {
  color: #1D1D1F;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #454547;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #1D1D1F;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #454547;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #F2496B;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #ca2143;
}

#comments-listing .comment-reply-to:active {
  color: #ff7193;
}





.hs-search-results__title {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1F;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #1D1D1F;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000000;
}

.blog-index__post-title-link:active {
  color: #454547;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #1D1D1F;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #1D1D1F;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #454547;
}

.pagination__link-icon svg {
  fill: #1D1D1F;
}

/* Pricing card */

.card__price {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1F;
  font-size: 32px;
}

.card__body svg {
  fill: #F2496B;
}

/* Social follow */

.social-links__icon {
  background-color: #F2496B;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #ca2143;
}

.social-links__icon:active {
  background-color: #ff7193;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1F;
  font-size: 32px;
}