/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L27 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L36 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L44 */
.instanda-documents {
  text-align: center;
}
/* :L48 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L52 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L58 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L62 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L66 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L77 */
.instanda-main-content-container {
  position: relative;
}
/* :L81 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L87 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L92 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L99 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L103 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

/* :L108 */
.quote-referral-item h6 {
  color: #828990;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
/* :L114 */
.mobile-quote-referral-heading,
.mobile-claim-heading {
  color: #828990;
  font-size: 12px;
  margin: 10px 0 0 0;
}
/*on confirmation screen*/

/* :L122 */
.send-policy-email-button {
  min-width: 250px;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L128 */
  .instanda-side-content {
    left: 59.5%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L135 */
  .instanda-side-content {
    left: 61%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L142 */
  .instanda-side-content {
    left: 63%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L149 */
  .instanda-side-content {
    left: 65%;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L155 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L162 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L169 */
  .instanda-side-content {
    left: 58%;
    width: 300px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L180 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L185 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L189 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L193 */
  .quote-referral-item ~ .quote-referral-item,
  .claim-referral-item ~ .claim-referral-item,
  .claim-item ~ .claim-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L204 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L212 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L219 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L224 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L231 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L235 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L239 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L243 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L247 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  text-align: center;
  background-color: #efdccf;
  font-weight: bold;
  padding: 25px;
}
/* :L260 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/* Mixins */

/* :L18 */
.clearfix {
  zoom: 1;
}
/* :L21 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
/* :L26 */
.clearfix:after {
  clear: both;
}
/* Colour */
/* Space */
/* Font size */
/* Dimension */
/* Media query */
/* :L69 */
/* :L70 */
#question118955 .radio ~ .radio label {
  display: none;
}
/* :L76 */
/* :L78 */
:not(.created-from-newbusiness) header,
:not(.created-from-mta) header {
  margin-bottom: 20px;
}
/* :L83 */
.navbar-contact {
  display: none;
  /*Begin - Added by AnaFranciscoFr [APFD-35] - 10/12/2021*/

  /*End - Added by AnaFranciscoFr [APFD-35] - 10/12/2021*/

}
@media only screen and (min-width: 768px) {
  .navbar-contact {
    display: block;
  }
}
/* :L91 */
.navbar-contact .pull-right {
  width: 100%;
}
/* :L96 */
.navbar-contact div {
  width: auto;
  position: relative;
  background-size: 20px auto;
  display: inline-block;
  min-height: 24px;
  line-height: 24px;
  text-align: center;
  color: #da291c;
  font-size: 16.5px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .navbar-contact div {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 345px) {
  .navbar-contact div {
    background: none;
    font-size: 14px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-contact div {
    padding-left: 30px;
    /* Added by AnaFranciscoFr [APFD-35] */
    font-size: 18px;
    /* Edited by AnaFranciscoFr [APFD-35] */
    text-align: right;
    background-size: 20px auto;
    /* Edited by AnaFranciscoFr [APFD-35] */
  
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-contact div {
    background-position: right 215px top;
    /* Edited by AnaFranciscoFr [APFD-35] */
  
  }
}
/* :L129 */
.navbar-contact .time {
  color: gray;
  font-size: 13px;
  /* Edited by AnaFranciscoFr [APFD-35] */
  font-weight: 400;
  display: block;
  width: calc(100% + 35px);
  margin-left: -35px;
  line-height: 1.3em;
  letter-spacing: -0.2px;
}
@media only screen and (min-width: 768px) {
  .navbar-contact .time {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 345px) {
  .navbar-contact .time {
    width: 100%;
    margin-left: 0px;
  }
}
/* :L148 */
.navbar-contact .phone-number {
  color: #da291c;
  /*Added by AnaFranciscoFr [APFD-52] - 17/12/2021*/
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .navbar-contact .phone-number {
    display: block;
  }
}
/* :L157 */
.navbar-contact.mobile {
  display: block;
  background-color: #f1f2f6;
  text-align: center;
  padding: 3px 15px;
}
@media only screen and (max-width: 345px) {
  .navbar-contact.mobile {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-contact.mobile {
    display: none;
  }
}
/*	Begin - Added by AnaFranciscoFr [APFD-37] - 29/11/2021
	Edit the header (only for the journey) - contact section*/

/* :L172 */
.navbar-contact.mobile.journey {
  display: none;
}
/* :L176 */
/* :L177 */
/* :L178 */
.page-quickquotequestions .navbar-contact.mobile.not-journey,
.page-quickquote .navbar-contact.mobile.not-journey,
.page-prequotequestions .navbar-contact.mobile.not-journey,
.page-quote .navbar-contact.mobile.not-journey,
.page-postquotequestions .navbar-contact.mobile.not-journey,
.page-confirmation2 .navbar-contact.mobile.not-journey {
  display: none;
}
/* :L181 */
.page-quickquotequestions .navbar-contact.mobile.journey,
.page-quickquote .navbar-contact.mobile.journey,
.page-prequotequestions .navbar-contact.mobile.journey,
.page-quote .navbar-contact.mobile.journey,
.page-postquotequestions .navbar-contact.mobile.journey,
.page-confirmation2 .navbar-contact.mobile.journey {
  display: block;
  width: 180px;
  margin-left: -180px;
  background-color: transparent;
}
@media only screen and (max-width: 345px) {
  .page-quickquotequestions .navbar-contact.mobile.journey,
  .page-quickquote .navbar-contact.mobile.journey,
  .page-prequotequestions .navbar-contact.mobile.journey,
  .page-quote .navbar-contact.mobile.journey,
  .page-postquotequestions .navbar-contact.mobile.journey,
  .page-confirmation2 .navbar-contact.mobile.journey {
    width: 104px;
    margin-left: -104px;
  }
}
/* :L190 */
.page-quickquotequestions .navbar-contact.mobile.journey .time,
.page-quickquote .navbar-contact.mobile.journey .time,
.page-prequotequestions .navbar-contact.mobile.journey .time,
.page-quote .navbar-contact.mobile.journey .time,
.page-postquotequestions .navbar-contact.mobile.journey .time,
.page-confirmation2 .navbar-contact.mobile.journey .time {
  font-size: 10px;
  text-align: end;
}
@media only screen and (min-width: 768px) {
  .page-quickquotequestions .navbar-contact.mobile.journey,
  .page-quickquote .navbar-contact.mobile.journey,
  .page-prequotequestions .navbar-contact.mobile.journey,
  .page-quote .navbar-contact.mobile.journey,
  .page-postquotequestions .navbar-contact.mobile.journey,
  .page-confirmation2 .navbar-contact.mobile.journey {
    display: none;
  }
}
/* :L199 */
.page-quickquotequestions button.navbar-toggle,
.page-quickquote button.navbar-toggle,
.page-prequotequestions button.navbar-toggle,
.page-quote button.navbar-toggle,
.page-postquotequestions button.navbar-toggle,
.page-confirmation2 button.navbar-toggle {
  display: none;
}
/*End - Added by AnaFranciscoFr [APFD-37] - 29/11/2021*/

/* :L205 */
/* :L206 */
nav.navbar > div.container {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  nav.navbar > div.container {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  nav.navbar > div.container {
    display: flex;
    min-height: auto;
  }
}
/* :L220 */
.navbar-collapse.collapse {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .navbar-collapse.collapse {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
/* :L231 */
.navbar-collapse.collapse ul.navbar-right {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-collapse.collapse ul.navbar-right {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
  }
}
/* :L241 */
.navbar-collapse.collapse ul.navbar-right li {
  position: relative;
  border-bottom: 1px solid #999999;
}
/* :L245 */
@media only screen and (min-width: 768px) {
  .navbar-collapse.collapse ul.navbar-right li::after {
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #da291c;
    content: "";
    display: block;
    right: 0;
    top: 10px;
  }
}
/* :L258 */
/* :L259 */
.navbar-collapse.collapse ul.navbar-right li:last-child::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navbar-collapse.collapse ul.navbar-right li {
    border-bottom: 0;
  }
}
/* :L268 */
.navbar-collapse.collapse ul.navbar-right li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L276 */
/* :L277 */
@media only screen and (max-width: 767px) {
  nav.navbar .navbar-header {
    flex-basis: 100%;
  }
}
/* :L283 */
nav.navbar button.navbar-toggle {
  margin: 5px 0;
  background-color: transparent;
  border-radius: 0;
  border-color: black;
  padding: 10px 8px;
}
/* :L290 */
nav.navbar button.navbar-toggle:hover,
nav.navbar button.navbar-toggle:active,
nav.navbar button.navbar-toggle:focus,
nav.navbar button.navbar-toggle:active:focus {
  background-color: transparent;
}
/* :L297 */
nav.navbar button.navbar-toggle .icon-bar {
  background-color: #da291c;
  width: 25px;
}
/* :L301 */
nav.navbar button.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
/* :L307 */
@media only screen and (max-width: 767px) {
  nav.navbar a.navbar-brand {
    height: 50px;
  }
}
/* :L315 */
/* :L316 */
footer .footer-hyperlinks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  footer .footer-hyperlinks {
    flex-direction: row;
  }
}
/* :L326 */
footer .footer-hyperlinks > a {
  text-align: center;
  text-decoration: underline;
  padding: 8px 6px;
}
@media only screen and (min-width: 768px) {
  footer .footer-hyperlinks > a {
    padding: 20px 6px;
  }
}
/* :L335 */
footer .footer-hyperlinks > a:hover,
footer .footer-hyperlinks > a:active,
footer .footer-hyperlinks > a:focus {
  text-decoration: underline;
}
/* :L340 */
footer .footer-hyperlinks > a:hover:active,
footer .footer-hyperlinks > a:active:active,
footer .footer-hyperlinks > a:focus:active,
footer .footer-hyperlinks > a:hover:focus,
footer .footer-hyperlinks > a:active:focus,
footer .footer-hyperlinks > a:focus:focus {
  text-decoration: underline;
}
/* :L347 */
footer .footer-hyperlinks > .copyright {
  flex-basis: 100%;
  text-align: center;
}
/* :L355 */
.tel-icon-wannaspeak {
  background-color: #da291c;
  padding: 12px;
  position: fixed;
  right: 0;
  z-index: 98;
  top: 264px;
  cursor: pointer;
}
/* :L366 */
/* :L367 */
.page-confirmation2 .text-wrapper {
  line-height: 1.3em;
}
/* :L374 */
/* :L375 */
.page-quickquotequestions .instanda-multi-item-remove,
.page-quickquotequestions .instanda-multi-item-add {
  display: none;
}
/* :L382 */
button[name="saveButton"] {
  display: none;
}
/* :L387 */
#copyQuoteButton {
  display: none;
}
/* :L392 */
/* :L393 */
.page-prequotequestions .payment-amount {
  display: none;
}
/* :L397 */
/* :L398 */
.page-prequotequestions.page-number-3 .payment-amount {
  display: block;
}
/*.page-quickquotequestions.page-number-2 {
  &.created-from-newbusiness {
    button[name="continueButton"] {
      display: none;
    }
  }
}*/

/* :L414 */
/* :L415 */
.page-prequotequestions.page-number-2 .instanda-question-help-col {
  display: none;
}
/* :L421 */
/* :L422 */
#instanda-cp-reset-link-form .form-label {
  display: none;
}
/* :L427 */
/* :L428 */
#question119687 > .instanda-question-label {
  display: none;
}
/* :L434 */
/* :L435 */
/* :L436 */
.page-postquotequestions.page-number-1 .col-main .instanda-documents {
  display: none;
}
/*.page-customerdetails {
 .instanda-update-customer-details-button {
    display: none;
 }
}*/

/* :L451 */
#question121408 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* :L458 */
/* :L459 */
.page-quote button[name="updateButton"] {
  display: none;
}
/* Global */
/* Set Width */

/* :L475 */
.instanda-main-content > form > .container .row,
nav.navbar {
  /* Anywhere needs to reset page width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .instanda-main-content > form > .container .row,
  nav.navbar {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .instanda-main-content > form > .container .row,
  nav.navbar {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .instanda-main-content > form > .container .row,
  nav.navbar {
    width: 1170px;
  }
}
/* :L496 */
/* Fix multi-item layout when returning */

/* :L501 */
.instanda-question-multi-item-summary > .container > .instanda-text-question > .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  width: 100%;
  float: none;
}
/* :L506 */
html {
  font-size: 14px;
}
/* :L510 */
body {
  font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  color: black;
  overflow-x: hidden;
}
/* :L518 */
body * {
  transition: all .3s;
}
/* :L522 */
body.iOS {
  font-size: 16px;
}
/* :L527 */
/* :L528 */
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
/* :L534 */
/* :L536 */
.instanda-main-content a:not(.btn),
.footer-additional a:not(.btn) {
  color: black;
  text-decoration: underline;
}
/* :L540 */
.instanda-main-content a:not(.btn):hover,
.footer-additional a:not(.btn):hover,
.instanda-main-content a:not(.btn):active,
.footer-additional a:not(.btn):active,
.instanda-main-content a:not(.btn):focus,
.footer-additional a:not(.btn):focus {
  color: #da291c;
}
/* :L548 */
.grey-out {
  color: gray;
}
/* Headlines */

/* :L553 */
/* :L560 */
h3,
.page-confirmation2 .text-wrapper {
  font-size: 24px;
  font-weight: 400;
}
/* :L565 */
h5 {
  font-weight: 700;
}
/* :L569 */
.instanda-container-fluid {
  background-color: transparent;
}
/* :L573 */
/* :L575 */
.instanda-question-item ul,
.validation-summary-errors ul {
  padding-left: 0;
  margin: 0;
}
/* :L579 */
.instanda-question-item ul li,
.validation-summary-errors ul li {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
  word-break: break-word;
}
/* :L585 */
.instanda-question-item ul li::before,
.validation-summary-errors ul li::before {
  position: absolute;
  content: "-";
  display: block;
  left: 0;
  top: 0;
}
/* :L593 */
.instanda-question-item ul li + li,
.validation-summary-errors ul li + li {
  margin-top: 10px;
}
/* :L597 */
.instanda-question-item ul li ul,
.validation-summary-errors ul li ul {
  padding-left: inherit;
}
/* :L600 */
.instanda-question-item ul li ul li,
.validation-summary-errors ul li ul li {
  list-style-type: disc;
  margin: 10px 0;
  padding-left: 0;
}
/* :L605 */
.instanda-question-item ul li ul li::before,
.validation-summary-errors ul li ul li::before {
  display: none;
}
/* :L614 */
.validation-summary-errors:only-child {
  margin-bottom: 0;
}
/* :L618 */
.label-warning {
  background-color: transparent;
  color: #da291c;
  font-weight: 400;
  padding: 0;
  margin: 5px 0;
  display: inline-block;
}
/* :L647 */
nav.navbar {
  padding-left: 0;
  padding-right: 0;
}
/* :L651 */
nav.navbar > .container {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 150px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/* :L660 */
nav.navbar > .container::before,
nav.navbar > .container::after {
  content: initial;
}
/* :L665 */
nav.navbar > .container > div {
  margin-left: 0;
  margin-right: 0;
}
/* :L678 */
@media only screen and (max-width: 1199px) {
  .breadcrumb-wrapper {
    order: 3;
  }
}
/* :L684 */
.navbar-collapse {
  border: 0;
}
@media only screen and (max-width: 1199px) {
  .navbar-collapse {
    order: 2;
  }
}
/*	Begin - Added by AnaFranciscoFr [APFD-37] - 29/11/2021
	Edit the header for mobile (only the journey) - logo*/

/* :L694 */
/* :L695 */
.page-quickquotequestions .navbar a.navbar-brand img,
.page-quickquote .navbar a.navbar-brand img,
.page-prequotequestions .navbar a.navbar-brand img,
.page-quote .navbar a.navbar-brand img,
.page-postquotequestions .navbar a.navbar-brand img,
.page-confirmation2 .navbar a.navbar-brand img {
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .page-quickquotequestions .navbar a.navbar-brand img,
  .page-quickquote .navbar a.navbar-brand img,
  .page-prequotequestions .navbar a.navbar-brand img,
  .page-quote .navbar a.navbar-brand img,
  .page-postquotequestions .navbar a.navbar-brand img,
  .page-confirmation2 .navbar a.navbar-brand img {
    height: 90px;
  }
}
/*	End - Added by AnaFranciscoFr [APFD-37] - 29/11/2021*/

/* :L704 */
.navbar {
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  z-index: 9;
  /* Logo */

  /* Menu links */

}
/* :L718 */
.navbar a.navbar-brand {
  padding-top: 0;
  height: auto;
}
/* :L722 */
.navbar a.navbar-brand img {
  width: auto;
  height: 50px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .navbar a.navbar-brand img {
    height: 90px;
  }
}
/* :L734 */
.navbar .navbar-nav {
  margin: 0;
}
/* :L737 */
.navbar .navbar-nav li {
  margin-bottom: 0;
}
/* :L740 */
.navbar .navbar-nav li:hover {
  border-color: black;
}
/* :L744 */
.navbar .navbar-nav li.active {
  border-color: black;
}
/* :L747 */
.navbar .navbar-nav li.active a {
  /* Override Bootstrap's styles */
  color: black;
  background-color: transparent;
  font-weight: 500;
}
/* :L752 */
.navbar .navbar-nav li.active a:hover,
.navbar .navbar-nav li.active a:active,
.navbar .navbar-nav li.active a:focus,
.navbar .navbar-nav li.active a:active:focus {
  background-color: transparent;
  color: black;
}
/* :L762 */
.navbar .navbar-nav li a {
  color: gray;
}
/* :L769 */
.breadcrumb-wrapper {
  display: none;
  /* Show only on Quote journey, hide for other pages */

}
@media only screen and (max-width: 1199px) {
  .breadcrumb-wrapper {
    flex: 0 0 100%;
  }
}
/* :L778 */
/* :L780 */
.created-from-newbusiness .breadcrumb-wrapper,
.created-from-mta .breadcrumb-wrapper {
  width: 100%;
  display: block;
  text-align: center;
  height: 120px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .created-from-newbusiness .breadcrumb-wrapper,
  .created-from-mta .breadcrumb-wrapper {
    max-width: 50%;
  }
}
/* :L791 */
.created-from-newbusiness .breadcrumb-wrapper .button-links,
.created-from-mta .breadcrumb-wrapper .button-links {
  width: 90%;
  margin-left: 13px;
  position: relative;
  top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links,
  .created-from-mta .breadcrumb-wrapper .button-links {
    width: 90%;
    margin-left: 67px;
    position: relative;
    top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links,
  .created-from-mta .breadcrumb-wrapper .button-links {
    width: 90%;
    margin-left: 60px;
    position: relative;
    top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links,
  .created-from-mta .breadcrumb-wrapper .button-links {
    width: 90%;
    margin-left: 35px;
    position: relative;
    top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
/* :L830 */
.created-from-newbusiness .breadcrumb-wrapper .button-links::before,
.created-from-mta .breadcrumb-wrapper .button-links::before,
.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.created-from-mta .breadcrumb-wrapper .button-links::after {
  position: absolute;
  width: 76%;
  height: 2px;
  background-color: #f4bfbb;
  display: block;
  content: "";
  top: -2px;
  left: 50%;
  margin-left: -38%;
}
/* :L843 */
.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.created-from-mta .breadcrumb-wrapper .button-links::after {
  background-color: #da291c;
  width: 0;
  /*Edited by AnaFranciscoFr [APFD-36] - 03/12/2021 - Added new pages*/

  /*Edited by AnaFranciscoFr [APFD-36] - 30/11/2021 - Removed some pages*/

  /*Edited by AnaFranciscoFr [APFD-36] - 03/12/2021 - Removed one pages*/

}
@media only screen and (max-width: 991px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .created-from-mta .breadcrumb-wrapper .button-links::after {
    margin-left: 0;
    left: 0;
  }
}
/* :L853 */
.page-prequotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-prequotequestions.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-quote.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-quote.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-endorse.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-endorse.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-quickquote.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-quickquote.created-from-mta .breadcrumb-wrapper .button-links::after {
  width: calc(33.333333333%);
  /* Added by AnaFranciscoFr [APFD-36] - 30/11/2021*/

}
@media only screen and (min-width: 992px) {
  .page-prequotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-prequotequestions.created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-quote.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-quote.created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-endorse.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-endorse.created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-quickquote.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-quickquote.created-from-mta .breadcrumb-wrapper .button-links::after {
    width: calc(25.333333333%);
  }
}
/* :L864 */
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links::after {
  width: calc(66.666666667%);
  /* Added by AnaFranciscoFr [APFD-36] - 03/12/2021*/

}
@media only screen and (min-width: 992px) {
  .page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links::after {
    width: calc(50.666666667%);
  }
}
/* :L872 */
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links::after {
  width: 100%;
  /* Added by AnaFranciscoFr [APFD-36] - 03/12/2021*/

}
@media only screen and (min-width: 992px) {
  .page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links::after {
    width: 76%;
  }
}
/* :L880 */
.created-from-newbusiness .breadcrumb-wrapper .button-links > a,
.created-from-mta .breadcrumb-wrapper .button-links > a {
  padding: 29px 5px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links > a,
  .created-from-mta .breadcrumb-wrapper .button-links > a {
    padding: 25px 26px 0;
    /*Added by AnaFranciscoFr [APFD-35] - 10/12/2021*/
  
  }
}
@media only screen and (min-width: 992px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links > a,
  .created-from-mta .breadcrumb-wrapper .button-links > a {
    flex: 0 0 25%;
  }
}
/* :L892 */
.created-from-newbusiness .breadcrumb-wrapper .button-links > a::before,
.created-from-mta .breadcrumb-wrapper .button-links > a::before {
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  /*Begin - Added and edited by AnaFranciscoFr [APFD-36] - 30/11/2021*/
  left: -5px;
  width: 45px;
  height: 45px;
  top: -27px;
  font-size: 12px;
  text-align: center;
  background-color: #999999;
  padding-top: 16px;
  padding-right: 4px;
  color: white;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
  /*End - Added and edited by AnaFranciscoFr [APFD-36] - 30/11/2021*/

}
@media only screen and (min-width: 992px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links > a::before,
  .created-from-mta .breadcrumb-wrapper .button-links > a::before {
    left: 35%;
    width: 45px;
    height: 48px;
    font-size: 13px;
    padding-top: 17px;
    padding-right: 4px;
  }
}
/* :L922 */
.created-from-newbusiness .breadcrumb-wrapper a,
.created-from-mta .breadcrumb-wrapper a {
  color: black;
}
/* :L925 */
.created-from-newbusiness .breadcrumb-wrapper a:hover,
.created-from-mta .breadcrumb-wrapper a:hover,
.created-from-newbusiness .breadcrumb-wrapper a:focus,
.created-from-mta .breadcrumb-wrapper a:focus {
  text-decoration: none;
}
/* :L933 */
/* :L935 */
.page-viewquoteorpolicy .breadcrumb-wrapper,
.page-reviewreferrals .breadcrumb-wrapper {
  display: none;
}
/*	Begin - Added by AnaFranciscoFr [APFD-36] - 30/11/2021
	Numbers in the breadcrumb circles and new sentences added to the header	*/

/* :L942 */
/* :L943 */
/* :L944 */
#instanda-header [data-placeholder="~publicQuickQuoteLink"]::before {
  content: "01";
}
/* :L948 */
/* :L949 */
#instanda-header [data-placeholder="~publicQuickQuoteDisplayLink"]::before {
  content: "02";
}
/* :L953 */
/* :L954 */
#instanda-header [data-placeholder="~publicPreQuoteLink"]::before {
  content: "03";
}
/* :L958 */
/* :L959 */
#instanda-header [data-placeholder="~publicQuoteCompleteLink"]::before {
  content: "04";
}
/* :L964 */
/* :L965 */
div.info-senteces p {
  text-align: center;
  font-size: 18px;
  color: #da291c;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px;
}
@media only screen and (min-width: 992px) {
  div.info-senteces p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 345px) {
  div.info-senteces p {
    font-size: 14px;
  }
}
/* :L980 */
p.step-1,
p.step-2,
p.step-3 {
  display: none;
  margin-bottom: 45px;
}
/*	End - Added by AnaFranciscoFr [APFD-36] - 30/11/2021	*/
/*Begin - Added by AnaFranciscoFr [APFD-36] - 30/11/2021*/

/* :L1023 */
/* :L1024 */
/* :L1025 */
.breadcrumb-wrapper .button-links > a {
  font-size: 0;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb-wrapper .button-links > a {
    font-size: 16px;
    color: #f4bfbb;
  }
}
/*End - Added by AnaFranciscoFr [APFD-36] - 30/11/2021*/

/* Rocket on Quick Quote Questions Pages */

/* :L1037 */
/* :L1039 */
.page-quickquotequestions.created-from-newbusiness p.step-1 {
  display: block;
}
/* :L1043 */
/* :L1044 */
/* :L1045 */
/* :L1046 */
.page-quickquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"] {
  color: #da291c;
}
/* :L1048 */
.page-quickquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* Rocket on Quick Quote Display Page */

/*Edited by AnaFranciscoFr [APFD-36] */

/* :L1060 */
/* :L1066 */
.page-prequotequestions p.step-2,
.page-quote p.step-2,
.page-endorse p.step-2,
.page-quickquote p.step-2 {
  display: block;
}
/* :L1070 */
/* :L1071 */
/* :L1072 */
/* :L1073 */
.page-prequotequestions .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-quote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-endorse .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-quickquote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-prequotequestions .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-quote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-endorse .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-quickquote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"] {
  color: #da291c;
}
/* :L1078 */
/* :L1079 */
.page-prequotequestions .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-quote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-endorse .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-quickquote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L1084 */
/* :L1085 */
.page-prequotequestions .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before,
.page-quote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before,
.page-endorse .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before,
.page-quickquote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* Rocket on Pre-Quote Questions, Quote Display Page, Endorsement Page, Post-Quote Questions */

/*Edited by AnaFranciscoFr [APFD-36] */

/* :L1096 */
/* :L1098 */
.page-postquotequestions.created-from-newbusiness p.step-3 {
  display: block;
}
/* :L1102 */
/* :L1103 */
/* :L1104 */
/* :L1105 */
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"],
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"] {
  color: #da291c;
}
/* :L1111 */
/* :L1113 */
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L1118 */
/* :L1119 */
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* Rocket on Sale Confirmation Page */

/*Edited by AnaFranciscoFr [APFD-36] */

/* :L1130 */
/* :L1131 */
/* :L1132 */
/* :L1133 */
/* :L1134 */
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuoteCompleteLink"],
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"] {
  color: #da291c;
}
/* :L1141 */
/* :L1144 */
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before,
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L1149 */
/* :L1150 */
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuoteCompleteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* Mobile- Rocket on breadcrumb active link */

/* :L1160 */
/* :L1161 */
/* :L1162 */
/* :L1163 */
@media only screen and (max-width: 991px) {
  .package-12462 .breadcrumb-wrapper .button-links::before {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
/* :L1180 */
/* :L1181 */
/* :L1182 */
/* :L1183 */
/* :L1184 */
@media only screen and (max-width: 991px) {
  .page-quickquotequestions .breadcrumb-wrapper .button-links a[data-placeholder="~publicQuickQuoteLink"] {
    display: block;
  }
}
/* :L1194 */
/* :L1195 */
/* :L1196 */
/* :L1197 */
/* :L1198 */
@media only screen and (max-width: 991px) {
  .page-quickquote .breadcrumb-wrapper .button-links a[data-placeholder="~publicQuickQuoteDisplayLink"] {
    display: block;
  }
}
/* Breadcrumb progress bar (Completion) */

/* :L1209 */
/* :L1211 */
/* :L1212 */
/* :L1213 */
@media only screen and (max-width: 991px) {
  
}
/* Sticky Header */

/* :L1256 */
/* :L1257 */
/* :L1258 */
@media only screen and (max-width: 991px) {
  .package-12462 header.navbar .breadcrumb-wrapper {
    /* Edited by AnaFranciscoFr [APFD-35] - 06/12/2021*/
    height: 60px;
  }
}
/* :L1264 */
@media only screen and (max-width: 991px) {
  .package-12462 header.navbar .breadcrumb-wrapper .button-links > a {
    padding-top: 0;
    text-align: left;
    margin-right: 15px;
  }
}
/* Footer */

/* :L1278 */
/* :L1279 */
/* :L1281 */
body.created-from-newbusiness .footer,
body.created-from-mta .footer {
  /* Footer in the quote journey */
  position: unset;
  /* clear default style */

}
/* :L1287 */
.footer {
  height: auto;
  /* clear default style */

}
/* :L1290 */
.footer a {
  color: black;
}
/* :L1293 */
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #da291c;
  text-decoration: none;
}
/* :L1303 */
.footer-additional,
.instanda-built-by-footer {
  display: none;
}
/* :L1308 */
/* :L1309 */
.page-prequotequestions.page-number-1 .footer-additional {
  display: flex;
  justify-content: center;
}
/* :L1313 */
.page-prequotequestions.page-number-1 .footer-additional p {
  text-align: left;
  max-width: 470px;
}
/* Tables */

/* :L1321 */
table,
.table-bordered {
  border: 0;
}
/* :L1325 */
/* :L1327 */
/* :L1328 */
table thead tr th,
.table-bordered thead tr th,
table tbody tr th,
.table-bordered tbody tr th,
table thead tr td,
.table-bordered thead tr td,
table tbody tr td,
.table-bordered tbody tr td {
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 10px 8px;
}
/* :L1334 */
table thead tr th a,
.table-bordered thead tr th a,
table tbody tr th a,
.table-bordered tbody tr th a,
table thead tr td a,
.table-bordered thead tr td a,
table tbody tr td a,
.table-bordered tbody tr td a,
table thead tr th a:not(.btn),
.table-bordered thead tr th a:not(.btn),
table tbody tr th a:not(.btn),
.table-bordered tbody tr th a:not(.btn),
table thead tr td a:not(.btn),
.table-bordered thead tr td a:not(.btn),
table tbody tr td a:not(.btn),
.table-bordered tbody tr td a:not(.btn) {
  color: #da291c;
  text-decoration: none;
}
/* :L1340 */
table thead tr th .fa,
.table-bordered thead tr th .fa,
table tbody tr th .fa,
.table-bordered tbody tr th .fa,
table thead tr td .fa,
.table-bordered thead tr td .fa,
table tbody tr td .fa,
.table-bordered tbody tr td .fa {
  display: none;
}
/* Buttons */

/* :L1348 */
.btn,
.page-postquotequestions.page-number-2 .section-payment-details .policy-start-date a,
.page-postquotequestions #question120357 a {
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px;
  border-radius: 0;
  text-align: left;
  width: auto;
}
@media only screen and (min-width: 640px) {
  .btn {
    padding: 14px 48px 14px 24px;
  }
}
/* :L1362 */
.btn:hover,
.btn:active,
.btn:focus {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1370 */
.btn:active:hover,
.btn:active:focus {
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1376 */
.btn .fa {
  display: none;
}
/* :L1381 */
button[type="submit"],
#backButton,
.col-sidebar a.btn,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary,
.page-prequotequestions.page-number-1 .pull-left .btn-primary,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
#agentBackButton {
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px;
  border-radius: 0;
  text-align: left;
  width: auto;
  padding-right: 32px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  button[type="submit"],
  #backButton,
  .col-sidebar a.btn,
  .page-quickquotequestions.page-number-1 .pull-left .btn-primary,
  .page-quickquotequestions.page-number-3 .pull-left .btn-primary,
  .page-prequotequestions.page-number-1 .pull-left .btn-primary,
  .page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
  #agentBackButton {
    padding: 14px 48px 14px 24px;
  }
}
/* :L1362 */
button[type="submit"]:hover,
#backButton:hover,
.col-sidebar a.btn:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:hover,
#agentBackButton:hover,
button[type="submit"]:active,
#backButton:active,
.col-sidebar a.btn:active,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active,
#agentBackButton:active,
button[type="submit"]:focus,
#backButton:focus,
.col-sidebar a.btn:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:focus,
#agentBackButton:focus {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1370 */
button[type="submit"]:active:hover,
#backButton:active:hover,
.col-sidebar a.btn:active:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:hover,
#agentBackButton:active:hover,
button[type="submit"]:active:focus,
#backButton:active:focus,
.col-sidebar a.btn:active:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:focus,
#agentBackButton:active:focus {
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1376 */
button[type="submit"] .fa,
#backButton .fa,
.col-sidebar a.btn .fa,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary .fa,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary .fa,
.page-prequotequestions.page-number-1 .pull-left .btn-primary .fa,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a .fa,
#agentBackButton .fa {
  display: none;
}
@media only screen and (min-width: 768px) {
  button[type="submit"],
  #backButton,
  .col-sidebar a.btn,
  .page-quickquotequestions.page-number-1 .pull-left .btn-primary,
  .page-quickquotequestions.page-number-3 .pull-left .btn-primary,
  .page-prequotequestions.page-number-1 .pull-left .btn-primary,
  .page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
  #agentBackButton {
    max-width: 260px;
  }
}
/* :L1398 */
button[type="submit"]::before,
#backButton::before,
.col-sidebar a.btn::before,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary::before,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary::before,
.page-prequotequestions.page-number-1 .pull-left .btn-primary::before,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a::before,
#agentBackButton::before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 14px;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
}
@media only screen and (min-width: 640px) {
  button[type="submit"]::before,
  #backButton::before,
  .col-sidebar a.btn::before,
  .page-quickquotequestions.page-number-1 .pull-left .btn-primary::before,
  .page-quickquotequestions.page-number-3 .pull-left .btn-primary::before,
  .page-prequotequestions.page-number-1 .pull-left .btn-primary::before,
  .page-reviewreferrals .back-to-edit-quote-container.pull-left > a::before,
  #agentBackButton::before {
    right: 24px;
  }
}
/* :L1417 */
button[name="saveButton"],
#backButton,
.instanda-notes-button,
#copyQuoteButton,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary,
.page-prequotequestions.page-number-1 .pull-left .btn-primary,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
body:not(.page-quote) .col-sidebar a.btn,
#agentBackButton {
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px;
  border-radius: 0;
  text-align: left;
  width: auto;
  background-color: white;
  border: 1px solid gray;
  color: gray;
}
@media only screen and (min-width: 640px) {
  button[name="saveButton"],
  #backButton,
  .instanda-notes-button,
  #copyQuoteButton,
  .page-quickquotequestions.page-number-1 .pull-left .btn-primary,
  .page-quickquotequestions.page-number-3 .pull-left .btn-primary,
  .page-prequotequestions.page-number-1 .pull-left .btn-primary,
  .page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
  body:not(.page-quote) .col-sidebar a.btn,
  #agentBackButton {
    padding: 14px 48px 14px 24px;
  }
}
/* :L1362 */
button[name="saveButton"]:hover,
#backButton:hover,
.instanda-notes-button:hover,
#copyQuoteButton:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:hover,
body:not(.page-quote) .col-sidebar a.btn:hover,
#agentBackButton:hover,
button[name="saveButton"]:active,
#backButton:active,
.instanda-notes-button:active,
#copyQuoteButton:active,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active,
body:not(.page-quote) .col-sidebar a.btn:active,
#agentBackButton:active,
button[name="saveButton"]:focus,
#backButton:focus,
.instanda-notes-button:focus,
#copyQuoteButton:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:focus,
body:not(.page-quote) .col-sidebar a.btn:focus,
#agentBackButton:focus {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1370 */
button[name="saveButton"]:active:hover,
#backButton:active:hover,
.instanda-notes-button:active:hover,
#copyQuoteButton:active:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:hover,
body:not(.page-quote) .col-sidebar a.btn:active:hover,
#agentBackButton:active:hover,
button[name="saveButton"]:active:focus,
#backButton:active:focus,
.instanda-notes-button:active:focus,
#copyQuoteButton:active:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:focus,
body:not(.page-quote) .col-sidebar a.btn:active:focus,
#agentBackButton:active:focus {
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1376 */
button[name="saveButton"] .fa,
#backButton .fa,
.instanda-notes-button .fa,
#copyQuoteButton .fa,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary .fa,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary .fa,
.page-prequotequestions.page-number-1 .pull-left .btn-primary .fa,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a .fa,
body:not(.page-quote) .col-sidebar a.btn .fa,
#agentBackButton .fa {
  display: none;
}
/* :L1432 */
button[name="saveButton"]:hover,
#backButton:hover,
.instanda-notes-button:hover,
#copyQuoteButton:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:hover,
body:not(.page-quote) .col-sidebar a.btn:hover,
#agentBackButton:hover,
button[name="saveButton"]:active,
#backButton:active,
.instanda-notes-button:active,
#copyQuoteButton:active,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active,
body:not(.page-quote) .col-sidebar a.btn:active,
#agentBackButton:active,
button[name="saveButton"]:focus,
#backButton:focus,
.instanda-notes-button:focus,
#copyQuoteButton:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:focus,
body:not(.page-quote) .col-sidebar a.btn:focus,
#agentBackButton:focus,
button[name="saveButton"]:active:hover,
#backButton:active:hover,
.instanda-notes-button:active:hover,
#copyQuoteButton:active:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:hover,
body:not(.page-quote) .col-sidebar a.btn:active:hover,
#agentBackButton:active:hover,
button[name="saveButton"]:active:focus,
#backButton:active:focus,
.instanda-notes-button:active:focus,
#copyQuoteButton:active:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:focus,
body:not(.page-quote) .col-sidebar a.btn:active:focus,
#agentBackButton:active:focus {
  color: black;
  background-color: #f1f2f6;
  border-color: gray;
}
/* :L1443 */
#backButton,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary,
.page-prequotequestions.page-number-1 .pull-left .btn-primary,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
#agentBackButton {
  padding-left: 32px;
  width: 100%;
  text-align: right;
  float: left;
}
/* :L1454 */
#backButton::before,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary::before,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary::before,
.page-prequotequestions.page-number-1 .pull-left .btn-primary::before,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a::before,
#agentBackButton::before {
  left: 14px;
  right: auto;
  border-left: 0;
  border-right: 8px solid gray;
}
@media only screen and (min-width: 640px) {
  #backButton::before,
  .page-quickquotequestions.page-number-1 .pull-left .btn-primary::before,
  .page-quickquotequestions.page-number-3 .pull-left .btn-primary::before,
  .page-prequotequestions.page-number-1 .pull-left .btn-primary::before,
  .page-reviewreferrals .back-to-edit-quote-container.pull-left > a::before,
  #agentBackButton::before {
    right: 24px;
  }
}
/* :L1466 */
/* :L1467 */
.modal-footer button,
.modal-footer input {
  padding-right: 24px;
}
/* :L1473 */
.btn[disabled],
.btn[disabled]:hover {
  cursor: not-allowed;
  background-color: #ec948d;
  border-color: #ec948d;
  color: white;
}
/* :L1481 */
.instanda-main-content > form > .container .row,
#quote-content-form-wrapper > form > .container .row {
  /* Action buttons on every end of page */
  margin: 20px auto;
  padding: 0;
}
/* :L1486 */
.instanda-main-content > form > .container .row .col-lg-12,
#quote-content-form-wrapper > form > .container .row .col-lg-12 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 639px) {
  .instanda-main-content > form > .container .row .col-lg-12,
  #quote-content-form-wrapper > form > .container .row .col-lg-12 {
    flex-direction: column-reverse;
  }
}
/* :L1497 */
.instanda-main-content > form > .container .row .pull-right,
#quote-content-form-wrapper > form > .container .row .pull-right {
  text-align: right;
}
/* :L1501 */
.instanda-main-content > form > .container .row .pull-right input,
#quote-content-form-wrapper > form > .container .row .pull-right input,
.instanda-main-content > form > .container .row .pull-right button,
#quote-content-form-wrapper > form > .container .row .pull-right button,
.instanda-main-content > form > .container .row .pull-right a,
#quote-content-form-wrapper > form > .container .row .pull-right a {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .instanda-main-content > form > .container .row .pull-right input,
  #quote-content-form-wrapper > form > .container .row .pull-right input,
  .instanda-main-content > form > .container .row .pull-right button,
  #quote-content-form-wrapper > form > .container .row .pull-right button,
  .instanda-main-content > form > .container .row .pull-right a,
  #quote-content-form-wrapper > form > .container .row .pull-right a {
    margin: 0 0 0 10px;
  }
}
/* :L1512 */
.instanda-main-content > form > .container .row .pull-left,
#quote-content-form-wrapper > form > .container .row .pull-left {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .instanda-main-content > form > .container .row .pull-left,
  #quote-content-form-wrapper > form > .container .row .pull-left {
    min-width: 260px;
    margin-bottom: 0;
  }
}
/* :L1521 */
.instanda-main-content > form > .container .row .pull-left,
#quote-content-form-wrapper > form > .container .row .pull-left,
.instanda-main-content > form > .container .row .pull-right,
#quote-content-form-wrapper > form > .container .row .pull-right {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .instanda-main-content > form > .container .row .pull-left,
  #quote-content-form-wrapper > form > .container .row .pull-left,
  .instanda-main-content > form > .container .row .pull-right,
  #quote-content-form-wrapper > form > .container .row .pull-right {
    flex-basis: calc(50% - 10px);
  }
}
/* Forms */

