

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');








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

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



*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}



.section {
    padding-left: 80px;
    padding-right: 80px;
}
@media screen and (min-width: 1280px) {
.section:not(.footer):not(.hero-wrapper) {
    padding-left: 150px;
    padding-right: 150px;
}
  .section.footer), .section.hero-wrapper {
    padding-left: 100px;
    padding-right: 100px;
}
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 0;
    padding-right: 0;
}
.content-wrapper, .page-center {
    padding-left: 20px;
    padding-right: 20px;
}
}


html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 


html {

}

body {
  background: #fff;
    color: #000;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 35px;
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p { margin: 0 0 1.8em 0; } 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
	margin:0 0 1.8em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	    font-size: 60px;
    line-height: 80px;
}

h2 {
	    font-size: 55px;
    line-height: 55px;
  font-weight: bold;
}

h3 {
	   font-size: 30px;
    line-height: 1.25em;
}

h4 {
	    font-size: 24px;
    line-height: 29px;
}

h5 {
	   font-size: 20px;
    line-height: 26px;
}

h6 {
	   font-size: 18px;
    line-height: 22px;
}


@media (max-width: 767px) {
  h1 {
	    font-size: 42px;
    line-height: 1.25em;
}

h2 {
	    font-size: 36px;
    line-height: 1.25em;
}

h3 {
	   font-size: 26px;
    line-height: 1.25em;
}

h4 {
	    font-size: 20px;
    line-height: 1.25em;
}

h5 {
	   font-size: 18px;
    line-height: 1.25em;
}

h6 {
	   font-size: 14px;
    line-height: 1.25em;
}
}

/* Anchor Links */
a {
    color: #9357C8;
	    text-decoration: none;
}

a:hover, a:focus { 
	    color: #9357C8;
}

.cta-primary, .cta-primary:hover, form .hs-button, form .hs-button:hover {
  background: #9357C8 0% 0% no-repeat padding-box;
  border-radius: 42px;
  font: normal normal 600 18px/21px Inter;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  padding: 21px 58px;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

ul { 
  margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}


.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: 16px;
  line-height: 20px;
  color: #000;
   font-weight: 600;
}

/* Help text */

form legend {
  color: #000;
}

/* 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: #F1F5FF 0% 0% no-repeat padding-box;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  color: #000;
}

/* 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 {
  
}








.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 {

}




