@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  src: local('Poppins'), url('https://6338343.fs1.hubspotusercontent-na1.net/hubfs/6338343/Poppins-LightItalic.ttf') format('truetype');
  font-style: italic, oblique;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  src: local('Poppins'), url('https://6338343.fs1.hubspotusercontent-na1.net/hubfs/6338343/Poppins-Light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  src: local('Poppins'), url('https://6338343.fs1.hubspotusercontent-na1.net/hubfs/6338343/Poppins-Italic.ttf') format('truetype');
  font-style: italic, oblique;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  src: local('Poppins'), url('https://6338343.fs1.hubspotusercontent-na1.net/hubfs/6338343/Poppins-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  src: local('Poppins'), url('https://6338343.fs1.hubspotusercontent-na1.net/hubfs/6338343/Poppins-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  src: local('Poppins'), url('https://6338343.fs1.hubspotusercontent-na1.net/hubfs/6338343/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-style: italic, oblique;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  src: local('Poppins'), url('https://6338343.fs1.hubspotusercontent-na1.net/hubfs/6338343/Poppins-SemiBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins52';
  font-weight: 600;
  src: local('Poppins52'), url('https://6338343.fs1.hubspotusercontent-na1.net/hubfs/6338343/Poppins52-SemiBold.ttf') format('truetype');
  font-display: swap;
}

body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
}

section {
  padding: 40px 0;
  box-sizing: border-box;
  height: auto;
  padding-right: max(10%,calc((100vw - 1200px) / 2)) !important;
  padding-left: max(10%,calc((100vw - 1200px) / 2)) !important;
}

