/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html {
  scroll-behavior: smooth;
}

.iframe_wrapper {
    height: 100%;
    padding-bottom: 56.1%;
    padding-top: 0px;
}
.embed_container iframe {
    border-radius: 24px;
    border: 3px solid #E4E7FF;
}

.actions{
  display: inline-block;;
}

#hs_cos_wrapper_widget_1675774458841 .form-title{
  font-family: Roc-grotesk;
  margin-top: 32px;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
    margin-top: 6px;
}

form .legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 30px!important;
}

#hs_cos_wrapper_widget_1675774458841 input[type="submit"]{
  font-family: 'roc-grotesk'! important;
  letter-spacing: 0.2px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}

form .inputs-list>li {
    margin: 32px 0;
}

button, .button, .hs-button {
    font-family:  'roc-grotesk'! important;
    font-weight: 600;! important;
    font-size: 18px;! important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}

form input[type='submit'], form .hs-button {
    font-weight: 600;! important;
}

/* NEW STYLES STARTS HERE */

.dnd_area-row-5-padding .row-fluid [class*="span"]:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dnd_area-row-5-padding .row-fluid [class*="span"]:first-child > div {
  padding-left: 5px;
  padding-right: 5px;
}

.cell_16757703122602-row-0-padding .row-fluid .span7 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cell_16757703122602-row-0-padding .row-fluid .span7 > div:first-child {
  margin-right: 10px;
}

/* NEW STYLES ENDS HERE */

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
  h2{
    font-size: 18px;
  }
}