/* :L1532 */
.form-control {
  padding: 0 16px;
  height: 50px;
  line-height: 1.2em !important;
  border: 1px solid #999999 !important;
  border-radius: 0;
  box-shadow: none;
  color: black;
  background-color: white !important;
  border-radius: 0 !important;
}
/* :L1543 */
.form-control--focused {
  background-color: white;
  border: 2px solid #da291c !important;
}
/* :L1549 */
.mdc-component-wrapper {
  position: relative;
}
/* :L1552 */
.mdc-component-wrapper .mdc-text-field {
  background-color: white !important;
  border-radius: 0;
  height: 50px;
  border: 1px solid #999999;
  outline: 2px solid transparent;
}
/* :L1559 */
/* :L1560 */
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
  border-bottom-color: #999999;
}
/* :L1564 */
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label--float-above {
  color: gray;
}
/* :L1571 */
.mdc-component-wrapper .mdc-text-field--filled::before {
  height: 37px;
}
/* :L1575 */
.mdc-component-wrapper .mdc-text-field--focused {
  border-color: #da291c;
  outline: 2px solid rgba(218, 41, 28, 0.5);
}
/* :L1579 */
/* :L1580 */
.mdc-component-wrapper .mdc-text-field--focused:not(.mdc-text-field--disabled) :not(.mdc-text-field--textarea) {
  border-bottom-color: #da291c;
}
/* :L1584 */
.mdc-component-wrapper .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: gray;
}
/* :L1590 */
.mdc-component-wrapper .mdc-text-field--disabled:not(.mdc-text-field--textarea) {
  border-bottom-color: #999999;
}
/* :L1594 */
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
  border: 0;
}
/* :L1598 */
.mdc-component-wrapper .mdc-text-field__input {
  background-color: white !important;
}
/* :L1601 */
.mdc-component-wrapper .mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  transform: translateY(-106%) scale(0.75);
}
/* :L1606 */
.mdc-component-wrapper .mdc-text-field:hover::before {
  background-color: transparent;
}
/* :L1611 */
.mdc-component-wrapper .mdc-select {
  line-height: 0;
}
/* :L1614 */
.mdc-component-wrapper .mdc-select__anchor {
  height: 50px;
  border: 1px solid #999999;
  outline: 2px solid transparent;
}
/* :L1620 */
.mdc-component-wrapper .mdc-select__anchor::before {
  height: 37px;
}
/* :L1622 */
.mdc-component-wrapper .mdc-select__anchor a .mdc-floating-label--float-above {
  transform: translateY(-55%) scale(0.75);
}
/* :L1629 */
.mdc-component-wrapper .mdc-select--focused .mdc-select__anchor {
  border-color: #da291c;
  outline: 2px solid rgba(218, 41, 28, 0.5);
}
/* :L1634 */
.mdc-component-wrapper .mdc-select__selected-text {
  height: 50px;
  background-color: white;
}
/* :L1639 */
.mdc-component-wrapper .mdc-select .mdc-select__anchor {
  border-radius: 0;
}
/* :L1649 */
/* :L1650 */
/* :L1651 */
/* :L1652 */
.mdc-component-wrapper .mdc-select:not(.mdc-text-field--disabled).mdc-select--focused .mdc-floating-label {
  color: gray;
}
/* :L1659 */
.mdc-component-wrapper .mdc-select:not(.mdc-text-field--disabled) .mdc-select__anchor {
  background-color: white;
}
/* :L1665 */
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line {
  padding-left: 0;
}
/* :L1668 */
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: #da291c;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0;
}
/* :L1703 */
textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L1708 */
select.form-control {
  -webkit-appearance: none;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=2kqnDNflAx8C9vScPF7bUQ__');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 13px 6px;
}
/* :L1716 */
select.gc-fr-postale-code {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 48px;
  border: 1px solid #999999;
  border-radius: 0;
  padding: 0 16px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px top 50%, 0 0;
  background-size: 10px 7px;
}
/* :L1731 */
.postcode-look-up {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
/* Forms' Material Design */

/* :L1774 */
.my-select--fullwidth,
.my-text-field--fullwidth {
  width: 100%;
}
/* :L1779 */
.my-mdc-hide {
  position: absolute !important;
  top: -99999px;
}
/* :L1784 */
/* :L1785 */
.my-mdc-off .my-mdc-hide {
  position: initial !important;
}
/* :L1788 */
.my-mdc-off .mdc-component-wrapper {
  display: none !important;
}
/* :L1793 */
/* :L1794 */
.instanda-question-label label {
  margin-bottom: 10px;
}
/* :L1799 */
.alert-danger {
  background-color: #fae682;
  border-radius: 4px;
  border: 0;
  margin: 20px;
  min-height: 50px;
  color: black;
  position: relative;
}
/* :L1808 */
.alert-danger.container {
  padding-left: 80px;
  padding-right: 20px;
}
/* :L1813 */
.alert-danger::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  left: 20px;
  top: 10px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=wNmmChhoNjPWWteZL7M8rw__") left top no-repeat;
  background-size: 100% auto;
  opacity: .6;
}
@media only screen and (min-width: 768px) {
  .alert-danger {
    margin: 20px auto 20px;
    max-width: 1120px;
  }
}
/* :L1831 */
.alert-danger button.close {
  opacity: 1;
  right: auto;
  z-index: 2;
}
/* :L1836 */
.alert-danger button.close span {
  color: #da291c;
}
/* :L1842 */
.label-danger {
  background-color: white;
  color: #da291c;
  font-weight: 400;
  display: inline-block;
}
/* :L1849 */
.field-validation-error,
.page-customerdetailschangepassword .field-validation-valid {
  font-size: 12px;
  color: #da291c;
  margin-top: 5px;
  display: inline-block;
}
/* Radio buttons */

