/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/js/blocks/speak-to-expert-v3/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
div.fsq__no-top-space {
  padding-top: 0;
}
div.fsq__no-bottom-space {
  padding-bottom: 0;
}
div.fsq__extra-large-top-space {
  padding-top: 100px;
}
div.fsq__extra-large-bottom-space {
  padding-bottom: 100px;
}
div.fsq__large-top-space {
  padding-top: 80px;
}
div.fsq__large-bottom-space {
  padding-bottom: 80px;
}
div.fsq__extra-medium-top-space {
  padding-top: 60px;
}
div.fsq__extra-medium-bottom-space {
  padding-bottom: 60px;
}
div.fsq__medium-top-space {
  padding-top: 50px;
}
div.fsq__medium-bottom-space {
  padding-bottom: 50px;
}
div.fsq__small-top-space {
  padding-top: 40px;
}
div.fsq__small-bottom-space {
  padding-bottom: 40px;
}
div.fsq__extra-small-top-space {
  padding-top: 20px;
}
div.fsq__extra-small-bottom-space {
  padding-bottom: 20px;
}
:root {
  --form-text-border-color: #000000;
  --form-textarea-color: #000000;
  --form-textarea-bg-color: rgba(255, 255, 255, 0.5);
  --form-button-color: #000000;
  --form-button-bg-color: #ffffff;
}

