







.content-wrapper, .page-center {
  max-width: 1340px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0;
}

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

.white-bg { background-color: #FFF; }
.lightgray-bg { background-color: #F3F3F3; }
.purple-bg { background-color: #5A3795; }
.red-bg { background-color: #BC3163; }

.white-text, .white-text p, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 { color: #FFF; }






html {
  font-size: 16px;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
}

.body-wrapper { padding-top: 115px;  }
@media (max-width: 1000px) { .body-wrapper { padding-top: 107px; } }
/* Paragraphs */

p {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
}

/* Anchors */

a {
  text-decoration: underline;
  color: #BC3163;
}

a:hover {
  color: #BC3163;
}

.cta-primary:active, .cta-primary:hover {
  color: #fff;
}

.cta-primary.red:active, .cta-primary.red:hover {
  color: #bc3163;
}

.cta-secondary:hover {
  color: #fff;
}

a:active {
  color: #BC3163;
}

/* Headings */

h1,
.h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: #BC3163;
  text-transform: uppercase;
}

h2,
.h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #BC3163;
}

h3,
.h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}

h4,
.h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
}

h5,
.h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

h6,
.h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
}

h1.blog-title { font-size: 38px; line-height: 46px; text-transform: none; }

@media (max-width: 767px) {
  
  html {
  font-size: 15px;
}

body {
  font-size: 15px;
  line-height: 20px;
}
  
  

/* Paragraphs */

p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
  
 h1,
.h1 {
  font-size: 30px;
  line-height: 40px;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 26px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 32px;
} 
  h1.blog-title { font-size: 24px; line-height: 32px; }
}

/* Blockquote */

blockquote {

}

ul { padding-left: 0px; margin-bottom: 1em; list-style: none; }
ul:not(.no-list) li:not(.nav__main-menu--link):not(.hs-form-booleancheckbox):not(.hs-form-checkbox):not(.nav__sub-menu--link):not(.hs-search-results__listing__item) { position: relative; margin-bottom: 1em; padding-left: 25px; }
ul:not(.no-list) li:not(.nav__main-menu--link):not(.hs-form-booleancheckbox):not(.hs-form-checkbox):not(.nav__sub-menu--link):not(.hs-search-results__listing__item):before { width: 7px; height: 7px; background: #BC3163; content: ''; position: absolute; left: 0; top: 7px; }
.uiList, .hs-tools-menu ul { margin-bottom: 0 !important; padding-left: 0 !important; } 
.uiList li, .hs-tools-menu ul li { margin-bottom:  0 !important; padding-left: 0 !important; }
.uiList li:before, .hs-tools-menu ul li:before { background: none !important; width: 0 !important; height: 0 !important; }

ul li ul { padding-left: 20px; padding-top: 1em; list-style: disc; }
ul li ul li { padding-left: 0px !important; margin-bottom: 0.25em !important; }
ul li ul li:before { width: 0; height: 0; display: none; }


.section { width: 100%; float: left; position: relative; }
.section-intro { text-align: center; margin-bottom: 65px; }
.section-intro h2 { margin: 0; }
.section-intro h2 + p { margin-top: 1em; }

.left-align { text-align: left; }
.center-align { text-align: center; }

@media (max-width: 767px) {
  .section-intro { margin-bottom: 50px; }
}











form,
.submitted-message {

}

/* Form title */

.form-title {
  color: #bc3163;
}

/* Labels */

  form label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #000;
}

/* Help text */

form legend {
  color: #1E2036;
}

/* 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 {
  background: #f3f3f3;
  border: none;
  border-radius: 0px;
  color: #1E2036;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #6B6B6B;
}

::-moz-placeholder {
  color: #6B6B6B;
}

:-ms-input-placeholder {
  color: #6B6B6B;
}

::placeholder {
  color: #6B6B6B;
}

/* Inputs - date picker */

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

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

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

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






/* Table */

table {
  
}

/* Table cells */

td,
th {
 
}

/* Table header */

thead th {
  
}

/* Table footer */

tfoot td {
  
}






.header__container .cta-primary { padding: 12px 18px; }
.header__container {
  background: #FFF;
  padding: 0; 
  transition: ease 0.3s;
  position: fixed;
  top: 31px; 
  left: 0;
  width: 100%;
   transition: ease 0.3s;
  z-index: 998;
  box-shadow: 0px 0px 80px 0px #0000001A;
}

.top-header:not(.mob-open) .header__container.scroll {
  transform: translateY(-150%);
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FFF;
}

.menu__child-toggle-icon {
  
}

.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: #FFF;
}

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

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

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

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


.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #FFF;
}

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

.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: #1E2036;
}

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

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
 
}

.header__language-switcher-label-current:after {

}






.footer {
  padding-top: 100px;
}

.footer * { font-size: 14px; line-height: 18px; }

.footer-top { display: flex; flex-wrap: wrap; padding-bottom: 90px; justify-content: space-between; }
.footer-first-col { width: 30%; }
.footer-first-col a { color: #000; }
.footer-first-col a:hover { color: #5A3795; }
.footer-socials { display: flex;  margin-top: 15px; float: left;}
.footer-socials a { width: 20px; height: 20px; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; background: #BC3163; border-radius: 5px; margin-right: 10px; }
.footer-socials a:hover { background: #5A3795; }
.footer-col { width: 20%; }
.footer-top h5 { font-size: 14px; line-height: 18px; letter-spacing: 0.4px; color: #bc3161; margin-bottom: 25px; text-transform: unset;}


.footer-bottom { padding: 30px 0 80px; position: relative; }
.footer-bottom:before { 
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
    background: #F3F3F3;
}


.footer-privacy { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.footer-privacy p { margin: 0; } 
.footer-privacy-links a { color: #000; }
.footer-privacy-links a:hover { color: #5A3795; }
/*.footer-privacy-links a:first-child { padding-right: 7px; margin-right: 7px; position: relative; }
.footer-privacy-links a:first-child:after { content: '|'; position: absolute; right: 0; top: 0; width: auto; height: auto; } */


@media (max-width: 767px) {
  .footer { padding-top: 55px; }
  .footer-top h5 { margin-bottom: 20px; }
  .footer-top { text-align: center; padding-bottom: 30px; }
  .footer-first-col { width: 100%;  }
  .footer-col { width: 33%; padding: 0 15px; }
  
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-socials { margin-bottom: 40px; width: 100%; justify-content: center; }
  .footer-socials a:last-child { margin: 0; } 
  .footer-privacy { text-align: center; flex-direction: column; }
.footer-privacy p { margin-bottom: 25px;}
  form label { font-size: 12px; line-height: 16px; letter-spacing: 0.2px;
}

@media (max-width: 599px) {
  .footer-col { width: 100%; padding: 0; margin-top: 15px; }
  .footer-top { padding-bottom: 15px; }
  .footer-socials { margin-bottom: 25px; }
}