/* :L1857 */
/* :L1860 */
.radio label {
  background-color: #f8f8f8;
  border: 1px solid #999999;
  font-weight: 700;
  padding: 15px;
}
/* :L1866 */
.radio label input {
  display: none;
}
/* :L1870 */
.radio label.instanda-selected {
  background-color: #da291c;
  color: white;
}
/* :L1878 */
.instanda-question-name-title {
  zoom: 1;
}
/* :L21 */
.instanda-question-name-title:before,
.instanda-question-name-title:after {
  content: "";
  display: table;
}
/* :L26 */
.instanda-question-name-title:after {
  clear: both;
}
/* :L1881 */
.instanda-question-name-title > div > .radio {
  display: inline-block;
  float: left;
  margin: 0;
}
/* :L1886 */
.instanda-question-name-title > div > .radio:first-child + div {
  margin-left: -1px;
}
/* :L1892 */
.radio-inline,
.page-quickquotequestions.page-number-4 #question121015 .radio > label,
.page-prequotequestions.page-number-1 #question118957 .radio > label {
  padding: 17px 34px;
  background-color: #f1f2f6;
  font-size: 12px;
  border-radius: 6px;
}
/* :L1898 */
.radio-inline input,
.page-quickquotequestions.page-number-4 #question121015 .radio > label input,
.page-prequotequestions.page-number-1 #question118957 .radio > label input {
  display: none;
}
/* :L1902 */
.radio-inline.instanda-selected,
.page-quickquotequestions.page-number-4 #question121015 .radio > label.instanda-selected,
.page-prequotequestions.page-number-1 #question118957 .radio > label.instanda-selected {
  background-color: #da291c;
  color: white;
}
/* Checkboxes */

/* :L1910 */
.checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .checkbox {
    align-items: flex-start;
  }
}
/* :L1919 */
.checkbox label {
  all: unset;
  cursor: pointer;
  position: relative;
  padding: 2px 5px 0 0;
}
/* :L1926 */
.checkbox label > input {
  border: 1px solid black;
  height: 40px;
  width: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition-duration: 0.3s;
  background-color: white;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .checkbox label > input {
    height: 12px;
    width: 12px;
  }
}
/* :L1945 */
.checkbox label > input:focus {
  outline: none;
}
/* :L1950 */
/* :L1951 */
.checkbox label.ticked {
  border-color: #da291c;
}
/* :L1954 */
.checkbox label.ticked::before {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 9px;
  width: 26px;
  height: 26px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=7gta-UJjrUAzfH8ZA72a5g__") center center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .checkbox label.ticked::before {
    left: 1px;
    top: 5px;
    width: 10px;
    height: 10px;
  }
}
/* :L1974 */
.checkbox label.ticked input {
  background-color: #da291c;
  border-color: #da291c;
}
/* :L1981 */
.checkbox span {
  color: black;
  display: inline-block;
  padding-left: 5px;
}
/* :L1987 */
.checkbox input[type=checkbox] {
  position: relative;
  /* Override bootstrap's default style */
  margin: 0 10px 0 0;
  /* Override bootstrap's default style */

}
/* :L1993 */
.instanda-question-parent-yes-no + div[id*="_Children"] {
  margin-top: 40px;
}
/* Help Texts Banner */

/* :L1999 */
/* :L2009 */
/* :L2012 */
.page-quickquotequestions .instanda-questionList > .instanda-well:first-child .instanda-container-fluid:first-child > .container,
.page-prequotequestions #question118956 .instanda-container-fluid:first-child > .container,
.page-prequotequestions #question120226 .instanda-container-fluid:first-child > .container,
.page-prequotequestions #question120292 .instanda-container-fluid:first-child > .container,
.page-quote #instanda-quote-content > .questionList > .instanda-well .instanda-container-fluid:first-child > .container,
.page-postquotequestions #question120358 .instanda-container-fluid:first-child > .container,
.page-postquotequestions #question120291 .instanda-container-fluid:first-child > .container,
.page-postquotequestions #question119073 .instanda-container-fluid:first-child > .container,
.page-confirmation2 #question118956 .instanda-container-fluid:first-child > .container,
.page-cancellationconfirmation .instanda-main-content-container > .questionList > .instanda-well .instanda-container-fluid:first-child > .container,
.page-quickquotequestions .instanda-questionList > .instanda-well:first-child.instanda-container-fluid:first-child > .container,
.page-prequotequestions #question118956.instanda-container-fluid:first-child > .container,
.page-prequotequestions #question120226.instanda-container-fluid:first-child > .container,
.page-prequotequestions #question120292.instanda-container-fluid:first-child > .container,
.page-quote #instanda-quote-content > .questionList > .instanda-well.instanda-container-fluid:first-child > .container,
.page-postquotequestions #question120358.instanda-container-fluid:first-child > .container,
.page-postquotequestions #question120291.instanda-container-fluid:first-child > .container,
.page-postquotequestions #question119073.instanda-container-fluid:first-child > .container,
.page-confirmation2 #question118956.instanda-container-fluid:first-child > .container,
.page-cancellationconfirmation .instanda-main-content-container > .questionList > .instanda-well.instanda-container-fluid:first-child > .container {
  width: fit-content;
  text-align: center;
  min-height: 50px;
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 21px;
}
/* Help Texts Banner desktop */

@media (min-width: 992px) {
  /* :L2025 */
  /* :L2034 */
  /* :L2037 */
  .page-prequotequestions #question118956 .instanda-container-fluid:first-child > .container,
  .page-prequotequestions #question120226 .instanda-container-fluid:first-child > .container,
  .page-prequotequestions #question120292 .instanda-container-fluid:first-child > .container,
  .page-quote #instanda-quote-content > .questionList > .instanda-well .instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question120358 .instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question120291 .instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question119073 .instanda-container-fluid:first-child > .container,
  .page-confirmation2 #question118956 .instanda-container-fluid:first-child > .container,
  .page-cancellationconfirmation .instanda-main-content-container > .questionList > .instanda-well .instanda-container-fluid:first-child > .container,
  .page-prequotequestions #question118956.instanda-container-fluid:first-child > .container,
  .page-prequotequestions #question120226.instanda-container-fluid:first-child > .container,
  .page-prequotequestions #question120292.instanda-container-fluid:first-child > .container,
  .page-quote #instanda-quote-content > .questionList > .instanda-well.instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question120358.instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question120291.instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question119073.instanda-container-fluid:first-child > .container,
  .page-confirmation2 #question118956.instanda-container-fluid:first-child > .container,
  .page-cancellationconfirmation .instanda-main-content-container > .questionList > .instanda-well.instanda-container-fluid:first-child > .container {
    width: 502px;
    text-align: center;
    min-height: 50px;
    font-size: 16px;
  }
}
/* Help Texts Banner desktop - 1st page journey */

@media (min-width: 992px) {
  /* :L2049 */
  /* :L2050 */
  /* :L2053 */
  .page-quickquotequestions .instanda-questionList > .instanda-well:first-child .instanda-container-fluid:first-child > .container,
  .page-quickquotequestions .instanda-questionList > .instanda-well:first-child.instanda-container-fluid:first-child > .container {
    width: 582px;
    text-align: center;
    min-height: 50px;
    font-size: 16px;
  }
}
/* Help Texts */

/* :L2064 */
.mdc-component-wrapper + .instanda-responsive-help-text {
  margin-top: 10px;
  font-size: 12px;
}
/* :L2069 */
.mdc-component-wrapper + .instanda-responsive-help-text .col-lg-7 {
  width: 100%;
}
/* :L2075 */
/* :L2080 */
.instanda-responsive-help-icon-container a {
  display: block;
}
/* :L2083 */
.instanda-responsive-help-icon-container a i {
  width: 24px;
  height: 24px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=JXrcOKC8hNhf1QlUjb1Rjg__") center center no-repeat;
  background-size: 100% auto;
}
/* :L2089 */
.instanda-responsive-help-icon-container a i::before {
  display: none;
}
/* :L2095 */
.mdc-component-wrapper .instanda-responsive-help-icon-container {
  position: absolute;
  right: 0;
  top: 50px;
}
@media only screen and (min-width: 768px) {
  .mdc-component-wrapper .instanda-responsive-help-icon-container {
    top: 10px;
    right: -36px;
  }
}
/* Document List */

/* :L2108 */
#documentsList {
  padding: 0;
}
/* :L2111 */
#documentsList li {
  list-style-type: none;
  margin-bottom: 8px;
}
/* :L2115 */
#documentsList li a {
  position: relative;
  padding-left: 25px;
}
/* :L2119 */
#documentsList li a::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\f019";
  display: block;
  font-family: fontAwesome;
  font-size: 16px;
  color: #da291c;
}
/* :L2130 */
#documentsList li a:hover {
  color: #da291c;
}
/* Single column form width and align center */
/* :L2141 */
.page-prequotequestions.page-number-3 #question119686,
.page-quickquotequestions.page-number-3 .instanda-well:not(:first-child) .questionItem,
.page-quickquotequestions.page-number-3 form > .container .row,
.page-quickquotequestions.page-number-4 form > .container .row,
.page-quote form > .container .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .page-prequotequestions.page-number-3 #question119686,
  .page-quickquotequestions.page-number-3 .instanda-well:not(:first-child) .questionItem,
  .page-quickquotequestions.page-number-3 form > .container .row,
  .page-quickquotequestions.page-number-4 form > .container .row,
  .page-quote form > .container .row {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* :L2154 */
.page-prequotequestions.page-number-3 #question119686 .container,
.page-quickquotequestions.page-number-3 .instanda-well:not(:first-child) .questionItem .container,
.page-quickquotequestions.page-number-3 form > .container .row .container,
.page-quickquotequestions.page-number-4 form > .container .row .container,
.page-quote form > .container .row .container {
  max-width: 100%;
}
/* :L2160 */
/* :L2161 */
.questionItem.container .instanda-question-input.col-lg-6 {
  width: 100%;
}
/* :L2166 */
/* :L2167 */
/* :L2168 */
/* :L2169 */
.container > .row > div[class*="col-"] .container {
  padding-left: 0;
  padding-right: 0;
}
/* Quick Quote Questions */

/* :L2178 */
#question118955 {
  /* Quick-quote question page 2 "Quelle type d’assurance professionnelle souhaitez vous ?" */
  text-align: center;
}
/* :L2181 */
#question118955 > .instanda-question-label {
  display: none;
}
/* :L2185 */
#question118955 .form-group {
  width: 100%;
  margin: 0;
}
/* :L2189 */
#question118955 .form-group .instanda-question-input.col-lg-6 {
  width: 100%;
  max-width: 1020px;
  display: inline-block;
  float: none;
}
/* :L2195 */
/* :L2206 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice {
  width: 100%;
  text-align: center;
  margin: 0;
  align-self: stretch;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice {
    padding: 0 20px;
  }
}
/* :L2217 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice label {
  display: inline-block !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  border: 1px solid #f1f2f6;
  -webkit-box-shadow: 0 0 0 2px #f1f2f6;
  box-shadow: 0 0 0 2px #f1f2f6;
  width: 100%;
  height: 100%;
  padding: 82px 25px 100px 25px;
  background-color: white;
  position: relative;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=8c0hZkOZ8DhIVshheUnk5w__") center 25px no-repeat;
  background-size: auto 42px;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice label {
    margin-bottom: 0;
  }
}
/* :L2245 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice label::before {
  position: absolute;
  content: "Choisir";
  padding: 14px 24px;
  font-size: 18px;
  text-align: left;
  color: white;
  background: #da291c;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: auto;
}
/* :L2259 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice label::after {
  position: absolute;
  bottom: 46px;
  right: 48px;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
}
/* :L2272 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice label.instanda-selected {
  border-color: #da291c;
  color: black;
  -webkit-box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
  box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
}
/* :L2280 */
/* :L2281 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice:first-child label {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=xEXvYkv3ECWwuAWYTG4O%2Cw__');
}
/* :L2286 */
/* :L2287 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice:nth-child(3) label {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=pWpz8%2Cmyq728diPeC05tRw__');
}
/* :L2297 */
/* :L2298 */
/* :L2299 */
/* :L2300 */
.page-quickquotequestions #question119038 .instanda-question-input > .instanda-question-label {
  display: none;
}
/* :L2306 */
/* :L2307 */
/* :L2308 */
.page-quickquotequestions.page-number-3 .questionHeader h3 {
  padding-left: 120px;
  color: gray;
  height: 96px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=-iMvQAg-a7uSEvR4SwSkuw__") left center no-repeat;
  background-size: 96px auto;
  vertical-align: middle;
  display: table-cell;
}
/* :L2313 */
/* :L2314 */
.page-quickquotequestions.page-number-3 #question118932 h3 {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=mPPAkwfMEVPnvKsbeX6m%2Cg__');
}
/* :L2319 */
.page-quickquotequestions.page-number-3 #question118943 {
  margin: 30px auto 0;
}
/* :L2323 */
.page-quickquotequestions.page-number-3 #question118934 {
  /* Address question */
  margin-bottom: 0;
}
/* :L2326 */
/* :L2327 */
/* :L2328 */
/* :L2329 */
.page-quickquotequestions.page-number-3 #question118934 .instanda-question-input > div > .form-group .instanda-address-line-2 + .mdc-component-wrapper {
  margin: 20px 0;
}
/* :L2335 */
.page-quickquotequestions.page-number-3 #question118934 .instanda-question-input > .form-group {
  margin-bottom: 20px;
}
/* :L2340 */
.page-quickquotequestions.page-number-3 #question118934 .instanda-address-city-label,
.page-quickquotequestions.page-number-3 #question118934 .instanda-address-postcode-label {
  display: none;
}
/* Pre-Quote Questions */

