.eloqua-subscription-form {
    margin-bottom: 0;
}
.subscribe-page-aio-component {
    position: relative;
    background: #cecece;
    padding-bottom: 60px;
    overflow: hidden;
}
.subscribe-page-aio-component .subscribe-page-aio-header {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    z-index: 1;
    padding: 30px 0;
}
.subscribe-page-aio-component .subscribe-page-aio-header .subscribe-page-aio-header-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: calc(450px + 8vw);
    display: flex;
    align-items: center;
}
.subscribe-page-aio-component .subscribe-page-aio-header .subscribe-page-aio-header-wrapper .header-text {
    height: 100%;
    display: flex;
    align-items: center;
}
.subscribe-page-aio-component
    .subscribe-page-aio-header
    .subscribe-page-aio-header-wrapper
    .header-text
    .section-header-box {
    text-align: left;
}
.subscribe-page-aio-component .subscribe-page-aio-img {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    object-fit: cover;
}
.subscribe-page-aio-component .subscribe-page-aio-img img {
    width: 100%;
    -webkit-mask-image: linear-gradient(to bottom, #cecece 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, #cecece 80%, transparent 100%);
}
.subscribe-page-aio-component .subscribe-page-aio-img .desktop,
.subscribe-page-aio-component.data-exists .existing-subscriber {
    display: block;
}
.subscribe-page-aio-component .subscribe-page-aio-img .mobile,
.subscribe-page-aio-component.data-exists .base-form,
.subscribe-page-aio-component.data-exists .email-form,
.subscribe-page-aio-form .base-form,
.subscribe-page-aio-form .existing-subscriber {
    display: none;
}
.subscribe-page-aio-component .subscribe-page-aio-form {
    margin-top: 0;
    position: relative;
}
.subscribe-page-aio-component
    .subscribe-page-aio-form
    .form-check:has(#disableCompanyWebsite)
    label.checkbox-label
    span.check-square {
    top: 0;
}
.subscribe-page-aio-component .subscribe-page-aio-header .subscribe-page-aio-header-wrapper .header-text .para-box,
.subscribe-page-aio-component
    .subscribe-page-aio-header
    .subscribe-page-aio-header-wrapper
    .header-text
    .section-header-box {
    width: 66%;
}
.subscribe-page-aio-form .row {
    margin-bottom: 30px;
}

.subscribe-page-aio-form .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}

.subscribe-page-aio-form .form-wrapper .field {
  flex: 0 0 calc(50% - 8px); 
}

.subscribe-page-aio-form .form-wrapper .website-wrapper .form-check {
  padding: 0;
  margin-top: 8px;
}

.subscribe-page-aio-form .form-wrapper .privacy-checkbox {
  flex: 1 1 100%; 
  padding: 0;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ffffff;
  border-top-color: #132b66;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: none;
  margin: auto;
}

@media screen and (max-width: 2100px) {
    .subscribe-page-aio-component .subscribe-page-aio-header .subscribe-page-aio-header-wrapper {
        min-height: 450px;
    }
}
@media screen and (max-width: 1024px) {
    .subscribe-page-aio-component .subscribe-page-aio-header .subscribe-page-aio-header-wrapper {
        min-height: 300px;
    }
    .subscribe-page-aio-component .subscribe-page-aio-header .subscribe-page-aio-header-wrapper .header-text .para-box,
    .subscribe-page-aio-component
        .subscribe-page-aio-header
        .subscribe-page-aio-header-wrapper
        .header-text
        .section-header-box {
        width: 100%;
    }
    .subscribe-page-aio-component
        .subscribe-page-aio-header
        .subscribe-page-aio-header-wrapper
        .header-text
        .section-header-box {
        margin-bottom: 20px;
    }
    .subscribe-page-aio-component .subscribe-page-aio-img,
    .subscribe-page-aio-component .subscribe-page-aio-img .desktop,
    .subscribe-page-aio-component .subscribe-page-aio-img .mobile {
        display: none;
    }
    .subscribe-page-aio-component {
        background: #fff;
    }
}
@media screen and (max-width: 1023px) {
    .subscribe-page-aio-form .row {
        row-gap: 15px;
        margin-bottom: 15px !important;
    }
}
@media screen and (max-width: 767px) {
    .subscribe-page-aio-header .section-header-box {
        text-align: left;
        margin-bottom: 15px;
    }
    .subscribe-page-aio-header .section-header-box h2 {
        margin-bottom: inherit;
    }
    .subscribe-page-aio-component .subscribe-page-aio-header .subscribe-page-aio-header-wrapper .header-text {
        align-items: flex-start;
    }
    .subscribe-page-aio-component .subscribe-page-aio-header {
        padding: 30px 0;
    }
    .subscribe-page-aio-component .subscribe-page-aio-img,
    .subscribe-page-aio-component .subscribe-page-aio-img .desktop {
        display: none;
    }
    .subscribe-page-aio-component .subscribe-page-aio-img .mobile {
        display: block;
    }
    div#formElement15 {
        margin-top: 15px;
    }

  .subscribe-page-aio-form .form-wrapper .field {
    flex: 0 0 100%; 
  }
}

