/* @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: 16px;
    border: 2px solid #696B80;
}

.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.5px;
  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);
}

/* 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 */
h1 {
  font-size: 48px;
  font-family: Roc-grotesk;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
  h2{
    font-size: 18px;
  }
  
}

.cell_16861251322122-row-1-vertical-alignment > .row-fluid {
  display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    list-style-type: none;
    gap: 0px;
}

#hs_cos_wrapper_widget_1684856217940 .hs-image__grid__list__item {
    flex-basis: unset !important;
}

.hs-image__grid__list__item__image {
    width: 120px;
}
.hs-image__grid__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    list-style-type: none;
    gap: 16px;
}

.row-fluid [class*=span] {
    margin-left: 16px;
}
.thanks-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 100;
}
.thanks-holder:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -48px;
  border-radius: 16px;
  background: rgba(65, 84, 255, 0.05);
  content: '';
}
.thanks-holder .img-holder {
  display: block;
  padding: 10px;
  border-radius: 10px;
  background: rgba(94, 110, 255, 0.15);
  margin-bottom: 32px;
}
.thanks-holder h1, p {
  color: #5E6EFF;
  margin-bottom: 0;
}
.thanks-holder h1 {
  font-size: 32px;
  line-height: 38px;
}
.thanks-holder p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .thanks-holder:before {
    margin: -32px -24px;
  }
}