/* :L2349 */
.page-prequotequestions #question118959,
.page-prequotequestions #question119054,
.page-prequotequestions #question119686 {
  /* Add full-width border underneath a section */
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
/* :L2356 */
.page-prequotequestions #question118959::before,
.page-prequotequestions #question119054::before,
.page-prequotequestions #question119686::before {
  width: 500%;
  height: 2px;
  background-color: #f1f2f6;
  display: block;
  content: "";
  bottom: 0;
  left: calc((100vw - 100%)/-2);
  position: absolute;
  max-width: 100vw;
}
/* :L2369 */
/* :L2370 */
/* :L2371 */
.page-prequotequestions form > .container,
.page-prequotequestions form > .container > .row {
  max-width: 100%;
}
/* :L2378 */
/* :L2379 */
/* :L2380 */
.page-prequotequestions.page-number-1 .questionHeader h3,
.page-quickquotequestions.page-number-4 #question121029 .instanda-question-label label,
.page-quickquotequestions.page-number-4 #question121018 h3,
.page-quickquotequestions.page-number-4 #question121021 h3 {
  padding-left: 120px;
  color: gray;
  height: 96px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=-iMvQAg-a7uSEvR4SwSkuw__") left center no-repeat;
  background-size: 96px auto;
  vertical-align: middle;
  display: table-cell;
}
/* :L2385 */
/* :L2386 */
/* :L2387 */
.page-prequotequestions.page-number-1 #question118960 .questionHeader h3 {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=mPPAkwfMEVPnvKsbeX6m%2Cg__');
}
/* :L2393 */
.page-prequotequestions.page-number-1 #question119054 {
  margin-bottom: 20px;
}
/* :L2397 */
.page-prequotequestions.page-number-1 #question118957 {
  /* M. / Mme. */
  margin-bottom: 0;
}
/* :L2400 */
.page-prequotequestions.page-number-1 #question118957 > .instanda-question-label {
  display: none;
}
/* :L2404 */
.page-prequotequestions.page-number-1 #question118957 .radio {
  width: calc(50% - 10px);
}
/* :L2407 */
.page-prequotequestions.page-number-1 #question118957 .radio:first-child {
  margin-right: 20px;
}
/* :L2411 */
.page-prequotequestions.page-number-1 #question118957 .radio > label {
  width: 100%;
  text-align: center;
  border: 0;
  font-weight: 400;
  font-size: 12px;
  color: black;
}
/* :L2424 */
/* :L2425 */
/* :L2426 */
/* :L2435 */
.page-prequotequestions.page-number-2 form .instanda-well .questionItem.container,
.page-prequotequestions.page-number-2 form .instanda-well .questionHeader.container {
  max-width: 100%;
}
/* :L2440 */
@media only screen and (min-width: 640px) {
  .page-prequotequestions.page-number-2 form .instanda-well .instanda-question-label {
    width: calc(100% - 200px);
  }
}
/* :L2445 */
.page-prequotequestions.page-number-2 form .instanda-well .instanda-question-label label {
  font-weight: 400;
}
/* :L2450 */
.page-prequotequestions.page-number-2 form .instanda-well > .instanda-container-fluid:not(#question118963) {
  margin-bottom: 40px;
}
/* :L2454 */
.page-prequotequestions.page-number-2 form .instanda-well > .questionItem.container {
  position: relative;
  min-height: 52px;
}
/* :L2458 */
@media only screen and (min-width: 640px) {
  .page-prequotequestions.page-number-2 form .instanda-well > .questionItem.container .instanda-text-question {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
  }
}
/* :L2468 */
.page-prequotequestions.page-number-2 form .instanda-well .instanda-question-help-col {
  position: absolute;
  top: 0;
  left: -40px;
}
/* :L2476 */
/* :L2477 */
.page-prequotequestions.page-number-2 .questionHeader h3 {
  padding-left: 120px;
  color: gray;
  height: 96px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=-iMvQAg-a7uSEvR4SwSkuw__") left center no-repeat;
  background-size: 96px auto;
  vertical-align: middle;
  display: table-cell;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=3VcGYaRqcyGjBZ2HLl13gg__');
}
/* :L2484 */
/* :L2486 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .col-empty,
.page-prequotequestions.page-number-3:not(.created-from-mta) .col-main,
.page-prequotequestions.page-number-3:not(.created-from-mta) .col-sidebar {
  width: 100%;
}
/* :L2493 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .sidebar-wrapper {
  display: none;
}
/* :L2498 */
/* :L2501 */
/* :L2502 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question119687 .instanda-question-input > .form-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) #question119687 .instanda-question-input > .form-group {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) #question119687 .instanda-question-input > .form-group {
    flex-wrap: nowrap;
  }
}
/* :L2519 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice {
    flex-basis: calc((100% - 20px) / 4);
  }
}
/* :L2538 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice:last-child {
  margin-right: 0;
}
/* :L2542 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 50px 30px 70px;
  background-color: #f1f2f6;
  border: 1px solid #f1f2f6;
  -webkit-box-shadow: 0 0 0 2px #f1f2f6;
  box-shadow: 0 0 0 2px #f1f2f6;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label {
    min-height: 231px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* :L2566 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label .payment-amount {
  font-size: 16px;
  /*Edited by AnaFranciscoFr - APFD-45 */
  color: gray;
  order: 1;
  display: flex;
  flex-wrap: wrap;
}
/* :L2573 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label .payment-amount > div {
  flex-basis: 100%;
}
/* :L2577 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label .payment-amount .amount {
  font-size: 48px;
  color: #da291c;
  line-height: 1;
  margin: 20px 0 5px;
  position: relative;
}
/* :L2584 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label .payment-amount .amount .dollar-sign {
  font-size: 20px;
  font-weight: 700;
  color: #da291c;
  position: relative;
  right: 18px;
  top: -17px;
}
/* :L2593 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label .payment-amount .amount .unit {
  font-size: 10px;
  font-weight: 400;
  color: gray;
  margin-left: 5px;
}
/* :L2602 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label::before {
  position: absolute;
  content: "";
  background: white;
  bottom: 16px;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  margin-left: -12px;
}
/* :L2614 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label::after {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -4px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: white;
}
/* :L2627 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label.instanda-selected {
  background-color: white;
  border-color: #da291c;
  color: black;
  -webkit-box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
  box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
}
/* :L2634 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label.instanda-selected::before {
  background-color: #da291c;
}
/* :L2642 */
/* :L2643 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question119686 .instanda-question-label {
  text-align: center;
  margin-bottom: 20px;
}
/* :L2647 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question119686 .instanda-question-label label {
  font-weight: 400;
  font-size: 24px;
  color: gray;
}
/* :L2656 */
/* :L2657 */
/* :L2658 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question120230 .section-payment-title h3,
.page-prequotequestions.page-number-3:not(.created-from-mta) #question120230 .section-payment-title p {
  text-align: center;
}
/* :L2663 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question120230 .section-payment-title h3 {
  font-weight: 400;
  font-size: 24px;
  color: gray;
  margin-top: 0;
}
/* :L2670 */
/* :L2671 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question120230 .section-payment-title p span {
  color: gray;
}
/* :L2679 */
/* :L2680 */
.page-prequotequestions.page-number-3.created-from-mta .payment-amount {
  display: none;
}
/* :L2684 */
/* :L2685 */
.page-prequotequestions.page-number-3.created-from-mta .instanda-well .instanda-question-item {
  text-align: center;
}
/* :L2690 */
/* :L2691 */
.page-prequotequestions.page-number-3.created-from-mta #question119687 .instanda-question-label {
  display: none;
}
/* Quote Display */

/* :L2698 */
/* :L2699 */
.page-quote #quote-content {
  width: 100%;
  overflow-x: hidden;
}
/* :L2704 */
/* :L2705 */
.page-quote form > .container {
  /* Override the system's */
  padding-left: 15px;
  padding-right: 15px;
}
/* :L2711 */
/* :L2712 */
.page-quote .col-main h3,
.page-quote .col-main ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .page-quote .col-main h3,
  .page-quote .col-main ul {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* :L2723 */
.page-quote .col-main h3,
.page-quote .col-main ul li {
  padding-left: 90px;
}
/* :L2728 */
.page-quote .col-main h3 {
  color: gray;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 2px solid #f1f2f6;
  margin-top: 0;
  margin-bottom: 8px;
}
/* :L2737 */
.page-quote .col-main ul {
  padding: 0;
}
/* :L2740 */
.page-quote .col-main ul li {
  list-style-type: none;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f1f2f6;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ggW%2CHEg5lgIXOsEX5XTAFA__") 38px center no-repeat;
  background-size: 24px auto;
}
/* :L2748 */
.page-quote .col-main ul li label {
  font-size: 10px;
  font-weight: 400;
  color: gray;
}
/* :L2754 */
.page-quote .col-main ul li:last-child {
  margin-bottom: 0;
}
/* :L2758 */
.page-quote .col-main ul li.form-company-address,
.page-quote .col-main ul li.form-address {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=oIVlsg6DEQoETNSJ18FHLg__');
}
/* :L2763 */
.page-quote .col-main ul li.form-name {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=bgTf73uw3lyo-o8i6LWGpg__');
}
/* :L2767 */
.page-quote .col-main ul li.form-activity {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=03wqWQWB81rH98AC7Tt4xg__');
}
/* :L2771 */
.page-quote .col-main ul li.form-phone {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=yiWrB8bDrNHX0TZcDMMv9Q__');
}
/* :L2775 */
.page-quote .col-main ul li.form-turnover {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=KUytqpxrjDn%2CDAQXUQuoPw__');
}
/* :L2779 */
.page-quote .col-main ul li.form-email {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=DgP1CYAJ7jb5Kd3dPo4cBA__');
}
/* :L2783 */
.page-quote .col-main ul li.form-premises-surface {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Hflh57tsNxD0ScBEf5aVaw__');
}
/* :L2787 */
.page-quote .col-main ul li.form-occupation {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Q8i%2Car-Lf-59GtDpFdtSLg__');
}
/* :L2791 */
.page-quote .col-main ul li.form-content-amount {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=geoLcBd8ggAbvTqAaD57lw__');
}
/* :L2795 */
.page-quote .col-main ul li.form-historical-monument {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=WOLd4LFFis1ChQcRiHiOVw__');
}
/* :L2799 */
.page-quote .col-main ul li.form-historical-monument {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=WOLd4LFFis1ChQcRiHiOVw__');
}
/* :L2803 */
.page-quote .col-main ul li.form-policy-start-date {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=HAYl5nzpz-YySoPe33M8UQ__');
}
/* :L2807 */
.page-quote .col-main ul li.form-document {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=hRzyKc9hUdQjc8UEBBkgUw__');
}
/* :L2813 */
.page-quote .col-main .mta-info {
  margin-bottom: 40px;
}
/* :L2816 */
.page-quote .col-main .mta-info h3 {
  margin-bottom: 0;
}
/* :L2820 */
.page-quote .col-main .mta-info .form-added-premium {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=geoLcBd8ggAbvTqAaD57lw__');
}
/* :L2827 */
.page-quote .col-main .section-wrapper {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
/* :L2832 */
.page-quote .col-main .section-wrapper::before {
  position: absolute;
  width: 500%;
  height: 2px;
  background-color: #f1f2f6;
  content: "";
  left: -200%;
  bottom: 0;
  display: block;
}
/* :L2846 */
.page-quote #packageDocuments > a {
  display: none;
}
/* Post-quote Questions page */

/* :L2852 */
/* :L2853 */
.page-postquotequestions h3 {
  color: gray;
}
/* :L2857 */
/* :L2858 */
.page-postquotequestions form .questionItem.container,
.page-postquotequestions form .questionHeader.container,
.page-postquotequestions form > .container,
.page-postquotequestions form > .container > .row {
  max-width: 100%;
}
/* :L2866 */
/* :L2867 */
.page-postquotequestions.page-number-1 h3 {
  padding-top: 205px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=PnODhqyBMx7qgHSNQ4JXVw__") center top no-repeat;
  background-size: 166px auto;
}
/* :L2874 */
.page-postquotequestions #question120357 {
  margin-bottom: 0;
}
/* :L2877 */
.page-postquotequestions #question120357 a {
  line-height: 20px;
  background-color: white;
  border: 1px solid gray;
  color: gray;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
/* :L2888 */
.page-postquotequestions #question120357 a:hover {
  background-color: #f1f2f6;
}
/* :L2892 */
.page-postquotequestions #question120357 a::before {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  top: 13px;
  right: 12px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=47L11LeB4wcpdaEVgwAmkw__") center center no-repeat;
  background-size: 100% auto;
}
/* :L2906 */
/* :L2907 */
.page-postquotequestions.page-number-2 h3 {
  padding-left: 120px;
  color: gray;
  height: 96px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=-iMvQAg-a7uSEvR4SwSkuw__") left center no-repeat;
  background-size: 96px auto;
  vertical-align: middle;
  display: table-cell;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=iIGoDbXPGyH10qLorlKPpw__');
}
/* :L2918 */
.page-postquotequestions.page-number-2 .instanda-payment-options {
  display: none;
}
/* :L2923 */
/* :L2924 */
.page-postquotequestions #question119074 .questionHeader {
  padding-left: 0;
  padding-right: 0;
}
/* :L2930 */
.page-postquotequestions #question121348 {
  position: relative;
  margin-bottom: 40px;
}
/* :L2934 */
.page-postquotequestions #question121348 .secure_payment {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  color: #da291c;
  font-size: 14px;
  font-style: italic;
}
/* :L2943 */
.page-postquotequestions #question121348 .secure_payment span {
  width: 16px;
  height: 21px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=3hC%2CupE91w1UoZ3aWYyuYQ__") center center no-repeat;
  background-size: auto 21px;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: text-bottom;
}
/* :L2955 */
/* :L2956 */
.page-postquotequestions:not(.page-number-1) .package-name-for-document {
  display: none !important;
}
/* :L2961 */
/* :L2962 */
.page-postquotequestions:not(.page-number-2) .section-payment-details {
  display: none;
}
/* :L2967 */
.page-postquotequestions .section-payment-details {
  margin-bottom: 40px;
}
/* :L2970 */
.page-postquotequestions .section-payment-details > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
}
/* :L2978 */
.page-postquotequestions .section-payment-details > div > div:first-child {
  flex-basis: 175px;
}
/* :L2982 */
.page-postquotequestions .section-payment-details > div label {
  color: gray;
  margin-bottom: 0;
}
/* :L2988 */
.page-postquotequestions .section-payment-details .notes {
  margin-top: 20px;
}
/* :L2993 */
.page-postquotequestions #question121345 {
  /* Address fields */
  display: none;
}
/* :L2997 */
/* :L2998 */
/* :L2999 */
.page-postquotequestions:not(.created-from-mta):not(.created-from-renewal) #question119074 .instanda-question-parent-yes-no {
  display: none;
}
/* :L3005 */
/* :L3006 */
.page-postquotequestions #question119074 .instanda-question-parent-yes-no {
  margin-bottom: 40px;
}
/* :L3010 */
.page-postquotequestions #question119074 #PaymentMode_YN_Children {
  margin-top: 0;
}
/* Form fields with units, e.g. %, m2... */

/* :L3017 */
/* :L3020 */
/* :L3021 */
#question118941 > .mdc-component-wrapper input,
#question118942 > .mdc-component-wrapper input,
#question118945 > .mdc-component-wrapper input {
  padding-right: 40px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Hflh57tsNxD0ScBEf5aVaw__") right 12px center no-repeat;
  background-size: 24px auto;
}
/* :L3029 */
/* :L3031 */
/* :L3032 */
#question118945 > .mdc-component-wrapper input,
#question118942 > .mdc-component-wrapper input {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=geoLcBd8ggAbvTqAaD57lw__');
}
/* Shopping Basket */

/* :L3039 */
.col-sidebar {
  /*display: none; Commented by AnaFranciscoFr - APFD-131*/
  font-size: 12.5px;
  /* Added by GuilhermePereiraFR (APFD-2038)*/

}
@media only screen and (min-width: 768px) {
  .col-sidebar {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .col-sidebar {
    margin-top: -121px;
  }
}
/* :L3051 */
.col-sidebar .sidebar-wrapper {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  background-color: white;
}
@media (min-width: 769px) {
  .col-sidebar .sidebar-wrapper {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    background-color: white;
    margin-top: 122px;
  }
}
/* :L3063 */
.col-sidebar .sidebar-wrapper > div {
  clear: both;
}
/* :L3067 */
.col-sidebar .sidebar-wrapper h5 {
  margin: 0;
}
/* :L3072 */
.col-sidebar .elements-wrapper {
  padding: 0 20px;
}
/* :L3076 */
.col-sidebar .sidebar-title {
  border-top: 4px solid #da291c;
  border-bottom: 2px solid #f1f2f6;
  padding: 20px 0;
}
/* :L3081 */
.col-sidebar .sidebar-title h3 {
  margin: 0;
}
/* :L3086 */
/* :L3090 */
.col-sidebar .sidebar-main h5 {
  margin-bottom: 13px;
}
/* :L3094 */
.col-sidebar .sidebar-main .guarantee {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=0KeT2yVFSiXywTzPDfketg__') left 3px no-repeat;
  background-size: 12px auto;
}
/* :L3100 */
.col-sidebar .sidebar-main .guarantee:empty {
  margin: 0;
}
/* :L3105 */
.col-sidebar .sidebar-main .premium {
  font-weight: 700;
}
/* :L3110 */
.col-sidebar .two-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
/* :L3117 */
.col-sidebar .type-rcp .title h5,
.col-sidebar .type-pbh .title h5 {
  margin-top: 20px;
}
/* :L3122 */
.col-sidebar .type-pbh .title h5 {
  position: relative;
  padding-top: 20px;
}
/* :L3126 */
.col-sidebar .type-pbh .title h5::after {
  position: absolute;
  top: 0;
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  display: block;
  background-color: #f1f2f6;
  margin-left: -20px;
}
/* :L3138 */
.col-sidebar .type-rcp .title h5:empty,
.col-sidebar .type-pbh .title h5:empty {
  padding: 0;
  margin: 0;
}
/* :L3143 */
.col-sidebar .type-rcp .title h5:empty::after,
.col-sidebar .type-pbh .title h5:empty::after {
  display: none;
}
/* :L3148 */
.col-sidebar .type-rcp .title h5:empty {
  margin-top: -20px;
}
/* :L3152 */
.col-sidebar .left {
  margin-right: 10px;
}
/* :L3157 */
.col-sidebar .right {
  text-align: right;
  min-width: 80px;
}
/* :L3162 */
.col-sidebar .unit {
  font-size: 12px;
  color: gray;
  text-align: right;
  margin-top: 5px;
}
/* :L3169 */
.col-sidebar .sidebar-sum {
  border-top: 2px solid #f1f2f6;
  padding: 20px 0;
  margin-top: 20px;
}
/* :L3174 */
/* :L3175 */
.col-sidebar .sidebar-sum > .elements-wrapper > div {
  margin-bottom: 10px;
}
/* :L3178 */
.col-sidebar .sidebar-sum > .elements-wrapper > div .left {
  font-weight: 500;
}
/* :L3182 */
.col-sidebar .sidebar-sum > .elements-wrapper > div .right {
  font-size: 20px;
}
/* :L3186 */
/* :L3187 */
.col-sidebar .sidebar-sum > .elements-wrapper > div.total .left,
.col-sidebar .sidebar-sum > .elements-wrapper > div.total .right {
  letter-spacing: -0.3px;
  font-size: 20px;
  line-height: 1.2;
}
/* :L3195 */
.col-sidebar .sidebar-sum > .elements-wrapper > div.total .left {
  text-transform: uppercase;
}
/* :L3203 */
.col-sidebar .sidebar-cta {
  border-top: 2px solid white;
  margin-top: -2px;
  padding-bottom: 20px;
}
/* :L3210 */
/* :L3211 */
/* :L3212 */
body:not(.page-quote) .col-sidebar .sidebar-cta a {
  width: 100%;
}
/* :L3215 */
body:not(.page-quote) .col-sidebar .sidebar-cta a::before {
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=FbDKM9c5Pp4ezJBtDgoY2g__") center center no-repeat;
  background-size: 25px auto;
  margin-top: -11px;
  border: 0;
  top: 50%;
  right: 24px;
  width: 25px;
  height: 22px;
}
/* Swiper */

/* :L3230 */
.my-swiper-container {
  position: relative;
  margin: -20px 0 0;
  padding: 20px 0;
  overflow: hidden;
}
/* :L3236 */
.my-swiper-container .swiper-button-prev {
  left: 0;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=hY0SsTHuIDITDeKWyUCm9w__');
}
/* :L3241 */
.my-swiper-container .swiper-button-next {
  right: 0;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=FK9rpRSX7xjP-ZIcHax8RA__');
}
/* :L3246 */
.my-swiper-container .swiper-button-prev,
.my-swiper-container .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 16px auto;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
/* :L3254 */
.my-swiper-container .swiper-button-prev:active,
.my-swiper-container .swiper-button-next:active {
  background-color: rgba(0, 0, 0, 0.2);
}
/* Tooltips */

/* :L3261 */
/* :L3262 */
.help-text a {
  display: inline-block;
  border: 0;
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 27px;
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=JXrcOKC8hNhf1QlUjb1Rjg__') center 3px no-repeat;
  background-size: 100% auto;
  vertical-align: text-top;
}
@media only screen and (min-width: 768px) {
  .help-text a {
    width: 12px;
    height: 15px;
    vertical-align: middle;
  }
}
/* :L3279 */
.help-text a:hover {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ywC3i2594ejzTY6WQocIjA__');
}
/* :L3284 */
.help-text .tooltip-inner {
  padding: 17px 25px;
  font-size: 10px;
}
/* :L3290 */
/* :L3291 */
.popup_content {
  background-color: #262f34;
  border-radius: 4px;
  padding: 35px 25px 15px;
  font-size: 12px;
  line-height: 17px;
  color: white;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
/* :L3301 */
.popup_close {
  border: 0 none;
  background-color: transparent;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 32px;
}
/* tooltip */

/* :L3312 */
.tippy-tooltip.custom-theme {
  font-size: 11px;
}
/* :L3315 */
.tippy-tooltip.custom-theme .tippy-content {
  padding: 10px;
}
/* :L3317 */
.tippy-tooltip.custom-theme .tippy-content ul {
  padding-left: 20px;
}
/* :L3320 */
.tippy-tooltip.custom-theme .tippy-content > *:last-child {
  margin-bottom: 0;
}
/* Twitter typeahead auto-complete */

/* :L3327 */
/* :L3328 */
.twitter-typeahead .tt-suggestion {
  white-space: normal;
}
/* Loading Animation */

/* :L3334 */
#WaitingAnimationGraphic {
  z-index: 1000;
}
/* :L3337 */
#WaitingAnimationGraphic.custom-loading-wrapper {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
/* :L3345 */
#WaitingAnimationGraphic .spinner {
  display: none;
}
/* :L3349 */
#WaitingAnimationGraphic .overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
/* :L3357 */
#WaitingAnimationGraphic .overlay > div {
  border: 5px solid #ed786f;
  border-top-color: #da291c;
  border-radius: 50%;
  width: 6em;
  height: 6em;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* :L3374 */
