@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Poppins:wght@400;500;600;900&display=swap);

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  scroll-behavior: smooth;
  margin:0;
  /*   display:block; */
}

.page-center{
  max-width: 1260px;
  /*   max-width: 1260px; */
  /*   width:100%; */
  /*   padding:0 15px; */
  padding:0 80px;
  float:none;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

h1, .h1 {
  font-size: 56px;
  line-height: 1.1em;
  font-weight: 500;
  font-family: "DM Serif Display", serif;
  color:#222222;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
  font-family: Poppins, sans-serif;
  color:#418899;
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.33em;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color:#222222;
}

h4, .h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  font-family: Poppins, sans-serif;
  color:#222222;
}

h5, .h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-family: Poppins, sans-serif;
  color:#222222;
}

h6, .h6 {
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color:#222222;
}


p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: Poppins, sans-serif;
  color:#222222;
  margin: 0 0 1.5rem;
}

strong {
  font-weight: 700;
}

.font-400{
  font-weight: 400;
}
.font-500{
  font-weight: 500; 
}
.font-600{
  font-weight: 600; 
}

/* Lists */

ul li,
ol li {
  font-size: 1rem;
  line-height: 1.375rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

ul.no-list {
  list-style: none;
}

/* Links */

a {
  cursor: pointer;
  display: inline-block;
  transition: color .3s ease;
  font-size: 1em;
  line-height: 1.2em;
  color: #222222;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration:none;
}

a:hover{
  color: #418899;
  text-decoration:none;
}

/* Button */
button,
.button,
.hs-button,
.btn{
  font-size: 1em;
  padding: 1.125em 1.5em;
  border: 0;
  color: #fcf8f1;
  border-radius: .625rem;
  line-height: 1.2em;
  box-shadow: none;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  background-clip: border-box;
  will-change: transform;
  white-space: wrap;
  background-color: #7535e1;
  transition: all .5s cubic-bezier(.19, 1, .12, 1);
  text-decoration:none;
  cursor:pointer;
}

button:hover,button:active,button:focus,
.button:hover,.button:active,.button:focus,
.hs-button:hover,.hs-button:active,.hs-button:focus,
.btn:hover,.btn:active,.btn:focus{
  transform: translatey(-.125rem);
  box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
  color: #fcf8f1;
  background-color: #844be4;
}

.button.button--secondary,
.btn.btn-hollow{
  color: #7535e1;
  background-color: #fcf8f1;
}

.button.button--secondary:hover,.button.button--secondary:focus,.button.button--secondary:active,
.btn.btn-hollow:hover,.btn.btn-hollow:focus,.btn.btn-hollow:active{
  transform: translatey(-.125rem);
  box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
  color: #418899;
  background-color: #ffffff;
}

.button.button--simple{
  transition: color .3s ease;
  margin-bottom: 0;
  color: #7535e1;
  padding:0;
  border-radius:0;
  background-color:unset;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active{
  color: #418899;
  transform:unset;
  box-shadow: unset;
}


button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Focus State */

:focus {
  outline: 0;
}

*:focus,
*:focus-within,
*:focus-visible {
  outline: 0;
}

.disable-focus-styles:focus {
  outline: none;
}


/* Form Style */
.hs-form-field {
  position: relative;
}

.hs-form-field legend,
.hs-form-field>label, 
.hs-form-field>label span {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  color:#222222;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.hs-form-field>label{
  margin-bottom: .625rem;
  display: block;
}

form label .hs-form-required {
  color: #db6752;
}

form fieldset.form-columns-2 .input{
  margin-right:0 !important;
}
fieldset.form-columns-2 .hs-form-field{
  width:calc(50% - 8px) !important; 
}
form fieldset.form-columns-2 .hs-form-field:first-child{
  margin-right:8px !important;
}
form fieldset.form-columns-2 .hs-form-field:last-child{
  margin-left:8px !important;
}


.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
  margin-bottom: 15px;
  background-color: #f6fafc;
  border: 1px solid #d0dfe4;
  border-radius: 10px;
  height: 70px;
  padding: 20px 10px;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  font-size: 100%;
  line-height: 1.15;
}

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 {
  outline-color: #222222;
}

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

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

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

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

::placeholder {
  color: #222222;
}

:focus-visible {
  outline: #222222 auto 1px;
}

select::-ms-expand {
  display: none;
}

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

/* Inputs - Checkbox/Radio */

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

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

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p{
  color: #222222;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  line-height: normal;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  font-family: Poppins, sans-serif;
}

/* Inputs - Select */

/* .hs-fieldtype-select .input:after {
content: '\25BE';
pointer-events: none;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
} */

.hs-fieldtype-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 100%;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23757575' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 30px;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height:1.5;
}

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


/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height:1.5;
}

.hs-dependent-field li.hs-form-booleancheckbox {
  margin: 18px 0;
}

/* Validation */

.hs-error-msgs li{
  margin:0 !important;  
}

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

.hs-error-msg,
.hs-error-msgs {
  color: #db6752;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: .625rem;
  font-weight: 500;
  display: block;
}


/* Form Layout  */

.hs-button{
  margin-top: 10px;
  width: 100%;
  max-width: 300px;
}

@media only screen and (max-width:1199px){
  h1, .h1 {
    font-size: 48px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  h3, .h3 {
    font-size:  23.376px;
  }

  h4, .h4 {
    font-size: 22px;
  }

  h5, .h5 {
    font-size: 20px;
  }

  h6, .h6 {
    font-size: 18px;
  }
}

@media only screen and (max-width:991px){
  h1, .h1 {
    font-size: 42px;
  }

  h2, .h2 {
    font-size: 26px;
  }

  h3, .h3 {
    font-size: 22.704px;
  }

  h4, .h4 {
    font-size: 21px;
  }

  h5, .h5 {
    font-size: 20px;
  }

  h6, .h6 {
    font-size: 18px;
  }

  .page-center{
    padding:0 60px;
  }
}

@media only screen and (max-width:767px){
  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2 {
    font-size: 22px;
  }

  h3, .h3 {
    font-size: 21.525px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 20px;
  }

  h6, .h6 {
    font-size: 18px;
  }

  .page-center{
    padding:0 40px;
  }

}

@media only screen and (max-width:480px){
  fieldset.form-columns-2 .hs-form-field{
    width:100% !important; 
  }
  form fieldset.form-columns-2 .hs-form-field:first-child{
    margin-right:0 !important;
  }
  form fieldset.form-columns-2 .hs-form-field:last-child{
    margin-left:0 !important;
  }
}