@media (max-width: 605px) {
  section {
    padding: 40px 0;
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}

hr {
  margin: 0;  
}

.link {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.poppins52 {
  font-family: 'Poppins52', sans-serif;
}

.fs-1 {
  font-size: 75px;
  font-weight: 600;
  line-height: 90px;
}

.fs-2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
}

.fs-3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.fs-4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.fs-5 {
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 1160px) {
  .fs-1 {
    font-size: 36px;
    line-height: 46px;
  }
  
  .fs-2 {
    font-size: 26px;
    line-height: 34px;
  }

  .fs-3 {
    font-size: 18px;
    line-height: 25px;
  }
  
  .fs-5 {
    font-size: 14px;
    font-weight: 300;
  }
}

.content-right {
  padding: 20px 0 20px 40px;
  width: auto !important;
}

.content-left {
  padding: 20px 40px 20px 0;
  width: auto !important;
}

@media (max-width: 1160px) {
  .content-right {
    padding-left: 0;
  }

  .content-left {
    padding-right: 0;
  } 
}

.row {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  align-items: center;
  position: relative;
}

@media (max-width: 1160px) {
  .row-mobile-reverse {
    flex-direction: column-reverse;
  }
}

.column {
  position: relative;
}

.column-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.column-5 {
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}

.column-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.column-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.column-8 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.column > *,
.column img {
  width: 100%;
}

@media (max-width: 1160px) {
  .column {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

.grid-3-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 1em;
}

.grid-2-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 1em;
}

@media (max-width: 1160px) {
  .grid-3-columns, .grid-2-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 0 0 0;
  transition: all 0.4s;
  border-bottom: 1px solid #FFFCF6;
}

.header-left {
  margin-left: max(10%,calc((100vw - 1200px) / 2));
}

.header-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-right {
  margin-right: max(10%,calc((100vw - 1200px) / 2));
}

.header-right > .nav-mobile {
  display: none;
  margin-right: 20px;
}

.header-right > .nav-mobile > a {
  color: #000;
}

.header-right .nav-mobile a{
  color: #000;
  text-decoration: none;
}
.header-right .nav-mobile-open a{
  color: #fff;
  text-decoration: none;
}

.header-right > .nav-mobile-open {
  display: none;
  margin-right: 20px;
	user-select: none;
}

.header-right > .nav-mobile-open > a {
  color: #fff;
}

.header-right .top {
  display: flex;
  justify-content: flex-end;
}

.header-right .top > * {
  font-size: 10px;
  color: #222222;
}

.header-right .top > *:hover {
  text-decoration: underline;
}

.header-right .top .lang-switch {
  display: flex;
  align-items: baseline;
  margin-left: 10px;
}

.header-right .top .lang-switch svg {
  margin-left: 10px; 
}

.header-right .top .lang-switch .lang_switcher_class > .globe_class > div {
  padding-bottom: 4px;
}

.header-right .top .lang-switch .lang_switcher_class:hover {
  text-decoration: underline;
}

.header-right .bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

.header-right .bottom > span > span> a > span {
  line-height: 21px;
}

.header-right > .nav > div > div {
  padding-right: 0; 
}

.header-right > .hamburger {
  display: none;
}

.hamburger-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

.hamburger-menu.open {
  opacity: 1;
  pointer-events: initial;
  overflow: scroll;
}

.hamburger-menu .cta {
  margin-top: 60px; 
}

/* .hamburger-menu .cta div {
  margin-right: 40px; 
}
 */

.hamburger-menu .cta a {
  margin: 0 5%;
  width: 90% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box !important;
}

.hamburger-menu .bottom .navigation-block__menu-title {
  width: 95%;
  text-align: center;
}

.hambuger-menu-close {
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 30px;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu .nav-mobile-open {
  color: #fff;
}

.hambuger-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.hamburger-menu-navigations {
  margin-top: 62px;
}

.hamburger-menu-navigations > .bottom {
  margin-top: 32px;
  width: 90%;
  margin: 0 5%;
}

.hamburger-menu-navigations .bottom .cta_button {
  width: 100% !important;
}

.hamburger-menu-navigations.mobileAddonMenu {
    margin-top: 0px;
    padding-top: 15px;
    border-top: 2px solid #1c1c1c;
}

/*  Language switch */

.lang_list_class {
  position: absolute;
  top: 17px;
  text-align: center;
  z-index: 100;
  list-style-type: none;
  padding: 5px 0 0 !important;
  margin: 0;
  display: block !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  filter: drop-shadow(0px 6px 25px rgba(0,0,0,0.16));
  transform: translate(-50%, -2px) !important;
}

.lang_list_class li:first-child {
  padding-top: 20px !important;
}

.lang_list_class li:last-child {
  padding-bottom: 20px !important;
}

.lang_list_class li {
  border: none !important; 
  font-size: 14px !important;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.lang_list_class:after,
.lang_list_class:before {
  content: none !important;
}

.lang_list_class li a {
  color: #03363D !important;
  font-size: 10px;
}

.lang_list_class li a:hover {
  text-decoration: underline;
  color: #D7512E !important;
}

.globe_class {
  width: auto !important;
  height: auto !important;
  display: flex;
  background-image: none !important;
  align-items: center;
  justify-content: center;
}

.globe_class:hover .lang_list_class {
  opacity: 1;
  pointer-events: auto;
}

#hs_cos_wrapper_logo2 svg > g {
	fill: #fff;
}


/* * * * * * */

@media only screen and (max-width: 1100px) {
  .header-middle {
    display: none; 
  }
  .header-left {
    /*margin-bottom: 20px;*/
  }
  .header-right > .nav {
    display: none; 
  }
  .header-right > .nav-mobile,
  .header-right > .nav-mobile-open {
    display: block; 
  }
  .header-right {
    display: flex;
    align-items: center;
    /*margin-bottom: 20px;*/
  }
  .header-right > .hamburger {
    cursor: pointer;
    display: flex;
    width: 40px;
    height: 30px;
    align-items: center;
  }
}

.footer {
}

.footer > .top {
  padding: 80px  max(10% ,calc((100vw - 1200px) / 2)) 65px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}

.footer > .top > .title-gdpr {
  display: flex;
  flex-direction: column;
  margin-right: 150px;
}

.footer > .bottom > .title-gdpr {
  display: none;
  flex-direction: column;
  margin-right: auto;
}

.footer > .bottom > .title-gdpr > svg > path,
.footer > .bottom > .title-gdpr > svg > rect,
.footer > .bottom > .title-gdpr > svg > ellipse {
  fill: #fff;
}

.footer > .bottom > .title-gdpr svg:first-child {
  margin-bottom: 20px;
}

.footer > .top > .title-gdpr svg:last-child {
  margin-top: 30px;
}

.footer > .bottom {
  background-color: #222222;
  padding: 50px  max(10%,calc((100vw - 1200px) / 2)) 90px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.footer > .bottom .company {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 275px;
}

.footer > .bottom > .copyright {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.footer > .bottom .company > .founded {
  font-size: 13px;
  color: #999;
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 16px;
}

.footer > .bottom .company > .founded > b {
  color: #d7512f;
}

.footer > .bottom .company > svg {
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 16px;
}

.footer > .bottom .company > .license {
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  color: #d7512f;
  text-decoration: underline;
}

.footer > .bottom .social {
  min-width: 186px;
}

.footer > .bottom .social > a {
  margin-left: 31px; 
}

.footer > .bottom .social > a:first-child {
  margin-left: 0; 
}

.blank-below {
  height: 65px;
  width: 100%;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .footer > .top > .title-gdpr {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .footer > .top > .title-gdpr {
    margin-right: 0;
  }
  
  .footer > .top {
    flex-direction: column;
  }
  
  .footer > .top > .title-gdpr {
    display: none;
  }
  
  .footer > .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer > .bottom > .social {
    margin-top: 40px;
  }
  
  .footer > .bottom > .social svg {
    height: 20px;
    width: 20px;
  }
  
  .footer > .bottom > .title-gdpr {
    display: flex;
  }
  
  .footer > .bottom > .title-gdpr svg:first-child {
    width: 85px;
    height: 20px;
  }
  
  .footer > .bottom > .title-gdpr svg:last-child {
    width: 83px;
    height: 31px;
  }
  
  .footer > .bottom > .copyright {
    color: #999;
    font-size: 13px;
    margin-top: 40px;
  }
}

/* Form */

form {
  font-family: Poppins, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
/*   color: #ffffff; */
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
 
  height: 40px;
  border: 1px dashed #999;
  background-color: #fff;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  width: 100% !important;
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
	border: 1px solid #d6512f;
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px!important;
	height: 20px;
	background: #fff;
	flex-shrink: 0;
	margin-right: 7px;
	border: 1px solid;
	cursor: pointer;
}

.hs-input[type=checkbox]:before{
	display: inline-block;
	transition: all .1s;
	opacity: 0;
	transform: scale(.5) translate(-12px,-12px);
	content: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9Ikdyb3VwIDEzOTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjM2LjY4OCIgaGVpZ2h0PSIzMCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE0MDMiIGQ9Ik0wIDBoMzB2MzBIMHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTYxNiIgZD0iTTUuOTk4IDE0LjMzMUwxNS4wNjggMjNsMjAuOTMtMjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+);
}

.hs-input[type=checkbox]:checked:before {
	opacity: 1;
	transform: scale(60%) translate(-12px,-12px);
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

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

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form .hs_submit{
  margin-top: 40px; 
}

form input[type=submit],
form .hs-button {
  background: #d6512f;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  height: 45px;
  line-height: 27px;
  margin-right: 8px;
  transition: background .2s linear;
  width: calc(100% - 8px);
}
}

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

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #ffffff;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}