p.step-MTA {
  display: none;
  margin-bottom: 45px;
}
/* :L3379 */
/* :L3380 */
.created-from-mta p.step-MTA {
  display: block;
}
/* :L3383 */
.created-from-mta p.step-1,
.created-from-mta p.step-2,
.created-from-mta p.step-3 {
  display: none;
}
/* :L3389 */
.created-from-mta .quote-time-wrapper {
  display: none;
}
/* :L3393 */
.created-from-mta .text-contact {
  display: none !important;
}
/* :L3397 */
.created-from-mta div#question120329,
.created-from-mta div#question120444,
.created-from-mta div#question120494,
.created-from-mta div#question119807 {
  display: none;
}
/* :L3401 */
.created-from-mta i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x {
  display: none;
}
/* :L3408 */
/* :L3409 */
.page-quickquotequestions.created-from-mta.page-number-3 p.step-MTA {
  margin-bottom: 0px;
}
/* :L3414 */
/* :L3415 */
.created-from-newbusiness .mta-text,
.created-from-renewal .mta-text {
  display: none;
}
/* :L3418 */
.created-from-newbusiness .quote-mta-wrapper,
.created-from-renewal .quote-mta-wrapper {
  display: none;
}
/* :L3423 */
/* :L3424 */
.created-from-mta .newbusiness-text {
  display: none;
}
/* :L3431 */
/* :L3432 */
.page-quickquotequestions.created-from-mta.page-number-1 .mta-text {
  font-size: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  /* :L3438 */
  /* :L3439 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
    width: 20%;
  }
  /* :L3442 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
    width: 60%;
  }
  /* :L3445 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    width: 20%;
    padding: 0px;
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1900px) {
  /* :L3454 */
  /* :L3455 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1441px) {
  /* :L3463 */
  /* :L3464 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
    width: 30%;
  }
  /* :L3467 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
    width: 40%;
  }
  /* :L3470 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    width: 30%;
    padding: 0px;
  }
}
@media only screen and (min-width: 992px) {
  /*.page-quickquotequestions.created-from-mta.page-number-1, .page-quickquotequestions.created-from-mta.page-number-3 {
  	.col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
  		width: 33.3333%
  	}
  	.col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
  		width: 33.3333%;
  	}
  	.col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
  		width: 33.3333%;
        	padding: 0px;
  	}
  }
    
    .page-quickquotequestions.created-from-mta.page-number-3 .instanda-main-content > form > .container .row{
    	margin-left: -15px;
  }*/
  
  /* :L3497 */
  /* :L3499 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    padding: 0px;
  }
  /* :L3504 */
  /* :L3506 */
  .page-quickquotequestions.created-from-mta.page-number-1 .quote-mta-wrapper {
    width: 226px;
    height: 192px;
  }
  /* :L3511 */
  .quote-mta-wrapper {
    width: 225px;
    padding: 20px;
    background-color: gainsboro;
    height: 211px;
    text-align: center;
    line-height: 20px;
  }
  /* :L3520 */
  /* :L3521 */
  .page-quickquotequestions.created-from-mta.page-number-1 .quote-mta-wrapper {
    margin-top: 216px;
  }
  /* :L3525 */
  /* :L3526 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    margin-top: 236px;
  }
  /* :L3532 */
  /* :L3533 */
  .page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
    margin-top: 403px;
  }
  /* :L3536 */
  .page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-3 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  /*.page-quickquotequestions.created-from-mta.page-number-3 .instanda-main-content > form > .container .row{
    	margin-left: 88px;
  }*/
  
  /* :L3547 */
  .quote-mta-wrapper {
    width: 193px;
    padding: 22px;
    background-color: gainsboro;
    height: 238px;
    text-align: center;
    line-height: 20px;
  }
  /* :L3555 */
  /* :L3556 */
  .page-quickquotequestions.created-from-mta.page-number-1 .quote-mta-wrapper {
    margin-top: 108px;
  }
  /* :L3560 */
  /* :L3561 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    margin-top: 0px;
  }
  /* :L3565 */
  /* :L3566 */
  .page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
    margin-top: 0px;
  }
  /* :L3571 */
  /* :L3572 */
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
    width: 0%;
  }
  /* :L3575 */
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
    width: 100%;
  }
  /* :L3579 */
  .page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
    width: 312px;
    padding: 20px;
    background-color: gainsboro;
    height: 170px;
    text-align: center;
    line-height: 20px;
    align-content: center;
  }
  /* :L3588 */
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    justify-content: center;
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* :L3597 */
  .quote-mta-wrapper {
    width: 312px;
    padding: 20px;
    background-color: gainsboro;
    height: 169px;
    text-align: center;
    line-height: 20px;
    align-content: center;
  }
  /* :L3606 */
  .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    justify-content: center;
    display: flex;
  }
  /* :L3611 */
  .page-quickquotequestions.created-from-mta .instanda-main-content > form > .container .row {
    justify-content: flex-end !important;
  }
}
/* :L3616 */
.page-quickquotequestions.created-from-mta.page-number-3 #question118932 h3 {
  background: none;
  padding: 0;
}
/* :L3621 */
/* :L3622 */
.page-quickquotequestions.created-from-mta.page-number-1 .quote-mta-2,
.page-quickquotequestions.created-from-mta.page-number-1 .quote-mta-3 {
  display: none;
}
/* :L3626 */
/* :L3627 */
.page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-1,
.page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-3 {
  display: none;
}
/* :L3631 */
/* :L3632 */
.page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-2,
.page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-1 {
  display: none;
}
/* :L3637 */
/* :L3638 */
.page-quickquotequestions.created-from-newbusiness .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
  width: 0%;
}
/* :L3641 */
.page-quickquotequestions.created-from-newbusiness .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
  width: 100%;
}
/* :L3644 */
.page-quickquotequestions.created-from-newbusiness .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
  display: none;
}
@media only screen and (max-width: 320px) {
  /* :L3650 */
  .quote-mta-wrapper {
    width: 290px;
    padding: 20px;
    background-color: gainsboro;
    height: 190px;
    text-align: center;
    line-height: 20px;
    align-content: center;
  }
}
@media only screen and (min-width: 1101px) {
  /* :L3662 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-2 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 992px) {
  /* :L3668 */
  /* :L3669 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    margin-top: 115px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 321px) {
  /* :L3677 */
  /* :L3678 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
    width: 0%;
  }
  /* :L3681 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
    width: 100%;
  }
  /* :L3685 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    width: 312px;
    padding: 20px;
    background-color: gainsboro;
    height: 170px;
    text-align: center;
    line-height: 20px;
    align-content: center;
  }
  /* :L3694 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    justify-content: center;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1900px) {
  /* :L3703 */
  /* :L3704 */
  .page-quickquotequestions.created-from-mta.page-number-2 .instanda-main-content > form > .container .row {
    width: 980px;
    margin-left: 54px !important;
  }
  /* :L3708 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
    width: 20%;
  }
  /* :L3711 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
    width: 60%;
  }
  /* :L3714 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    width: 20%;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  /* :L3721 */
  /* :L3722 */
  .page-quickquotequestions.created-from-mta.page-number-2 .instanda-main-content > form > .container .row {
    width: 900px;
    margin-left: 19px !important;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 426px) {
  /* :L3730 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    width: 385px;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  /* :L3736 */
  /* :L3737 */
  .page-quickquotequestions.created-from-mta.page-number-2 .instanda-main-content > form > .container .row {
    width: 900px;
    margin-left: 19px !important;
  }
}
@media (min-width: 1800px) {
  /* :L3745 */
  /* :L3746 */
  .page-quickquotequestions.created-from-mta.page-number-3 .instanda-main-content > form > .container {
    width: 100%;
  }
  /* :L3749 */
  .page-quickquotequestions.created-from-mta.page-number-3 .instanda-main-content > form > .container .row {
    margin-left: auto;
  }
}
/* :L3756 */
.quote-mta-wrapper p {
  font-size: 16px;
}
/* :L3760 */
/* :L3761 */
.page-quickquotequestions.created-from-mta.page-number-1 div#question118945 {
  display: block !important;
}
/* :L3767 */
/* :L3768 */
/* :L3769 */
.page-quickquote.page-number-1 div#warningMessagePackEquilibre div {
  line-height: 15px;
}
/* :L3772 */
.page-quickquote.page-number-1 div#warningMessagePackEquilibre div:nth-child(3) {
  margin-top: 15px;
}
/* Fix Spacing */

/* Single column form width and align center */

/* Quick Quote Questions */

/* Post Quote Questions */

/* Next/ Previous buttons for mobile (Split form) */

/* Fix Spacing */

/* :L3785 */
/* :L3786 */
.questionItem > .instanda-text-question {
  margin-left: 0;
  margin-right: 0;
}
/* :L3790 */
.questionItem > .instanda-text-question > .instanda-question-input {
  padding-left: 0;
  padding-right: 0;
}
/* :L3798 */
.instanda-question-hierarchy {
  margin-bottom: 20px;
}
/* :L3802 */
.form-group {
  margin-bottom: 0;
}
/* :L3806 */
.instanda-question-item.form-group {
  margin-bottom: 20px;
}
/* Set Width for Questions Container */
/* Align single-column form centre */
/* Single column form width and align center */
/* :L3858 */
/* :L3861 */
.page-quickquotequestions.page-number-1 #question119038,
.page-quickquotequestions.page-number-1 #question120329,
.page-quickquotequestions.page-number-1 #question118945,
.page-quickquotequestions.page-number-1 form > .container > .row,
.page-quickquotequestions.page-number-1 #question118931 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-quickquotequestions.page-number-1 #question119038,
  .page-quickquotequestions.page-number-1 #question120329,
  .page-quickquotequestions.page-number-1 #question118945,
  .page-quickquotequestions.page-number-1 form > .container > .row,
  .page-quickquotequestions.page-number-1 #question118931 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* :L3872 */
.page-quickquotequestions.page-number-1 #question119038 .container,
.page-quickquotequestions.page-number-1 #question120329 .container,
.page-quickquotequestions.page-number-1 #question118945 .container,
.page-quickquotequestions.page-number-1 form > .container > .row .container,
.page-quickquotequestions.page-number-1 #question118931 .container {
  max-width: 100%;
  padding: 0;
}
/* :L3878 */
.page-quickquotequestions.page-number-1 #question119038 {
  margin-bottom: 0;
}
/* :L3881 */
.page-quickquotequestions.page-number-1 #question119038 .mdc-component-wrapper {
  margin-bottom: 20px;
}
/* :L3903 */
/* :L3907 */
/* :L3912 */
.instanda-well .questionItem.container {
  max-width: 100%;
}
/* Quick Quote Questions */

/* :L3920 */
/* :L3923 */
/* :L3924 */
#question119678 .instanda-question-input .mdc-component-wrapper {
  margin-bottom: 25px;
}
/* :L3928 */
/* :L3929 */
#question119678 .instanda-question-input > div:last-of-type {
  margin-bottom: 0;
}
/* :L3936 */
@media only screen and (max-width: 767px) {
  
}
/* :L3944 */
/* :L3945 */
.page-quickquotequestions .quote-time,
.page-quickquotequestions .text-contact {
  display: none;
}
/* :L3951 */
/* :L3952 */
.page-quickquotequestions.page-number-1 .instanda-multi-item-add-remove {
  display: none;
}
/* :L3956 */
.page-quickquotequestions.page-number-1 .instanda-main-content > form > .container .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  .page-quickquotequestions.page-number-1 .instanda-main-content > form > .container .row {
    justify-content: space-between;
  }
}
/* :L3966 */
.page-quickquotequestions.page-number-1 .quote-time-wrapper {
  /* The Clock Icon beside the Continue button */
  flex-basis: 100%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .page-quickquotequestions.page-number-1 .quote-time-wrapper {
    flex-basis: calc(50% - 10px);
  }
}
/* :L3975 */
.page-quickquotequestions.page-number-1 .quote-time-wrapper .quote-time {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .page-quickquotequestions.page-number-1 .quote-time-wrapper .quote-time {
    float: left;
  }
}
/* :L3985 */
.page-quickquotequestions.page-number-1 .quote-time-wrapper + div {
  flex-basis: 100%;
  flex-wrap: initial !important;
}
@media only screen and (min-width: 640px) {
  .page-quickquotequestions.page-number-1 .quote-time-wrapper + div {
    flex-basis: calc(50% - 10px);
  }
}
/* :L3993 */
.page-quickquotequestions.page-number-1 .quote-time-wrapper + div .pull-right {
  flex-basis: 100%;
}
/* :L3999 */
.page-quickquotequestions.page-number-1 .text-contact {
  display: block;
  clear: both;
  text-align: left;
  margin-top: 20px;
}
/* :L4006 */
/* :L4007 */
.page-quickquotequestions.page-number-1 .instanda-multi-item .instanda-multi-item-header {
  display: none;
}
/* :L4012 */
/* :L4013 */
.page-quickquotequestions.page-number-1 .instanda-question-multi-item-summary .instanda-question-input {
  padding-left: 0;
  padding-right: 0;
}
/* :L4018 */
.page-quickquotequestions.page-number-1 .instanda-question-multi-item-summary label {
  display: none;
}
/* :L4023 */
/* :L4024 */
.page-quickquotequestions.page-number-1 #question119038 .twitter-typeahead {
  float: none;
}
/* :L4030 */
/* :L4031 */
.page-quickquotequestions.page-number-1 #question119038 .instanda-question-hierarchy:not(.my-mdc-hide) {
  position: relative;
}
/* :L4034 */
.page-quickquotequestions.page-number-1 #question119038 .instanda-question-hierarchy:not(.my-mdc-hide)::before {
  position: absolute;
  left: 16px;
  top: 5px;
  content: "Votre activité";
  font-size: 10.5px;
  color: gray;
  display: block;
  z-index: 10;
}
/* :L4045 */
/* :L4046 */
.page-quickquotequestions.page-number-1 #question119038 .instanda-question-hierarchy:not(.my-mdc-hide) .twitter-typeahead .form-control {
  padding: 20px 16px 6px;
}
/* :L4054 */
/* :L4055 */
/* :L4056 */
/* :L4058 */
@media only screen and (min-width: 768px) {
  .page-quickquotequestions.page-number-4 .instanda-well:last-child > .questionItem,
  .page-quickquotequestions.page-number-4 .instanda-well:nth-last-child(2) > .questionItem {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* :L4064 */
.page-quickquotequestions.page-number-4 .instanda-well:last-child #question121028 ~ .questionItem,
.page-quickquotequestions.page-number-4 .instanda-well:nth-last-child(2) #question121028 ~ .questionItem {
  max-width: 650px;
}
/* :L4069 */
.page-quickquotequestions.page-number-4 .instanda-well #question121013,
.page-quickquotequestions.page-number-4 .instanda-well #question121034 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 650px;
}
/* :L4074 */
.page-quickquotequestions.page-number-4 .instanda-well #question121013 .container,
.page-quickquotequestions.page-number-4 .instanda-well #question121034 .container {
  width: auto;
}
/* :L4080 */
.page-quickquotequestions.page-number-4 #question121015 {
  margin-bottom: 0;
}
/* :L4083 */
.page-quickquotequestions.page-number-4 #question121015 > .instanda-question-label {
  display: none;
}
/* :L4087 */
.page-quickquotequestions.page-number-4 #question121015 .radio {
  width: calc(50% - 10px);
}
/* :L4090 */
.page-quickquotequestions.page-number-4 #question121015 .radio:first-child {
  margin-right: 20px;
}
/* :L4094 */
.page-quickquotequestions.page-number-4 #question121015 .radio > label {
  width: 100%;
  text-align: center;
  border: 0;
  font-weight: 400;
  font-size: 12px;
  color: black;
}
/* :L4105 */
.page-quickquotequestions.page-number-4 #question121015 .instanda-question-inner-label {
  display: none;
}
/* :L4110 */
/* :L4111 */
/* :L4116 */
/* :L4117 */
.page-quickquotequestions.page-number-4 #question121018 h3 {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=mPPAkwfMEVPnvKsbeX6m%2Cg__');
}
/* :L4123 */
/* :L4124 */
.page-quickquotequestions.page-number-4 #question121025 .mdc-component-wrapper:last-of-type {
  margin-top: 20px;
}
/* :L4130 */
/* :L4131 */
.page-quickquotequestions.page-number-4 #question121025 .instanda-question-hierarchy:not(.my-mdc-hide) {
  position: relative;
  margin-top: 20px;
}
/* :L4135 */
.page-quickquotequestions.page-number-4 #question121025 .instanda-question-hierarchy:not(.my-mdc-hide)::before {
  position: absolute;
  left: 16px;
  top: 5px;
  content: "Votre activité";
  font-size: 10.5px;
  color: gray;
  display: block;
  z-index: 10;
}
/* :L4146 */
/* :L4147 */
.page-quickquotequestions.page-number-4 #question121025 .instanda-question-hierarchy:not(.my-mdc-hide) .twitter-typeahead .form-control {
  padding: 20px 16px 6px;
}
/* :L4154 */
/* :L4155 */
.page-quickquotequestions.page-number-4 #question121029 .instanda-question-label {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
/* :L4159 */
.page-quickquotequestions.page-number-4 #question121029 .instanda-question-label label {
  font-weight: 400;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=hk6cNQwR%2Cy4W1Kf%2Cd3iJ%2Cg__');
}
/* :L4167 */
/* :L4168 */
/* :L4169 */
.page-quickquotequestions.page-number-4 #question121029 .instanda-question-input > .form-group {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* :L4176 */
.page-quickquotequestions.page-number-4 #question121029 .radio {
  margin: 0;
  flex-basis: calc((100% - 40px) / 3);
}
@media only screen and (min-width: 768px) {
  .page-quickquotequestions.page-number-4 #question121029 .radio {
    flex-basis: calc((100% - 120px) / 3);
  }
}
/* :L4184 */
.page-quickquotequestions.page-number-4 #question121029 .radio label {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
  color: gray;
  padding: 105px 20px 20px;
  background: white url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=N4kJ9bVxtl1By6ftjTKdxA__") center 20px no-repeat;
  background-size: auto 65px;
  border-radius: 6px;
  border: 1px solid #f1f2f6;
  -webkit-box-shadow: 0 0 0 2px #f1f2f6;
  box-shadow: 0 0 0 2px #f1f2f6;
}
/* :L4198 */
.page-quickquotequestions.page-number-4 #question121029 .radio label.instanda-selected {
  border-color: #da291c;
  color: black;
  -webkit-box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
  box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
}
/* :L4206 */
/* :L4207 */
.page-quickquotequestions.page-number-4 #question121029 .radio:nth-child(2) label {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TezijjiohN-UbXYQM2fJLg__');
}
/* :L4212 */
/* :L4213 */
.page-quickquotequestions.page-number-4 #question121029 .radio:nth-child(3) label {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=WmZt6S1rxYg2ZI-cosNgfQ__');
}
/* :L4220 */
/* :L4221 */
.page-quickquotequestions.page-number-4 #question121030 > .instanda-question-label {
  text-align: center;
  margin: 20px 0;
}
/* :L4225 */
.page-quickquotequestions.page-number-4 #question121030 > .instanda-question-label label {
  font-weight: 400;
  color: gray;
}
/* Post Quote Questions */

/* :L4235 */
/* :L4236 */
.page-postquotequestions.page-number-2 .hidefooterDocLink {
  display: none;
}
/* :L4240 */
.page-postquotequestions.page-number-2 .instanda-well {
  padding: 0;
}
/* :L4244 */
/* :L4245 */
@media only screen and (max-width: 641px) {
  .page-postquotequestions.page-number-2 #question121348 .secure_payment {
    position: relative;
    margin-top: 5px;
    top: auto;
  }
}
/* :L4254 */
/* :L4255 */
/* :L4256 */
.page-postquotequestions.page-number-2 .section-payment-details .policy-start-date a {
  margin-left: 10px;
  border-radius: 6px;
  text-decoration: none;
}
/* Quote Adjustment Questions Page */

/* Begin - Added by AnaFranciscoFr [APFD-16 & APFD-17] - 04/03/2022 */

/* :L4269 */
/* :L4270 */
@media (min-width: 1200px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 80px;
    width: 290px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 92px;
    width: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 92px;
    width: 210px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 90px;
    width: 355px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 90px;
    width: 235px;
  }
}
@media (min-width: 340px) and (max-width: 479px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 35px;
    width: 170px;
  }
}
@media (max-width: 339px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 10px;
    width: 152px;
  }
}
/*Hide the promocode button so the text can be changed with a after of this button*/