.field .input-field-gp,
.field .select-field-gp,
.choice-field .choice-field-gp {
    position: relative;
    display: block;
}

/* Input Field */
.field .input-field-gp input,
.field .input-field-gp textarea {
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    height: 54px;
    font-family: metropolis, sans-serif;
    border: 1px solid #bababa;
    border-radius: 5px;
    width: 100%;
}

.field .input-field-gp input:hover,
.field .input-field-gp textarea:hover,
.field .input-field-gp.input-filled input:hover,
.field .input-field-gp.input-filled textarea:hover {
    border-color: #0068B4;
}

.field input::placeholder, 
.field textarea::placeholder {
    color: #999;
}

.field .input-field-gp label,
.field .select-field-gp label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #222222;
    font-family: metropolis, sans-serif;
    margin-bottom: 8px;
}

.field .input-field-gp input:focus,
.field .input-field-gp textarea:focus {
    outline: 0;
    border: 1px solid #222222;
    box-shadow: none;
}

.field .input-field-gp.input-filled input,
.field .input-field-gp.input-filled textarea {
    border: 1px solid #222222;
}

.field .input-field-gp textarea {
    height: 200px;
}
/* Input Field */

/* Choice Field */
.choice-field .LV_invalid {
    margin-left: 45px;
    margin-top: -7px;
}

.choice-field .choice-field-gp input {
    position: absolute;
    opacity: 0;
    width: 25px;
    height: 28px;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    margin: 0;
}

.choice-field .choice-field-gp label {
    padding-left: 45px;
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
}

.choice-field .choice-field-gp label .small-txt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: metropolis, sans-serif;
    text-wrap: pretty;
}

.choice-field .choice-field-gp label .check-circle {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #fff;
    border: 1px solid #818181;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px;
}

.choice-field .choice-field-gp label .check-circle:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.choice-field .choice-field-gp label .check-square {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #fff;
    width: 24px;
    height: 24px;
    padding: 0;
    overflow: hidden;
}
.choice-field .choice-field-gp label .check-square:before {
    border: 1px solid #bababa;
    border-radius: 0;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../../../../../../content/dam/global/icons/icon-tick.png);
    top: 0;
    left: 0;
    background-size: 21px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.choice-field .choice-field-gp label a {
    color: #132b66;
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
}

.choice-field .choice-field-gp input[type="radio"]:checked + label .check-circle:before {
    background-color: #006cb5;
}
.choice-field .choice-field-gp input[type="checkbox"]:checked + label .check-square:before {
    border-color: #006cb5;
    background-color: #006cb5;
}
/* Choice Field */

/* Select Field */
.field .select2 .selection .select2-selection {
    padding: 15px!important;
    border: 1px solid #bababa;
    height: 54px;
    border-radius: 5px;
}

.field .select-field-gp.input-filled .select2 .selection .select2-selection {
    border: 1px solid #222222;
}

.field .select2 .selection .select2-selection .select2-selection__rendered {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin: 0;
}
/* Select Field */ 

/* Validation Label */
.LV_valid {
    display: none;
}

.LV_validation_message {
    margin: 0;
}

.LV_invalid {
    color: #c00;
}

.field .input-field-gp input.LV_invalid_field, 
.field .input-field-gp textarea.LV_invalid_field {
    border: 1px solid #c00;
}
/* Validation Label */

@media only screen and (max-width: 767px) {
    /* Choice Field */
    .choice-field .choice-field-gp label {
        padding-left: 35px;
    }
    .choice-field .choice-field-gp label .check-square {
        top: 2px;
        width: 20px;
        height: 20px;
    }
    .choice-field .choice-field-gp label .check-square:before {
        width: 20px;
        height: 20px;
        background-size: 16px auto;
        border-radius: 0;
    }

    .choice-field .LV_invalid {
        margin-left: 35px;
    }
    /* Choice Field */
}
