

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-heading {
    background-color: var(--accent-color);
    padding: 20px;
    margin: 0;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    font-family: var(--body-font);
    font-weight: 700;
    font-size: clamp(18px, 2vw, 22px);
    line-height: clamp(25px, 2.5vw, 32px);
    color: #fff;
    text-align: center;
    margin: 0;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-heading h4 {
    font-family: var(--body-font);
    font-weight: 700;
    font-size: clamp(18px, 2vw, 22px);
    line-height: clamp(25px, 2.5vw, 32px);
    color: #fff;
    text-align: center;
    margin: 0;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner {
    padding: 0px !important;
    border-radius: 0 !important;
}


.inline-form-block.hero-form-outer-wrapper .hero-container .hero-content.content-container {
    flex: 1;
}

.inline-form-block.hero-form-outer-wrapper .hero-container .hero-content.content-container {
    flex-direction: column;
}

.inline-form-block.hero-form-outer-wrapper .hero-container .hero-content.content-container .hero-form {
    width: 100%;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form .forminator-row {
    width: 50%;
    float: left;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form .forminator-row[data-multiple="true"] {
    width: 100%;
}






.content-block.block-type-hero:has(.hero-type-inner5) {
    position: relative;
    overflow: visible;
}




.inline-form-block.hero-form-outer-wrapper {
    width: 100%;
    max-width: var(--container-max-width-small);
    margin: 50px auto;
}


.hero-type-inner5 .hero-form .hero-form-inner form,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.hero-type-inner5 .hero-form .hero-form-inner form .forminator-row,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form .forminator-row {
    width: 50%;
    float: left;
    padding: 0px 15px;
    margin: 0;
}

.hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row:nth-child(2),
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row:nth-child(2) {
    width: calc(100% - 30px) !important;
    flex: calc(100% - 30px);
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row .name-field,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field {
    padding: 0;
}

.hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row {
    display: flex;
    flex-direction: row;
    padding: 0 0 0 30px;
}

.hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row .forminator-col,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row .forminator-col {
    width: 50% !important;
    flex-basis: 50%;
}

.hero-type-inner5 .hero-form .hero-form-inner form .forminator-row.forminator-row-last,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form .forminator-row.forminator-row-last {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 0;
}

.hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row .forminator-col,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row .forminator-col {
    padding: 0;
}

.hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row>.forminator-col:first-child,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row>.forminator-col:first-child {
    padding-right: 30px;
}

.hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row>.forminator-col:last-child,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row>.forminator-col:last-child {
    padding-left: 30px;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form .forminator-row {
    margin: 0 0 10px;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row .forminator-col {
    margin-bottom: 0;
}

.hero-form-inner .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), 
.hero-form-inner .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child){
    margin-bottom: 20px;
}


.hero-text-home {
    min-height: 500px;
}



.single-resource .hero-type-inner4 .hero-form .hero-form-heading{
    background-color: var(--accent-color);
    color: #fff;
    font-family: var(--body-font);
    font-weight: 700;
    font-size: clamp(18px, 1.2vw, 22px);
    line-height: clamp(28px, 1.7vw, 32px);
    text-align: center;
    vertical-align: middle;
    padding: 30px 20px;
    margin: 30px 0 0;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.hero-type-inner5 .hero-container .hero-content .hero-content-outer {
    max-width: 70%;
}

.resources-hero .hero-container .hero-content .hero-content-outer {
    max-width: 100%;
}

.resources-hero .hero-container .has-hero-image{
    display: flex;
    flex-wrap: nowrap;
}


.hero-type-hero-bgvideo{
    position: relative;
}

.hero-type-hero-bgvideo .hero-bgvideo-wrapper{
    overflow: hidden;
    z-index: -1;
    height: 120vh;
    width: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    pointer-events:none;
}

.hero-type-hero-bgvideo .hero-bgvideo-wrapper:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-type-hero-bgvideo .hero-bgvideo-wrapper .hero-bgvideo-inner{
    width:100%; 
    height:100%;
}

.hero-type-hero-bgvideo .hero-bgvideo-wrapper iframe{
    width: 100%;
    height: 100%;
}

/* ================================
   FORMINATOR FORM STYLE
================================ */
.content-block .form-wrap{
  background-color: transparent;
  border-radius: var(--border-radius);
}

.content-block .form-wrap .form-title{
  background-color: var(--accent-color);
  color: #fff;
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  margin: 0;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  box-shadow: none #00000040;
}

.content-block.form-wrap form.forminator-design--default,
.content-block .form-wrap  form.forminator-design--default,
.content-block.block-type-hero:has(.hero-type-inner5) + .hero-form-outer-wrapper .form-wrap form.forminator-design--default, 
.inline-form-block.hero-form-outer-wrapper .form-wrap form.forminator-design--default {
  padding: 30px 20px !important;
  background-color: var(--quaternary-color);
  border-radius: 0 0 var(--border-radius) var(--border-radius)!important;
  margin-top: 0;
  box-shadow: none;
  overflow: hidden;
}

.content-block.form-wrap form.forminator-design--default .forminator-label.forminator-label,
.content-block form.forminator-design--default .forminator-label.forminator-label,
.content-block.block-type-hero:has(.hero-type-inner5) + .hero-form-outer-wrapper form.forminator-design--default .forminator-label.forminator-label,
.inline-form-block.hero-form-outer-wrapper form.forminator-design--default .forminator-label.forminator-label {
  font-family: var(--body-font) !important;
  color: var(--tertiary-color) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

.content-block.form-wrap.form-wrapform.forminator-design--default .forminator-input.forminator-input,
.content-block .form-wrapform.forminator-design--default .forminator-input.forminator-input,
.content-block.block-type-hero:has(.hero-type-inner5) + .hero-form-outer-wrapper .form-wrapform.forminator-design--default .forminator-input.forminator-input,
.inline-form-block.hero-form-outer-wrapper .form-wrapform.forminator-design--default .forminator-input.forminator-input {
  font-family: var(--body-font) !important;
  color: var(--tertiary-color) !important;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  line-height: 26px;
  border: 0;
  outline: 0;
}

.content-block .forminator-ui.forminator-design--default .forminator-button-submit.submit,
.content-block.block-type-hero:has(.hero-type-inner5) + .hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-button-submit.submit,
.inline-form-block.hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-button-submit.submit,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386 .forminator-col .submit  {
    font-family: var(--body-font) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    gap: clamp(0.5rem, 1.1vw, 1.75rem); /* equal space between text & arrow */
    font-size: clamp(16px, 1.1vw, 20px) !important;
    font-weight: 700 !important;
    line-height: 1.15;
    letter-spacing: -0.01em;
    border-radius: 50px;
    color: #fff;
    border: 2px solid var(--secondary-color);
    background-color: var(--secondary-color);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-sizing: border-box;
    min-height: 48px;
    cursor: pointer;
    padding: clamp(10px, 1.2vw, 16px) /* top */ clamp(45px, 3.1vw, 80px) /* right */ clamp(10px, 1.2vw, 16px) /* bottom */ clamp(45px, 3.1vw, 45px);
}

/* Arrow icon - now part of flex layout (no fixed right offset) */
.content-block .forminator-ui.forminator-design--default .forminator-button-submit.submit::after,
.content-block.block-type-hero:has(.hero-type-inner5) + .hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-button-submit.submit::after,
.inline-form-block.hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-button-submit.submit::after,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386 .forminator-col .submit::after  {
    content: '';
    display: inline-block;
    width: clamp(16px, 1.3vw, 20px);
    height: clamp(10px, 0.9vw, 13px);
    background-color: currentColor;
    -webkit-mask: url("/wp-content/uploads/2025/03/arrow-white.svg") no-repeat;
    mask: url("/wp-content/uploads/2025/03/arrow-white.svg") no-repeat;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-position: center;
    background-size: contain;
}

/* Hover effect - clean arrow motion */
.content-block .forminator-ui.forminator-design--default .forminator-button-submit.submit:hover::after,
.content-block.block-type-hero:has(.hero-type-inner5) + .hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-button-submit.submit:hover::after,
.inline-form-block.hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-button-submit.submit:hover::after,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386 .forminator-col .submit:hover::after  {
    transform: translateX(5px);
}

/* Optional hover color feedback */
.content-block .forminator-ui.forminator-design--default .forminator-button-submit.submit:hover,
.content-block.block-type-hero:has(.hero-type-inner5) + .hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-button-submit.submit:hover,
.inline-form-block.hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-button-submit.submit:hover,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386 .forminator-col .submit:hover {
    box-shadow: none;
    background-color: var(--secondary-hover-color);
    border: 2px solid var(--secondary-hover-color);
}

.content-block .forminator-ui.forminator-design--default .forminator-input, 
.content-block .forminator-ui.forminator-design--default .forminator-input input, 
.content-block .forminator-ui.forminator-design--default .forminator-iti-input .iti__selected-dial-code,
.content-block.block-type-hero:has(.hero-type-inner5) + .hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-input, 
.content-block.block-type-hero:has(.hero-type-inner5) + .hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-input input,
.content-block.block-type-hero:has(.hero-type-inner5) + .hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-iti-input .iti__selected-dial-code
.inline-form-block.hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-input, 
.inline-form-block.hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-input input,
.inline-form-block.hero-form-outer-wrapper .forminator-ui.forminator-design--default .forminator-iti-input .iti__selected-dial-code 
{
      border: 0 !important;
}


.forminator-ui.forminator-custom-form.forminator-design--default .forminator-input, 
.forminator-ui.forminator-custom-form.forminator-design--default .forminator-input input, 
.forminator-ui.forminator-custom-form.forminator-design--default .forminator-iti-input .iti__selected-dial-code,
.forminator-ui.forminator-custom-form[data-design=default],
.forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea, 
.forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea:active, 
.forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea:disabled, 
.forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea:focus, 
.forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea:hover{
    border: 0 !important;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
}

.forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--multiple[role="combobox"] {
    border-color: transparent !important;
    background-color: #ffffff !important;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form .forminator-row[data-multiple="true"]{
    padding: 0;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form.forminator-custom-form-5385 .forminator-row,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form.forminator-custom-form-5383 .forminator-row {
    width: 100%;
}

.hero-type-inner5 .hero-form .hero-form-inner form.forminator-custom-form-5385>.forminator-row:nth-child(2), 
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form.forminator-custom-form-5385>.forminator-row:nth-child(2),
.hero-type-inner5 .hero-form .hero-form-inner form.forminator-custom-form-5383>.forminator-row:nth-child(2), 
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form.forminator-custom-form-5383>.forminator-row:nth-child(2){
    width: 100% !important;
}


.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386{
    padding: 30px 20px !important;
    background-color: var(--quaternary-color);
    border-radius: 0 0 var(--border-radius) var(--border-radius) !important;
    margin-top: 0;
    box-shadow: none;
    overflow: hidden;
}

form#forminator-module-5386.forminator-ui.forminator-custom-form[data-design=basic] .forminator-label[for] {
    font-family: var(--body-font) !important;
    color: var(--tertiary-color) !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386>.forminator-row .name-field>.forminator-row>.forminator-col:first-child .forminator-input,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386 .forminator-input, 
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386 .forminator-input input, 
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386 .forminator-iti-input .iti__selected-dial-code{
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: unset;
    max-width: unset;
    min-height: unset;
    max-height: unset;
    height: auto;
    line-height: 1.3em;
    background-image: unset;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    margin: 0;
    padding: 9px;
    border: 0 !important;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
}

.hero-type-inner5 .hero-form .hero-form-inner form#forminator-module-5386>.forminator-row:nth-child(2), 
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386>.forminator-row:nth-child(2){
    width: calc(100% - 30px) !important;
    flex: calc(100% - 30px);
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386 .forminator-row[data-multiple="true"] {
    width: calc(100% - 30px);
}
 
.hero-form-inner form#forminator-module-5384.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    padding: 0 0 0 30px;
}

.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form.forminator-custom-form-5385>.forminator-row:nth-child(2) .forminator-row .forminator-col:first-child,
.inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form.forminator-custom-form-5383>.forminator-row:nth-child(2) .forminator-row .forminator-col:first-child {
    margin-bottom: 20px;
}





@media only screen and (max-width: 1920px) {
    .hero-type-hero-bgvideo .hero-bgvideo-wrapper{
        width: 120%;
    }
}

@media only screen and (max-width: 1720px) {

}

@media only screen and (max-width: 1536px) {
    .inner-hero-block .hero-container .hero-type-inner1 .hero-container {
        max-width: 1200px;
    }

    .block-type-hero .hero-type-inner2 .hero-container .hero-content,
    .block-type-hero .hero-type-inner3 .hero-container .hero-content {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1280px) {
    .inline-form-block.hero-form-outer-wrapper{
        width: 100% !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 992px) {

    .hero-container .hero-content,
    .hero-container .hero-frame {
        width: 100%;
        justify-content: center;
    }

    .hero-container .hero-content .hero-content-outer {
        text-align: center;
    }

    .inner-hero-block .hero-container .hero-content {
        width: 100%;
        max-width: 100%;
    }

    .content-block.form-wrap form.forminator-design--default,
    .content-block .form-wrap form.forminator-design--default,
    .inline-form-block.hero-form-outer-wrapper .form-wrap form.forminator-design--default {
        padding: 30px 20px !important;
    }

    .hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row:nth-child(2),
    .inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row:nth-child(2) {
        width: 100% !important;
        flex: 100%;
    }

    .hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row>.forminator-col:first-child,
    .inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row>.forminator-col:first-child {
        padding-right: 0px;
    }

    .hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row>.forminator-col:last-child,
    .inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row>.forminator-col:last-child {
        padding-left: 0px;
    }

    .hero-type-inner5 .hero-form .hero-form-inner form .forminator-row,
    .inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form .forminator-row {
        width: 100%;
        float: none;
    }

    .hero-type-inner5 .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row .forminator-col,
    .inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row .forminator-col {
        width: 100% !important;
        flex-basis: 100%;
    }

    .inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row {
        padding: 0 15px;
    }

    .inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row>.forminator-col:first-child {
        margin-bottom: 15px;
    }

    .inline-form-block.hero-form-outer-wrapper {
        width: 100%;
        max-width: var(--container-max-width-small);
        margin: 50px auto;
        padding: 0 20px;
    }

    .hero-type-inner4 .hero-form{
        padding: 0 10px;
    }

    .hero-type-inner4 .hero-form, .hero-type-inner5 .hero-form {
        width: 100%;
        margin-top: 0;
        padding: 0;
        z-index: 2;
    }

    .hero-type-inner3 .hero-container .hero-content{
        flex-direction: column;
    }

    .inner-hero-block .hero-container .hero-content .hero_title::before,
    .inner-hero-block.hero-text-light .hero-container .hero-content .hero_title::before,
    .inner-hero-block.hero-text-light .hero-container .hero-content .hero_title::before {
        display: none;
    }

    body .content-block .inner-hero-block.hero-type-inner5 {
        max-height: none;
    }

    .hero-text-dark .hero-container .hero-content .hero_subtitle{
        color: var(--secondary-color);
        margin-top: 20px;
    }

    .hero-container .hero-content .hero-content-outer{
        max-width: 100%;
    }

    .inner-hero-block .hero-container{
        width: 100%;
    }
    .inner-hero-block.hero-type-inner2 .hero-content, 
    .inner-hero-block.hero-type-inner3 .hero-content{
        padding: 40px 0px;
    }

    .hero-type-inner4 .hero-container, .hero-type-inner5 .hero-container{
        gap: 0px;
        padding: 0;
    }

    .inner-hero-block .hero-container{
        padding-left: 0;
        padding-right: 0;
    }

    .block-type-hero .hero-container .hero-content.content-container{
        padding: 20px 0 40px ;
    }

    .hero-type-inner4 .hero-form,
    .hero-type-inner5 .hero-form {
        padding: 0 10px;
    }

    .hero-type-inner5 .hero-container .hero-content .hero-content-outer {
        max-width: 100%;
    }

    .inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form#forminator-module-5386 .forminator-row[data-multiple="true"] {
        width: 100%;
    }

    .hero-form-inner form#forminator-module-5384.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child){
        padding: 0;
    }

}

@media only screen and (max-width: 767px) {
    .hero-type-hero-bgvideo .hero-bgvideo-wrapper{
        width: 100vw;
        height: 100vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .hero-type-hero-bgvideo .hero-bgvideo-wrapper iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 177.78vh;   /* 16:9 ratio scaled */
        height: 120vh;
        transform: translate(-50%, -50%);
    }

	body.single-resource section.swifty-cards:has(.inline-form-block),
	body.single-resource section.swifty-cards:has(.inline-form-block) + .swifty-sidebar {
		/* width: calc(90% - 30px); */
        width: 100%;
	}

    .hero-type-inner5 .hero-form .hero-form-inner form .forminator-row, 
    .inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form .forminator-row{
        padding: 0;
    }

    .inline-form-block.hero-form-outer-wrapper .hero-form .hero-form-inner form>.forminator-row .name-field>.forminator-row {
        padding: 0;
    }
    
}


@media only screen and (max-width: 480px) {

}