/* :L4304 */
button.promocode {
  visibility: hidden;
  top: -70px;
}
/* :L4307 */
button.promocode.error-message {
  top: -96px !important;
}
@media (min-width: 1200px) {
  button.promocode {
    left: 278px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  button.promocode {
    left: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  button.promocode {
    left: 208px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  button.promocode {
    left: 360px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  button.promocode {
    left: 242px;
  }
}
@media (min-width: 340px) and (max-width: 479px) {
  button.promocode {
    left: 120px;
  }
}
@media (max-width: 339px) {
  button.promocode {
    left: 77px;
  }
}
/* :L4331 */
button.promocode:after {
  visibility: visible;
  content: 'Valider';
  border: 1px solid gray;
  color: gray;
  padding: 15px;
  font-size: 14px;
  border-radius: 8%;
}
/* :L4345 */
.basket-promocode {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
/* :L4349 */
.basket-promocode .basket-promoText {
  padding: 20px;
  border-top: 2px solid #f1f2f6;
}
/* :L4355 */
.promocode .label-danger {
  white-space: break-spaces;
}
/* End - Added by AnaFranciscoFr [APFD-16 & APFD-17] - 04/03/2022 */

/* Next/ Previous buttons for mobile (Split form) */

/* :L4363 */
/* :L4366 */
@media only screen and (max-width: 767px) {
  .page-quickquotequestions.page-number-1 .pull-left,
  .page-quickquotequestions.page-number-3 .pull-left,
  .page-prequotequestions.page-number-1 .pull-left {
    /* The "Next" and "Continue" button when the form is splited for mobile */
    clear: both;
  }
}
/* :L4373 */
/* :L4375 */
@media only screen and (max-width: 767px) {
  .page-quickquotequestions.page-number-1 .pull-left a,
  .page-quickquotequestions.page-number-3 .pull-left a,
  .page-prequotequestions.page-number-1 .pull-left a,
  .page-quickquotequestions.page-number-1 .pull-right a,
  .page-quickquotequestions.page-number-3 .pull-right a,
  .page-prequotequestions.page-number-1 .pull-right a {
    /* The "Next" and "Continue" button when the form is splited for mobile */
    width: 100%;
  }
}
/* :L4387 */
span.realtime-valid {
  position: relative;
  width: 100%;
  display: block;
  top: 15px;
}
/* :L4393 */
span.realtime-valid.realtime-is-valid::after {
  display: block;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #33cc33;
  background-color: transparent;
  width: 39px;
  height: 39px;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  text-align: center;
}
/* :L4408 */
span.realtime-valid.realtime-is-valid > input {
  border: #33cc33 1px solid;
}
/* :L4411 */
div.realtime-is-valid div.mdc-component-wrapper > div.mdc-text-field,
div.realtime-is-valid div.mdc-component-wrapper > div.mdc-text-field.mdc-text-field--focused {
  border-color: #33cc33 !important;
  outline: 2px solid rgba(51, 204, 51, 0.5) !important;
}
/* :L4417 */
span.realtime-valid.realtime-is-invalid::after {
  display: block;
  content: "\f00d";
  font-family: "FontAwesome";
  color: #da291c;
  background-color: transparent;
  width: 39px;
  height: 39px;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  text-align: center;
}
/* :L4432 */
span.realtime-valid.realtime-is-invalid > input {
  border: #da291c 1px solid;
}
/* :L4435 */
div.realtime-is-invalid div.mdc-component-wrapper > div.mdc-text-field,
div.realtime-is-invalid div.mdc-component-wrapper > div.mdc-text-field.mdc-text-field--focused {
  border-color: #da291c !important;
  outline: 2px solid rgba(218, 41, 28, 0.5) !important;
}
/* :L4441 */
div#errorIban,
div#errorBicCountry,
div#errorBicLength,
div#errorBicBoth {
  display: none;
}
/* :L4445 */
div#errorIban,
div#errorBicCountry,
div#errorBicLength,
div#errorBicBoth {
  color: #da291c;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0;
}
/* :L4453 */
/* :L4454 */
/* :L4455 */
/* :L4457 */
/* :L4459 */
.page-postquotequestionscontinue #question119075 .mdc-component-wrapper .mdc-text-field--focused,
.page-postquotequestions #question119075 .mdc-component-wrapper .mdc-text-field--focused,
.page-postquotequestionscontinue #question119076 .mdc-component-wrapper .mdc-text-field--focused,
.page-postquotequestions #question119076 .mdc-component-wrapper .mdc-text-field--focused {
  border: 1px solid #999999;
  outline: 2px solid transparent;
}
/* :L4468 */
.Unipros {
  display: none;
}
/* :L4474 */
input#SirenSiret_TXT--mdc.disabled {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 1;
}
/* :L4480 */
.mdc-text-field.disabled {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 1;
}
/* :L4486 */
.sirenError,
.sirenWarning,
.errorEmpty {
  display: none;
}
/* :L4490 */
.sirenError,
.sirenWarning {
  color: #da291c;
  margin-top: -14px;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0;
}
/* :L4498 */
.errorEmpty {
  color: #da291c;
  margin-bottom: 0px;
  font-size: 12px;
  letter-spacing: 0;
}
/* :L4505 */
div#question131370,
div#question131371 {
  margin-bottom: 0px;
}
/* :L4509 */
div#question131372 {
  margin-bottom: 5px;
}
/* :L4513 */
div#question131369 {
  margin-bottom: 0px;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  /* :L4519 */
  div#sirenBtn {
    background-color: #da291c;
    border: 1px solid #da291c;
    color: white;
    padding: 14px 48px 14px 24px;
    border-radius: 0;
    text-align: left;
    line-height: 1.42857143;
    position: relative;
    width: 100%;
    max-width: 260px;
    height: 50px;
    margin: 0 0 0 10px;
  }
  /* :L4535 */
  div#sirenBtn::before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 24px;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
  }
}
/* :L4551 */
div#sirenBtn:hover {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
  cursor: pointer;
}
/* :L4558 */
input#SIREN_Confirm.disabled {
  cursor: not-allowed;
  background-color: lightgray;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  /* :L4565 */
  div#sirenBtn {
    background-color: #da291c;
    border: 1px solid #da291c;
    color: white;
    padding: 14px ;
    border-radius: 0;
    text-align: left;
    line-height: 1.42857143;
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }
  /* :L4580 */
  div#sirenBtn::before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 14px;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
  }
}
@media only screen and (min-width: 640px) {
  /* :L4597 */
  div#sirenBtn {
    padding: 14px 48px 14px 24px;
  }
  /* :L4600 */
  div#sirenBtn::before {
    right: 24px;
  }
}
/* :L4608 */
div#question131368 {
  margin-top: -14px;
  margin-bottom: 20px;
}
/* :L4616 */
.my-switch--theme {
  height: 18px;
  margin-bottom: -4px;
}
/* :L4620 */
.my-switch--theme + label {
  margin: 10px 0 10px 5px;
}
/* :L4624 */
.my-switch--theme .mdc-switch__track {
  top: -9px;
  height: 36px;
  width: 67px;
  border-radius: 18px;
  position: relative;
}
/* :L4631 */
.my-switch--theme .mdc-switch__track::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  top: 8px;
  left: 11px;
}
/* :L4640 */
.my-switch--theme .mdc-switch__track::after {
  content: "\f00d";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  right: 11px;
  top: 8px;
}
/* :L4650 */
.my-switch--theme .mdc-switch__thumb-underlay {
  left: 0px;
  top: -9px;
  width: 36px;
  height: 36px;
}
/* :L4657 */
.my-switch--theme .mdc-switch__thumb {
  width: 30px;
  height: 30px;
}
/* :L4662 */
.my-switch--theme .mdc-switch__native-control {
  height: 36px;
  width: 36px;
  margin: 0;
}
/* :L4668 */
/* :L4669 */
.my-switch--theme.mdc-switch.mdc-switch--checked .mdc-switch__track {
  background-color: #da291c;
  border-color: #da291c;
  opacity: 1;
}
/* :L4674 */
.my-switch--theme.mdc-switch.mdc-switch--checked .mdc-switch__thumb {
  background-color: white;
  border-color: white;
}
/* :L4678 */
.my-switch--theme.mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay {
  transform: translateX(31px);
}
/* :L4681 */
.my-switch--theme.mdc-switch.mdc-switch--checked .mdc-switch__native-control {
  transform: translateX(0);
}
/* :L4687 */
/* :L4688 */
.mdc-select__selected-text {
  white-space: normal;
}
/* :L4692 */
.mdc-select .mdc-menu-surface {
  z-index: 10;
}
/* :L4697 */
/* :L4698 */
body .mdc-list,
body .mdc-select__selected-text,
body .mdc-text-field__input,
body .mdc-floating-label {
  font-family: 'Helvetica Neue', Helvetica, 'Arimo', sans-serif;
}
/* Fix form field zoom in iPhones */

/* :L4707 */
/* :L4708 */
.iOS input.mdc-text-field__input {
  font-size: 100%;
}
/* :L4712 */
/* :L4720 */
.iOS select.form-control,
.iOS textarea.form-control,
.iOS input.typeahead.form-control,
.iOS input[type="text"].form-control,
.iOS input[type="password"].form-control,
.iOS input[type="datetime"].form-control,
.iOS input[type="datetime-local"].form-control,
.iOS input[type="date"].form-control,
.iOS input[type="month"].form-control,
.iOS input[type="time"].form-control,
.iOS input[type="week"].form-control,
.iOS input[type="number"].form-control,
.iOS input[type="email"].form-control,
.iOS input[type="tel"].form-control,
.iOS input[type="url"].form-control {
  font-size: 100%;
}
/* :L4726 */
/* :L4727 */
.safari .mdc-text-field--filled {
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 8px;
}
/* :L4735 */
.instanda-question-item ul li.mdc-list-item {
  margin-bottom: 0;
}
/* Mixins */
/* Quick Quote Display */
/* Quote Display */
/* Mixins */
/* Quick Quote Display */

/* :L4749 */
/* :L4750 */
.page-quickquote h3.title-quote-ref {
  margin: 0 0 40px;
}
/* :L4754 */
/* :L4755 */
.page-quickquote .section-cover .cover-wrapper {
  padding: 0 20px;
  height: 100%;
}
/* :L4765 */
.page-quickquote .section-cover .box {
  height: 100%;
  padding: 25px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
  border-radius: 6px;
  text-align: center;
  font-weight: 400;
  border: 2px solid white;
  cursor: pointer;
  position: relative;
}
/* :L4778 */
.page-quickquote .section-cover .box::before {
  position: absolute;
  content: "";
  background: #f1f2f6;
  border: 2px solid #999999;
  bottom: 16px;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  margin-left: -12px;
}
/* :L4791 */
.page-quickquote .section-cover .box:focus {
  border-color: #da291c;
}
/* :L4795 */
.page-quickquote .section-cover .box:focus::before {
  border-color: #da291c;
}
/* :L4800 */
.page-quickquote .section-cover .box.instanda-selected {
  border-color: #da291c;
}
/* :L4804 */
.page-quickquote .section-cover .box.instanda-selected::before {
  background-color: #da291c;
  border-color: #da291c;
}
/* :L4809 */
.page-quickquote .section-cover .box.instanda-selected::after {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -4px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: white;
}
/* :L4823 */
.page-quickquote .section-cover .box > h3 {
  margin-top: 10px;
}
/* :L4827 */
.page-quickquote .section-cover .box > h5 {
  color: #da291c;
  margin: 0;
  font-weight: 400;
}
/* :L4833 */
.page-quickquote .section-cover .box .price {
  font-size: 48px;
  color: #da291c;
  margin: 10px 0 20px;
  line-height: 1em;
}
/* :L4839 */
.page-quickquote .section-cover .box .price span {
  font-size: 10px;
  color: gray;
}
/* :L4845 */
.page-quickquote .section-cover .box .cover-content {
  text-align: left;
}
/* :L4848 */
.page-quickquote .section-cover .box .cover-content > div {
  margin-bottom: 13px;
  padding-left: 18px;
  padding-right: 25px;
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=0KeT2yVFSiXywTzPDfketg__') left 3px no-repeat;
  background-size: 12px auto;
  position: relative;
  margin-top: 13px;
  /*APFD-2026 (GuilhermePereiraFR)*/

}
/* :L4857 */
.page-quickquote .section-cover .box .cover-content > div:last-child {
  margin-bottom: 0;
}
/* :L4861 */
.page-quickquote .section-cover .box .cover-content > div.grey-out {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=xdUFT3WQpbHMzSH89i7n3g__');
}
/* :L4865 */
.page-quickquote .section-cover .box .cover-content > div .help-text {
  position: absolute;
  right: 0;
  top: -5px;
}
/* :L4873 */
.page-quickquote .section-cover .box input[type="radio"] {
  display: none;
}
/* :L4878 */
.page-quickquote .section-cover .help-text-wrapper {
  display: none;
}
@media (min-width: 992px) {
  /* :L4884 */
  /* :L4885 */
  /* :L4890 */
  .page-quickquote .instanda-main-content-container .instanda-well:first-child .instanda-container-fluid:first-child > .container {
    /*padding        : 25px 15px 0 155px;
          background     : url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Rgd4boojivg79lNzPvQtug__') left bottom no-repeat;
          background-size: 135px auto;*/
    font-size: 16px !important;
  }
}
/* :L4900 */
/* :L4901 */
/* :L4906 */
.page-quickquote .instanda-main-content-container .instanda-well:first-child .instanda-container-fluid:first-child > .container {
  /*padding        : 25px 15px 0 155px;
        background     : url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Rgd4boojivg79lNzPvQtug__') left bottom no-repeat;
        background-size: 135px auto;*/
  min-height: 50px;
  width: fit-content;
  text-align: center;
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 21px;
}
/* :L4919 */
.page-quickquote .instanda-main-content-container .instanda-well:first-child .instanda-container-fluid:first-child > .container > .text-wrapper {
  max-width: 502px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 4px;
  position: relative;
  /*margin-left     : 18px;*/
  display: inline-block;
}
/* :L4928 */
.page-quickquote .instanda-main-content-container .instanda-well:first-child .instanda-container-fluid:first-child > .container > .text-wrapper::before {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  left: -10px;
  top: 20px;
}
/* :L4945 */
.page-quickquote button[name="updateButton"] {
  /* Update button and adjustment questions, the radio buttons have been moved to the plan card by JS */
  display: none;
}
/* Quote Display */

/* :L4952 */
/* :L4953 */
/* :L4954 */
.page-quote #packageDocuments span {
  display: block;
  margin-bottom: 3px;
}
/* :L4960 */
/* :L4961 */
/* :L4962 */
.page-quote .col-main ul li.form-document {
  background-position: 38px 15px;
}
/*Sale Confirmation*/

/* :L4970 */
.salesconfirmation-redtext {
  color: #da291c;
  font-size: large;
  font-weight: 700;
}
/* :L4974 */
.salesconfirmation-redtext a {
  color: #da291c !important;
}
/* :L4979 */
.salesconfirmation-centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*APFD-2026 (GuilhermePereiraFR)*/

/* :L4986 */
span.subcover-content {
  padding-left: 18px;
  padding-right: 25px;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Y1VWS05FeFhWRFZFWVd4SFdHcGpUMGxzVTIxTlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxKYmRvR0U5akFjT1NxQFIhLDEwMDAsUnFaMEV5WkJsM0dIb0AhdCxKZjBwc05FOEpzYXJlMlh4UzZJRC9zdDhGUkpGQ1g5R1Y4b1FYZkV3cWRTdmxKaVFDb3haNHpldHJUdGlvVzdOZ04rWFBqVGVoWFZTL1hvMUVBSWdMZz09) left 2px no-repeat;
  background-size: 9px auto;
  position: relative;
  margin-left: 18px;
  font-size: 12px;
}
/* New tooltips */

/* :L4998 */
.page-quickquote .cover-content > div {
  margin-bottom: 13px;
  padding-left: 18px;
  padding-right: 25px;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=0KeT2yVFSiXywTzPDfketg__) left 3px no-repeat;
  background-size: 12px auto;
  position: relative;
  margin-top: 13px;
}
/* :L5008 */
.page-quickquote .cover-content > div.grey-out {
  background-image: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=xdUFT3WQpbHMzSH89i7n3g__);
}
/* :L5012 */
.page-quickquote .cover-content > div .help-text {
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 10;
}
/* :L5021 */
.page-quickquote .section-cover .box .cover-content {
  visibility: hidden;
  width: 96%;
}
/* :L5026 */
.cover-content.essentiel {
  position: absolute;
  top: 32%;
  width: 77%;
  right: 12%;
}
/* :L5033 */
.cover-content.equilibre {
  position: absolute;
  top: 32%;
  width: 77%;
  right: 12%;
}
/* :L5040 */
.cover-content.integrale {
  position: absolute;
  top: 32%;
  width: 77%;
  right: 12%;
}
/* :L5047 */
.cover-content.essentiel-pro {
  position: absolute;
  top: 37%;
  width: 77%;
  right: 12%;
}
/* :L5054 */
.cover-content.equilibre-pro {
  position: absolute;
  top: 37%;
  width: 77%;
  right: 12%;
}
/* :L5061 */
.cover-content.integrale-pro {
  position: absolute;
  top: 37%;
  width: 77%;
  right: 12%;
}
/* :L5068 */
.cover-content.essentiel-rcp {
  position: absolute;
  top: 25%;
  width: 77%;
  right: 12%;
}
/* :L5075 */
.cover-content.equilibre-rcp {
  position: absolute;
  top: 25%;
  width: 77%;
  right: 12%;
}
/* :L5082 */
.cover-content.integrale-rcp {
  position: absolute;
  top: 25%;
  width: 77%;
  right: 12%;
}
/* :L5089 */
.cover-content.essentiel-ttp {
  position: absolute;
  top: 32%;
  width: 77%;
  right: 12%;
}
/* :L5096 */
.cover-content.equilibre-ttp {
  position: absolute;
  top: 32%;
  width: 77%;
  right: 12%;
}
/* :L5103 */
.package {
  height: auto !important;
}
/* :L5107 */
/* :L5108 */
.my-swiper-container .swiper-button-prev,
.my-swiper-container .swiper-button-next {
  background-repeat: no-repeat;
  background-position: center;
}
/* :L5111 */
.my-swiper-container .swiper-button-prev:after,
.my-swiper-container .swiper-button-next:after {
  display: none;
}
/* :L5118 */
.ost {
  display: flex;
  align-content: stretch;
  margin-left: 35px;
  margin-top: -20px;
  margin-bottom: -30px;
}
/* :L5126 */
p.loi {
  margin-left: 3px;
}
/* :L5130 */
.requiredStar {
  position: relative;
}
/* :L5135 */
.requiredStar::after {
  content: " *";
  color: #da291c;
  position: absolute;
  right: -15px;
  top: 19px;
}
/* :L5144 */
.instanda-question-item.form-group:has(#LastName--mdc) {
  position: relative;
}
/* :L5148 */
.instanda-question-item.form-group:has(#LastName--mdc)::after {
  content: " *";
  color: #da291c;
  position: absolute;
  right: -15px;
  top: 19px;
}
/* :L5156 */
.instanda-question-item.form-group:has(#FirstName--mdc) {
  position: relative;
}
/* :L5160 */
.instanda-question-item.form-group:has(#FirstName--mdc)::after {
  content: " *";
  color: #da291c;
  position: absolute;
  right: -15px;
  top: 19px;
}
/* :L5168 */
#question131379 h6 {
  width: 555px;
  text-align: right;
  color: #da291c;
}
/* Set Width */

/* :L5175 */
.page-customersendpasswordresetlink .instanda-main-content-container,
.page-customerforgotpassword .instanda-main-content-container,
.page-existingpolicyholdersendregistrationlink .instanda-main-content-container,
.page-publicuatuserlogin .instanda-main-content-container {
  /* Anywhere needs to reset page width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-customersendpasswordresetlink .instanda-main-content-container,
  .page-customerforgotpassword .instanda-main-content-container,
  .page-existingpolicyholdersendregistrationlink .instanda-main-content-container,
  .page-publicuatuserlogin .instanda-main-content-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-customersendpasswordresetlink .instanda-main-content-container,
  .page-customerforgotpassword .instanda-main-content-container,
  .page-existingpolicyholdersendregistrationlink .instanda-main-content-container,
  .page-publicuatuserlogin .instanda-main-content-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-customersendpasswordresetlink .instanda-main-content-container,
  .page-customerforgotpassword .instanda-main-content-container,
  .page-existingpolicyholdersendregistrationlink .instanda-main-content-container,
  .page-publicuatuserlogin .instanda-main-content-container {
    width: 1170px;
  }
}
/* Tabs nav */

/* :L5200 */
#customer-nav {
  margin-bottom: 50px;
  border-top: 2px solid #f1f2f6;
  border-bottom: 2px solid #f1f2f6;
}
/* :L5205 */
#customer-nav ul {
  margin-bottom: 0;
}
/* :L5208 */
#customer-nav ul li {
  display: inline-block;
  list-style-type: none;
  position: relative;
}
/* :L5213 */
#customer-nav ul li a {
  color: gray;
  text-decoration: none;
  padding: 15px 20px;
  display: inline-block;
}
/* :L5219 */
#customer-nav ul li a:hover {
  color: #da291c;
}
/* :L5224 */
/* :L5225 */
#customer-nav ul li.active a {
  color: #da291c;
}
/* :L5230 */
#customer-nav ul li::before {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #da291c;
  content: "";
  display: block;
  right: 0;
  top: 15px;
}
/* :L5241 */
/* :L5242 */
#customer-nav ul li:last-child::before {
  display: none;
}
/* Customer Portal Homepage */