.speak-to-expert-v3 {
  padding: 100px 0;
  position: relative;
}
.speak-to-expert-v3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
  transform: translateY(-50%);
  background-color: transparent;
}
.speak-to-expert-v3 .btn-wrap {
  display: flex;
  gap: 19px;
}
.speak-to-expert-v3 .container-large {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
}
.speak-to-expert-v3 .speak-to-expert-v3__row {
  display: flex;
  align-items: center;
  gap: 50px 30px;
  border-radius: 25px;
  background-color: #caccff;
  padding: 50px 60px;
  position: relative;
  overflow: hidden;
}
.speak-to-expert-v3 .speak-to-expert-v3__row.show-border {
  border-radius: 15px;
  border: 1px solid #686df3;
  background: #000025;
  box-shadow: 0px 0px 50px 0px rgba(98, 111, 204, 0.15);
}
.speak-to-expert-v3 .banner-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.speak-to-expert-v3 .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speak-to-expert-v3 .speak-to-expert-v3__column {
  position: relative;
}
.speak-to-expert-v3 .speak-to-expert-v3__column h1,
.speak-to-expert-v3 .speak-to-expert-v3__column h2,
.speak-to-expert-v3 .speak-to-expert-v3__column h3 {
  margin: 0;
  color: #000000;
}
.speak-to-expert-v3 .speak-to-expert-v3__column > p {
  margin: 15px 0 0;
}
.speak-to-expert-v3 .btn-main {
  margin-top: 25px;
}
.speak-to-expert-v3 .btn-main a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.speak-to-expert-v3 .hs-richtext p,
.speak-to-expert-v3 .hs-form-booleancheckbox p {
  color: inherit;
  mix-blend-mode: inherit;
}
.speak-to-expert-v3.align-center {
  text-align: center;
}
.speak-to-expert-v3.align-center .speak-to-expert-v3__column:first-child {
  margin: 0 auto;
}
.speak-to-expert-v3.align-center .speak-to-expert-v3__column > p {
  max-width: inherit;
}
.speak-to-expert-v3.align-center .btn-wrap {
  justify-content: center;
}
.speak-to-expert-v3.align-right {
  text-align: right;
}
.speak-to-expert-v3.align-right .speak-to-expert-v3__column:first-child {
  margin: 0 auto;
}
.speak-to-expert-v3.align-right .speak-to-expert-v3__column > p {
  max-width: inherit;
}
.speak-to-expert-v3.align-right .btn-wrap {
  justify-content: end;
}
.speak-to-expert-v3 .foursquare-hs-form .hs-input {
  border: 0;
  height: 42px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  background: transparent;
  padding: 10px 0 !important;
  line-height: 120% !important;
  color: #000000;
  color: var(--form-text-border-color);
  font-family: "AUTHENTICSans90", "sans-serif", arial;
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid var(--form-text-border-color);
  outline: none;
}
.speak-to-expert-v3 .foursquare-hs-form .hs-input:focus-visible {
  outline: none;
}
.speak-to-expert-v3 .foursquare-hs-form textarea.hs-input {
  border: 0;
  height: 71px;
  outline: none;
  border-radius: 6px;
  margin-top: 14px;
  padding: 10px 15px !important;
  color: #000000;
  color: var(--form-textarea-color);
  background: rgba(255, 255, 255, 0.5);
  background: var(--form-textarea-bg-color);
}
.speak-to-expert-v3 .foursquare-hs-form textarea.hs-input:focus-visible {
  outline: none;
}
.speak-to-expert-v3 .foursquare-hs-form .hs-input::-moz-placeholder {
  color: #000000;
  color: var(--form-text-border-color);
  opacity: 1;
}
.speak-to-expert-v3 .foursquare-hs-form .hs-input::placeholder {
  color: #000000;
  color: var(--form-text-border-color);
  opacity: 1;
}
.speak-to-expert-v3 .foursquare-hs-form textarea.hs-input::-moz-placeholder {
  color: #000000;
  color: var(--form-textarea-color);
  opacity: 1;
}
.speak-to-expert-v3 .foursquare-hs-form textarea.hs-input::placeholder {
  color: #000000;
  color: var(--form-textarea-color);
  opacity: 1;
}
.speak-to-expert-v3 .foursquare-hs-form textarea.hs-input::-ms-input-placeholder {
  color: #000000;
  color: var(--form-textarea-color);
}
.speak-to-expert-v3 .foursquare-hs-form .hs-submit .hs-button {
  color: #000000 !important;
  color: var(--form-button-color) !important;
  border: 1px solid #ffffff !important;
  border: 1px solid var(--form-button-bg-color) !important;
  background: #ffffff !important;
  background: var(--form-button-bg-color) !important;
}
.speak-to-expert-v3 .foursquare-hs-form .hs-form-field {
  margin-bottom: 14px;
}
.speak-to-expert-v3 .foursquare-hs-form .hs-form-field input:-webkit-autofill,
.speak-to-expert-v3 .foursquare-hs-form .hs-form-field input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.speak-to-expert-v3 .foursquare-hs-form select.hs-input {
  padding-right: 15px !important;
  white-space: inherit;
  position: relative;
  color: #000000;
  color: var(--form-text-border-color);
}
.speak-to-expert-v3 .foursquare-hs-form .hs-richtext,
.speak-to-expert-v3 .foursquare-hs-form .inputs-list p {
  color: #000000;
  color: var(--form-text-border-color);
}
.speak-to-expert-v3 .foursquare-hs-form input[type=checkbox].hs-input {
  width: 15px !important;
  height: 15px !important;
  margin-top: 5px;
  outline: none;
  border: 1px solid #000000;
  border: 1px solid var(--form-text-border-color);
  background: rgba(255, 255, 255, 0.5);
}
.speak-to-expert-v3 .foursquare-hs-form .hs-form-booleancheckbox {
  cursor: pointer;
}
.speak-to-expert-v3 .foursquare-hs-form .hs-form-field label {
  font-family: "SometypeMonoRegular", "sans-serif", arial;
  margin-bottom: 0 !important;
}
.speak-to-expert-v3 .foursquare-hs-form fieldset .legal-consent-container .hs-richtext p,
.speak-to-expert-v3 .foursquare-hs-form fieldset .hs-form-booleancheckbox p {
  font-family: "SometypeMonoRegular", "sans-serif", arial;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 120%;
}
.speak-to-expert-v3 .foursquare-hs-form .hs-submit .hs-button {
  letter-spacing: 0;
  font-size: 15px;
  background: #ffffff !important;
  background: var(--form-button-bg-color) !important;
  color: #000000 !important;
  color: var(--form-button-color) !important;
}
.speak-to-expert-v3 .foursquare-hs-form .hs-submit .hs-button:hover {
  opacity: 0.7;
  background: #ffffff !important;
  background: var(--form-button-bg-color) !important;
  color: #000000 !important;
  color: var(--form-button-color) !important;
}
.speak-to-expert-v3 [data-select2-id] select,
.speak-to-expert-v3 select[data-select2-id] {
  display: none;
}
.speak-to-expert-v3 .select2-container {
  padding-top: 10px;
  max-width: 100%;
}
.speak-to-expert-v3 .select2-container.select2-container--open .selection .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.speak-to-expert-v3 .select2-container .selection .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid var(--form-text-border-color);
  border-radius: 0;
}
.speak-to-expert-v3 .select2-container .selection .select2-selection--single .select2-selection__rendered {
  color: inherit;
  padding-left: 0;
  font-size: 15px;
}
.speak-to-expert-v3 .select2-container .selection .select2-selection--single .select2-selection__arrow {
  top: 10px;
  height: 20px;
}
.speak-to-expert-v3 .select2-container .selection .select2-selection--single .select2-selection__arrow b {
  border: solid #ffffff !important;
  border-width: 0 1px 1px 0 !important;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 50% 75%;
  transition: all 0.25s ease-in-out;
}
.speak-to-expert-v3 .select2-container .select2-dropdown {
  border: none;
  top: calc(100% - 10px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.speak-to-expert-v3 .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 13px;
}
.speak-to-expert-v3 .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #707070;
}
.speak-to-expert-v3 body.admin-bar .select2-container .select2-dropdown {
  top: calc(100% + 22px);
}
@media (min-width: 768px) {
  .speak-to-expert-v3 .speak-to-expert-v3__column {
    flex: 60%;
    padding: 10px 0;
  }
  .speak-to-expert-v3 .speak-to-expert-v3__column-content {
    flex: 40%;
  }
  .speak-to-expert-v3 .speak-to-expert-v3__column-form {
    flex: 60%;
    --error-msg-color: #ff8f8f !important;
  }
  .speak-to-expert-v3 .speak-to-expert-v3__column-form .hs-error-msg {
    color: var(--error-msg-color);
  }
  .speak-to-expert-v3 .speak-to-expert-v3__column-form .hs-error-msgs li label {
    color: var(--error-msg-color);
  }
  .speak-to-expert-v3 .speak-to-expert-v3__column:first-child {
    flex: 40%;
  }
}
@media (min-width: 992px) {
  .speak-to-expert-v3 .speak-to-expert-v3__column > p {
    font-size: 18px;
    max-width: 405px;
  }
}
@media (min-width: 1200px) {
  .speak-to-expert-v3 .foursquare-hs-form .form-columns-2 .hs-form-field:first-child .input {
    margin-right: 22px;
  }
  .speak-to-expert-v3 .foursquare-hs-form .form-columns-2 .hs-form-field:last-child .input,
  .speak-to-expert-v3 .foursquare-hs-form .form-columns-2 .hs-form-field:last-child .hs-error-msgs {
    margin-left: 22px;
  }
}
@media (max-width: 1399px) {
  .speak-to-expert-v3 .container-large {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .speak-to-expert-v3 .speak-to-expert-v3__column h3 {
    line-height: 125%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .speak-to-expert-v3 .foursquare-hs-form .form-columns-2 .hs-form-field:first-child .input {
    margin-right: 14px;
  }
  .speak-to-expert-v3 .foursquare-hs-form .form-columns-2 .hs-form-field:last-child .input,
  .speak-to-expert-v3 .foursquare-hs-form .form-columns-2 .hs-form-field:last-child .hs-error-msgs {
    margin-left: 14px;
  }
}
@media (max-width: 991px) {
  .speak-to-expert-v3 .speak-to-expert-v3__row {
    gap: 40px;
    padding: 34px;
  }
  .speak-to-expert-v3 .foursquare-hs-form .form-columns-2 {
    gap: 0;
    flex-wrap: wrap;
  }
  .speak-to-expert-v3 .foursquare-hs-form .form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-bottom: 0;
  }
  .speak-to-expert-v3 .foursquare-hs-form .hs-form-field {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .speak-to-expert-v3 .foursquare-hs-form fieldset {
    margin-bottom: 0 !important;
  }
  .speak-to-expert-v3 .foursquare-hs-form select.hs-input {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  div.fsq__extra-large-top-space {
    padding-top: 50px;
  }
  div.fsq__extra-large-bottom-space {
    padding-bottom: 50px;
  }
  div.fsq__large-top-space {
    padding-top: 40px;
  }
  div.fsq__large-bottom-space {
    padding-bottom: 40px;
  }
  div.fsq__extra-medium-top-space {
    padding-top: 30px;
  }
  div.fsq__extra-medium-bottom-space {
    padding-bottom: 30px;
  }
  div.fsq__medium-top-space {
    padding-top: 25px;
  }
  div.fsq__medium-bottom-space {
    padding-bottom: 25px;
  }
  div.fsq__small-top-space {
    padding-top: 20px;
  }
  div.fsq__small-bottom-space {
    padding-bottom: 20px;
  }
  div.fsq__extra-small-top-space {
    padding-top: 10px;
  }
  div.fsq__extra-small-bottom-space {
    padding-bottom: 10px;
  }
  .mobile-padding-top-0 {
    padding-top: 0 !important;
  }
  .speak-to-expert-v3 .btn-wrap {
    margin-top: 5px;
  }
  .speak-to-expert-v3 .container-large {
    padding-left: 25px;
    padding-right: 25px;
  }
  .speak-to-expert-v3 {
    padding: 0;
  }
  .speak-to-expert-v3 .container-large {
    padding: 0;
  }
  .speak-to-expert-v3 .speak-to-expert-v3__row {
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
    border-radius: 0;
  }
  .speak-to-expert-v3 .speak-to-expert-v3__column {
    flex: 100%;
    max-width: 100%;
  }
  .speak-to-expert-v3 .foursquare-hs-form fieldset .hs-form-field:last-child {
    margin-bottom: 15px !important;
  }
  .speak-to-expert-v3 body.admin-bar .select2-container .select2-dropdown {
    top: calc(100% + 36px);
  }
}
@media (max-width: 480px) {
  .speak-to-expert-v3 .btn-wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
  .speak-to-expert-v3 .btn-wrap .btn-main {
    margin-top: 10px;
  }
}
@media (max-width: 359px) {
  .speak-to-expert-v3 .speak-to-expert-v3__row {
    padding: 30px 25px;
  }
}

/*# sourceMappingURL=style-index.css.map*/