/* :L5251 */
/* :L5252 */
#customer-portal-content h3 {
  margin-top: 0;
}
/* :L5256 */
#customer-portal-content h4 {
  margin: 40px 0 20px;
}
/* :L5260 */
#customer-portal-content .policy-wrapper,
#customer-portal-content .quote-wrapper,
#customer-portal-content .section-client-info {
  background-color: #f1f2f6;
  padding: 20px;
  margin-bottom: 20px;
}
/* :L5267 */
#customer-portal-content .policy-wrapper .item,
#customer-portal-content .quote-wrapper .item,
#customer-portal-content .section-client-info .item {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #999999;
}
@media only screen and (min-width: 640px) {
  #customer-portal-content .policy-wrapper .item,
  #customer-portal-content .quote-wrapper .item,
  #customer-portal-content .section-client-info .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
/* :L5279 */
#customer-portal-content .policy-wrapper .item .left,
#customer-portal-content .quote-wrapper .item .left,
#customer-portal-content .section-client-info .item .left {
  color: gray;
}
@media only screen and (min-width: 640px) {
  #customer-portal-content .policy-wrapper .item .left,
  #customer-portal-content .quote-wrapper .item .left,
  #customer-portal-content .section-client-info .item .left {
    flex-basis: 35%;
    /*margin-right: 5%;*/
  
  }
}
/* :L5288 */
/* :L5289 */
#customer-portal-content .policy-wrapper .item .right a,
#customer-portal-content .quote-wrapper .item .right a,
#customer-portal-content .section-client-info .item .right a {
  color: #da291c;
}
/* :L5297 */
#customer-portal-content .accordion-doc {
  text-align: center;
}
/* :L5300 */
#customer-portal-content .accordion-doc .btn-accordion2 {
  font-weight: bold;
  padding-right: 25px;
  position: relative;
  color: #da291c;
  text-decoration: none;
}
/* :L5307 */
#customer-portal-content .accordion-doc .btn-accordion2:hover,
#customer-portal-content .accordion-doc .btn-accordion2:active,
#customer-portal-content .accordion-doc .btn-accordion2:focus,
#customer-portal-content .accordion-doc .btn-accordion2:active:focus {
  color: #ad2116;
}
/* :L5314 */
#customer-portal-content .accordion-doc .btn-accordion2::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f0fe";
  display: block;
  font-family: fontAwesome;
  font-size: 18px;
}
/* :L5324 */
/* :L5325 */
#customer-portal-content .accordion-doc .btn-accordion2[aria-expanded="true"]::after {
  content: "\f146";
}
/* :L5331 */
/* :L5334 */
#customer-portal-content .accordion-doc .collapse .container {
  padding: 0;
  width: auto;
}
/* :L5343 */
#customer-portal-content .accordion-policy {
  margin-bottom: 25px;
}
/* :L5345 */
#customer-portal-content .accordion-policy .btn-accordion {
  padding-right: 25px;
  left: 20px;
  position: relative;
  font-size: 16px;
  color: black;
  text-decoration: none;
}
/* :L5353 */
#customer-portal-content .accordion-policy .btn-accordion:hover,
#customer-portal-content .accordion-policy .btn-accordion:active,
#customer-portal-content .accordion-policy .btn-accordion:focus,
#customer-portal-content .accordion-policy .btn-accordion:active:focus {
  color: #ad2116;
}
/* :L5360 */
#customer-portal-content .accordion-policy .btn-accordion::before {
  position: absolute;
  left: -20px;
  top: 0;
  content: "\f0da";
  color: #da291c;
  display: block;
  font-family: fontAwesome;
  font-size: 30px;
}
/* :L5371 */
/* :L5372 */
#customer-portal-content .accordion-policy .btn-accordion[aria-expanded="true"]::before {
  content: "\f0d7";
}
/* :L5379 */
#customer-portal-content .card.card-body {
  margin-top: 20px;
}
/* :L5384 */
/* :L5385 */
#customer-portal-content .section-data .right {
  text-align: right;
}
/* :L5391 */
#customer-portal-content .agent-all-docs-responsive {
  padding: 20px 0;
}
/* :L5394 */
#customer-portal-content .agent-all-docs-responsive > h3 {
  display: none;
}
/* Customer Portal Login, Forget Password, Registration Pages */

/* :L5402 */
/* :L5408 */
.page-customerlogin h3,
.page-customersendpasswordresetlink h3,
.page-customerforgotpassword h3,
.page-existingpolicyholdersendregistrationlink h3,
.page-publicuatuserlogin h3,
/* Register page hypwerlinked from email */ .page-customerregister h3 {
  margin-top: 0;
}
/* :L5412 */
.page-customerlogin .row,
.page-customersendpasswordresetlink .row,
.page-customerforgotpassword .row,
.page-existingpolicyholdersendregistrationlink .row,
.page-publicuatuserlogin .row,
/* Register page hypwerlinked from email */ .page-customerregister .row {
  margin: 0;
}
/* :L5415 */
.page-customerlogin .row .well,
.page-customersendpasswordresetlink .row .well,
.page-customerforgotpassword .row .well,
.page-existingpolicyholdersendregistrationlink .row .well,
.page-publicuatuserlogin .row .well,
/* Register page hypwerlinked from email */ .page-customerregister .row .well {
  margin: 20px 0 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  min-width: 50%;
}
/* :L5425 */
.page-customerlogin .form-group,
.page-customersendpasswordresetlink .form-group,
.page-customerforgotpassword .form-group,
.page-existingpolicyholdersendregistrationlink .form-group,
.page-publicuatuserlogin .form-group,
/* Register page hypwerlinked from email */ .page-customerregister .form-group {
  margin-bottom: 20px;
}
/* :L5428 */
.page-customerlogin .form-group .col-md-9,
.page-customersendpasswordresetlink .form-group .col-md-9,
.page-customerforgotpassword .form-group .col-md-9,
.page-existingpolicyholdersendregistrationlink .form-group .col-md-9,
.page-publicuatuserlogin .form-group .col-md-9,
/* Register page hypwerlinked from email */ .page-customerregister .form-group .col-md-9 {
  width: 100%;
}
/* :L5432 */
@media only screen and (min-width: 768px) {
  .page-customerlogin .form-group button[type="submit"],
  .page-customersendpasswordresetlink .form-group button[type="submit"],
  .page-customerforgotpassword .form-group button[type="submit"],
  .page-existingpolicyholdersendregistrationlink .form-group button[type="submit"],
  .page-publicuatuserlogin .form-group button[type="submit"],
  .page-customerregister .form-group button[type="submit"] {
    max-width: 50%;
  }
}
/* :L5440 */
/* :L5441 */
.page-customersendpasswordresetlink h4 {
  display: none;
}
/* :L5445 */
/* :L5446 */
.page-customersendpasswordresetlink .form-group button[type="submit"] {
  max-width: none;
  width: auto;
}
/* Customer Details (Your Account) */

/* :L5455 */
/* :L5456 */
/* :L5457 */
.page-customerdetails .instanda-customer-details-content > .col-lg-6,
.page-customerdetails .instanda-customer-details-content .container {
  padding-left: 0;
  padding-right: 0;
}
/* :L5462 */
.page-customerdetails .instanda-customer-details-content > .col-lg-6 > h3,
.page-customerdetails .instanda-customer-details-content .container > h3 {
  margin-top: 0;
}
/* :L5467 */
.page-customerdetails .instanda-customer-details-content .container {
  width: auto;
}
/* :L5471 */
.page-customerdetails .instanda-customer-details-content form {
  margin-top: 40px;
}
/* :L5474 */
.page-customerdetails .instanda-customer-details-content form a.action-link {
  color: #da291c;
}
/* :L5477 */
.page-customerdetails .instanda-customer-details-content form a.action-link:hover {
  color: #ad2116;
}
/* Change Password Page */

/* :L5486 */
/* :L5487 */
/* :L5488 */
.page-customerdetailschangepassword .container .col-lg-6 {
  padding-left: 0 !important;
  /* Override system's inline style */
  padding-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .page-customerdetailschangepassword .container .col-lg-6 {
    width: 100%;
  }
}
/* :L5498 */
/* :L5499 */
.page-customerdetailschangepassword form .form-group {
  margin-bottom: 20px;
}
/* :L5503 */
.page-customerdetailschangepassword form > .questionItem {
  padding-right: 15px !important;
  /* Override system's inline style */

}
/* :L5506 */
/* :L5507 */
@media only screen and (max-width: 767px) {
  .page-customerdetailschangepassword form > .questionItem > .col-xs-11 > .form-group:not(.instanda-text-question) {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
/* :L5514 */
@media only screen and (max-width: 767px) {
  .page-customerdetailschangepassword form > .questionItem > .col-xs-11 > .form-group:not(.instanda-text-question) > * {
    flex-basis: calc(50% - 10px);
  }
}
/* :L5524 */
/* :L5528 */
/* :L5529 */
.page-customerhomepage .referFriendMobileImage {
  display: none;
}
/* :L5533 */
.page-customerhomepage .referFriendDesktopImage {
  margin-top: 50px;
}
/* :L5536 */
.page-customerhomepage .footer {
  height: 80px;
}
@media (max-width: 1199px) {
  /* :L5541 */
  .page-customerhomepage .referFriendMobileImage {
    display: flex;
    justify-content: center;
  }
  /* :L5546 */
  .page-customerhomepage .referFriendDesktopImage {
    display: none;
  }
}
/* :L5552 */
/* :L5553 */
.page-customerdetails #question118238,
.page-customerdetails #question121060,
.page-customerdetails #question121419,
.page-customerdetails #question121421,
.page-customerdetails #question121422,
.page-customerdetails #question124749,
.page-customerdetails #question121424,
.page-customerdetails #question121425 {
  display: none;
}
/* :L5556 */
.page-customerdetails div#savemsg {
  margin-top: 20px;
}
/* :L5559 */
/* :L5560 */
.page-customerdetails button.instanda-button.instanda-update-customer-details-button.btn.btn-primary.pull-right::before {
  content: none !important;
}
/* Center the button inside the container */

/* :L5567 */
.btn-continue-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
/* Center the text inside the button */

/* :L5574 */
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
}
/* :L5583 */
.accordion-doc a.btn-accordion {
  font-weight: bold;
  position: relative;
  color: #da291c;
  text-decoration: none;
  padding-right: 25px;
}
/* :L5591 */
#customer-portal-content .accordion-doc .btn-accordion::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f0fe";
  display: block;
  font-family: fontAwesome;
  font-size: 18px;
}
/* :L5601 */
#customer-portal-content .accordion-doc .btn-accordion[aria-expanded="true"]::after {
  content: "";
}
/* :L5605 */
#customer-portal-content .accordion-doc .btn-accordion:hover,
#customer-portal-content .accordion-doc .btn-accordion:active,
#customer-portal-content .accordion-doc .btn-accordion:focus,
#customer-portal-content .accordion-doc .btn-accordion:active:focus {
  color: #ad2116;
}
/* :L5612 */
.agent-all-docs-responsive {
  text-align: left;
}
/* :L5617 */
span.customerExecuteMTALink {
  display: none;
}
/* :L5622 */
span.quote-portal {
  color: #da291c;
}
/* :L5627 */
/* :L5628 */
.page-customerlogin hr {
  height: 0px;
  width: 25%;
  margin: 9px;
  margin-top: 8px !important;
}
/* :L5635 */
.page-customerlogin span.text-break {
  width: 50%;
  text-align: center;
}
/* :L5640 */
.page-customerlogin .registration-button {
  margin-top: 50px;
  margin-bottom: 20px;
  justify-items: center;
}
/* :L5646 */
.page-customerlogin .registration-text {
  margin-top: 40px;
  display: flex;
}
/* :L5651 */
.page-customerlogin .registration-button a {
  display: block;
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px 48px 14px 24px;
  border-radius: 0;
  text-align: left;
  position: relative;
  width: 50%;
  font-size: 14px;
  height: 50px;
}
/* :L5665 */
.page-customerlogin .registration-button a::before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 14px;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  right: 24px;
}
/* :L5681 */
.page-customerlogin .registration-button {
  margin-top: 20px;
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
}
/* :L5688 */
.page-customerlogin .registration-button a:hover {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
  text-decoration: none;
}
/* :L5695 */
.page-customerlogin .registration-button a {
  text-decoration: none;
}
/* :L5699 */
.page-customerlogin .instanda-customer-login-content .container {
  padding: 35px;
  border: 1px;
  width: 650px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L5712 */
.page-customerlogin .registration {
  width: 540px;
}
/* :L5718 */
.page-customerlogin .row {
  margin: 0;
  width: 540px;
  justify-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}
/* :L5727 */
.page-customerlogin .row .well {
  margin: 20px 0 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  min-width: 100%;
}
/* :L5737 */
.page-customerlogin p.login-subtitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
/* :L5741 */
.page-customerlogin .form-group button[type="submit"] {
  max-width: 50%;
}
/* :L5745 */
.page-customerlogin .instanda-main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 650px) {
  /* :L5754 */
  .page-customerlogin .row {
    width: 100%;
  }
  /* :L5760 */
  .page-customerlogin .registration {
    width: 100%;
  }
  /* :L5764 */
  .page-customerlogin .instanda-customer-login-content .container {
    width: 85%;
  }
  /* :L5770 */
  .page-customerlogin .form-group button[type="submit"] {
    max-width: 70%;
  }
  /* :L5774 */
  .page-customerlogin .registration-button a {
    width: 70%;
  }
}
@media (max-width: 639px) {
  /* :L5783 */
  .page-customerlogin .registration-button a::before {
    right: 14px;
  }
  /* :L5789 */
  .page-customerlogin .registration-button a {
    padding: 14px;
    padding-right: 32px;
  }
}
@media (max-width: 375px) {
  /* :L5802 */
  .page-customerlogin .form-group button[type="submit"] {
    max-width: 86%;
  }
  /* :L5806 */
  .page-customerlogin .registration-button a {
    width: 86%;
  }
}
/* :L5813 */
/* :L5814 */
.page-customersendpasswordresetlink button.forgot-back {
  background-color: white;
  border: 1px solid gray;
  color: gray;
  border-radius: 0;
  padding: 11px;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: -10px;
}
/* :L5826 */
.page-customersendpasswordresetlink button.forgot-back:hover {
  color: black;
  background-color: #f1f2f6;
  border-color: gray;
}
/* :L5832 */
.page-customersendpasswordresetlink button.forgot-back::before {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  border-left: 0;
  border-right: 8px solid gray;
}
/* :L5843 */
.page-customersendpasswordresetlink div#instanda-site-layout {
  margin-bottom: 60px;
}
/* :L5851 */
/* :L5853 */
.page-existingpolicyholdersendregistrationlink .instanda-existingpolicyholder-send-registration-link-content {
  padding: 35px;
  border: 1px;
  width: 650px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  text-align: center;
}
/* :L5866 */
.page-existingpolicyholdersendregistrationlink .instanda-main-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L5872 */
.page-existingpolicyholdersendregistrationlink hr {
  height: 0px;
  width: 25%;
  margin: 9px;
  margin-top: 8px !important;
}
/* :L5879 */
.page-existingpolicyholdersendregistrationlink span.text-break {
  width: 50%;
  text-align: center;
}
/* :L5884 */
.page-existingpolicyholdersendregistrationlink .login-button {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L5892 */
.page-existingpolicyholdersendregistrationlink .login-button a::before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 14px;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  right: 24px;
}
/* :L5908 */
.page-existingpolicyholdersendregistrationlink .login-text {
  margin-top: 40px;
  display: flex;
}
/* :L5913 */
.page-existingpolicyholdersendregistrationlink .login-button a {
  display: block;
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px 48px 14px 24px;
  border-radius: 0;
  text-align: left;
  position: relative;
  width: 50%;
}
/* :L5925 */
.page-existingpolicyholdersendregistrationlink .login-button a:hover {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
  text-decoration: none;
}
/* :L5932 */
.page-existingpolicyholdersendregistrationlink .login-button {
  margin-top: 20px;
  margin-bottom: 2px;
  justify-items: center;
}
/* :L5938 */
.page-existingpolicyholdersendregistrationlink .login {
  width: 540px;
}
/* :L5942 */
.page-existingpolicyholdersendregistrationlink .instanda-main-content {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* :L5948 */
.page-existingpolicyholdersendregistrationlink .row.instanda-customer-portal-reset-link {
  margin: 0;
  width: 540px;
  text-align: center;
  display: flex;
  justify-content: center;
}
/* :L5957 */
.page-existingpolicyholdersendregistrationlink button[type="submit"] {
  max-width: 50%;
}
/* :L5962 */
.page-existingpolicyholdersendregistrationlink .col-md-4.col-md-offset-4.well.instanda-well {
  width: 100%;
}
/* :L5966 */
.page-existingpolicyholdersendregistrationlink .resend {
  display: flex;
  justify-content: center;
}
/* :L5971 */
.page-existingpolicyholdersendregistrationlink .resend a.btn.btn-primary.instanda-btn {
  width: 50%;
}
/* :L5975 */
.page-existingpolicyholdersendregistrationlink .resend-contact {
  padding: 10px;
  background-color: gainsboro;
  margin-top: -35px;
  text-align: center;
  margin-bottom: 65px;
  width: 650px;
  border-radius: 25px;
  display: none;
}
/* :L5986 */
.page-existingpolicyholdersendregistrationlink p.second-parag {
  margin-bottom: 0px;
}
/* :L5990 */
.page-existingpolicyholdersendregistrationlink .register-subtitle {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.4;
}
@media (max-width: 650px) {
  /* :L5999 */
  .page-existingpolicyholdersendregistrationlink .row.instanda-customer-portal-reset-link {
    width: 100%;
  }
  /* :L6005 */
  .page-existingpolicyholdersendregistrationlink .login {
    width: 100%;
  }
  /* :L6009 */
  .page-existingpolicyholdersendregistrationlink .instanda-existingpolicyholder-send-registration-link-content {
    width: 85%;
  }
  /* :L6015 */
  .page-existingpolicyholdersendregistrationlink button[type="submit"] {
    max-width: 70%;
  }
  /* :L6019 */
  .page-existingpolicyholdersendregistrationlink .resend a.btn.btn-primary.instanda-btn {
    width: 85%;
    text-wrap: auto;
  }
  /* :L6024 */
  .page-existingpolicyholdersendregistrationlink .login-button a {
    width: 70%;
  }
  /* :L6028 */
  .page-existingpolicyholdersendregistrationlink .resend-contact {
    width: 85%;
  }
}
@media (max-width: 639px) {
  /* :L6036 */
  .page-existingpolicyholdersendregistrationlink .login-button a::before {
    right: 14px;
  }
  /* :L6042 */
  .page-existingpolicyholdersendregistrationlink .login-button a {
    padding: 14px;
    padding-right: 32px;
  }
}
@media (max-width: 375px) {
  /* :L6054 */
  .page-existingpolicyholdersendregistrationlink .form-group button[type="submit"] {
    max-width: 86%;
  }
  /* :L6058 */
  .page-existingpolicyholdersendregistrationlink .login-button a {
    width: 86%;
  }
}
/* :L6062 */
.page-existingpolicyholdersendregistrationlink .field-validation-error {
  display: none;
}
/* :L6068 */
/* :L6069 */
.page-existingpolicyholderregistration .instanda-existingpolicyholder-registration {
  padding: 35px;
  border: 1px;
  width: 650px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L6080 */
.page-existingpolicyholderregistration .form-group {
  margin-bottom: 10px;
}
/* :L6084 */
.page-existingpolicyholderregistration .register-subtitle {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* :L6091 */
.page-existingpolicyholderregistration .instanda-main-content-container {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/* :L6099 */
.page-existingpolicyholderregistration .col-md-4.col-md-offset-4.well.instanda-well {
  width: 100%;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
}
/* :L6107 */
.page-existingpolicyholderregistration .instanda-main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L6114 */
.page-existingpolicyholderregistration .password-rules {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: justify;
}
/* :L6120 */
.page-existingpolicyholderregistration .row.instanda-customer-membership-login {
  width: 500px;
}
/* :L6124 */
.page-existingpolicyholderregistration .col-md-9 {
  width: 100%;
}
/* :L6128 */
.page-existingpolicyholderregistration span.label.label-warning.field-validation-error {
  text-wrap: auto;
}
@media (max-width: 650px) {
  /* :L6134 */
  .page-existingpolicyholderregistration .row.instanda-customer-membership-login {
    width: 100%;
  }
  /* :L6141 */
  .page-existingpolicyholderregistration .instanda-existingpolicyholder-registration {
    width: 85%;
  }
  /* :L6149 */
  .page-existingpolicyholderregistration input#m-password2 {
    min-width: fit-content !important;
  }
}
@media (max-width: 767px) {
  /* :L6155 */
  .page-existingpolicyholderregistration .instanda-main-content-container {
    margin-bottom: 100px;
  }
}
/* :L6164 */
.page-customersendpasswordresetlink .row .well {
  min-width: 80%;
}
/* :L6168 */
/* :L6169 */
.page-customersendpasswordresetlink .general-container {
  display: flex;
  gap: 10px;
  margin-bottom: 87px;
  margin-top: 25px;
}
/* :L6176 */
.page-customersendpasswordresetlink .reset-container {
  width: 63%;
}
/* :L6180 */
.page-customersendpasswordresetlink .login-container {
  width: 63%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L6187 */
.page-customersendpasswordresetlink hr.vertical {
  height: auto;
  width: 1px;
  border-width: 0;
  background-color: #eeeeee;
}
/* :L6194 */
.page-customersendpasswordresetlink p.login-button {
  text-align: center;
  margin-top: 50px;
}
/* :L6199 */
.page-customersendpasswordresetlink p.login-button a {
  display: block;
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px 22px 14px 22px;
  border-radius: 0;
  text-align: left;
  position: relative;
}
/* :L6211 */
.page-customersendpasswordresetlink p.login-button a:hover {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
  text-decoration: none;
}
@media (max-width: 768px) {
  /* :L6221 */
  .page-customersendpasswordresetlink .general-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* :L6227 */
  .page-customersendpasswordresetlink hr.vertical {
    height: 1px;
    width: 80%;
    border-width: 0;
    background-color: #eeeeee;
  }
  /* :L6233 */
  .page-customersendpasswordresetlink .reset-container {
    width: 100%;
  }
  /* :L6237 */
  .page-customersendpasswordresetlink .login-container {
    width: 100%;
  }
}
/*Set up colors for fields */
/* :L6307 */
/* :L6310 */
/* :L6311 */
.page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-12.col-md-12.col-lg-12 > .pull-right {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  /* :L6319 */
  /* :L6321 */
  /* :L6323 */
  .page-quickquotequestions.created-from-mta.page-number-1 form > .container .row a.annulerButton {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* :L6331 */
  .page-quickquotequestions.created-from-mta.page-number-1 a.annulerButton {
    margin-top: 2px;
  }
  /* :L6334 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-12.col-md-12.col-lg-12 > .pull-right {
    flex-direction: column;
  }
  /* :L6337 */
  .page-quickquotequestions.created-from-mta.page-number-1 .instanda-main-content > form > .container .row {
    display: unset;
  }
  /* :L6340 */
  .page-quickquotequestions.created-from-mta.page-number-1 a.btn.btn-primary {
    height: 50px;
  }
}
/* :L6346 */
/* :L6347 */
.page-quickquotequestions.created-from-mta div#question119038 .mdc-select__anchor.my-select--fullwidth.mdc-ripple-upgraded {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6353 */
.page-quickquotequestions.created-from-mta div#question119038 input.mdc-select__selected-text {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6359 */
.page-quickquotequestions.created-from-mta div#question119038 i.mdc-select__dropdown-icon {
  display: none;
}
/* :L6362 */
.page-quickquotequestions.created-from-mta div#question119038 .instanda-question-hierarchy:not(.my-mdc-hide)::before {
  opacity: 0.7;
}
/* :L6365 */
.page-quickquotequestions.created-from-mta div#question119038 input#Activity_CHOICE {
  opacity: 0.7;
}
/* :L6368 */
.page-quickquotequestions.created-from-mta div#question119038 span.twitter-typeahead {
  opacity: 0.7;
}
/* :L6371 */
.page-quickquotequestions.created-from-mta div#question119038 .mdc-component-wrapper .mdc-select--focused .mdc-select__anchor {
  border-color: #999999 !important;
  outline: unset !important;
}
/* :L6376 */
.page-quickquotequestions.created-from-mta div#question120329 {
  display: none !important;
}
/* :L6379 */
/* :L6380 */
.page-quickquotequestions.created-from-mta div#question118945 .mdc-text-field.mdc-text-field--filled.my-text-field--fullwidth.mdc-text-field--label-floating.mdc-ripple-upgraded {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
/* :L6385 */
.page-quickquotequestions.created-from-mta div#question118945 .mdc-component-wrapper {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6391 */
.page-quickquotequestions.created-from-mta div#question118945 input#Turnover_NUM--mdc {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6396 */
.page-quickquotequestions.created-from-mta div#question118945 .mdc-component-wrapper .mdc-text-field--focused {
  border-color: #999999 !important;
  outline: unset !important;
}
/* :L6402 */
.page-quickquotequestions.created-from-mta div#Sector_CHOICE--mdc {
  display: none;
}
/* :L6406 */
.page-quickquotequestions.created-from-mta div#Activity_CHOICE_listbox {
  display: none !important;
}
/* :L6412 */
/* :L6413 */
.page-quickquotequestions.created-from-mta div#question118955 label.instanda-unselected {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.3;
}
/* :L6419 */
/* :L6420 */
.page-quickquotequestions.created-from-mta.page-number-2 .back-to-edit-quote-container.left.pull-left {
  display: flex;
  flex-direction: column;
}
/* :L6424 */
.page-quickquotequestions.created-from-mta.page-number-2 a#backButton {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  /* :L6429 */
  .page-quickquotequestions.created-from-mta.page-number-2 a.annulerButton {
    margin-top: 10px;
  }
}
/* :L6433 */
.page-quickquotequestions.created-from-mta.page-number-2 .instanda-main-content > form > .container .row {
  width: 100% !important;
}
/* :L6436 */
.page-quickquotequestions.created-from-mta.page-number-2 .instanda-main-content > form > .container {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  /* :L6443 */
  /* :L6444 */
  .page-quickquotequestions.created-from-mta div#question118932 .instanda-questionHeader.questionHeader.container {
    padding-left: 0px;
  }
}
/* :L6450 */
/* :L6452 */
.page-quickquotequestions.created-from-mta div#question118934 .mdc-text-field.mdc-text-field--filled.my-text-field--fullwidth.mdc-ripple-upgraded,
.page-quickquotequestions.created-from-mta div#question118941 .mdc-text-field.mdc-text-field--filled.my-text-field--fullwidth.mdc-ripple-upgraded,
.page-quickquotequestions.created-from-mta div#question118942 .mdc-text-field.mdc-text-field--filled.my-text-field--fullwidth.mdc-ripple-upgraded {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6457 */
.page-quickquotequestions.created-from-mta div#question118934 input,
.page-quickquotequestions.created-from-mta div#question118941 input,
.page-quickquotequestions.created-from-mta div#question118942 input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6462 */
.page-quickquotequestions.created-from-mta div#question118934 .mdc-component-wrapper .mdc-text-field--focused,
.page-quickquotequestions.created-from-mta div#question118941 .mdc-component-wrapper .mdc-text-field--focused,
.page-quickquotequestions.created-from-mta div#question118942 .mdc-component-wrapper .mdc-text-field--focused {
  border-color: #999999 !important;
  outline: unset !important;
}
/* :L6468 */
/* :L6469 */
.page-quickquotequestions.created-from-mta div#question118940 .mdc-select__anchor.my-select--fullwidth.mdc-ripple-upgraded {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6475 */
.page-quickquotequestions.created-from-mta div#question118940 input.mdc-select__selected-text {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6481 */
.page-quickquotequestions.created-from-mta div#question118940 i.mdc-select__dropdown-icon {
  display: none;
}
/* :L6484 */
.page-quickquotequestions.created-from-mta div#question118940 .mdc-component-wrapper .mdc-select--focused .mdc-select__anchor {
  border-color: #999999 !important;
  outline: unset !important;
}
/* :L6490 */
.page-quickquotequestions.created-from-mta div#Occupation_TXT--mdc {
  display: none;
}
/* :L6500 */
/* :L6502 */
.created-from-mta a#backButton {
  margin-bottom: 25px;
}
/* :L6505 */
.created-from-mta button.instanda-button.instanda-quote-button.btn.btn-primary {
  height: 50px;
  margin-left: 0px;
}
/* :L6509 */
.created-from-mta button.instanda-button.instanda-quote-continue-button.btn.btn-primary {
  height: 50px;
}
/* :L6512 */
.created-from-mta a.annulerButton {
  margin-top: 15px;
  background-color: #eeeeee;
  border: 1px solid #9d9d9d;
  background-color: white;
  border: 1px solid gray;
  color: gray;
  display: flex;
  padding: 15px 35px;
  border-radius: 0;
  text-align: center;
  width: 260px;
  text-decoration: none !important;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  /* :L6528 */
  .created-from-mta a.annulerButton {
    width: 100%;
  }
  /* :L6531 */
  .created-from-mta a#backButton {
    margin-bottom: 12px;
  }
}
/* :L6537 */
.created-from-mta a.annulerButton:hover {
  color: black;
  background-color: #f1f2f6;
  border-color: gray;
}
/* :L6543 */
/* :L6544 */
/* :L6555 */
@media only screen and (max-width: 767px) {
  /* :L6557 */
  .page-prequotequestions.created-from-mta.page-number-1 a.btn.btn-primary {
    margin-bottom: 12px;
    height: 50px;
  }
}
/* :L6562 */
.page-prequotequestions.created-from-mta.page-number-1 .footer-additional p {
  max-width: 555px;
  margin-top: 20px;
}
/* :L6569 */
/* :L6571 */
.created-from-mta #question118959::before,
.created-from-mta #question119054::before {
  display: none !important;
}
/* :L6575 */
.created-from-mta div#question118959 {
  margin-bottom: 20px !important;
  padding-bottom: 0px !important;
}
/* :L6579 */
.created-from-mta div#question118960 {
  display: none;
}
/* :L6582 */
.created-from-mta div#question120002 {
  display: none;
}
/* :L6585 */
.created-from-mta div#question130517 {
  display: none;
}
/* :L6588 */
.created-from-mta div#question119054 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* :L6592 */
/* :L6594 */
.created-from-mta div#question118958 .mdc-text-field.mdc-text-field--filled.my-text-field--fullwidth.mdc-text-field--label-floating.mdc-ripple-upgraded {
  opacity: 0.7;
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
/* :L6599 */
.created-from-mta div#question118958 input {
  opacity: 0.7;
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
/* :L6605 */
.created-from-mta div#question118958 .mdc-component-wrapper .mdc-text-field--focused {
  border-color: #999999;
  outline: unset ;
}
/* :L6611 */
.warningEmailMTA {
  margin-bottom: 18px;
  padding: 15px 10px 15px 10px;
  background-color: lightgray;
  text-align: center;
}
/* :L6621 */
/* :L6624 */
.page-prequotequestions.created-from-mta.page-number-2 div#question120226 {
  display: none;
}
/* :L6627 */
.page-prequotequestions.created-from-mta.page-number-2 .questionHeader h3 {
  background: unset !important;
  padding-left: 0px !important;
}
/* :L6631 */
.page-prequotequestions.created-from-mta.page-number-2 .instanda-unselected {
  display: none;
  pointer-events: none;
}
/* :L6636 */
.page-prequotequestions.created-from-mta.page-number-2 .instanda-selected {
  background-color: unset !important;
  color: black !important;
  pointer-events: none;
  font-weight: bold;
}
/* :L6644 */
.page-prequotequestions.created-from-mta.page-number-2 .killingQuestion-divison {
  border-top: 1px solid;
  padding-top: 35px;
}
/* :L6649 */
.page-prequotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
  margin-top: 100%;
}
@media only screen and (max-width: 767px) {
  /* :L6655 */
  .page-prequotequestions.created-from-mta.page-number-2 .questionItem:not(.instanda-container-fluid) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  /* :L6659 */
  .page-prequotequestions.created-from-mta.page-number-2 .questionItem:not(.instanda-container-fluid) .instanda-question-label {
    width: 75%;
  }
  /* :L6663 */
  .page-prequotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    margin-top: 0%;
  }
  /* :L6666 */
  .page-prequotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-4.col-lg-3.col-sidebar {
    display: flex;
    justify-content: center;
  }
  /* :L6669 */
  .page-prequotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-4.col-lg-3.col-sidebar .quote-mta-wrapper {
    width: 375px;
  }
}
@media only screen and (max-width: 379px) {
  /* :L6676 */
  /* :L6677 */
  .page-prequotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-4.col-lg-3.col-sidebar .quote-mta-wrapper {
    height: 188px;
  }
}
/* :L6686 */
/* :L6687 */
.page-prequotequestions.created-from-mta.page-number-1 .quote-mta-wrapper {
  display: none;
}
/* :L6691 */
.page-prequotequestions.created-from-mta.page-number-1 .section-payment-MTA {
  display: none;
}
/* :L6696 */
/* :L6698 */
.page-prequotequestions.created-from-mta.page-number-2 .pre-quote-mta2 {
  display: none;
}
/* :L6702 */
.page-prequotequestions.created-from-mta.page-number-2 .section-payment-MTA {
  Display: none;
}
/* :L6708 */
/* :L6710 */
.page-prequotequestions.created-from-mta.page-number-3 .pre-quote-mta1 {
  display: none;
}
/* :L6721 */
/* :L6723 */
.page-prequotequestions.created-from-mta.page-number-3 div#question120292 {
  display: none;
}
/* :L6727 */
.page-prequotequestions.created-from-mta.page-number-3 div#question119686 {
  display: none;
}
/* :L6731 */
.page-prequotequestions.created-from-mta.page-number-3 div#question119687 {
  display: none;
}
/* :L6735 */
.page-prequotequestions.created-from-mta.page-number-3 div#question120230 {
  display: none;
}
/* :L6739 */
.page-prequotequestions.created-from-mta.page-number-3 .section-payment-MTA h3 {
  font-weight: 400;
  font-size: 24px;
  color: gray;
  margin-top: 0;
  margin-bottom: 60px;
}
/* :L6749 */
.page-prequotequestions.created-from-mta.page-number-3 .section-payment-MTA p {
  margin-bottom: 60px;
}
/* :L6752 */
.page-prequotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
  margin-top: 50%;
}
@media only screen and (max-width: 767px) {
  /* :L6756 */
  .page-prequotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
    margin-top: 0%;
  }
  /* :L6759 */
  .page-prequotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-4.col-lg-3.col-sidebar {
    display: flex;
    justify-content: center;
  }
  /* :L6762 */
  .page-prequotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-4.col-lg-3.col-sidebar .quote-mta-wrapper {
    width: 375px;
  }
}
@media only screen and (min-width: 992px) {
  /* :L6768 */
  .page-prequotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
    height: 230px;
  }
}
/* :L6776 */
/* :L6777 */
.page-quote.created-from-mta .col-main .section-wrapper {
  padding-bottom: 0px;
}
/* :L6779 */
.page-quote.created-from-mta .col-main .section-wrapper:before {
  display: none;
}
/* :L6783 */
.page-quote.created-from-mta li.form-item.form-historical-monument {
  display: none;
}
/* :L6789 */
/* :L6791 */
.page-postquotequestions.created-from-mta.page-number-1 .instanda-post-quote-questions {
  display: none;
}
/* :L6796 */
/* :L6797 */
/* :L6798 */
.page-postquotequestions.created-from-mta.page-number-2 div#question119074 .instanda-question-parent-yes-no.form-group {
  display: none;
}
/* :L6802 */
.page-postquotequestions.created-from-mta.page-number-2 div#question121348 {
  display: none;
}
/* :L6805 */
.page-postquotequestions.created-from-mta.page-number-2 div#question120290 {
  display: none;
}
/* :L6808 */
.page-postquotequestions.created-from-mta.page-number-2 div#question120291 {
  display: none;
}
/* :L6815 */
/* :L6816 */
.page-confirmation2.created-from-mta .buttonMTASaleConfirmation {
  text-align: center;
  display: flex;
  margin: 35px 0px 35px 0px;
  justify-content: center;
}
/* :L6823 */
.page-confirmation2.created-from-mta a.buttonMTA {
  /*width: 230px;
		height: 50px;*/
  width: 270px;
  font-size: 17px;
  height: 60px;
  background-color: #da291c;
  text-decoration: none !important;
  display: flex;
  color: white !important;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
}
/* :L6837 */
.page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main {
  padding-left: 60px;
  padding-right: 60px;
}
/* :L6840 */
.page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main p {
  line-height: 25px;
  font-size: 20px;
}
/* :L6845 */
.page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main > p:first-child {
  margin-bottom: 30px;
}
/* :L6850 */
.page-confirmation2.created-from-mta div.info-senteces p {
  font-size: 25px;
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
  /* :L6855 */
  .page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media only screen and (max-width: 767px) {
  /* :L6861 */
  .page-confirmation2.created-from-mta div.info-senteces p {
    font-size: 18px;
  }
  /* :L6864 */
  .page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* :L6867 */
  .page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main p {
    font-size: 18px;
  }
}
/* :L6874 */
/* :L6875 */
/* :L6876 */
/* :L6877 */
.created-from-mta #instanda-header [data-placeholder="~publicQuickQuoteLink"]::before {
  content: "01";
}
/* :L6881 */
/* :L6882 */
.created-from-mta #instanda-header [data-placeholder="~publicPreQuoteLink"]::before {
  content: "02";
}
/* :L6886 */
/* :L6887 */
.created-from-mta #instanda-header [data-placeholder="~publicPostQuoteLink"]::before {
  content: "03";
}
/* :L6891 */
/* :L6892 */
.created-from-mta #instanda-header [data-placeholder="~publicQuoteCompleteLink"]::before {
  content: "04";
}
/* :L6912 */
/* :L6914 */
/* :L6915 */
/* :L6916 */
/* :L6917 */
.page-quickquotequestions.created-from-mta.page-number-1 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-quickquotequestions.created-from-mta.page-number-2 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"] {
  color: #da291c;
  font-weight: bold;
}
/* :L6920 */
.page-quickquotequestions.created-from-mta.page-number-1 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-quickquotequestions.created-from-mta.page-number-2 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* :L6929 */
/* :L6930 */
/* :L6932 */
/* :L6933 */
/* :L6934 */
.page-quickquotequestions.page-number-3.created-from-mta .breadcrumb-wrapper .button-links::after {
  width: calc(33.333333333%);
}
@media only screen and (min-width: 992px) {
  .page-quickquotequestions.page-number-3.created-from-mta .breadcrumb-wrapper .button-links::after {
    width: calc(25.333333333%);
  }
}
/* :L6945 */
/* :L6948 */
/* :L6949 */
/* :L6950 */
/* :L6951 */
.page-quickquotequestions.created-from-mta.page-number-3 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"],
.page-prequotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"],
.page-quote.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"] {
  color: #da291c;
  font-weight: bold;
}
/* :L6956 */
/* :L6957 */
.page-quickquotequestions.created-from-mta.page-number-3 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-prequotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-quote.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L6962 */
/* :L6963 */
.page-quickquotequestions.created-from-mta.page-number-3 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before,
.page-prequotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before,
.page-quote.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* :L6974 */
/* :L6975 */
/* :L6976 */
/* :L6977 */
/* :L6978 */
.page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPostQuoteLink"] {
  color: #da291c;
  font-weight: bold;
}
/* :L6983 */
/* :L6985 */
.page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L6990 */
/* :L6991 */
.page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPostQuoteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* :L7000 */
/* :L7001 */
/* :L7002 */
/* :L7003 */
/* :L7004 */
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuoteCompleteLink"] {
  color: #da291c;
  font-weight: bold;
}
/* :L7009 */
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPostQuoteLink"] {
  color: #da291c;
}
/* :L7013 */
/* :L7016 */
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before,
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPostQuoteLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L7021 */
/* :L7022 */
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuoteCompleteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* :L7029 */
.page-confirmation2.created-from-mta .button-links {
  pointer-events: none;
}
/* :L7034 */
.created-from-mta .breadcrumb-wrapper .button-links > a {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 1199px) {
  /* :L7040 */
  .created-from-mta .breadcrumb-wrapper .button-links > a {
    font-size: 0 !important;
  }
}
/* :L7045 */
.customer-mta {
  display: none;
}
/* :L7050 */
.show-mta-button + .customer-mta {
  display: block;
}
/* :L7055 */
.customer-mta a {
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white !important;
  padding: 10px;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
}
/* :L7065 */
.customer-mta {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}
/* :L7072 */
.created-from-mta div#question118932 {
  display: none;
}
/* :L7076 */
.created-from-mta div#question130920 {
  margin-top: 30px;
}
/*Page 1 of the journey*/

/* :L7081 */
/* :L7084 */
/* :L7085 */
.page-quickquotequestions.created-from-mta.page-number-1 form > .container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* :L7092 */
  /* :L7095 */
  /* :L7096 */
  .page-quickquotequestions.created-from-mta.page-number-1 form > .container {
    padding: 0 0;
  }
}
/* :L7103 */
.page-quickquotequestions.created-from-mta.page-number-1 .instanda-main-content > form > .container .row {
  display: block;
}
/*Page 3 of the journey*/

/* :L7108 */
/* :L7111 */
/* :L7112 */
.page-quickquotequestions.created-from-mta.page-number-3 form > .container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* :L7119 */
  /* :L7122 */
  /* :L7123 */
  .page-quickquotequestions.created-from-mta.page-number-3 form > .container {
    padding: 0 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* :L7133 */
  /* :L7134 */
  .page-prequotequestions.created-from-mta .col-xs-12.col-sm-1.col-lg-3.col-empty {
    width: 10%;
  }
  /* :L7137 */
  .page-prequotequestions.created-from-mta .col-xs-12.col-sm-7.col-lg-6.col-main {
    width: 81%;
  }
  /* :L7140 */
  .page-prequotequestions.created-from-mta .col-xs-12.col-sm-4.col-lg-3.col-sidebar {
    width: 10%;
  }
  /* :L7143 */
  .page-prequotequestions.created-from-mta .quote-mta-wrapper {
    width: 355px;
    height: 180px;
    margin-top: 0px !important;
  }
  /* :L7149 */
  .page-prequotequestions.created-from-mta .col-xs-12.col-sm-4.col-lg-3.col-sidebar {
    justify-content: center;
    display: flex;
    width: 100%;
  }
  /* :L7156 */
  .section-payment-MTA p {
    margin-bottom: unset !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
  /* :L7165 */
  /* :L7166 */
  .page-postquotequestions.created-from-mta .col-md-8 {
    width: 80%;
  }
  /* :L7169 */
  .page-postquotequestions.created-from-mta .col-md-1 {
    width: 10%;
  }
  /* :L7172 */
  .page-postquotequestions.created-from-mta .col-md-3 {
    width: 10%;
  }
}
/*
@media only screen and (max-width: 768px) {
       .contentForMTA a{
		display:none;
	  }
}*/

/* :L7189 */
.page-quickquotequestions.created-from-mta.page-number-1 .field-validation-error {
  text-wrap: wrap;
  text-align: left;
}
