*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #000;
  font: 14px/1.4 "Muli", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button#thirdParty:disabled,
button#comprehensive:disabled {
  background: #ddd !important;
  border-color: #ddd !important;
  cursor: not-allowed;
}

.number-spinner::before,
.hamburger-nav-group::before,
.primary-links::before,
.secondary-links .nav-links::before,
.footer-sitemap::before,
.social-action-block::before,
.footer-newsletter::before,
.number-spinner::after,
.hamburger-nav-group::after,
.primary-links::after,
.secondary-links .nav-links::after,
.footer-sitemap::after,
.social-action-block::after,
.footer-newsletter::after {
  display: table;
  content: "";
}

.number-spinner::after,
.hamburger-nav-group::after,
.primary-links::after,
.secondary-links .nav-links::after,
.footer-sitemap::after,
.social-action-block::after,
.footer-newsletter::after {
  clear: both;
}

.radio-band .radio-title {
  margin: 0;
  color: #000;
  font: normal 300 1.8rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media screen and (min-width: 600px) {
  .radio-band .radio-title {
    font-size: 1.92rem;
  }
}

@media screen and (min-width: 768px) {
  .radio-band .radio-title {
    margin-bottom: 6px;
    font-size: 2rem;
  }
}

.modal-title {
  margin: 0;
  color: #000;
  font: normal 900 1.8rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  line-height: 1.42857;
}

.nav-links-container.primary-link {
  padding-right: 0;
}

@media screen and (min-width: 600px) {
  .modal-title {
    font-size: 1.92rem;
  }
}

@media screen and (min-width: 768px) {
  .modal-title {
    font-size: 2.4rem;
  }
}

.sitemap-list li {
  margin-bottom: 10px !important;
}

.radio-band .radio-subtitle,
.nav-link,
.footer-sitemap li a,
.sitemap-list li a,
.social-action-block .social-action-block-text,
.newsletter-copy {
  margin: 5px 0;
  color: #444;
  font: normal 400 12px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .radio-band .radio-subtitle,
  .nav-link,
  .sitemap-list li a,
  .footer-sitemap li a,
  .social-action-block .social-action-block-text,
  .newsletter-copy {
    font-size: 1.4rem;
  }
}

.footer-column-title,
.sitemap-column-title {
  margin: 5px 0;
  color: #000;
  font: normal 900 12px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .footer-column-title,
  .sitemap-column-title {
    font-size: 1.4rem;
  }
}

.mkt-small-btn {
  padding: 5px 12px;
  margin: 5px 0;
  color: #444;
  font: normal 400 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
}

@media screen and (min-width: 600px) {
  .mkt-small-btn {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .mkt-small-btn {
    font-size: 1.8rem;
  }
}

.modal-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  pointer-events: none;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

@media screen and (min-width: 768px) {
  .modal-outer {
    width: 750px;
  }
}

@media screen and (min-width: 992px) {
  .modal-outer {
    width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .modal-outer {
    width: 1170px;
  }
}

#bike-section {
  height: 500px;
}

#car-section {
  height: 450px;
}

#motor-home-section {
  height: 450px;
  overflow: hidden;
}

@media (min-width: 768px) {
  #motor-home-section {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .horizontal-scroll-container-max767 .hs-list-wrapper {
    padding-right: 36px;
    padding-left: 36px;
  }

  .addon-card-collapse-group,
  .detailed-addon-card .card-header {
    padding-right: 0;
  }

  #bike-section {
    height: 364px;
    width: 100%;
  }

  #car-section {
    height: 288px;
  }
}

#getquoteUrl {
  width: 170px;
}

#bike-header {
  color: #ffffff;
  font-family: Muli;
  font-size: 35px;
  font-weight: 900;
  line-height: 36px;
  width: 62%;
  text-align: left;
}

@media (min-width: 768px) {
  #bike-header {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #h2-head {
    text-align: left !important;
  }

  #plan-fit-in {
    color: #444444;
    font-family: Muli;
    font-size: 3rem;
    font-weight: 800;
    line-height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .bg-white-shade-2 {
    overflow: hidden;
  }

  #plan-fit-in {
    color: #444444;
    font-family: Muli;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 36px;
    text-align: left !important;
  }
}

@media only screen and (max-width: 480px) {
  #plan-covered {
    color: #444444;
    margin-left: -32px;
    font-family: Muli;
    font-size: 25px;
    font-weight: 800;
    line-height: 36px;
    text-align: left !important;
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  #bike-header {
    color: #ffffff;
    font-family: Muli;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .col-sm-12.col-md-10.odd-col.pad-bt-120 {
    padding-bottom: 0px;
    padding-top: 12rem;
  }
}

@media screen and (max-width: 600px) {
  .horizontal-scroll-container-max767 .hs-list-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  h1.h1-v2 {
    font-size: 2.4rem !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 110%;
  }

  div.h1-v2 {
    font-size: 2.8rem !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 110%;
  }

  p.h3 {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}

.btn-primary-large,
.btn-primary,
.mkt-btn-primary,
.mkt-btn-primary-reverse,
.mkt-btn-primary-reverse-small,
.mkt-small-btn {
  display: inline-block;
  padding: 10px 16px;
  margin: 0;
  font: 900 1.4rem/1.22 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none;

  box-shadow: 0 0 1px transparent;
  border: 1px solid;
  border-radius: 3px;
  outline: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
  opacity: 1;
}

.btn-primary-large:hover,
.btn-primary:hover,
.mkt-btn-primary:hover,
.mkt-btn-primary-reverse:hover,
.mkt-btn-primary-reverse-small:hover,
.mkt-small-btn:hover,
.btn-primary-large:focus,
.btn-primary:focus,
.mkt-btn-primary:focus,
.mkt-btn-primary-reverse:focus,
.mkt-btn-primary-reverse-small:focus,
.mkt-small-btn:focus,
.btn-primary-large:active,
.btn-primary:active,
.mkt-btn-primary:active,
.mkt-btn-primary-reverse:active,
.mkt-btn-primary-reverse-small:active,
.mkt-small-btn:active {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .btn-primary-large,
  .btn-primary,
  .mkt-btn-primary,
  .mkt-btn-primary-reverse,
  .mkt-btn-primary-reverse-small,
  .mkt-small-btn {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .mkt-btn-primary,
  .mkt-btn-primary-reverse,
  .mkt-btn-primary-reverse-small,
  .mkt-small-btn {
    font-size: 1.6rem;
  }
}

.btn-primary-large,
.btn-primary {
  color: #000;
  background-color: #fb0;
  border-color: #fb0;
}

.btn-primary-large:hover,
.btn-primary:hover,
.btn-primary-large:focus,
.btn-primary:focus {
  color: #000;
  background-color: #fc3;
  border-color: #fc3;
}

.btn-ghost:hover {
  background: transparent;
  opacity: 0.6;
}

.btn-ghost {
  font-weight: 800;
  background-color: transparent;
}

.btn-primary-large:active,
.btn-primary:active {
  filter: brightness(95%);
  -webkit-filter: brightness(95%);
}

.btn-primary-large {
  padding: 14px 32px;
  font-size: 1.75rem;
}

@media screen and (min-width: 600px) {
  .btn-primary-large {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .btn-primary-large {
    padding: 16px;
    font-size: 1.8rem;
  }
}

.mkt-btn-primary {
  padding: 14px 16px;
  color: #000;
  background-color: #fb0;
  border: 0;
}

.mkt-btn-primary:hover,
.mkt-btn-primary:focus,
.mkt-btn-primary:active {
  color: #000;
  background-color: #fb0;
}

.mkt-btn-primary-reverse {
  padding: 14px 16px;
  color: #000;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

.mkt-btn-primary-reverse:hover,
.mkt-btn-primary-reverse:focus,
.mkt-btn-primary-reverse:active {
  color: #fb0;
  background-color: transparent;
  border-color: #fb0;
}

.mkt-btn-primary-reverse-small {
  padding: 10px 16px;
  color: #000;
  font-weight: 400;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

.mkt-btn-primary-reverse-small:hover,
.mkt-btn-primary-reverse-small:focus,
.mkt-btn-primary-reverse-small:active {
  color: #fb0;
  background-color: transparent;
  border-color: #fb0;
}

.mkt-small-btn:hover,
.mkt-small-btn:focus,
.mkt-small-btn:active {
  color: #000;
  background-color: #fb0;
  border-color: #fb0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;

  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #37b;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  height: auto;
  vertical-align: bottom;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container::before,
.container::after {
  display: table;
  content: " ";
}

.container::after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  #container-id {
    width: 1211px !important;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid::before,
.container-fluid::after {
  display: table;
  content: " ";
}

.container-fluid::after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::before,
.row::after {
  display: table;
  content: " ";
}

.row::after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33%;
}

.col-xs-2 {
  width: 16.66%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33%;
}

.col-xs-5 {
  width: 41.66%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33%;
}

.col-xs-8 {
  width: 66.66%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33%;
}

.col-xs-11 {
  width: 91.66%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33%;
}

.col-xs-pull-2 {
  right: 16.66%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33%;
}

.col-xs-pull-5 {
  right: 41.66%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33%;
}

.col-xs-pull-8 {
  right: 66.66%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33%;
}

.col-xs-pull-11 {
  right: 91.66%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33%;
}

.col-xs-push-2 {
  left: 16.66%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33%;
}

.col-xs-push-5 {
  left: 41.66%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33%;
}

.col-xs-push-8 {
  left: 66.66%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33%;
}

.col-xs-push-11 {
  left: 91.66%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33%;
}

.col-xs-offset-2 {
  margin-left: 16.66%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33%;
}

.col-xs-offset-5 {
  margin-left: 41.66%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33%;
}

.col-xs-offset-8 {
  margin-left: 66.66%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33%;
}

.col-xs-offset-11 {
  margin-left: 91.66%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33%;
  }

  .col-sm-2 {
    width: 16.66%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33%;
  }

  .col-sm-5 {
    width: 41.66%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33%;
  }

  .col-sm-8 {
    width: 66.66%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33%;
  }

  .col-sm-11 {
    width: 91.66%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33%;
  }

  .col-sm-pull-2 {
    right: 16.66%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33%;
  }

  .col-sm-pull-5 {
    right: 41.66%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33%;
  }

  .col-sm-pull-8 {
    right: 66.66%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33%;
  }

  .col-sm-pull-11 {
    right: 91.66%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33%;
  }

  .col-sm-push-2 {
    left: 16.66%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33%;
  }

  .col-sm-push-5 {
    left: 41.66%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33%;
  }

  .col-sm-push-8 {
    left: 66.66%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33%;
  }

  .col-sm-push-11 {
    left: 91.66%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33%;
  }

  .col-md-2 {
    width: 16.66%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-5 {
    width: 41.66%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33%;
  }

  .col-md-8 {
    width: 66.66%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33%;
  }

  .col-md-11 {
    width: 91.66%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33%;
  }

  .col-md-pull-2 {
    right: 16.66%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33%;
  }

  .col-md-pull-5 {
    right: 41.66%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33%;
  }

  .col-md-pull-8 {
    right: 66.66%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33%;
  }

  .col-md-pull-11 {
    right: 91.66%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33%;
  }

  .col-md-push-2 {
    left: 16.66%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33%;
  }

  .col-md-push-5 {
    left: 41.66%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33%;
  }

  .col-md-push-8 {
    left: 66.66%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33%;
  }

  .col-md-push-11 {
    left: 91.66%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33%;
  }

  .col-md-offset-2 {
    margin-left: 16.66%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33%;
  }

  .col-md-offset-5 {
    margin-left: 41.66%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33%;
  }

  .col-md-offset-8 {
    margin-left: 66.66%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33%;
  }

  .col-md-offset-11 {
    margin-left: 91.66%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33%;
  }

  .col-lg-2 {
    width: 16.66%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33%;
  }

  .col-lg-5 {
    width: 41.66%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33%;
  }

  .col-lg-8 {
    width: 66.66%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33%;
  }

  .col-lg-11 {
    width: 91.66%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33%;
  }

  .col-lg-pull-2 {
    right: 16.66%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33%;
  }

  .col-lg-pull-5 {
    right: 41.66%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33%;
  }

  .col-lg-pull-8 {
    right: 66.66%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33%;
  }

  .col-lg-pull-11 {
    right: 91.66%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33%;
  }

  .col-lg-push-2 {
    left: 16.66%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33%;
  }

  .col-lg-push-5 {
    left: 41.66%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33%;
  }

  .col-lg-push-8 {
    left: 66.66%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33%;
  }

  .col-lg-push-11 {
    left: 91.66%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.modal-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .modal-open {
    overflow: hidden;
    margin-right: 0.65em;
    width: auto;
    padding-right: 0 !important;
  }

  .modal-open .qf-navbar--container,
  .modal-open .qf-progress-bar-wrapper {
    margin-right: 0.65em;
    width: auto;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1055;
  display: none;
  overflow: auto;
  background: rgba(24, 24, 24, 0.8);
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: transparent;
  background-clip: padding-box;

  box-shadow: none;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.mob-botton-menu {
  padding-right: 0 !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.modal-header::before,
.modal-header::after {
  display: table;
  content: " ";
}

.modal-header::after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #ddd;
}

.modal-footer::before,
.modal-footer::after {
  display: table;
  content: " ";
}

.modal-footer::after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.border-b {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.unavailable-msg-wrapper h2 {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
}

#mail-modal h3,
.social-follow-wrapper h3 {
  font-size: 1.8rem !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.clearfix::after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

h1,
.h1 {
  margin: 10px 0;
  color: #000;
  font: normal 300 3.2rem/110% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  h1,
  .h1 {
    font-size: 3.84rem;
  }
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4.8rem;
  }
}

.h1-v2 {
  margin: 10px 0;
  color: #444;
  font: normal 900 3rem/110% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .h1-v2 {
    font-size: 3.84rem;
  }
}

@media screen and (min-width: 768px) {
  .h1-v2 {
    font-size: 3rem;
  }
}

h2,
.h2 {
  margin: 5px 0;
  color: #000;
  font: normal 400 2.4rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  h2,
  .h2 {
    font-size: 2.88rem;
  }
}

@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 3.6rem;
  }
}

.h2-v2 {
  margin: 5px 0;
  color: #000;
  font: normal 800 2.4rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .h2-v2 {
    font-size: 2.88rem;
  }
}

@media screen and (min-width: 768px) {
  .h2-v2 {
    font-size: 3.6rem;
  }
}

h3,
.h3 {
  margin: 5px 0;
  color: #000;
  font: normal 400 1.8rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  h3,
  .h3 {
    font-size: 1.92rem;
  }
}

@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}

.h3-v2 {
  margin: 5px 0;
  color: #000;
  font: normal 900 1.8rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .h3-v2 {
    font-size: 1.92rem;
  }
}

@media screen and (min-width: 768px) {
  .h3-v2 {
    font-size: 2.4rem;
  }
}

h4,
.h4 {
  margin: 5px 0;
  color: #000;
  font: normal 900 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  h4,
  .h4 {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.8rem;
  }
}

.h4-v2 {
  margin: 5px 0;
  color: #000;
  font: italic 300 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .h4-v2 {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .h4-v2 {
    font-size: 1.8rem;
  }
}

h5,
.h5 {
  margin-top: 1px;
  color: #000;
  font: normal 600 12px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  h5,
  .h5 {
    font-size: 1.4rem;
  }
}

.h5-v2 {
  margin: 5px 0;
  color: #000;
  font: normal 900 12px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .h5-v2 {
    font-size: 1.4rem;
  }
}

h6,
.h6 {
  margin: 5px 0;
  color: #444;
  font: normal 400 10px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.2rem;
  }
}

p,
.p {
  margin: 5px 0;
  color: #444;
  font: normal 400 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  p,
  .p {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  p,
  .p {
    font-size: 1.8rem;
  }
}

body,
.body {
  margin: 0;
  color: #444;
  font: normal 400 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  body,
  .body {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  body,
  .body {
    font-size: 1.8rem;
  }
}

.p-v2 {
  margin: 5px 0;
  color: #444;
  font: normal 900 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .p-v2 {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .p-v2 {
    font-size: 1.8rem;
  }
}

.p-tiny {
  margin: 5px 0;
  color: #444;
  font: normal 400 10px/140% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.nav-font {
  margin: 5px 0;
  color: #000;
  font: normal 400 1.27273rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .nav-font {
    font-size: 1.4rem;
  }
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  /* src: url("clientlib-all/fonts/icomoon/icomoon.eot"); */
  /* src: local("icomoon"), local("../fonts/icomoon/icomoon"), */
    src: 
    url("clientlib-all/fonts/icomoon/icomoon.eot"),
    url("clientlib-all/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"),
    url("clientlib-all/fonts/icomoon/icomoon.woff") format("woff"),
    url("clientlib-all/fonts/icomoon/icomoon.ttf") format("truetype"),
    url("clientlib-all/fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-display: swap;
}

@media print {
  body {
    font-size: 62.5%;
    line-height: 0.55em;
  }
}

@media screen and (max-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

ul {
  list-style: none;
}

li {
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
}

em,
i,
q {
  font-style: italic;
}

span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*:focus {
  outline: 0;
}

::-moz-selection {
  background: #fea;
}

::selection {
  background: #fea;
}

html.touch,
html.touchevents {
  -webkit-overflow-scrolling: touch;
}

.odd-col {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.col {
  padding-right: 15px;
  padding-left: 15px;
}

.transitions {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.box-shadow {
  box-shadow: none;
}

.vertical-align {
  display: table;
  width: 100%;
}

.vertical-align > * {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.vertical-align .table-cell-content--width {
  width: 100%;
}

.vertical-align .table-cell-content--nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .vertical-align-767 {
    display: table;
    width: 100%;
  }

  .vertical-align-767 > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .vertical-align-767 .table-cell-content--width {
    width: 100%;
  }

  .vertical-align-767 .table-cell-content--nowrap {
    white-space: nowrap;
  }
}

.inline-buttons,
.inline-buttons--right,
.inline-buttons--nowrap {
  display: block;
}

.inline-buttons > *,
.inline-buttons--right > *,
.inline-buttons--nowrap > * {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .inline-buttons,
  .inline-buttons--right,
  .inline-buttons--nowrap {
    display: table;
    width: auto;
  }

  .inline-buttons > *,
  .inline-buttons--right > *,
  .inline-buttons--nowrap > * {
    display: table-cell;
    float: none;
    padding-right: 20px;
    vertical-align: middle;
  }

  .inline-buttons > *:last-child,
  .inline-buttons--right > *:last-child,
  .inline-buttons--nowrap > *:last-child {
    padding-right: 0;
  }
}

.inline-buttons--right {
  margin-left: auto;
}

.inline-buttons--nowrap {
  display: table;
  width: auto;
}

.inline-buttons--nowrap > * {
  display: table-cell;
  float: none;
  padding-right: 20px;
  vertical-align: middle;
}

.inline-buttons--nowrap > *:last-child {
  padding-right: 0;
}

.br-all {
  display: inline;
  border: 1px solid #ddd;
}

.br-t {
  display: inline;
  border-top: 1px solid #ddd;
}

.br-b {
  display: inline;
  border-bottom: 1px solid #ddd;
}

.br-l {
  display: inline;
  border-left: 1px solid #ddd;
}

.br-r {
  display: inline;
  border-right: 1px solid #ddd;
}

.no-br-r {
  border-right: none !important;
}

.ellipsis {
  padding-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-shadow {
  text-shadow: 0 0 4px rgba(24, 24, 24, 0.6);
}

.intrinsic-svg {
  position: relative;
  height: 0;
}

.intrinsic-svg svg,
.intrinsic-svg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.bullet-list {
  list-style: square;
}

ul.bullet-list li {
  margin-left: 30px;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.is-fixed {
  position: fixed;
}

.is-static {
  position: static;
}

.full-w {
  width: 100% !important;
}

.full-h {
  height: 100%;
}

.full-wh {
  width: 100%;
  height: 100%;
}

.is-table {
  display: table;
}

.is-flex {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

.is-block {
  display: block;
}

.is-hidden {
  display: none !important;
}

.is-inline-block {
  display: inline-block;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-upper {
  text-transform: uppercase !important;
}

.txt-lower {
  text-transform: lowercase !important;
}

.txt-caps {
  text-transform: capitalize !important;
}

.noTextTranform {
  text-transform: none !important;
}

.isMarginCenter {
  margin: 0 auto;
}

.is-overflow-hidden {
  overflow: hidden;
}

.no-margin {
  margin: 0;
}

.no-pad {
  padding: 0 !important;
}

.no-pad-t {
  padding-top: 0 !important;
}

.no-pad-l {
  padding-left: 0 !important;
}

.no-pad-r {
  padding-right: 0 !important;
}

.no-pad-b {
  padding-bottom: 0 !important;
}

.l-float {
  float: left;
}

.r-float {
  float: right;
}

.no-float {
  float: none !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-99 {
  z-index: 99;
}

.l-clear {
  clear: left;
}

.r-clear {
  clear: right;
}

.b-clear {
  clear: both;
}

.v-center {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.v-top {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.v-bottom {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}

.minHeight100 {
  min-height: 100%;
}

.no-wrap {
  white-space: nowrap;
}

.normal-wrap {
  white-space: normal;
}

@media screen and (min-width: 481px) {
  .visible-xxs {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .visible-ssm {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .br-1199 br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .br-991 br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br-767 br {
    display: none;
  }

  .isVerticalTop.tableToBlock,
  .isVerticalMiddle.tableToBlock,
  .isVerticalBottom.tableToBlock {
    display: block;
  }

  .isTextLeft.minIsTextCenter,
  .isTextRight.minIsTextCenter {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .col-ssm-1 {
    width: 8.33%;
  }

  .col-ssm-2 {
    width: 16.66%;
  }

  .col-ssm-3 {
    width: 25%;
  }

  .col-ssm-4 {
    width: 33.33%;
  }

  .col-ssm-5 {
    width: 41.66%;
  }

  .col-ssm-6 {
    width: 50%;
  }

  .col-ssm-7 {
    width: 58.33%;
  }

  .col-ssm-8 {
    width: 66.66%;
  }

  .col-ssm-9 {
    width: 75%;
  }

  .col-ssm-10 {
    width: 83.33%;
  }

  .col-ssm-11 {
    width: 91.66%;
  }

  .col-ssm-12 {
    width: 100%;
  }

  .col-ssm-offset-0 {
    margin-left: 0;
  }

  .col-ssm-pull-0 {
    right: 0;
  }

  .col-ssm-push-0 {
    left: 0;
  }

  .col-ssm-offset-1 {
    margin-left: 8.33%;
  }

  .col-ssm-pull-1 {
    right: 8.33%;
  }

  .col-ssm-push-1 {
    left: 8.33%;
  }

  .col-ssm-offset-2 {
    margin-left: 16.66%;
  }

  .col-ssm-pull-2 {
    right: 16.66%;
  }

  .col-ssm-push-2 {
    left: 16.66%;
  }

  .col-ssm-offset-3 {
    margin-left: 25%;
  }

  .col-ssm-pull-3 {
    right: 25%;
  }

  .col-ssm-push-3 {
    left: 25%;
  }

  .col-ssm-offset-4 {
    margin-left: 33.33%;
  }

  .col-ssm-pull-4 {
    right: 33.33%;
  }

  .col-ssm-push-4 {
    left: 33.33%;
  }

  .col-ssm-offset-5 {
    margin-left: 41.66%;
  }

  .col-ssm-pull-5 {
    right: 41.66%;
  }

  .col-ssm-push-5 {
    left: 41.66%;
  }

  .col-ssm-offset-6 {
    margin-left: 50%;
  }

  .col-ssm-pull-6 {
    right: 50%;
  }

  .col-ssm-push-6 {
    left: 50%;
  }

  .col-ssm-offset-7 {
    margin-left: 58.33%;
  }

  .col-ssm-pull-7 {
    right: 58.33%;
  }

  .col-ssm-push-7 {
    left: 58.33%;
  }

  .col-ssm-offset-8 {
    margin-left: 66.66%;
  }

  .col-ssm-pull-8 {
    right: 66.66%;
  }

  .col-ssm-push-8 {
    left: 66.66%;
  }

  .col-ssm-offset-9 {
    margin-left: 75%;
  }

  .col-ssm-pull-9 {
    right: 75%;
  }

  .col-ssm-push-9 {
    left: 75%;
  }

  .col-ssm-offset-10 {
    margin-left: 83.33%;
  }

  .col-ssm-pull-10 {
    right: 83.33%;
  }

  .col-ssm-push-10 {
    left: 83.33%;
  }

  .col-ssm-offset-11 {
    margin-left: 91.66%;
  }

  .col-ssm-pull-11 {
    right: 91.66%;
  }

  .col-ssm-push-11 {
    left: 91.66%;
  }

  .col-ssm-offset-12 {
    margin-left: 100%;
  }

  .col-ssm-pull-12 {
    right: 100%;
  }

  .col-ssm-push-12 {
    left: 100%;
  }

  .hidden-ssm {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .br-480 br {
    display: none;
  }

  .hidden-xxs {
    display: none !important;
  }

  .col-xxs-1 {
    width: 8.33%;
  }

  .col-xxs-2 {
    width: 16.66%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.33%;
  }

  .col-xxs-5 {
    width: 41.66%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.33%;
  }

  .col-xxs-8 {
    width: 66.66%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.33%;
  }

  .col-xxs-11 {
    width: 91.66%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-offset-0 {
    margin-left: 0;
  }

  .col-xxs-pull-0 {
    right: 0;
  }

  .col-xxs-push-0 {
    left: 0;
  }

  .col-xxs-offset-1 {
    margin-left: 8.33%;
  }

  .col-xxs-pull-1 {
    right: 8.33%;
  }

  .col-xxs-push-1 {
    left: 8.33%;
  }

  .col-xxs-offset-2 {
    margin-left: 16.66%;
  }

  .col-xxs-pull-2 {
    right: 16.66%;
  }

  .col-xxs-push-2 {
    left: 16.66%;
  }

  .col-xxs-offset-3 {
    margin-left: 25%;
  }

  .col-xxs-pull-3 {
    right: 25%;
  }

  .col-xxs-push-3 {
    left: 25%;
  }

  .col-xxs-offset-4 {
    margin-left: 33.33%;
  }

  .col-xxs-pull-4 {
    right: 33.33%;
  }

  .col-xxs-push-4 {
    left: 33.33%;
  }

  .col-xxs-offset-5 {
    margin-left: 41.66%;
  }

  .col-xxs-pull-5 {
    right: 41.66%;
  }

  .col-xxs-push-5 {
    left: 41.66%;
  }

  .col-xxs-offset-6 {
    margin-left: 50%;
  }

  .col-xxs-pull-6 {
    right: 50%;
  }

  .col-xxs-push-6 {
    left: 50%;
  }

  .col-xxs-offset-7 {
    margin-left: 58.33%;
  }

  .col-xxs-pull-7 {
    right: 58.33%;
  }

  .col-xxs-push-7 {
    left: 58.33%;
  }

  .col-xxs-offset-8 {
    margin-left: 66.66%;
  }

  .col-xxs-pull-8 {
    right: 66.66%;
  }

  .col-xxs-push-8 {
    left: 66.66%;
  }

  .col-xxs-offset-9 {
    margin-left: 75%;
  }

  .col-xxs-pull-9 {
    right: 75%;
  }

  .col-xxs-push-9 {
    left: 75%;
  }

  .col-xxs-offset-10 {
    margin-left: 83.33%;
  }

  .col-xxs-pull-10 {
    right: 83.33%;
  }

  .col-xxs-push-10 {
    left: 83.33%;
  }

  .col-xxs-offset-11 {
    margin-left: 91.66%;
  }

  .col-xxs-pull-11 {
    right: 91.66%;
  }

  .col-xxs-push-11 {
    left: 91.66%;
  }

  .col-xxs-offset-12 {
    margin-left: 100%;
  }

  .col-xxs-pull-12 {
    right: 100%;
  }

  .col-xxs-push-12 {
    left: 100%;
  }

  .xs-isTextCenter {
    text-align: center;
  }

  .xs-isTextLeft {
    text-align: left;
  }

  .xs-isTextRight {
    text-align: right;
  }

  .xs-isVerticalMiddle {
    display: table-cell;
    vertical-align: middle;
  }

  .minHeight100 {
    min-height: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .sm-isTextCenter {
    text-align: center;
  }

  .sm-isTextLeft {
    text-align: left;
  }

  .sm-isTextRight {
    text-align: right;
  }

  .minHeight100 {
    min-height: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .md-isTextCenter {
    text-align: center;
  }

  .md-isTextLeft {
    text-align: left;
  }

  .md-isTextRight {
    text-align: right;
  }

  .md-75Height {
    height: 75%;
  }

  .md-50Height {
    height: 50%;
  }
}

.txt-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.txt-white-shade-1 {
  color: #f5f5f5;
}

.bg-white-shade-1 {
  background-color: #f5f5f5;
}

.txt-white-shade-2 {
  color: #f5f5f5;
}

.bg-white-shade-2 {
  margin-top: -13px;
  background-color: #f5f5f5;
}

.txt-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.txt-azure {
  color: #29f;
}

.bg-azure {
  background-color: #29f;
}

.txt-yellow {
  color: #fb0 !important;
}

.bg-yellow {
  background-color: #fb0;
}

.txt-green {
  color: #1b5 !important;
}

.bg-green {
  background-color: #1b5;
}

.txt-red {
  color: #d11;
}

.bg-red {
  background-color: #d11;
}

.txt-light-green {
  color: #1e7;
}

.bg-light-green {
  background-color: #1e7;
}

.txt-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000;
}

.txt-black-50 {
  color: #444;
}

.bg-black-50 {
  background-color: #444;
}

.txt-black-36 {
  color: rgba(0, 0, 0, 0.36);
}

.bg-black-36 {
  background-color: rgba(0, 0, 0, 0.36);
}

.txt-black-12 {
  color: rgba(0, 0, 0, 0.12);
}

.bg-black-12 {
  background-color: rgba(0, 0, 0, 0.12);
}

.border-color-yellow {
  border-color: #fb0 !important;
}

.mr-bt-200 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mr-lr-200 {
  margin-right: 12rem;
  margin-left: 12rem;
}

.mr-t-200 {
  margin-top: 12rem;
}

.mr-b-200 {
  margin-bottom: 12rem;
}

.mr-l-200 {
  margin-left: 12rem;
}

.mr-r-200 {
  margin-right: 12rem;
}

.pad-bt-200 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.pad-lr-200 {
  padding-right: 12rem;
  padding-left: 12rem;
}

.pad-t-200 {
  padding-top: 12rem;
}

.pad-b-200 {
  padding-bottom: 12rem;
}

.pad-l-200 {
  padding-left: 12rem;
}

.pad-r-200 {
  padding-right: 12rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-200 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .mr-lr-200 {
    margin-right: 14rem;
    margin-left: 14rem;
  }

  .mr-t-200 {
    margin-top: 14rem;
  }

  .mr-b-200 {
    margin-bottom: 14rem;
  }

  .mr-l-200 {
    margin-left: 14rem;
  }

  .mr-r-200 {
    margin-right: 14rem;
  }

  .pad-bt-200 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .pad-lr-200 {
    padding-right: 14rem;
    padding-left: 14rem;
  }

  .pad-t-200 {
    padding-top: 14rem;
  }

  .pad-b-200 {
    padding-bottom: 14rem;
  }

  .pad-l-200 {
    padding-left: 14rem;
  }

  .pad-r-200 {
    padding-right: 14rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-200 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mr-lr-200 {
    margin-right: 16rem;
    margin-left: 16rem;
  }

  .mr-t-200 {
    margin-top: 16rem;
  }

  .mr-b-200 {
    margin-bottom: 16rem;
  }

  .mr-l-200 {
    margin-left: 16rem;
  }

  .mr-r-200 {
    margin-right: 16rem;
  }

  .pad-bt-200 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .pad-lr-200 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .pad-t-200 {
    padding-top: 16rem;
  }

  .pad-b-200 {
    padding-bottom: 16rem;
  }

  .pad-l-200 {
    padding-left: 16rem;
  }

  .pad-r-200 {
    padding-right: 16rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-200 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .mr-lr-200 {
    margin-right: 18rem;
    margin-left: 18rem;
  }

  .mr-t-200 {
    margin-top: 18rem;
  }

  .mr-b-200 {
    margin-bottom: 18rem;
  }

  .mr-l-200 {
    margin-left: 18rem;
  }

  .mr-r-200 {
    margin-right: 18rem;
  }

  .pad-bt-200 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .pad-lr-200 {
    padding-right: 18rem;
    padding-left: 18rem;
  }

  .pad-t-200 {
    padding-top: 18rem;
  }

  .pad-b-200 {
    padding-bottom: 18rem;
  }

  .pad-l-200 {
    padding-left: 18rem;
  }

  .pad-r-200 {
    padding-right: 18rem;
  }
}

button.get-quote {
  padding: 13px 35px;
}

@media screen and (min-width: 992px) {
  .mr-bt-200 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .mr-lr-200 {
    margin-right: 20rem;
    margin-left: 20rem;
  }

  .mr-t-200 {
    margin-top: 20rem;
  }

  .mr-b-200 {
    margin-bottom: 20rem;
  }

  .mr-l-200 {
    margin-left: 20rem;
  }

  .mr-r-200 {
    margin-right: 20rem;
  }

  .pad-bt-200 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .pad-lr-200 {
    padding-right: 20rem;
    padding-left: 20rem;
  }

  .pad-t-200 {
    padding-top: 20rem;
  }

  .pad-b-200 {
    padding-bottom: 20rem;
  }

  .pad-l-200 {
    padding-left: 20rem;
  }

  .pad-r-200 {
    padding-right: 20rem;
  }
}

.mr-bt-150 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mr-lr-150 {
  margin-right: 9rem;
  margin-left: 9rem;
}

.mr-t-150 {
  margin-top: 9rem;
}

.mr-b-150 {
  margin-bottom: 9rem;
}

.mr-l-150 {
  margin-left: 9rem;
}

.mr-r-150 {
  margin-right: 9rem;
}

.pad-bt-150 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.pad-lr-150 {
  padding-right: 9rem;
  padding-left: 9rem;
}

.pad-t-150 {
  padding-top: 9rem;
}

.pad-b-150 {
  padding-bottom: 9rem;
}

.pad-l-150 {
  padding-left: 9rem;
}

.pad-r-150 {
  padding-right: 9rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-150 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .mr-lr-150 {
    margin-right: 10.5rem;
    margin-left: 10.5rem;
  }

  .mr-t-150 {
    margin-top: 10.5rem;
  }

  .mr-b-150 {
    margin-bottom: 10.5rem;
  }

  .mr-l-150 {
    margin-left: 10.5rem;
  }

  .mr-r-150 {
    margin-right: 10.5rem;
  }

  .pad-bt-150 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .pad-lr-150 {
    padding-right: 10.5rem;
    padding-left: 10.5rem;
  }

  .pad-t-150 {
    padding-top: 10.5rem;
  }

  .pad-b-150 {
    padding-bottom: 10.5rem;
  }

  .pad-l-150 {
    padding-left: 10.5rem;
  }

  .pad-r-150 {
    padding-right: 10.5rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-150 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .mr-lr-150 {
    margin-right: 12rem;
    margin-left: 12rem;
  }

  .mr-t-150 {
    margin-top: 12rem;
  }

  .mr-b-150 {
    margin-bottom: 12rem;
  }

  .mr-l-150 {
    margin-left: 12rem;
  }

  .mr-r-150 {
    margin-right: 12rem;
  }

  .pad-bt-150 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .pad-lr-150 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .pad-t-150 {
    padding-top: 12rem;
  }

  .pad-b-150 {
    padding-bottom: 12rem;
  }

  .pad-l-150 {
    padding-left: 12rem;
  }

  .pad-r-150 {
    padding-right: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-150 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .mr-lr-150 {
    margin-right: 13.5rem;
    margin-left: 13.5rem;
  }

  .mr-t-150 {
    margin-top: 13.5rem;
  }

  .mr-b-150 {
    margin-bottom: 13.5rem;
  }

  .mr-l-150 {
    margin-left: 13.5rem;
  }

  .mr-r-150 {
    margin-right: 13.5rem;
  }

  .pad-bt-150 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .pad-lr-150 {
    padding-right: 13.5rem;
    padding-left: 13.5rem;
  }

  .pad-t-150 {
    padding-top: 13.5rem;
  }

  .pad-b-150 {
    padding-bottom: 13.5rem;
  }

  .pad-l-150 {
    padding-left: 13.5rem;
  }

  .pad-r-150 {
    padding-right: 13.5rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-150 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .mr-lr-150 {
    margin-right: 15rem;
    margin-left: 15rem;
  }

  .mr-t-150 {
    margin-top: 15rem;
  }

  .mr-b-150 {
    margin-bottom: 15rem;
  }

  .mr-l-150 {
    margin-left: 15rem;
  }

  .mr-r-150 {
    margin-right: 15rem;
  }

  .pad-bt-150 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .pad-lr-150 {
    padding-right: 15rem;
    padding-left: 15rem;
  }

  .pad-t-150 {
    padding-top: 15rem;
  }

  .pad-b-150 {
    padding-bottom: 15rem;
  }

  .pad-l-150 {
    padding-left: 15rem;
  }

  .pad-r-150 {
    padding-right: 15rem;
  }
}

.mr-bt-120 {
  margin-top: 7.2rem;
  margin-bottom: 7.2rem;
}

.mr-lr-120 {
  margin-right: 7.2rem;
  margin-left: 7.2rem;
}

.mr-t-120 {
  margin-top: 7.2rem;
}

.mr-b-120 {
  margin-bottom: 7.2rem;
}

.mr-l-120 {
  margin-left: 7.2rem;
}

.mr-r-120 {
  margin-right: 7.2rem;
}

.pad-bt-120 {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}

.pad-lr-120 {
  padding-right: 7.2rem;
  padding-left: 7.2rem;
}

.pad-t-120 {
  padding-top: 7.2rem;
}

.pad-b-120 {
  padding-bottom: 7.2rem;
}

.pad-l-120 {
  padding-left: 7.2rem;
}

.pad-r-120 {
  padding-right: 7.2rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-120 {
    margin-top: 8.4rem;
    margin-bottom: 8.4rem;
  }

  .mr-lr-120 {
    margin-right: 8.4rem;
    margin-left: 8.4rem;
  }

  .mr-t-120 {
    margin-top: 8.4rem;
  }

  .mr-b-120 {
    margin-bottom: 8.4rem;
  }

  .mr-l-120 {
    margin-left: 8.4rem;
  }

  .mr-r-120 {
    margin-right: 8.4rem;
  }

  .pad-bt-120 {
    padding-top: 8.4rem;
    padding-bottom: 8.4rem;
  }

  .pad-lr-120 {
    padding-right: 8.4rem;
    padding-left: 8.4rem;
  }

  .pad-t-120 {
    padding-top: 8.4rem;
  }

  .pad-b-120 {
    padding-bottom: 8.4rem;
  }

  .pad-l-120 {
    padding-left: 8.4rem;
  }

  .pad-r-120 {
    padding-right: 8.4rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-120 {
    margin-top: 9.6rem;
    margin-bottom: 9.6rem;
  }

  .mr-lr-120 {
    margin-right: 9.6rem;
    margin-left: 9.6rem;
  }

  .mr-t-120 {
    margin-top: 9.6rem;
  }

  .mr-b-120 {
    margin-bottom: 9.6rem;
  }

  .mr-l-120 {
    margin-left: 9.6rem;
  }

  .mr-r-120 {
    margin-right: 9.6rem;
  }

  .pad-bt-120 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .pad-lr-120 {
    padding-right: 9.6rem;
    padding-left: 9.6rem;
  }

  .pad-t-120 {
    padding-top: 9.6rem;
  }

  .pad-b-120 {
    padding-bottom: 9.6rem;
  }

  .pad-l-120 {
    padding-left: 9.6rem;
  }

  .pad-r-120 {
    padding-right: 9.6rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-120 {
    margin-top: 10.8rem;
    margin-bottom: 10.8rem;
  }

  .mr-lr-120 {
    margin-right: 10.8rem;
    margin-left: 10.8rem;
  }

  .mr-t-120 {
    margin-top: 10.8rem;
  }

  .mr-b-120 {
    margin-bottom: 10.8rem;
  }

  .mr-l-120 {
    margin-left: 10.8rem;
  }

  .mr-r-120 {
    margin-right: 10.8rem;
  }

  .pad-bt-120 {
    padding-top: 10.8rem;
    padding-bottom: 10.8rem;
  }

  .pad-lr-120 {
    padding-right: 10.8rem;
    padding-left: 10.8rem;
  }

  .pad-t-120 {
    padding-top: 10.8rem;
  }

  .pad-b-120 {
    padding-bottom: 10.8rem;
  }

  .pad-l-120 {
    padding-left: 10.8rem;
  }

  .pad-r-120 {
    padding-right: 10.8rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-120 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .mr-lr-120 {
    margin-right: 12rem;
    margin-left: 12rem;
  }

  .mr-t-120 {
    margin-top: 12rem;
  }

  .mr-b-120 {
    margin-bottom: 12rem;
  }

  .mr-l-120 {
    margin-left: 12rem;
  }

  .mr-r-120 {
    margin-right: 12rem;
  }

  .pad-bt-120 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .pad-lr-120 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .pad-t-120 {
    padding-top: 12rem;
  }

  .pad-b-120 {
    padding-bottom: 12rem;
  }

  .pad-l-120 {
    padding-left: 12rem;
  }

  .pad-r-120 {
    padding-right: 12rem;
  }
}

.mr-bt-100 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mr-lr-100 {
  margin-right: 6rem;
  margin-left: 6rem;
}

.mr-t-100 {
  margin-top: 6rem;
}

.mr-b-100 {
  margin-bottom: 6rem;
}

.mr-l-100 {
  margin-left: 6rem;
}

.mr-r-100 {
  margin-right: 6rem;
}

.pad-bt-100 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pad-lr-100 {
  padding-right: 6rem;
  padding-left: 6rem;
}

.pad-t-100 {
  padding-top: 6rem;
}

.pad-b-100 {
  padding-bottom: 6rem;
}

.pad-l-100 {
  padding-left: 6rem;
}

.pad-r-100 {
  padding-right: 6rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-100 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .mr-lr-100 {
    margin-right: 7rem;
    margin-left: 7rem;
  }

  .mr-t-100 {
    margin-top: 7rem;
  }

  .mr-b-100 {
    margin-bottom: 7rem;
  }

  .mr-l-100 {
    margin-left: 7rem;
  }

  .mr-r-100 {
    margin-right: 7rem;
  }

  .pad-bt-100 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .pad-lr-100 {
    padding-right: 7rem;
    padding-left: 7rem;
  }

  .pad-t-100 {
    padding-top: 7rem;
  }

  .pad-b-100 {
    padding-bottom: 7rem;
  }

  .pad-l-100 {
    padding-left: 7rem;
  }

  .pad-r-100 {
    padding-right: 7rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-100 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mr-lr-100 {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .mr-t-100 {
    margin-top: 8rem;
  }

  .mr-b-100 {
    margin-bottom: 8rem;
  }

  .mr-l-100 {
    margin-left: 8rem;
  }

  .mr-r-100 {
    margin-right: 8rem;
  }

  .pad-bt-100 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .pad-lr-100 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .pad-t-100 {
    padding-top: 8rem;
  }

  .pad-b-100 {
    padding-bottom: 8rem;
  }

  .pad-l-100 {
    padding-left: 8rem;
  }

  .pad-r-100 {
    padding-right: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-100 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .mr-lr-100 {
    margin-right: 9rem;
    margin-left: 9rem;
  }

  .mr-t-100 {
    margin-top: 9rem;
  }

  .mr-b-100 {
    margin-bottom: 9rem;
  }

  .mr-l-100 {
    margin-left: 9rem;
  }

  .mr-r-100 {
    margin-right: 9rem;
  }

  .pad-bt-100 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .pad-lr-100 {
    padding-right: 9rem;
    padding-left: 9rem;
  }

  .pad-t-100 {
    padding-top: 9rem;
  }

  .pad-b-100 {
    padding-bottom: 9rem;
  }

  .pad-l-100 {
    padding-left: 9rem;
  }

  .pad-r-100 {
    padding-right: 9rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-100 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .mr-lr-100 {
    margin-right: 10rem;
    margin-left: 10rem;
  }

  .mr-t-100 {
    margin-top: 10rem;
  }

  .mr-b-100 {
    margin-bottom: 10rem;
  }

  .mr-l-100 {
    margin-left: 10rem;
  }

  .mr-r-100 {
    margin-right: 10rem;
  }

  .pad-bt-100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .pad-lr-100 {
    padding-right: 10rem;
    padding-left: 10rem;
  }

  .pad-t-100 {
    padding-top: 10rem;
  }

  .pad-b-100 {
    padding-bottom: 10rem;
  }

  .pad-l-100 {
    padding-left: 10rem;
  }

  .pad-r-100 {
    padding-right: 10rem;
  }
}

.mr-bt-90 {
  margin-top: 5.4rem;
  margin-bottom: 5.4rem;
}

.mr-lr-90 {
  margin-right: 5.4rem;
  margin-left: 5.4rem;
}

.mr-t-90 {
  margin-top: 5.4rem;
}

.mr-b-90 {
  margin-bottom: 5.4rem;
}

.mr-l-90 {
  margin-left: 5.4rem;
}

.mr-r-90 {
  margin-right: 5.4rem;
}

.pad-bt-90 {
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

.pad-lr-90 {
  padding-right: 5.4rem;
  padding-left: 5.4rem;
}

.pad-t-90 {
  padding-top: 5.4rem;
}

.pad-b-90 {
  padding-bottom: 5.4rem;
}

.pad-l-90 {
  padding-left: 5.4rem;
}

.pad-r-90 {
  padding-right: 5.4rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-90 {
    margin-top: 6.3rem;
    margin-bottom: 6.3rem;
  }

  .mr-lr-90 {
    margin-right: 6.3rem;
    margin-left: 6.3rem;
  }

  .mr-t-90 {
    margin-top: 6.3rem;
  }

  .mr-b-90 {
    margin-bottom: 6.3rem;
  }

  .mr-l-90 {
    margin-left: 6.3rem;
  }

  .mr-r-90 {
    margin-right: 6.3rem;
  }

  .pad-bt-90 {
    padding-top: 6.3rem;
    padding-bottom: 6.3rem;
  }

  .pad-lr-90 {
    padding-right: 6.3rem;
    padding-left: 6.3rem;
  }

  .pad-t-90 {
    padding-top: 6.3rem;
  }

  .pad-b-90 {
    padding-bottom: 6.3rem;
  }

  .pad-l-90 {
    padding-left: 6.3rem;
  }

  .pad-r-90 {
    padding-right: 6.3rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-90 {
    margin-top: 7.2rem;
    margin-bottom: 7.2rem;
  }

  .mr-lr-90 {
    margin-right: 7.2rem;
    margin-left: 7.2rem;
  }

  .mr-t-90 {
    margin-top: 7.2rem;
  }

  .mr-b-90 {
    margin-bottom: 7.2rem;
  }

  .mr-l-90 {
    margin-left: 7.2rem;
  }

  .mr-r-90 {
    margin-right: 7.2rem;
  }

  .pad-bt-90 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }

  .pad-lr-90 {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }

  .pad-t-90 {
    padding-top: 7.2rem;
  }

  .pad-b-90 {
    padding-bottom: 7.2rem;
  }

  .pad-l-90 {
    padding-left: 7.2rem;
  }

  .pad-r-90 {
    padding-right: 7.2rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-90 {
    margin-top: 8.1rem;
    margin-bottom: 8.1rem;
  }

  .mr-lr-90 {
    margin-right: 8.1rem;
    margin-left: 8.1rem;
  }

  .mr-t-90 {
    margin-top: 8.1rem;
  }

  .mr-b-90 {
    margin-bottom: 8.1rem;
  }

  .mr-l-90 {
    margin-left: 8.1rem;
  }

  .mr-r-90 {
    margin-right: 8.1rem;
  }

  .pad-bt-90 {
    padding-top: 8.1rem;
    padding-bottom: 8.1rem;
  }

  .pad-lr-90 {
    padding-right: 8.1rem;
    padding-left: 8.1rem;
  }

  .pad-t-90 {
    padding-top: 8.1rem;
  }

  .pad-b-90 {
    padding-bottom: 8.1rem;
  }

  .pad-l-90 {
    padding-left: 8.1rem;
  }

  .pad-r-90 {
    padding-right: 8.1rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-90 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .mr-lr-90 {
    margin-right: 9rem;
    margin-left: 9rem;
  }

  .mr-t-90 {
    margin-top: 9rem;
  }

  .mr-b-90 {
    margin-bottom: 9rem;
  }

  .mr-l-90 {
    margin-left: 9rem;
  }

  .mr-r-90 {
    margin-right: 9rem;
  }

  .pad-bt-90 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .pad-lr-90 {
    padding-right: 9rem;
    padding-left: 9rem;
  }

  .pad-t-90 {
    padding-top: 9rem;
  }

  .pad-b-90 {
    padding-bottom: 9rem;
  }

  .pad-l-90 {
    padding-left: 9rem;
  }

  .pad-r-90 {
    padding-right: 9rem;
  }
}

.mr-bt-75 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mr-lr-75 {
  margin-right: 4.5rem;
  margin-left: 4.5rem;
}

.mr-t-75 {
  margin-top: 4.5rem;
}

.mr-b-75 {
  margin-bottom: 4.5rem;
}

.mr-l-75 {
  margin-left: 4.5rem;
}

.mr-r-75 {
  margin-right: 4.5rem;
}

.pad-bt-75 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.pad-lr-75 {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}

.pad-t-75 {
  padding-top: 4.5rem;
}

.pad-b-75 {
  padding-bottom: 4.5rem;
}

.pad-l-75 {
  padding-left: 4.5rem;
}

.pad-r-75 {
  padding-right: 4.5rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-75 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .mr-lr-75 {
    margin-right: 5.25rem;
    margin-left: 5.25rem;
  }

  .mr-t-75 {
    margin-top: 5.25rem;
  }

  .mr-b-75 {
    margin-bottom: 5.25rem;
  }

  .mr-l-75 {
    margin-left: 5.25rem;
  }

  .mr-r-75 {
    margin-right: 5.25rem;
  }

  .pad-bt-75 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .pad-lr-75 {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }

  .pad-t-75 {
    padding-top: 5.25rem;
  }

  .pad-b-75 {
    padding-bottom: 5.25rem;
  }

  .pad-l-75 {
    padding-left: 5.25rem;
  }

  .pad-r-75 {
    padding-right: 5.25rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-75 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mr-lr-75 {
    margin-right: 6rem;
    margin-left: 6rem;
  }

  .mr-t-75 {
    margin-top: 6rem;
  }

  .mr-b-75 {
    margin-bottom: 6rem;
  }

  .mr-l-75 {
    margin-left: 6rem;
  }

  .mr-r-75 {
    margin-right: 6rem;
  }

  .pad-bt-75 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pad-lr-75 {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .pad-t-75 {
    padding-top: 6rem;
  }

  .pad-b-75 {
    padding-bottom: 6rem;
  }

  .pad-l-75 {
    padding-left: 6rem;
  }

  .pad-r-75 {
    padding-right: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-75 {
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .mr-lr-75 {
    margin-right: 6.75rem;
    margin-left: 6.75rem;
  }

  .mr-t-75 {
    margin-top: 6.75rem;
  }

  .mr-b-75 {
    margin-bottom: 6.75rem;
  }

  .mr-l-75 {
    margin-left: 6.75rem;
  }

  .mr-r-75 {
    margin-right: 6.75rem;
  }

  .pad-bt-75 {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .pad-lr-75 {
    padding-right: 6.75rem;
    padding-left: 6.75rem;
  }

  .pad-t-75 {
    padding-top: 6.75rem;
  }

  .pad-b-75 {
    padding-bottom: 6.75rem;
  }

  .pad-l-75 {
    padding-left: 6.75rem;
  }

  .pad-r-75 {
    padding-right: 6.75rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-75 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .mr-lr-75 {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }

  .mr-t-75 {
    margin-top: 7.5rem;
  }

  .mr-b-75 {
    margin-bottom: 7.5rem;
  }

  .mr-l-75 {
    margin-left: 7.5rem;
  }

  .mr-r-75 {
    margin-right: 7.5rem;
  }

  .pad-bt-75 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .pad-lr-75 {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }

  .pad-t-75 {
    padding-top: 7.5rem;
  }

  .pad-b-75 {
    padding-bottom: 7.5rem;
  }

  .pad-l-75 {
    padding-left: 7.5rem;
  }

  .pad-r-75 {
    padding-right: 7.5rem;
  }
}

.mr-bt-60 {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}

.mr-lr-60 {
  margin-right: 3.6rem;
  margin-left: 3.6rem;
}

.mr-t-60 {
  margin-top: 3.6rem;
}

.mr-b-60 {
  margin-bottom: 3.6rem;
}

.mr-l-60 {
  margin-left: 3.6rem;
}

.mr-r-60 {
  margin-right: 3.6rem;
}

.pad-bt-60 {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.pad-lr-60 {
  padding-right: 3.6rem;
  padding-left: 3.6rem;
}

.pad-t-60 {
  padding-top: 3.6rem;
}

.pad-b-60 {
  padding-bottom: 3.6rem;
}

.pad-l-60 {
  padding-left: 3.6rem;
}

.pad-r-60 {
  padding-right: 3.6rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-60 {
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
  }

  .mr-lr-60 {
    margin-right: 4.2rem;
    margin-left: 4.2rem;
  }

  .mr-t-60 {
    margin-top: 4.2rem;
  }

  .mr-b-60 {
    margin-bottom: 4.2rem;
  }

  .mr-l-60 {
    margin-left: 4.2rem;
  }

  .mr-r-60 {
    margin-right: 4.2rem;
  }

  .pad-bt-60 {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .pad-lr-60 {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }

  .pad-t-60 {
    padding-top: 4.2rem;
  }

  .pad-b-60 {
    padding-bottom: 4.2rem;
  }

  .pad-l-60 {
    padding-left: 4.2rem;
  }

  .pad-r-60 {
    padding-right: 4.2rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-60 {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  .mr-lr-60 {
    margin-right: 4.8rem;
    margin-left: 4.8rem;
  }

  .mr-t-60 {
    margin-top: 4.8rem;
  }

  .mr-b-60 {
    margin-bottom: 4.8rem;
  }

  .mr-l-60 {
    margin-left: 4.8rem;
  }

  .mr-r-60 {
    margin-right: 4.8rem;
  }

  .pad-bt-60 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .pad-lr-60 {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }

  .pad-t-60 {
    padding-top: 4.8rem;
  }

  .pad-b-60 {
    padding-bottom: 4.8rem;
  }

  .pad-l-60 {
    padding-left: 4.8rem;
  }

  .pad-r-60 {
    padding-right: 4.8rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-60 {
    margin-top: 5.4rem;
    margin-bottom: 5.4rem;
  }

  .mr-lr-60 {
    margin-right: 5.4rem;
    margin-left: 5.4rem;
  }

  .mr-t-60 {
    margin-top: 5.4rem;
  }

  .mr-b-60 {
    margin-bottom: 5.4rem;
  }

  .mr-l-60 {
    margin-left: 5.4rem;
  }

  .mr-r-60 {
    margin-right: 5.4rem;
  }

  .pad-bt-60 {
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }

  .pad-lr-60 {
    padding-right: 5.4rem;
    padding-left: 5.4rem;
  }

  .pad-t-60 {
    padding-top: 5.4rem;
  }

  .pad-b-60 {
    padding-bottom: 5.4rem;
  }

  .pad-l-60 {
    padding-left: 5.4rem;
  }

  .pad-r-60 {
    padding-right: 5.4rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-60 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mr-lr-60 {
    margin-right: 6rem;
    margin-left: 6rem;
  }

  .mr-t-60 {
    margin-top: 6rem;
  }

  .mr-b-60 {
    margin-bottom: 6rem;
  }

  .mr-l-60 {
    margin-left: 6rem;
  }

  .mr-r-60 {
    margin-right: 6rem;
  }

  .pad-bt-60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pad-lr-60 {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .pad-t-60 {
    padding-top: 6rem;
  }

  .pad-b-60 {
    padding-bottom: 6rem;
  }

  .pad-l-60 {
    padding-left: 6rem;
  }

  .pad-r-60 {
    padding-right: 6rem;
  }
}

.mr-bt-40 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mr-lr-40 {
  margin-right: 4rem;
  margin-left: 4rem;
}

.mr-t-40 {
  margin-top: 4rem;
}

.mr-b-40 {
  margin-bottom: 4rem;
}

.mr-l-40 {
  margin-left: 4rem;
}

.mr-r-40 {
  margin-right: 4rem;
}

.pad-bt-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pad-lr-40 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.pad-t-40 {
  padding-top: 4rem;
}

.pad-b-40 {
  padding-bottom: 4rem;
}

.pad-l-40 {
  padding-left: 4rem !important;
}

.pad-r-40 {
  padding-right: 4rem;
}

.mr-bt-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mr-lr-30 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mr-t-30 {
  margin-top: 3rem;
}

.mr-b-30 {
  margin-bottom: 3rem;
}

.mr-l-30 {
  margin-left: 3rem;
}

.mr-r-30 {
  margin-right: 3rem;
}

.pad-bt-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pad-lr-30 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.pad-t-30 {
  padding-top: 3rem;
}

.pad-b-30 {
  padding-bottom: 3rem;
}

.pad-l-30 {
  padding-left: 3rem;
}

.pad-r-30 {
  padding-right: 3rem;
}

.mr-bt-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mr-lr-20 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.mr-t-20 {
  margin-top: 2rem;
}

/* .mr-t-25 {
    margin-top: 2.5rem;
} */

.mr-b-20 {
  margin-bottom: 2rem;
}

.mr-l-20 {
  margin-left: 2rem;
}

.mr-r-20 {
  margin-right: 2rem;
}

.pad-bt-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pad-lr-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.pad-t-20 {
  padding-top: 2rem !important;
}

.pad-b-20 {
  padding-bottom: 2rem !important;
}

.pad-l-20 {
  padding-left: 2rem !important;
}

.pad-r-20 {
  padding-right: 2rem !important;
}

.mr-bt-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mr-lr-15 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mr-t-15 {
  margin-top: 1.5rem !important;
}

.mr-b-15 {
  margin-bottom: 1.5rem !important;
}

.mr-l-15 {
  margin-left: 1.5rem !important;
}

.mr-r-15 {
  margin-right: 1.5rem !important;
}

.pad-bt-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pad-lr-15 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.pad-t-15 {
  padding-top: 1.5rem !important;
}

.pad-b-15 {
  padding-bottom: 1.5rem !important;
}

.pad-l-15 {
  padding-left: 1.5rem !important;
}

.pad-r-15 {
  padding-right: 1.5rem !important;
}

.mr-bt-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mr-lr-10 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mr-t-10 {
  margin-top: 1rem !important;
}

.mr-b-10 {
  margin-bottom: 1rem !important;
}

.mr-l-10 {
  margin-left: 1rem !important;
}

.mr-r-10 {
  margin-right: 1rem !important;
}

.pad-bt-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pad-lr-10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pad-t-10 {
  padding-top: 1rem !important;
}

.pad-b-10 {
  padding-bottom: 1rem !important;
}

.pad-l-10 {
  padding-left: 1rem !important;
}

.pad-r-10 {
  padding-right: 1rem !important;
}

.mr-bt-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mr-lr-5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mr-t-5 {
  margin-top: 0.5rem !important;
}

.mr-b-5 {
  margin-bottom: 0.5rem !important;
}

.mr-l-5 {
  margin-left: 0.5rem !important;
}

.mr-r-5 {
  margin-right: 0.5rem !important;
}

.pad-bt-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pad-lr-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.pad-t-5 {
  padding-top: 0.5rem !important;
}

.pad-b-5 {
  padding-bottom: 0.5rem !important;
}

.pad-l-5 {
  padding-left: 0.5rem !important;
}

.pad-r-5 {
  padding-right: 0.5rem !important;
}

.mr-bt-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mr-lr-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mr-t-0 {
  margin-top: 0 !important;
}

.mr-b-0 {
  margin-bottom: 0 !important;
}

.mr-l-0 {
  margin-left: 0 !important;
}

.mr-r-0 {
  margin-right: 0 !important;
}

.pad-bt-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pad-lr-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pad-t-0 {
  padding-top: 0 !important;
}

.pad-b-0 {
  padding-bottom: 0 !important;
}

.pad-l-0 {
  padding-left: 0 !important;
}

.pad-r-0 {
  padding-right: 0 !important;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon", monospace !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.icon-bulb::before {
  content: "\e908";
}

.icon-network::before {
  content: "\e909";
}

.icon-minus::before {
  content: "\e521";
}

.icon-plus::before {
  content: "\e631";
}

.icon-people::before {
  content: "\e902";
}

.icon-table-lamp::before {
  content: "\e903";
}

.icon-briefcase::before {
  content: "\e904";
}

.icon-ncb-forward::before {
  content: "\e905";
}

.icon-delivery::before {
  content: "\e906";
}

.icon-tow-truck::before {
  content: "\e907";
}

.icon-pie-chart::before {
  content: "\e90c";
}

.icon-medium::before {
  content: "\e910";
}

.icon-chevron-down::before {
  content: "\e911";
}

.icon-chevron-up::before {
  content: "\e912";
}

.icon-chevron-left::before {
  content: "\e913";
}

.icon-chevron-right::before {
  content: "\e914";
}

.icon-info::before {
  content: "\e915";
}

.icon-camera::before {
  content: "\e916";
}

.icon-pause::before {
  content: "\e917";
}

.icon-play::before {
  content: "\e918";
}

.icon-star::before {
  content: "\e919";
}

.icon-checkmark::before {
  content: "\e91a";
}

.icon-question::before {
  content: "\e91b";
}

.icon-star-filled::before {
  content: "\e91c";
}

.icon-close::before {
  content: "\e91d";
}

.icon-clock::before {
  content: "\e91f";
}

.icon-desktop::before {
  content: "\e928";
}

.icon-document::before {
  content: "\e929";
}

.icon-headset::before {
  content: "\e92a";
}

.icon-no-activation::before {
  content: "\e930";
}

.icon-refresh::before {
  content: "\e931";
}

.icon-sms::before {
  content: "\e932";
}

.icon-spanner::before {
  content: "\e933";
}

.icon-star-2::before {
  content: "\e934";
}

.icon-umbrella::before {
  content: "\e944";
}

.icon-facebook::before {
  content: "\ea90";
}

.icon-twitter::before {
  content: "\ea96";
}

.icon-linkedin::before {
  content: "\eaca";
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  white-space: normal;
  background: none;
  border: 0;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
  width: 13px;
  height: 13px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
  width: auto;
  overflow: visible;
}

select[multiple] {
  vertical-align: top;
}

button {
  background: none;
  border: 0;
  outline: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

textarea {
  height: 110px;
  overflow: auto;
  vertical-align: top;
  resize: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  background-color: #fff !important;
}

input::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input:focus::-webkit-input-placeholder {
  color: #ddd;
}

input:-moz-placeholder {
  color: #999;
  font-weight: 300;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input:focus:-moz-placeholder {
  color: #ddd;
}

input::-moz-placeholder {
  color: #999;
  font-weight: 300;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input:focus::-moz-placeholder {
  color: #ddd;
}

input:-ms-input-placeholder {
  color: #999 !important;
  font-weight: 300;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input:focus:-ms-input-placeholder {
  color: #ddd;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea,
select {
  width: 100%;
  padding: 12px 95px 12px 16px;
  color: #000;
  font: 300 1.62rem / normal "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  -webkit-appearance: none;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.62rem;
  font-weight: 300;
  color: #222;
  line-height: normal;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#email-quote-form input {
  padding-right: 14px;
  padding-top: 13px;
  font-size: 1.8rem;
}

#newsletter-email {
  padding-right: 99px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
}

input:focus:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea:focus,
select:focus {
  border-color: #fb0;
}
.SIB-input-field input:focus:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea:focus,
select:focus {
  border-color: #CE181E !important;
}

@media screen and (min-width: 768px) {
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
  textarea,
  select {
    font-size: 1.8rem;
  }
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  display: none;
}

button[type="submit"] {
  cursor: pointer;
}

.no-space-below.input-field-table,
.no-space-below.input-field-wrapper {
  margin-bottom: 0;
}

.no-space-top.input-field-table,
.no-space-top.input-field-wrapper {
  margin-top: 0;
}

.no-space.input-field-table,
.no-space.input-field-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.inline-form {
  display: block;
}

.inline-form > *:not(:last-child) {
  margin-bottom: 15px;
}

.inline-form .input-field-wrapper:last-child {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .inline-form {
    display: table;
    width: 100%;
  }

  .inline-form > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .inline-form > *:last-child {
    padding-right: 0;
  }

  .inline-form .input-field-wrapper:first-child {
    width: 100%;
    padding-right: 15px;
  }

  .inline-form .input-field-wrapper:last-child {
    width: auto;
    white-space: nowrap;
  }
}

.input-field-table {
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (min-width: 481px) {
  .input-field-table:not(.stack-767) {
    display: table;
  }

  .input-field-table:not(.stack-767) > .input-field-wrapper {
    display: table-cell;
    width: 1%;
    padding-right: 15px;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .input-field-table:not(.stack-767) > .input-field-wrapper:last-child {
    padding-right: 0;
  }

  .input-field-table:not(.stack-767).input-table-50-50 > .input-field-wrapper {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .input-field-table.stack-767 {
    display: table;
  }

  .input-field-table.stack-767 > .input-field-wrapper {
    display: table-cell;
    width: 1%;
    padding-right: 15px;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .input-field-table.stack-767 > .input-field-wrapper:last-child {
    padding-right: 0;
  }
}

.input-field-table.no-stack {
  display: table;
}

.input-field-table.no-stack > .input-field-wrapper {
  display: table-cell;
  width: 1%;
  padding-right: 15px;
  margin-bottom: 0;
  vertical-align: middle;
}

.input-field-table.no-stack > .input-field-wrapper:last-child {
  padding-right: 0;
}

.input-field-table.no-stack.input-table-33 > .input-field-wrapper {
  width: 33.33%;
}

.input-field-table.no-space-below > .input-field-wrapper:last-child {
  margin-bottom: 0;
}

.input-field-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.input-field-wrapper--submit {
  margin-bottom: 0;
  clear: left;
  text-align: right;
}

.checkbox-box {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-radius: 4px;
}

.checkbox-text {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.checkbox-option {
  display: inline-block;
  margin-top: 5px;
  margin-right: 16px;
  cursor: pointer;
}

.checkbox-option .checkmark {
  position: relative;
  top: -1px;
  left: 8px;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.checkbox-option .checkmark_check {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 0;
  fill: transparent;
  stroke: #fff;
  stroke-dasharray: 48;
  stroke-width: 4px;
}

.checkbox-option input:checked + .checkbox-label .checkbox-text {
  color: #d11;
}

.checkbox-option input:checked + .checkbox-label .checkmark_check {
  -webkit-animation: checkmark_check 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s
    forwards;
  animation: checkmark_check 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
  opacity: 1;
}

@-webkit-keyframes checkmark_check {
  0% {
    stroke-dashoffset: 48px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes checkmark_check {
  0% {
    stroke-dashoffset: 48px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.with-input-prefix
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.with-input-prefix textarea,
.with-input-prefix select {
  padding-right: 16px !important;
  padding-left: 56px;
}

.with-input-prefix {
  position: relative;
}

.with-input-prefix .input-prefix {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  padding-top: 14px;
  overflow: hidden;
  color: #000;
  font-size: 1.62rem;
  text-align: center;
  border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 768px) {
  .mobile-prefix-align {
    top: 2px !important;
  }
}

@media screen and (min-width: 768px) {
  .with-input-prefix .input-prefix {
    padding-top: 13px;
    font-size: 1.8rem;
  }
}

.radio-input {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radio-input::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  content: "";
  background: #fb0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.SIB-radio-input::after {
  background: #CE181E !important;
}
.radio-input-label {
  position: relative;
  cursor: pointer;
}

.radio-input-text {
  padding-left: 34px;
  color: #000;
}

.radio-input-label input:checked + .radio-input::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-band {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
}

.radio-band .radio-input {
  right: 0;
}

.radio-band .radio-subtitle {
  margin: 0;
}

.radio-band input:checked + .radio-input::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-band:hover .radio-title {
  color: #fb0;
}

.radio-band:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.select2-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 14px;
  color: #000;
  font-size: 1.62rem;
  line-height: normal;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.36);
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0;
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-top: 5px;
  font-size: 100%;
  border: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.36);
  border-radius: 4px;
}

.select2-results {
  display: block;
}

.select2-results__options {
  padding: 0;
  margin: 0;
  list-style: none;
}

.select2-results__option {
  padding: 8px 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 0 !important;
  margin: -1px -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  float: right;
  font-weight: 700;
  cursor: pointer;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  right: auto;
  left: 1px;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #ddd;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  margin: 0;
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: left;
  margin-top: 5px;
  color: #999;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  font-weight: 700;
  cursor: pointer;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  float: left;
  padding: 0 5px;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #ddd;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #999;
  font-weight: 700;
  cursor: pointer;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #444;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #ddd;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;

  box-shadow: none;
  border: 0;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #fb0;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  padding-left: 2em;
  margin-left: -1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  padding-left: 3em;
  margin-left: -2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  padding-left: 4em;
  margin-left: -3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  padding-left: 5em;
  margin-left: -4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  padding-left: 6em;
  margin-left: -5em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: #fb0;
  background-color: transparent;
}

.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    to(#ddd)
  );
  background-image: linear-gradient(to bottom, #fff 50%, #ddd 100%);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  float: right;
  margin-right: 10px;
  font-weight: 700;
  cursor: pointer;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  background-color: #ddd;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #ddd),
    to(#ccc)
  );
  background-image: linear-gradient(to bottom, #ddd 50%, #ccc 100%);
  background-repeat: repeat-x;
  border: 0;
  border-left: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  right: auto;
  left: 1px;
  border: 0;
  border-right: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: 0;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #ddd)
  );
  background-image: linear-gradient(to bottom, #fff, #ddd 50%);
  background-repeat: repeat-x;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #ddd),
    to(#fff)
  );
  background-image: linear-gradient(to bottom, #ddd 50%, #fff 100%);
  background-repeat: repeat-x;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: 0;
  cursor: text;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 5px;
  margin: 0;
  list-style: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  float: left;
  padding: 0 5px;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: default;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #888;
  font-weight: 700;
  cursor: pointer;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #444;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: 0;
}

.select2-container--classic .select2-dropdown--below {
  border-top: 0;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  color: #fff;
  background-color: #3875d7;
}

.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@media screen and (min-width: 768px) {
  .select2-container .select2-selection--single {
    font-size: 1.8rem;
  }
}

.select2-selection__arrow b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  display: block;
  margin-top: -9px;
  content: "\e911";
  font-family: "icomoon", monospace !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  speak: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

html.touchevents .input-field-wrapper.select-field-wrapper::after {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 5;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

@media screen and (min-width: 481px) {
  html.touchevents
    .input-field-table:not(.stack-767)
    .input-field-wrapper:not(:last-child).select-field-wrapper::after {
    right: 25px;
  }
}

@media screen and (min-width: 768px) {
  html.touchevents
    .input-field-table.stack-767
    .input-field-wrapper:not(:last-child).select-field-wrapper::after {
    right: 25px;
  }
}

html.touchevents
  .input-field-table.no-stack
  .input-field-wrapper:not(:last-child).select-field-wrapper::after {
  right: 25px;
}

.input-field-wrapper
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus
  ~ label.placeholder,
.input-field-wrapper
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):valid
  ~ label.placeholder,
.input-field-wrapper textarea:focus ~ label.placeholder,
.input-field-wrapper textarea:valid ~ label.placeholder,
.input-field-wrapper select:focus ~ label.placeholder,
.input-field-wrapper select:valid ~ label.placeholder {
  top: -9px;
  left: 5px;
  padding: 0 5px;
  font-size: 1rem;
  background-color: #fff;
}

label.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 14px;
  margin: 0;
  font: 300 1.62rem "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  label.placeholder {
    font-size: 1.8rem;
  }
}

.input-field-wrapper
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus
  ~ label.placeholder,
.input-field-wrapper
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):valid
  ~ label.placeholder {
  color: #1b6;
}

.input-field-wrapper textarea:focus ~ label.placeholder,
.input-field-wrapper textarea:valid ~ label.placeholder {
  color: #1b6;
}

.input-field-wrapper select:focus ~ label.placeholder,
.input-field-wrapper select:valid ~ label.placeholder {
  color: #1b6;
}

html.no-csstransforms3d .input-field-wrapper label.placeholder {
  top: -10px;
  left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  -webkit-transform: scale(0.8) translateY(-12px) translateX(-12px);
  transform: scale(0.8) translateY(-12px) translateX(-12px);
}

.error,
.help-block,
.success {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 3px;
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font: 400 10px/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .error,
  .help-block,
  .success {
    font-size: 1.2rem;
  }
}

.error,
.help-block {
  width: 100%;
  color: #d11;
}

.success {
  color: #1b6;
}

.input-field.error,
.input-field.help-block {
  border-color: #d11;
}

.help-block:empty {
  display: none;
}

.input-field-wrapper.has-error input {
  border-color: #d11;
}

.number-spinner .spinner-icon {
  float: left;
}

.number-spinner .spinner-icon:first-child {
  border-right: 1px solid #ddd;
}

.spinner-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 28px;
  color: rgba(0, 0, 0, 0.36);
  font-size: 1.5em;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.spinner-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinner-icon:hover {
  color: #fb0;
  border-color: #fb0;
}

.spinner-alternative-icon-style {
  position: relative;
  width: 32px;
  height: 32px;
  color: #fb0;
  font-size: 1.2em;
  border: 1px solid #fb0;
  border-radius: 50%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.spinner-alternative-icon-style i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinner-alternative-icon-style:hover {
  color: #fb0;
  border-color: #fb0;
}

@-webkit-keyframes modal-fade-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes modal-fade-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.modal.in .modal-outer {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal-top .modal-outer {
  display: block;
}

.modal-inner {
  position: relative;
  left: 50%;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  pointer-events: all;
}

@media (min-width: 768px) {
  .modal-inner {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .modal-inner {
    float: left;
    width: 83.33%;
  }
}

.modal-center .modal-inner {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

@media screen and (min-width: 768px) {
  .modal-inner {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  .modal-top .modal-inner {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-bottom: 30px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .modal-small .modal-inner {
    max-width: 525px;
  }

  html.no-flexbox .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

button.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 15px 15px 10px 10px;
  color: #444;
  font-size: 2.4rem;
  line-height: 1;
  background: transparent;

  box-shadow: none;
  border: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

button.close:hover {
  color: #fb0;
}

button.close.close-white {
  color: rgba(255, 255, 255, 0.5);
}

button.close.close-white:hover {
  color: #fb0;
}

.modal-content,
.modal-title-wrapper {
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .modal-content,
  .modal-title-wrapper {
    padding: 40px;
  }
}

#mar-b {
  margin-bottom: -40px !important;
}

.modal-content-wrapper {
  overflow: hidden;
  background-color: #fff;

  box-shadow: none;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .modal-fullscreen .modal-outer {
    padding: 0;
  }

  .modal-fullscreen .modal-inner {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
  }

  .modal-fullscreen button.close {
    padding-right: 15px;
    font-size: 2.4rem;
  }

  .modal-fullscreen .modal-title {
    margin: 0;
  }

  .modal-fullscreen .modal-content-wrapper {
    min-height: 100%;
    border-radius: 0;
  }
}

.primary-nav {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1),
    -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}

.digit-logo {
  width: 49px;
  height: 28px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

img.digit-logo:hover {
  opacity: 0.8;
}

@media screen and (min-width: 992px) {
  .digit-logo {
    width: 76px;
    height: auto;
  }

  .digit-logo-wh {
    width: 75px;
    height: 35px;
  }
}

@media screen and (max-width: 770px) {
  #boast-area-accordian {
    padding-right: 5px;
  }
}

.nav-column {
  position: inherit;
  width: 100%;
}

.nav-column .nav-left {
  float: left;
  padding: 10px 0;
}

.nav-column .nav-right {
  float: right;
  min-width: 30px;
  padding: 10px 0;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .nav-column {
    display: table;
    width: 100%;
  }

  .nav-column > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .nav-column .nav-left {
    float: none;
    padding: 0;
  }

  .nav-column .nav-right {
    float: none;
    width: 100%;
    padding: 0 0 0 40px;
  }
}

.hamburger-active {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hamburger-active .hamburger .bar:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.hamburger-active .hamburger .bar:nth-child(2) {
  opacity: 0;
}

.hamburger-active .hamburger .bar:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.hamburger {
  position: relative;
  z-index: 100;
  display: inline-block;
  float: right;
  padding: 8px 0 8px 15px;
  vertical-align: middle;
  cursor: pointer;
}

.hamburger .bar {
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.hamburger .bar:nth-child(2) {
  margin: 3px 0;
}

@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger-nav-group {
  position: fixed;
  top: 51px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 992px) {
  .hamburger-nav-group {
    position: relative;
    top: 0;
    display: block;
    width: auto;
    margin-left: auto;
    text-align: inherit;
    background: transparent;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

body.hamburger-active .hamburger-nav-group {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}

.primary-links {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  background: #fff;
  border-top: 1px solid #ddd;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media screen and (min-width: 992px) {
  .primary-links {
    position: relative;
    top: 0;
    width: auto;
    text-align: inherit;
    border-top: 0;
  }
}

.nav-links-container {
  float: left;
}

@media screen and (min-width: 992px) {
  .nav-links {
    display: table;
    width: 100%;
  }

  .nav-links > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.nav-link {
  display: block;
  padding: 10px 0;
  margin: 0;
  color: #000;
}

@media screen and (min-width: 992px) {
  .nav-link {
    padding: 20px 16px;
  }
}

.nav-link.cta-link {
  color: #fb0;
}

.nav-link.cta-link:hover {
  color: #fb0;
}

.nav-link.cta-link,
.nav-links li.active .nav-link {
  font-weight: 800;
}

@media screen and (max-width: 991px) {
  .primary-links .nav-links {
    display: table;
    width: 100%;
  }

  .primary-links .nav-links > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .primary-links .nav-links li {
    width: 1%;
  }

  .primary-links .nav-links li:not(:last-child) a {
    border-right: 1px solid #ddd;
  }
}

.primary-links .nav-links li.active a {
  position: relative;
}

.primary-links .nav-links li.active a::before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  -webkit-transform: translateX(-50%) rotate(225deg);
  transform: translateX(-50%) rotate(225deg);
}

@media screen and (min-width: 992px) {
  .primary-links .nav-links li.active a::before {
    top: auto;
    bottom: -6px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 991px) {
  .primary-links .nav-links li {
    padding: 10px 0;
  }

  .primary-links .nav-links li a {
    padding: 5px 0;
  }
}

.nav-up:not(.hamburger-active) .primary-nav {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media screen and (max-width: 991px) {
  .nav-up:not(.hamburger-active) .nav-links-container {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.primary-nav--faux {
  height: 49px;
}

@media screen and (min-width: 992px) {
  .primary-nav--faux {
    height: 59px;
  }
}

.phone-number-link {
  float: right;
}

@media screen and (max-width: 991px) {
  .phone-number-link .nav-link {
    padding: 6px 0;
  }
}

.secondary-links-container {
  width: 100%;
}

@media (min-width: 768px) {
  .secondary-links-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .secondary-links-container {
    width: 970px;
  }
}

@media screen and (min-width: 992px) {
  .secondary-links-container {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .secondary-links-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .secondary-links-container::before,
  .secondary-links-container::after {
    display: table;
    content: " ";
  }

  .secondary-links-container::after {
    clear: both;
  }
}

.secondary-links .nav-links {
  text-align: left;
}

.secondary-links .nav-links > li {
  float: left;
  width: 50%;
}

@media screen and (min-width: 600px) {
  .mob-botton-menu {
    display: none;
  }

  .secondary-links .nav-links > li {
    width: 25%;
  }
}

@media screen and (min-width: 992px) {
  .secondary-links .nav-links {
    text-align: center;
  }

  .secondary-links .nav-links > li {
    float: none;
    width: auto;
  }
}

.secondary-nav {
  position: fixed;
  bottom: 46px;
  z-index: 98;
  width: 100%;
  background-color: #f5f5f5;

  box-shadow: 0 -2px 6px 0 rgba(24, 24, 24, 0.1);
  border-top: 1px solid #ddd;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media screen and (min-width: 992px) {
  .secondary-nav {
    top: 59px;
    bottom: auto;

    box-shadow: none;
    border-top: 0;
    border-bottom: 1px solid #ddd;
  }

  .secondary-nav .nav-links {
    display: block;
  }

  .secondary-nav .nav-links li {
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .secondary-nav .nav-links {
    display: table;
    width: 100%;
    text-align: center;
  }

  .secondary-nav .nav-links > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .secondary-nav .nav-links li {
    width: 1%;
  }
}

.secondary-nav--faux {
  display: none;
}

@media screen and (min-width: 992px) {
  .secondary-nav--faux {
    display: block;
    height: 39px;
  }
}

.nav-up .secondary-nav {
  -webkit-transform: translateY(46px);
  transform: translateY(46px);
}

@media screen and (min-width: 992px) {
  .nav-up .secondary-nav {
    -webkit-transform: translateY(-59px);
    transform: translateY(-59px);
  }
}

.sitemap-column-title {
  margin-top: 12px;
}

.site-column-title {
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .footer-column-title,
  .sitemap-column-title {
    margin-bottom: 12px;
  }
}

.sitemap-list li,
.footer-sitemap li {
  margin-bottom: 15px;
}

.sitemap-list li a,
.footer-sitemap li a {
  margin: 0;
  color: #000;
}

.sitemap-list li a:hover,
.footer-sitemap li a:hover {
  color: #fb0;
}

@media screen and (min-width: 992px) {
  .sitemap-list li,
  .footer-sitemap li {
    margin-bottom: 20px;
  }
}

.main-sitemap li {
  float: left;
  width: 50%;
}

.main-sitemap li:nth-child(even) {
  padding-left: 15px;
}

@media screen and (min-width: 481px) {
  .main-sitemap li {
    width: 25%;
  }

  .main-sitemap li:nth-child(even) {
    padding-left: 7px;
  }

  .main-sitemap li:nth-child(4n-1) {
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .main-sitemap li {
    width: 50%;
  }

  .main-sitemap li:nth-child(even) {
    padding-left: 15px;
  }

  .main-sitemap li:nth-child(4n-1) {
    padding-left: 0;
  }
}

.footer-validation-block {
  align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
}

.footer-validation-block img {
  width: 140px;
  margin-right: 10px;
}

.footer-validation-block p {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .footer-validation-block {
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }

  .footer-validation-block img {
    width: 90px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer-validation-block {
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    text-align: left;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }

  .footer-validation-block img {
    width: 100px;
    margin-bottom: 0;
  }
}

.footer-logo-wrapper {
  margin-bottom: -20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-logo-wrapper {
    margin-bottom: 0;
    text-align: left;
  }
}

.secondary-footer {
  position: relative;
  padding: 7px 0;
  text-align: center;
  background-color: #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.secondary-footer p {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0;
  font-size: 1rem;
}

.secondary-footer a {
  color: #fff;
}

.secondary-footer .pipe {
  margin: 0 1rem;
}

.secondary-footer p.THE_DOT {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: auto;
  padding: 1px;
  margin: 0 auto;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.secondary-footer p.THE_DOT a:hover {
  color: #fee252;
}

.secondary-footer * {
  font-size: 1.1rem;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .mob-botton-menu li:nth-child(1),
  .mob-botton-menu li:nth-of-type(n + 6) {
    display: none !important;
  }

  .social-follow-wrapper li {
    margin-right: 9px !important;
  }

  .secondary-footer p {
    width: 100%;
    text-align: center;
  }

  .secondary-footer p.THE_DOT {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    margin-top: 10px;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 480px) {
  .meta-more {
    display: block;
  }
}

.card {
  padding: 24px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

@media screen and (min-width: 600px) {
  .card {
    padding: 30px;
  }
}

@media screen and (min-width: 992px) {
  .card {
    padding: 40px;
  }
}

.card .no-bottom-padding {
  padding-bottom: 0;
}

.card .no-top-padding {
  padding-top: 0;
}

.card-padding {
  padding: 24px;
}

.card-padding-lr {
  padding-right: 24px;
  padding-left: 24px;
}

.card-padding-bt {
  padding-top: 24px;
  padding-bottom: 24px;
}

.card-padding-top {
  padding-top: 24px;
}

.card-padding-right {
  padding-right: 24px;
}

.card-padding-bottom {
  padding-bottom: 24px;
}

.card-padding-left {
  padding-left: 24px;
}

@media screen and (min-width: 768px) {
  .card-padding {
    padding: 40px;
  }

  .card-padding-lr {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card-padding-bt {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-padding-top {
    padding-top: 40px;
  }

  .card-padding-right {
    padding-right: 40px;
  }

  .card-padding-bottom {
    padding-bottom: 40px;
  }

  .card-padding-left {
    padding-left: 40px;
  }
}

.social-action-block a {
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
}

.social-action-block .social-action-block-icon {
  margin-right: 10px;
  color: #000;
  font-size: 2.5em;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.social-action-block .social-action-block-text {
  max-width: 110px;
  margin: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.social-action-block a:hover .social-action-block-icon,
.social-action-block a:hover .social-action-block-text {
  color: #fb0;
}

@media screen and (min-width: 768px) {
  .social-action-block .social-action-block-icon {
    margin-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .social-action-block {
    padding-right: 30px;
  }
}

.social-action-block .icon-linkedin {
  margin-top: -9px;
  font-size: 3em;
}

.footer-newsletter {
  padding: 24px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.footer-newsletter .form-inline-confirmation-button:hover {
  color: #fb0;
}

@media screen and (min-width: 768px) {
  .footer-newsletter {
    display: table;
    width: 100%;
  }

  .footer-newsletter > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .footer-newsletter .footer-newsletter-content {
    width: 45%;
  }

  .footer-newsletter .footer-newsletter-form-column {
    width: 55%;
  }
}

@media screen and (min-width: 992px) {
  .footer-newsletter {
    display: block;
    margin-top: -24px;
  }

  .footer-newsletter .footer-newsletter-content,
  .footer-newsletter .footer-newsletter-form-column {
    display: block;
    width: auto;
  }
}

.newsletter-copy {
  margin-top: 0;
  margin-bottom: 10px;
  color: #444;
}

@media screen and (min-width: 768px) {
  .newsletter-copy {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .newsletter-copy {
    margin-bottom: 30px;
  }
}

.form-inline-confirmation:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  padding-right: 45px;
}

.form-inline-confirmation {
  position: relative;
}

.form-inline-confirmation-button {
  position: absolute;
  margin: -1px 0 0;
  right: 10px;
  margin: -1px 0 0;
  font-size: 1.62rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 1;
}

.form-inline-confirmation-button:not(.bike-older-year) {
  top: 50%;
}

.form-inline-confirmation-button.yellow-btn {
  color: #fb0;
  font-weight: 500;
  opacity: 1;
}

.form-inline-confirmation-button:focus {
  color: initial;
}

.form-inline-confirmation-button:hover {
  color: #fb0;
}

@media screen and (min-width: 768px) {
  .form-inline-confirmation-button {
    font-size: 1.6rem;
  }
}

.form-inline-confirmation-button-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 60px;
}

input.form-inline-confirmation:focus ~ .form-inline-confirmation-button {
  color: #fa0;
  opacity: 1;
}

input.form-inline-confirmation:focus
  ~ .form-inline-confirmation-button-overlay {
  display: none;
}

@-webkit-keyframes padding-hack {
  0%,
  100% {
    padding-right: 60px;
  }
}

@keyframes padding-hack {
  0%,
  100% {
    padding-right: 95px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  /*background-color: #F5F5F5;*/
  background-color: #fff;
}

a,
.a {
  color: #fa0;
  font-size: 1.4rem;
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

a h3.blog-title {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

a.underline,
.a.underline {
  border-bottom: 1px solid;
}

a.inherit-color,
.a.inherit-color {
  color: inherit;
}

a .inside-a,
.a .inside-a {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

a:hover,
.a:hover {
  color: #fb0;
  text-decoration: none;
  outline: 0;
}

a:hover .inside-a,
.a:hover .inside-a {
  color: #fb0;
}

a:active,
a:focus,
.a:active,
.a:focus {
  color: #fb0;
  text-decoration: none;
  outline: 0;
}

a.active {
  color: #fb0;
}

a.active:hover {
  color: #000;
}

video {
  vertical-align: bottom;
}

.videoWrapper {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 60%;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

svg {
  vertical-align: bottom;
}

ol {
  list-style: none;
  margin: 0;
}

.title-w-icon img,
.title-w-icon i {
  display: inline-block;
  vertical-align: middle;
}

.title-w-icon img {
  width: 16px;
  margin-right: 10px;
}

.title-w-icon span {
  display: inline-block;
  vertical-align: middle;
}

.txt-bold {
  font-weight: 900;
}

.list-styled {
  position: relative;
  padding-left: 13px;
  margin-right: 31px;
}

.list-styled li {
  margin-bottom: 15px;
}

.list-styled li:last-child {
  margin-bottom: 0;
}

ol.list-styled {
  list-style: decimal;
}

ul.list-styled li {
  position: relative;
}

ul.list-styled li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 4px;
  height: 4px;
  margin-left: -12px;
  content: " ";
  background-color: #444;
  border-radius: 50%;
}

.fw-300 {
  font-weight: 300;
}

.row-centered {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
}

html.no-flexbox .row-centered {
  text-align: center;
}

html.no-flexbox .row-centered.table-cell-fallback {
  display: table;
  width: 100%;
}

html.no-flexbox .row-centered.table-cell-fallback > * {
  display: table-cell;
  float: none;
  width: 1%;
  vertical-align: middle;
}

.row-centered.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.col-centered {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-basis: auto;
  float: none;
  -webkit-box-flex: 0;
  -ms-flex-preferred-size: auto;
}

html.no-flexbox .col-centered {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .container,
  .secondary-links-container,
  .emulate-container-padding {
    margin-top: 2px;
    padding-right: 36px;
    padding-left: 36px;
  }
}

@media screen and (max-width: 600px) {
  /* .container {
        padding-bottom: 7.2rem;
    } */
  .primary-nav--faux {
    height: 0px;
  }
}

@media screen and (max-width: 600px) {
  .container,
  .secondary-links-container,
  .emulate-container-padding {
    padding-right: 24px;
    padding-left: 24px;
  }

  .featured-brands-wrapper.press-band {
    display: none;
  }
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
  opacity: 1;
}

a.modal-toggle-fix,
a[data-toggle="tab"] {
  position: relative;
}

a.modal-toggle-fix::after,
a[data-toggle="tab"]::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .horizontal-scroll-container-max767 {
    padding-right: 0;
    padding-left: 0;
  }

  .horizontal-scroll-container-max767 > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .horizontal-scroll-container-max767 .hs-list-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .horizontal-scroll-container-max767 .hs-list-wrapper li {
    display: inline-block;
    float: none;
    width: auto;
    min-width: 0;
    vertical-align: top;
    white-space: normal;
  }
}

.blog-subtitle {
  height: 56px !important;
  max-width: 259px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.blog-card {
  -webkit-transition: 0.14s ease-in-out;
  transition: 0.14s ease-in-out;
}

@media screen and (max-width: 600px) {
  .blog-subtitle {
    height: 62px !important;
  }

  .sitemap-list {
    margin-bottom: 32px;
  }
}

section#qf-flow-section {
  background: #eee;
  /* padding-top: 42px !important; */
}

.form-success-state {
  display: none;
}

.purchase-year-modal-close {
  top: 81%;
}

.purchase-year-modal-close-root {
  top: 85%;
  right: 20px;
}

.purchase-year-modal-close2 {
  top: 86%;
  right: 53%;
}

.telephoneSize {
  padding: 17px 0;
}

@media (max-width: 991px) {
  .telephoneSize {
    padding: 2px 0;
  }
}

.telephone-icon-size {
  opacity: 0.6 !important;
  position: relative;
  top: 1px;
  height: 20px;
  margin-right: 8px;
}

.tel-right {
  float: right;
}

a.h3-v2.claims-contact-card-anchor:hover,
a.h3-v2.claims-contact-card-anchor:active,
a.h3-v2.claims-contact-card-anchor:focus {
  color: rgba(0, 0, 0, 0.4);
}

a.sub-action-txt.h5.mr-t-20:focus {
  color: #444;
}

#bike-older-year .help-block {
  position: static;
  display: block;
  padding: 4px;
  margin: 0 0 !important;
  line-height: 16px;
}

.purchase-year-input-main-wrapper {
  position: relative;
}

.purchase-year-input-main-wrapper .purchase-year-input-submit {
  position: absolute;
  top: 34px;
  right: 24px;
}

.mgn-bot-1rem {
  margin-bottom: 1rem;
}

.mgn-bot-2rem {
  margin-bottom: 2rem;
}

.mgn-bot-3rem {
  margin-bottom: 3rem;
}

.font-black {
  color: #000 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.weight-900 {
  font-weight: 900 !important;
}

@media screen and (max-width: 768px) {
  #pd-email {
    padding-right: 16px !important;
  }
}

#purchase-year-modal-close-icon {
  color: #fa0;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .footer-logo-wrapper img {
    width: 80px !important;
    height: auto !important;
    margin: 30px auto auto !important;
    text-align: center !important;
  }
}

.text-align-center {
  text-align: center;
}

button#getQuoteCar:disabled {
  background: #ddd !important;
  border-color: #ddd !important;
  cursor: not-allowed;
}

@media screen and (min-width: 768px) {
  .modal-inner {
    max-height: calc(100vh - 120px);
    /* overflow-y: auto; */
  }
}

.collapse-group,
.collapse-toggle {
  width: 100%;
}

.addon-content {
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 10px 0; */
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}

.addon-name {
  display: block;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
}

.addon-content input[type="checkbox"]:checked + .checkbox-box {
  background-color: #fb0;
}

.addon-content .checkmark_check {
  stroke: #fff;
}

#modal-build-plan-legal-liability .modal-title-wrapper,
#modal-build-plan-unnamed-pa .modal-title-wrapper,
#modal-build-plan-addons .modal-title-wrapper,
#modal-build-plan-addons .modal-title-wrapper,
#modal-build-plan-OnlyOD-addons .modal-title-wrapper {
  z-index: 999;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

#modal-build-plan-legal-liability .modal-content,
#modal-build-plan-unnamed-pa .modal-content,
#modal-build-plan-addons .modal-content,
#modal-build-plan-addons .modal-content,
#modal-build-plan-OnlyOD-addons .modal-content {
  max-height: calc(100vh - 310px);
  padding-top: 0;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  #modal-build-plan-legal-liability .modal-content,
  #modal-build-plan-unnamed-pa .modal-content,
  #modal-build-plan-addons .modal-content,
  #modal-build-plan-addons .modal-content,
  #modal-build-plan-OnlyOD-addons .modal-content {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
  }
}

#modal-build-plan-legal-liability .modal-footer,
#modal-build-plan-unnamed-pa .modal-footer,
#modal-build-plan-addons .modal-footer,
#modal-build-plan-addons .modal-footer,
#modal-build-plan-OnlyOD-addons .modal-footer {
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}

#modal-build-plan-legal-liability .modal-title,
#modal-build-plan-unnamed-pa .modal-title,
#modal-build-plan-addons .modal-title {
  font-size: 2.1rem;
}

#modal-build-plan-legal-liability .modal-subtitle,
#modal-build-plan-unnamed-pa .modal-subtitle,
#modal-build-plan-addons .modal-subtitle,
#modal-build-plan-addons .modal-title,
#modal-build-plan-OnlyOD-addons .modal-title {
  font-size: 2.1rem;
}

#modal-build-plan-addons .modal-subtitle,
#modal-build-plan-OnlyOD-addons .modal-subtitle {
  font-size: 1.44rem;
}

.checkbox-option + .checkbox-bg {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.checkbox-option input:checked + .checkbox-label .checkbox-bg {
  background: #fb0;
  -webkit-animation: checkbox-bg 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
  animation: checkbox-bg 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #fb0;
}
.SIB-input-field.checkbox-option input:checked + .checkbox-label .checkbox-bg {
  background: #fb0;
  -webkit-animation: checkbox-bg 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
  animation: checkbox-bg 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #fb0;
}

.addon-pack-details {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
}

.addon-pack-details p {
  color: #000;
  font-size: 1.4rem;
}

.modal-footer div {
  display: inline-block;
}

.addon-details div {
  display: inline-block;
  vertical-align: top;
}

.accordian-icon {
  position: relative;
  float: right;
}

.addon-details {
  cursor: pointer;
}

.strike-through {
  text-decoration: line-through;
}

.display-none {
  display: none !important;
}

.mobile-email {
  width: 100%;
}

#user-email-address {
  padding-right: 16px;
}

#card-mobile-number div.main-content-area {
  width: 100%;
}

.button.loading,
button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading {
  color: transparent !important;
  background: #fb0
    url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20fill%3D%22none%22%20ng-attr-stroke%3D%22%7B%7Bconfig.color%7D%7D%22%20ng-attr-stroke-width%3D%22%7B%7Bconfig.width%7D%7D%22%20ng-attr-r%3D%22%7B%7Bconfig.radius%7D%7D%22%20ng-attr-stroke-dasharray%3D%22%7B%7Bconfig.dasharray%7D%7D%22%20stroke%3D%22%23222%22%20stroke-width%3D%225%22%20r%3D%2220%22%20stroke-dasharray%3D%2294%2050%22%20transform%3D%22rotate(54%2050%2050)%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2050%2050%3B360%2050%2050%22%20keyTimes%3D%220%3B1%22%20dur%3D%22600ms%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C%2FanimateTransform%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
    no-repeat center / 40px;
  pointer-events: none;
}

.button.disabled,
button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled {
  background: #ddd !important;
  border-color: #ddd !important;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none !important;
}

#mobile-selection-list_two_wheeler .collapse-group {
  width: auto;
}

#mobile-selection-list .collapse-group {
  width: auto;
}

.summary-mobile-error-font {
  color: #e00 !important;
  font-size: 1.2rem;
  font-weight: 200;
}

div.modal-unavailable-in-city ul.fr-links-ul li {
  padding: 14px 0;
}

.loading-container {
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 62.5% "Muli", Helvetica, Arial, sans-serif;
  background: #fff;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}

.parentDiv {
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.loading-container p {
  color: #444;
  font: 400 1.5em "Muli", "Helvetica", Arial, sans-serif;
}

.loader-height {
  height: 400px;
}

.loading {
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f90),
    to(#fe9)
  );
  background: linear-gradient(to right, #f90, #fe9);
  border-radius: 50%;
  -webkit-animation: rotate 0.75s infinite linear;
  animation: rotate 0.75s infinite linear;
}

.loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  content: "";
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.animated-background {
  position: relative;
  height: 96px;
  color: transparent !important;
  background: #f5f5f5;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, #ddd),
    color-stop(18%, #ddd),
    color-stop(33%, #fff)
  );
  background: linear-gradient(to right, #ddd 8%, #ddd 18%, #fff 33%);
  background-size: 800px 104px;
  border-radius: 2px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 478px) {
  .fake-input-form .input-field-wrapper {
    display: none;
  }

  button.mkt-btn-primary {
    padding: 14px 32px;
    font-size: 1.75rem;
  }

  .quote-band-bg-img {
    background-size: cover !important;
  }
}

@media only screen and (max-width: 768px) {
  .fake-input-form .input-field-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .fake-input-form .input-field-wrapper {
    display: none;
  }
}

.content-mask {
  height: -webkit-max-content;
  height: -moz-max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  height: max-content;
  color: transparent !important;
  background: #f5f5f5;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f5f5f5),
    color-stop(40%, #ddd),
    color-stop(80%, #f5f5f5),
    to(#f5f5f5)
  );
  background-image: linear-gradient(
    to right,
    #f5f5f5,
    #ddd 40%,
    #f5f5f5 80%,
    #f5f5f5 100%
  );
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-animation: shimmer cubic-bezier(0.25, 0.25, 0.1, 0.1) 1.75s;
  animation: shimmer cubic-bezier(0.25, 0.25, 0.1, 0.1) 1.75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

@-webkit-keyframes shimmer {
  from {
    background-position: -468px 0;
  }

  to {
    background-position: 468px 0;
  }
}

@keyframes shimmer {
  from {
    background-position: -468px 0;
  }

  to {
    background-position: 468px 0;
  }
}

li.content-mask {
  margin: 18px 16px;
  font-size: 1.5rem;
  line-height: 1;
}

@media only screen and (max-width: 478px) {
  button.mkt-btn-primary {
    padding: 14px 32px;
    font-size: 1.75rem;
  }

  li.content-mask {
    margin: 18px 16px;
    font-size: 1.4rem;
    line-height: 1;
  }
}

#purchase-year-suggestions,
#purchase-month-suggestions {
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 800px) {
  #city-suggestion {
    border-top: 1px solid #ffbb00;
  }
}

@media screen and (max-width: 780px) {
  #city-suggestion {
    border-top: 1px solid #ddd;
  }
}

#animated-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.animated-background.content-mask {
  margin-bottom: 10px;
  line-height: 1;
}

.loader-text {
  margin-bottom: 8px;
  font-size: 1.65rem;
  font-weight: 800;
  text-align: center;
}

.loader-text-subtitle {
  color: #444;
  font-size: 1.45rem;
  text-align: center;
}

.loading.align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px !important;
  height: 24px !important;
  margin: 14px auto auto;
  border-radius: 50%;
}

.loading.align::after {
  width: 20px !important;
  height: 20px !important;
}

.loader-icon {
  margin-bottom: 12px;
  text-align: center;
}

.align--left {
  text-align: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.align--right {
  text-align: right;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.align--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ser-fail-modal-btn-div {
  display: inline;
  margin-right: 4px;
}

.ser-fail-modal-btn {
  padding: 13px 28px;
}

.ser-fail-modal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ser-fail-modal-div {
  margin-bottom: 18px;
  text-align: center;
}

.ser-fail-modal-txt {
  margin: 14px auto 20px;
  font-size: 2rem;
  font-weight: 400;
}

.mobile-loader {
  margin: 0 10px 0 0;
}

/*#bike-older-year {
    padding: 10px 15px;
}

#bike-older-year .form-inline-confirmation-button {
    margin-top: -25px;
}*/

.btn-loading {
  color: transparent !important;
  background: #fb0
    url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20fill%3D%22none%22%20ng-attr-stroke%3D%22%7B%7Bconfig.color%7D%7D%22%20ng-attr-stroke-width%3D%22%7B%7Bconfig.width%7D%7D%22%20ng-attr-r%3D%22%7B%7Bconfig.radius%7D%7D%22%20ng-attr-stroke-dasharray%3D%22%7B%7Bconfig.dasharray%7D%7D%22%20stroke%3D%22%23222%22%20stroke-width%3D%225%22%20r%3D%2220%22%20stroke-dasharray%3D%2294%2050%22%20transform%3D%22rotate(54%2050%2050)%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2050%2050%3B360%2050%2050%22%20keyTimes%3D%220%3B1%22%20dur%3D%22600ms%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C%2FanimateTransform%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
    no-repeat center / 40px;
  pointer-events: none;
}

button:disabled {
  background-color: #bbb;
  border-color: #bbb;
  pointer-events: none;
}

.inline-block {
  display: inline-block;
}

.components-title {
  background-color: #ddd;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  margin-top: 40px;
}

.statistic-unit {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.statistic-unit .statistic-title {
  margin: 0;
}

.statistic-unit .statistic-subtitle {
  margin: 0;
}

.header-custom {
  font-family: inherit;
  padding-top: 70px;
}

.text-transform--uppercase {
  text-transform: uppercase;
}

.text-transform--lowercase {
  text-transform: lowercase;
}

.text-transform--capitalize {
  text-transform: capitalize;
}

.font-weight--100 {
  font-weight: 100;
}

.font-weight--200 {
  font-weight: 200;
}

.font-weight--300 {
  font-weight: 300;
}

.font-weight--400 {
  font-weight: 400;
}

.font-weight--500 {
  font-weight: 500;
}

.font-weight--600 {
  font-weight: 600;
}

.font-weight--700 {
  font-weight: 700;
}

.font-weight--800 {
  font-weight: 800;
}

.font-weight--900 {
  font-weight: 900;
}

.text-color--muted {
  color: #bbb;
}

.text-color--primary {
  color: #fb0;
}

.text-color--success {
  color: #6b7;
}

.text-color--info {
  color: #29f;
}

.text-color--warning {
  color: #fa0;
}

.text-color--danger {
  color: #e00;
}

.text-color--white {
  color: #fff;
}

.text-color--black {
  color: #000;
}

.text-color--gray {
  color: #444;
}

.text-color--link {
  color: #fa0;
}

.pan-validation {
  font-size: 1.1rem;
  padding: 0 10px;
  margin-top: -20px;
  color: #e00;
}

.pull--left {
  float: left !important;
}

.pull--right {
  float: right !important;
}

.payment-received {
  font-size: 1.8rem;
  line-height: 1.4;
}

.width--25 {
  width: 25%;
}

.width--50 {
  width: 50%;
}

.width--75 {
  width: 75%;
}

.width--100 {
  width: 100%;
}

.height--25 {
  height: 25%;
}

.height--50 {
  height: 50%;
}

.height--75 {
  height: 75%;
}

.height--100 {
  height: 100%;
}

.custom-suggestions-box .tab-content {
  max-height: 180px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .pad-lr-40 {
    padding-right: 4rem;
    padding-left: 24px;
  }
}

[ng-cloak] {
  display: none !important;
}

.no-border {
  border: none !important;
}

/* ----- Get Quote : Images added ----- */

.quote-form-switcher a {
  text-align: center;
  display: inline-block;
}

.qf-switcher-img-holder {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.04);
}

.qf-switcher.active .qf-switcher-img-holder {
  border-color: #ffbb00;
}

.qf-switcher:hover .qf-switcher-img-holder {
  border-color: #ffbb00;
}

.qf-switcher-img-holder > img {
  height: 50px;
  width: 50px;
}

@media (max-width: 767px) {
  .qf-switcher-img-holder{
    border-radius: 2px;
  }
  ul.quote-form-switcher > li {
    margin-right: 25px;
  }

  #two-wheeler-petrol-mobi {
    max-height: 300px !important;
    overflow-x: scroll !important;
  }
}

li#recent-year-list {
  font-size: 1.4rem;
  color: #444;
  font-weight: 800 !important;
  margin-top: 12px !important;
  pointer-events: none !important;
}

.custom-suggestions-list__li--margin-top {
  margin-bottom: 0;
}

ul.custom-suggestions-list li {
  font-size: 1.6rem;
}

.cloud-flare-fixes{
  padding-left: 8px !important;
  padding-right: 47px !important;
}

.cloud-flare-fixes-mobile-number{
  border-right: none !important;
  width: 57% !important;
}

.searchfield-input p.label-text-tag,
#car-searchfield-wrapper .searchfield-input .label-text-tag,
.inline-label-divider,
#purchase-year-input::placeholder,
#residence-city::placeholder {
  font-size: 1.8rem !important;
  color: #999; /*UGT0003*/
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  div.quote-forms-button::before {
    top: -175px;
    display: none;
  }
}

@media (max-width: 767px) {
  .home-page-banner::before {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  p.h3.h3--font {
    font-size: 1.6rem;
  }

  .mr-b-30--mobile {
    margin-bottom: 3rem;
  }

  .quote-form-switcher.quote-form-switcher--margin-bottom {
    margin-bottom: 20px;
  }

  .quote-forms.quote-forms-button {
    margin-bottom: 180px;
  }

  .visible-xs--width,
  .quote-form-wrapper {
    width: 100%;
  }

  .visible-xs--width .visible-xs__btn {
    width: 100%;
    display: block;
  }

  .quote-band-section--height {
    height: 520px;
  }
}

@media (max-width: 480px) {
  .qf-switcher-img-holder {
    height: 60px;
    width: 60px;
  }

  .qf-switcher-img-holder > img {
    height: 33px;
    width: 40px;
  }

  ul.quote-form-switcher > li {
    margin-right: 20px;
  }
}

@media (max-width: 320px) {
  .qf-switcher-img-holder {
    height: 55px;
    width: 55px;
  }

  .qf-switcher-img-holder {
    margin-right: 0;
  }

  .qf-switcher-img-holder > img {
    height: 33px;
    width: 35px;
  }

  ul.quote-form-switcher > li {
    margin-right: 15px;
  }
}

#purchase-year-suggestions #purchase-year-input,
#bike-purchase-year-older {
  padding: 8px 95px 7px 16px;
}

@media screen and (max-width: 767px) {
  .custom-suggestions-list li {
    font-size: 1.4rem !important;
  }
}

.custom-suggestions-list__li {
  color: #444;
  font-weight: 600 !important;
  margin-top: 2px !important;
  pointer-events: none;
}

.custom-suggestions-list__li--margin-top {
  margin-bottom: 0;
}

ul.custom-suggestions-list li {
  font-size: 1.6rem;
}

.searchfield-input p.label-text-tag {
  font-size: 1.6rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  p.h3.h3--font {
    font-size: 1.6rem;
  }

  .mr-b-30--mobile {
    margin-bottom: 3rem;
  }

  .quote-form-switcher.quote-form-switcher--margin-bottom {
    margin-bottom: 20px;
  }

  .quote-forms.quote-forms-button {
    margin-bottom: 180px;
  }

  .visible-xs--width,
  .quote-form-wrapper {
    width: 100%;
  }

  .visible-xs--width .visible-xs__btn {
    width: 100%;
    display: block;
  }

  .quote-band-section--height {
    height: 520px;
  }
}

@media (max-width: 480px) {
  .qf-switcher-img-holder {
    height: 60px;
    width: 60px;
  }

  .qf-switcher-img-holder > img {
    height: 33px;
    width: 40px;
  }

  ul.quote-form-switcher > li {
    margin-right: 20px;
  }
}

@media (max-width: 320px) {
  .qf-switcher-img-holder {
    height: 55px;
    width: 55px;
  }

  .qf-switcher-img-holder {
    margin-right: 0;
  }

  .qf-switcher-img-holder > img {
    height: 33px;
    width: 35px;
  }

  ul.quote-form-switcher > li {
    margin-right: 15px;
  }
}

#purchase-year-suggestions #purchase-year-input {
  padding: 8px 95px 7px 16px;
}

/*Maintanence Modal*/
.maintenance-header {
  font-size: 16px;
  font-weight: 800;
}

.maintanence-inputs-wrapper label {
  font-size: 11px;
  font-weight: 600;
}

.maintanence-inputs-wrapper .input-field-wrapper {
  margin-bottom: 10px;
}

.maintanence-inputs-wrapper input {
  padding: 9px !important;
  font-size: 11px !important;
}

#maintainence-success .item-state-icon {
  top: 75%;
}

@media (min-width: 768px) {
  .mobile-number-or {
    display: none;
  }

  #maintanence-modal .modal-inner {
    width: 40% !important;
  }

  .two-column-display {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .two-column-display .two-column-display-child-fields {
    width: 45%;
  }

  .two-column-display-child-option {
    width: 10%;
  }
}

.item-state-icon {
  position: absolute;
  top: 78%;
  left: 9%;
  width: 19px;
  height: 19px;
  border: 1px solid #1b6;
  background: #1b6;
  border-radius: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item-state-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  color: #fff;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.icon-checkmark::before {
  content: "\e91a";
}

@media (max-width: 767px) {
  #maintenance-heading {
    padding-top: 40px;
  }

  .maintenance-header {
    font-size: 23px;
    line-height: 25px;
  }

  .maintenance-sub-header {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .maintanence-inputs-wrapper label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .maintanence-inputs-wrapper input {
    padding: 15px !important;
    font-size: 15px !important;
  }

  .maintanence-cta-wrapper {
    margin-top: 20px !important;
    width: 100%;
  }

  .maintanence-cta-wrapper button {
    width: 100%;
  }

  .error-msgs {
    font-size: 15px !important;
    margin-top: 3px !important;
  }

  .item-state-icon {
    position: absolute;
    top: 78%;
    left: 9%;
    width: 19px;
    height: 19px;
    border: 1px solid #1b6;
    background: #1b6;
    border-radius: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .item-state-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color: #fff;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .icon-checkmark::before {
    content: "\e91a";
  }
  @media (max-width: 767px) {
    #maintenance-heading {
      padding-top: 40px;
    }
    .maintenance-header {
      font-size: 23px;
    }
    .maintenance-sub-header {
      font-size: 16px;
      margin-bottom: 20px;
    }
    .maintanence-inputs-wrapper label {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .maintanence-inputs-wrapper input {
      padding: 15px !important;
      font-size: 15px !important;
    }
    .maintanence-cta-wrapper {
      margin-top: 20px !important;
      width: 100%;
    }
    .maintanence-cta-wrapper button {
      width: 100%;
    }
    .error-msgs {
      font-size: 15px !important;
      margin-top: 3px !important;
    }
    .item-state-icon {
      top: 84%;
      left: 6%;
      width: 30px;
      height: 30px;
    }
    .success-text {
      font-size: 20px;
      padding-left: 35px;
    }
    .success-subtext {
      font-size: 16px !important;
    }
  }

  #quote-band-four-wheeler .quote-option label {
    color: #000 !important;
  }

  .view-animate.ng-enter,
  .view-animate.ng-leave {
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .success-text {
    font-size: 20px;
    padding-left: 35px;
  }

  .success-subtext {
    font-size: 16px !important;
  }
}

#quote-band-four-wheeler .quote-option label {
  color: #444;
}

.view-animate.ng-enter,
.view-animate.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.view-animate.ng-enter {
  top: 100%;
}

.view-animate.ng-enter.ng-enter-active {
  top: 0;
}

.view-animate.ng-leave.ng-leave-active {
  top: -100%;
}

@media screen and (min-width: 768px) {
  .ct-collapse-group {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
}

.section-pad {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .section-pad {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .d-xs-flex {
    display: flex;
    overflow-x: auto;
  }

  .flex-xs-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.bg-white {
  background-color: #fff;
}

.bt-ddd {
  border-top: 1px solid #ddd;
}

div.container.quote-band-bg-img-container {
  width: 100%;
  padding: 0;
}

div.row.quote-band-bg-img-row {
  margin: 0;
}

.breadcrumb-active {
  pointer-events: none;
}

.pad-l-16 {
  padding-left: 16px !important;
}

.pad-bt-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pad-bottom-3 {
  padding-bottom: 3px;
}

.search-iocn-home {
  top: 5px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.hero-unit-section-banner .odd-col .h1-v2,
.hero-unit-section-banner .odd-col .h2-v2 {
  margin-bottom: 10px;
}

.hero-unit-section-banner .odd-col .h1-v2 + .quote-band,
.hero-unit-section-banner .form-container .quote-band {
  margin-top: 40px;
}

.hero-unit-section-banner .odd-col p.h3 {
  color: #fff;
}

.hero-unit-section-banner .odd-col p.h3 + div.quote-band {
  margin-top: 40px;
}

.hero-unit-section-banner .odd-col div.quote-form-wrapper {
  margin-top: 40px;
}

.hero-unit-section-banner .odd-col + div.b-clear {
  margin-top: 40px;
}

.hero-unit-section-banner .quote-band-car {
  margin-top: 40px;
}

span.h1-v2.txt-white.mr-b-20 {
  font-size: 4rem;
  font-weight: 800;
}

span.h1-v2.txt-white.mr-b-20.banner-heading {
  font-size: 3rem;
}

@media (min-width: 768px) {
  span.h1-v2.txt-white.mr-b-20 {
    font-size: 4rem;
  }

  span.h1-v2.txt-white.mr-b-20.banner-heading {
    font-size: 4rem;
  }
}

span.h1-v2.txt-white.mr-b-40 {
  font-size: 30px;
  font-weight: 800;
}

@media (min-width: 768px) {
  span.h1-v2.txt-white.mr-b-40 {
    font-size: 40px;
    font-weight: 800;
  }
}

.lazy-container {
  position: relative;
  overflow: hidden;
  /* width: 100%; */
}

.lazy-animation {
  background: rgba(243, 243, 243, 0.3) !important;
  transition: all 300ms ease-in-out;
}

.lazy-animation::after {
  content: "";
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loader-animate;
  animation-name: loader-animate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, rgba(255, 255, 255, 0.6)),
    color-stop(81%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(224, 224, 224, 0.62) 30%,
    rgba(255, 255, 255, 0) 81%
  );
}

@-webkit-keyframes loader-animate {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes loader-animate {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.lazy {
  opacity: 0;
  transition: all 2s ease-in-out;
}

.lazy.active {
  opacity: 1;
}

div.container.quote-band-bg-img-container {
  width: 100%;
  padding: 0;
}

div.row.quote-band-bg-img-row {
  margin: 0;
}

.breadcrumb-active {
  pointer-events: none;
}

/*!
 * progressively 1.1.2
 * https://github.com/thinker3197/progressively
 * @license MIT licensed
 *
 * Copyright (C) 2016-17 Ashish
 */
.progressive {
  overflow: hidden;
  position: relative;
  /* background: #F5F5F5; */
}

.progressive__img {
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}

.progressive--not-loaded {
  filter: blur(30px);
  transform: scale(1.1);
}

.progressive--is-loaded {
  filter: blur(20px);
  animation: a 0.5s both;
  transform: scale(1);
}

@keyframes a {
  0% {
    filter: blur(20px);
  }

  to {
    filter: blur(0);
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.quote-option label {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #000;
}
.header .nav__list a.nav__link[href="/health-insurance"] {
  color: #fb0;
}

.covid-label {
  position: absolute;
  font-size: 10px;
  top: -35px;
  background: #fb0;
  padding: 0px 6px;
  text-align: center;
  border-radius: 5px;
  font-weight: 800;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation-name: bounce-label;
  animation-name: bounce-label;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  user-select: none;
}

.waiting-period-label {
  left: -28px;
}
.chat-label {
  left: 17px !important;
}

.covid-label::before, .premium-increase-arrow {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  height: 8px;
  width: 8px;
  background: #fb0;
}

.travel-opt-list {
  position: relative;
}

/* .travel-opt-list .covid-label {
    width: 102px;
} */

@keyframes bounce-label {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-50%, -5px, 0);
    transform: translate3d(-50%, -5px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-50%, -3px, 0);
    transform: translate3d(-50%, -3px, 0);
  }
  90% {
    -webkit-transform: translate3d(-50%, -4px, 0);
    transform: translate3d(-50%, -2px, 0);
  }
}

.renew-policy-text {
  font-weight: 600;
}

.renew-policy .qf-switcher-img-holder > img {
  width: 28px;
  height: 28px;
}

.renew-policy:hover .qf-switcher-img-holder {
  border-color: #ffbb00;
}

/* Chatbot css start here */

.bpw-widget-btn{
  background-color: #ffffff !important;    
}

.bpw-widget-btn {
  background-image: url("https://digitchatbot-prod.godigit.com/assets/modules/channel-web/chatbot_final.svg");
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius:50%;
  width: 60px;
  height: 60px;
  background-size:cover;
  cursor: pointer;
}

.bpw-widget-btn>* {
  display: none;
}

/* color of chat icon on hover */
.bpw-widget-btn:focus, .bpw-widget-btn:hover {
  background-color: white;
}

.bpw-floating-button {
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  animation: MoveUpDown 1s linear infinite;
}  
.bpw-floating-button {
  float: right;
  fill: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  border: none;
  background-clip: padding-box;
  transition: width 1s, height 1s;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bp-widget-side{
  z-index: 999 !important;
}

.chatbot-hide-scroll{
  overflow-y: hidden !important;
}

/* Chatbot css end here */


/* Perminum Increase Label */

.premium-increase-label {
  display: none;
  align-items: center;
  border-radius: 4px;
  background-color: #FFF8E5;
  padding: 12px 18px;
  margin-bottom: 30px;
}

.premium-increase-label.covid-label {
  padding: 0 14px;
  border: 1px solid #fb0;
  margin-bottom: 0;
  left: -155px;
}


.premium-increase-label-container {
  position: relative;
}

.premium-increase-label.covid-label::before, .premium-increase-arrow {
  background-color: #FFF8E5;
  border-right: 1px solid #fb0;
  border-bottom: 1px solid #fb0;
  bottom: -5px;
}

.premium-increase-arrow-left {
  left: 90px;
}

.premium-increase-arrow-right {
  left: 280px;
}

.premium-increase-content {
  margin-left: 16px;
}

.premium-increase-label.covid-label .premium-increase-content {
  margin-left: 8px;
}

.premium-increase-content p {
  font-size: 13px;
  color: #444444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.premium-increase-label.covid-label p {
  font-size: 11px;
}

.premium-increase-content p span {
  color: red;
}

.premium-increase-content p b {
  font-weight: 800;
}

.premium-increase-label .trending-icon img {
width: 24px;
}

.agent-loading-icon #animated-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
}
.agent-loading-icon .img-class{
  margin-top: 0px !important;
  width: 400px !important;
}
.agent-loading-icon .loader-text {
  margin-top: 20px !important;
}
.agent-loading-icon .loading-msgs {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 0.5rem;
  position: relative;
}
.native-loading-icon #animated-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
}

.native-loading-icon .img-class{
  margin-top: 0px !important;
  width: 400px !important;
}

.native-loading-icon .loader-text {
  margin-top: 20px !important;
}

.native-loading-icon .loading-msgs {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 0.5rem;
  position: relative;
}
.native-text{
  font-weight: 600 !important;
  margin-top: 25px !important;
  font-size: 14px;
  width: 90%;
  margin-bottom: 8px;
  text-align: center;
}
p.native-p{
  font-size: 1.5rem !important;
  margin-top: 12px !important;
}
.tab-key-border:focus{
  border: 1.25px solid #444444 !important;
}
.tab-key-border,.tab-key-cta-bg-color,.tab-key-whatsapp-cta-bg-color{
  outline: none;
}
.tab-key-cta-bg-color:focus {
  background-color: #fc3 !important;
}
.tab-key-whatsapp-cta-bg-color:focus{
  background-color: #0ed1a0 !important;
}
.checkbox-option-health .tab-key-border:focus{
  border: 1.5px solid #444444 !important;
}

.motor-tc-section .help-block{
  top: 70%;
  text-align: center;
}

.heroFincorpContainer{
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
 .heroFincorpContainer {
  margin-left: 0;
  flex-direction: column;
 }
}

.fincorpLogoData{
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background-color: #fffaeb;
  border-radius: 16px;
 
}
.fincorpText{
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #444;
  font-style: normal;

}
.fincorpIcon{
  background: white;
  padding: 5px;
  text-align: center;
  font-size: 17px;
  border-radius: 4px;
}

[font~="heading_font"] {
	font-size: 25px !important;
}

.heading-quote {
  display: none;
}
.partner-home-page{
  display: none;
}
.digit-logo-row{
  display: none;
}
.background_image_storelink{
  margin-left: -16rem;
    margin-top: 342px;
    position: absolute;
}
.mobile_view{
  display: none;
}

.partner_home_fordesktop #car-mobile-number-option {
  width: 42% !important;
}

.partner_home_fordesktop .terms-conditions-check-wrapper {
  padding-right: 6px !important;
}

.partner_home_fordesktop #car-mobile-number-option {
  border-right: 1px solid #fff f;
}

.partner_home_fordesktop #mobile-number-option {
  border-right: 1px solid #fff f !important;
}

.partner_home_fordesktop-2w .terms-conditions-check-wrapper {
  padding-right: 6px !important;
}

.partner_home_fordesktop-2w #get-quote-div-reg {
  width: 0px !important;
}

.partner_home_fordesktop-2w #bike-insurance-expiry {
  border-right: 1px solid #fff;
}

.partner_home_fordesktop-2w #bike-insurance-expiry-cloudFlare {
  border-right: 1px solid #fff;
}

.partner_home_fordesktop-2w #city-field-wrapper {
  border-right: 1px solid #fff;
}

.partner-band-bg-img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
@media (width: 768px) {
  .virat-img-new img {
    height: 253px !important;
  }

  .partner_home_fordesktop .terms-conditions-check-wrapper {
    margin-top: 0px !important;
    margin-right: 12rem !important;
  }

  .cloud-flare-remove {
    display: none !important;
  }

  .partner_home_fordesktop-2w .termsCheckMarkBike {
    margin-right: -84px;
  }

  .partner_home_fordesktop-2w .display-flex {
    width: 78%;
  }

  .partner_home_fordesktop-2w .fields-header {
    width: 62%;
  }
}

@media screen and (max-width: 767px) {
  .mobile_view{
    display: block;
    padding-bottom: 2px;
  }
  .desktop_view_partner{
    display: none;
  }
  .background_image_storelink{
    display: none;
  }
  .partner-home-page{
    display: block;
  }
 .partner-home-page .partner-subheading {
   display: none;
 }

 .partner-home-page .car-new-flow-mobile-form-section {
   margin: 5rem -9rem 0px -102px !important;
   background-color: #fff !important;
   border-top: none !important;
 }

 .partner-home-page .bike-form-content-width {
   margin: -15rem -26px 0 !important;
 }

 .partner-home-page .get-quote-btn-common {
   width: 100% !important;
 }

 .partner-home-page .bike-mobile-form-section {
   margin-top: 50px !important;
 }

 .partner-home-page .bk-form {
   margin-top: -23px !important;
 }

 .partner-home-page .cr-car-mobile-num-input {
   padding-left: 5rem !important;
 }

 .partner-home-page .bk-subheading {
   display: none;
 }

 .partner-home-page .margin-adjust {
   margin-bottom: 48%;
 }

 .partner-home-page .bike-mobile-form-section {
   border: none;
 }

 .partner-home-page .cv-form-content-width {
   margin: -17rem -1rem 0 !important;
 }

 .partner-home-page .cv-subheading {
   display: none;
 }

 .partner-home-page .cv-header {
   display: none;
 }

 .partner-home-page .zero-paperwork {
   display: none;
 }

 .partner-home-page #brandNewBtnCv {
   font-weight: 400 !important;
   color: #000;
 }

 .partner-home-page .page-content {
   background-color: #fff !important;
 }

 .partner-home-page .cv-register-form {
   margin-left: -34px;
   margin-top: -20px;
   margin-right: -25px;
 }

 .partner-home-page .bk-bike-register-form {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 42px;
   margin: -49px 0rem 3rem 0rem !important;
   box-shadow: none !important;
 }

 .partner-home-page #brandNewBtnCv {
   letter-spacing: 0px;
 }

 .partner-home-page .cr-form-group button {
   box-shadow: 0 2px 8px 2px rgba(255, 187, 0, 0.48);
 }

 .partner-home-page .form-toggle-card {
   justify-content: center;
 }

 .partner-home-page .cr-dk-rn {
   margin: 1rem 2px 0;
   padding: 9px 23px;
 }

 .partner-home-page .car-register-num-content-image {
   display: none;
 }

 .partner-home-page .bike-register-num-content-image {
   display: none;
 }

 .partner-home-page .car-partner-container {
   box-shadow: none !important;
 }
 
  #motor-home-section{        
    height: auto !important;
  }
  .regNo{
    padding-bottom: 15px;
  }
  .mobileNo{
    padding-bottom: 15px;
  }
  .partner-details{
    display: flex;
    flex-direction: column;
    margin-top: -20px;
  }
  .partner-regText{
    left: 2rem;
    top: -1rem;
    background-color: white;
    padding: 2px 4px;
    position: absolute;
    line-height: 1.8rem;
    color: #999999;
    position: absolute;
  }
    .text-colour--mobile span {
      color: #000 !important;
      font-weight: 900;
      font-size: 18px;
      line-height: 26.4px;
    }
  
    .text-colour--mobile .black-text {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      width: 67%;
    }
  .revamp-card--mobile{
    background-color: #fff;
    border-radius: 8px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 26px;
  }
  
.img-holder-revamp{
  height: 64px;
  width: 98px;
  border: 2px solid #dddd;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.get-quote-common-btn{
  height: 45px !important;
  width: 300px !important;
  border-radius: 8px;
  padding: 14px 16px;
  color: #000;
  background-color: #fb0;
  border: 0;
  font: 900 1.4rem / 1.22 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-bottom: 10px;
}
.form-toggle-card-partner{
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  padding-left: 15px;
}
.car-partner{
  gap : 10px;
  padding-left : 0px;
}
.car-partner-details{
  padding-right: 10px;
}
.partner-submit-button{
  border: 1px solid #444444 !important;
  margin: 0px !important;
}

}
.turn-stile-pointer-block{
  pointer-events: none !important;
}
.turnstil-btn-disabled{
  background: #ddd !important;
  border-color: #ddd !important;
  pointer-events: none;
  cursor: not-allowed;
}
.turnstil-btn-disabled div{
  color: #000 !important;
}
.tbl-details {
	display: table;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	background: #FFF;
}

.policy-data {
	display: none;
}

table#tbl-doc th {
	font-weight: 700;
	font-size: 1.4rem;
}

table#tbl-doc th,
table#tbl-doc td {
	padding: 10px 16px;
	text-align: left;
	border: 1px solid #CCC;
}

.site-content .mp-container {
	padding: 50px 0;
}

.no-data {
	display: none;
}

.policy-hdr {
	max-width: 600px;
	margin: 0 auto 16px;
	font-size: 2rem;
	font-weight: 700;
	padding-left: 16px;
}
body {
  font-family: 'Muli', sans-serif;
  overflow-x: hidden;
}

.bg-light-gray {
  background-color: #FAFAFA;
}

.section-pad {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .section-pad {
    padding: 25px 0;
  }
}

.section-title {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 25px;
  }
}

.section-info {
  color: #444;
  font-size: 16px;
  line-height: 1.4;
}

input {
  border: 0;
}

input:focus {
  outline: none;
}

.text-sm, .products-menu__link {
  font-size: 12px;
  line-height: 14px;
}

.text-base {
  font-size: 14px;
}

.text-lg {
  font-size: 16px;
  line-height: 24px;
}

.text-xl {
  font-size: 18px;
  line-height: 26px;
}

.text-2xl {
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .text-sm-base {
    font-size: 14px;
    line-height: 22px;
  }

  .text-sm-xl {
    font-size: 18px;
    line-height: 26px;
  }

  .text-sm-2xl {
    font-size: 20px;
    line-height: 28px;
  }
}

.text-black, .products-menu__link {
  color: #000;
}

.text-primary {
  color: #fa0 !important;
}

.text-black-444 {
  color: #444;
}

.text-grey {
  color: #bbb;
}

.text-grey-999 {
  color: #999;
}

.font-bold, .products-menu__link {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.mt-0 {
  margin-top: 0;
}

.mb-50 {
  margin-bottom: 50px;
}

.bb-ddd {
  border-bottom: 1px solid #ddd;
}

.pb-20 {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}

.btn {
  font-weight: 900;
}

.btn--orange {
  background-color: #fb0;
  color: #000;
  text-transform: capitalize;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pw-img {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.pw-img.loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.text-center {
    text-align: center;
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #000;
  font: 14px/1.4 "Muli", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button#thirdParty:disabled,
button#comprehensive:disabled {
  background: #ddd !important;
  border-color: #ddd !important;
  cursor: not-allowed;
}

.number-spinner::before,
.hamburger-nav-group::before,
.primary-links::before,
.secondary-links .nav-links::before,
.footer-sitemap::before,
.social-action-block::before,
.footer-newsletter::before,
.number-spinner::after,
.hamburger-nav-group::after,
.primary-links::after,
.secondary-links .nav-links::after,
.footer-sitemap::after,
.social-action-block::after,
.footer-newsletter::after {
  display: table;
  content: "";
}

.number-spinner::after,
.hamburger-nav-group::after,
.primary-links::after,
.secondary-links .nav-links::after,
.footer-sitemap::after,
.social-action-block::after,
.footer-newsletter::after {
  clear: both;
}

.radio-band .radio-title {
  margin: 0;
  color: #000;
  font: normal 300 1.8rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media screen and (min-width: 600px) {
  .radio-band .radio-title {
    font-size: 1.92rem;
  }
}

@media screen and (min-width: 768px) {
  .radio-band .radio-title {
    margin-bottom: 6px;
    font-size: 2rem;
  }
}

.modal-title {
  margin: 0;
  color: #000;
  font: normal 900 1.8rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  line-height: 1.42857;
}

.nav-links-container.primary-link {
  padding-right: 0;
}

@media screen and (min-width: 600px) {
  .modal-title {
    font-size: 1.92rem;
  }
}

@media screen and (min-width: 768px) {
  .modal-title {
    font-size: 2.4rem;
  }
}

.sitemap-list li {
  margin-bottom: 10px !important;
}

.radio-band .radio-subtitle,
.nav-link,
.footer-sitemap li a,
.sitemap-list li a,
.social-action-block .social-action-block-text,
.newsletter-copy {
  margin: 5px 0;
  color: #444;
  font: normal 400 12px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .radio-band .radio-subtitle,
  .nav-link,
  .sitemap-list li a,
  .footer-sitemap li a,
  .social-action-block .social-action-block-text,
  .newsletter-copy {
    font-size: 1.4rem;
  }
}

.footer-column-title,
.sitemap-column-title {
  margin: 5px 0;
  color: #000;
  font: normal 900 12px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .footer-column-title,
  .sitemap-column-title {
    font-size: 1.4rem;
  }
}

.mkt-small-btn {
  padding: 5px 12px;
  margin: 5px 0;
  color: #444;
  font: normal 400 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
}

@media screen and (min-width: 600px) {
  .mkt-small-btn {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .mkt-small-btn {
    font-size: 1.8rem;
  }
}

.modal-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  pointer-events: none;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

@media screen and (min-width: 768px) {
  .modal-outer {
    width: 750px;
  }
}

@media screen and (min-width: 992px) {
  .modal-outer {
    width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .modal-outer {
    width: 1170px;
  }
}

#bike-section {
  height: 500px;
}

#car-section {
  height: 450px;
}

#motor-home-section {
  height: 450px;
  overflow: hidden;
}

@media (min-width: 768px) {
  #motor-home-section {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .horizontal-scroll-container-max767 .hs-list-wrapper {
    padding-right: 36px;
    padding-left: 36px;
  }

  .addon-card-collapse-group,
  .detailed-addon-card .card-header {
    padding-right: 0;
  }

  #bike-section {
    height: 364px;
    width: 100%;
  }

  #car-section {
    height: 288px;
  }
}

#getquoteUrl {
  width: 170px;
}

#bike-header {
  color: #ffffff;
  font-family: Muli;
  font-size: 35px;
  font-weight: 900;
  line-height: 36px;
  width: 62%;
  text-align: left;
}

@media (min-width: 768px) {
  #bike-header {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #h2-head {
    text-align: left !important;
  }

  #plan-fit-in {
    color: #444444;
    font-family: Muli;
    font-size: 3rem;
    font-weight: 800;
    line-height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .bg-white-shade-2 {
    overflow: hidden;
  }

  #plan-fit-in {
    color: #444444;
    font-family: Muli;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 36px;
    text-align: left !important;
  }
}

@media only screen and (max-width: 480px) {
  #plan-covered {
    color: #444444;
    margin-left: -32px;
    font-family: Muli;
    font-size: 25px;
    font-weight: 800;
    line-height: 36px;
    text-align: left !important;
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  #bike-header {
    color: #ffffff;
    font-family: Muli;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .col-sm-12.col-md-10.odd-col.pad-bt-120 {
    padding-bottom: 0px;
    padding-top: 12rem;
  }
}

@media screen and (max-width: 600px) {
  .horizontal-scroll-container-max767 .hs-list-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  h1.h1-v2 {
    font-size: 2.4rem !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 110%;
  }

  div.h1-v2 {
    font-size: 2.8rem !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 110%;
  }

  p.h3 {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
}

.btn-primary-large,
.btn-primary,
.mkt-btn-primary,
.mkt-btn-primary-reverse,
.mkt-btn-primary-reverse-small,
.mkt-small-btn {
  display: inline-block;
  padding: 10px 16px;
  margin: 0;
  font: 900 1.4rem/1.22 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none;

  box-shadow: 0 0 1px transparent;
  border: 1px solid;
  border-radius: 3px;
  outline: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
  opacity: 1;
}

.btn-primary-large:hover,
.btn-primary:hover,
.mkt-btn-primary:hover,
.mkt-btn-primary-reverse:hover,
.mkt-btn-primary-reverse-small:hover,
.mkt-small-btn:hover,
.btn-primary-large:focus,
.btn-primary:focus,
.mkt-btn-primary:focus,
.mkt-btn-primary-reverse:focus,
.mkt-btn-primary-reverse-small:focus,
.mkt-small-btn:focus,
.btn-primary-large:active,
.btn-primary:active,
.mkt-btn-primary:active,
.mkt-btn-primary-reverse:active,
.mkt-btn-primary-reverse-small:active,
.mkt-small-btn:active {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .btn-primary-large,
  .btn-primary,
  .mkt-btn-primary,
  .mkt-btn-primary-reverse,
  .mkt-btn-primary-reverse-small,
  .mkt-small-btn {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .mkt-btn-primary,
  .mkt-btn-primary-reverse,
  .mkt-btn-primary-reverse-small,
  .mkt-small-btn {
    font-size: 1.6rem;
  }
}

.btn-primary-large,
.btn-primary {
  color: #000;
  background-color: #fb0;
  border-color: #fb0;
}

.btn-primary-large:hover,
.btn-primary:hover,
.btn-primary-large:focus,
.btn-primary:focus {
  color: #000;
  background-color: #fc3;
  border-color: #fc3;
}

.btn-ghost:hover {
  background: transparent;
  opacity: 0.6;
}

.btn-ghost {
  font-weight: 800;
  background-color: transparent;
}

.btn-primary-large:active,
.btn-primary:active {
  filter: brightness(95%);
  -webkit-filter: brightness(95%);
}

.btn-primary-large {
  padding: 14px 32px;
  font-size: 1.75rem;
}

@media screen and (min-width: 600px) {
  .btn-primary-large {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .btn-primary-large {
    padding: 16px;
    font-size: 1.8rem;
  }
}

.mkt-btn-primary {
  padding: 14px 16px;
  color: #000;
  background-color: #fb0;
  border: 0;
}

.mkt-btn-primary:hover,
.mkt-btn-primary:focus,
.mkt-btn-primary:active {
  color: #000;
  background-color: #fb0;
}

.mkt-btn-primary-reverse {
  padding: 14px 16px;
  color: #000;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

.mkt-btn-primary-reverse:hover,
.mkt-btn-primary-reverse:focus,
.mkt-btn-primary-reverse:active {
  color: #fb0;
  background-color: transparent;
  border-color: #fb0;
}

.mkt-btn-primary-reverse-small {
  padding: 10px 16px;
  color: #000;
  font-weight: 400;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

.mkt-btn-primary-reverse-small:hover,
.mkt-btn-primary-reverse-small:focus,
.mkt-btn-primary-reverse-small:active {
  color: #fb0;
  background-color: transparent;
  border-color: #fb0;
}

.mkt-small-btn:hover,
.mkt-small-btn:focus,
.mkt-small-btn:active {
  color: #000;
  background-color: #fb0;
  border-color: #fb0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;

  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #37b;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  height: auto;
  vertical-align: bottom;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container::before,
.container::after {
  display: table;
  content: " ";
}

.container::after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  #container-id {
    width: 1211px !important;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid::before,
.container-fluid::after {
  display: table;
  content: " ";
}

.container-fluid::after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::before,
.row::after {
  display: table;
  content: " ";
}

.row::after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33%;
}

.col-xs-2 {
  width: 16.66%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33%;
}

.col-xs-5 {
  width: 41.66%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33%;
}

.col-xs-8 {
  width: 66.66%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33%;
}

.col-xs-11 {
  width: 91.66%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33%;
}

.col-xs-pull-2 {
  right: 16.66%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33%;
}

.col-xs-pull-5 {
  right: 41.66%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33%;
}

.col-xs-pull-8 {
  right: 66.66%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33%;
}

.col-xs-pull-11 {
  right: 91.66%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33%;
}

.col-xs-push-2 {
  left: 16.66%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33%;
}

.col-xs-push-5 {
  left: 41.66%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33%;
}

.col-xs-push-8 {
  left: 66.66%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33%;
}

.col-xs-push-11 {
  left: 91.66%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33%;
}

.col-xs-offset-2 {
  margin-left: 16.66%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33%;
}

.col-xs-offset-5 {
  margin-left: 41.66%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33%;
}

.col-xs-offset-8 {
  margin-left: 66.66%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33%;
}

.col-xs-offset-11 {
  margin-left: 91.66%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33%;
  }

  .col-sm-2 {
    width: 16.66%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33%;
  }

  .col-sm-5 {
    width: 41.66%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33%;
  }

  .col-sm-8 {
    width: 66.66%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33%;
  }

  .col-sm-11 {
    width: 91.66%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33%;
  }

  .col-sm-pull-2 {
    right: 16.66%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33%;
  }

  .col-sm-pull-5 {
    right: 41.66%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33%;
  }

  .col-sm-pull-8 {
    right: 66.66%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33%;
  }

  .col-sm-pull-11 {
    right: 91.66%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33%;
  }

  .col-sm-push-2 {
    left: 16.66%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33%;
  }

  .col-sm-push-5 {
    left: 41.66%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33%;
  }

  .col-sm-push-8 {
    left: 66.66%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33%;
  }

  .col-sm-push-11 {
    left: 91.66%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33%;
  }

  .col-md-2 {
    width: 16.66%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-5 {
    width: 41.66%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33%;
  }

  .col-md-8 {
    width: 66.66%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33%;
  }

  .col-md-11 {
    width: 91.66%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33%;
  }

  .col-md-pull-2 {
    right: 16.66%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33%;
  }

  .col-md-pull-5 {
    right: 41.66%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33%;
  }

  .col-md-pull-8 {
    right: 66.66%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33%;
  }

  .col-md-pull-11 {
    right: 91.66%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33%;
  }

  .col-md-push-2 {
    left: 16.66%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33%;
  }

  .col-md-push-5 {
    left: 41.66%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33%;
  }

  .col-md-push-8 {
    left: 66.66%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33%;
  }

  .col-md-push-11 {
    left: 91.66%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33%;
  }

  .col-md-offset-2 {
    margin-left: 16.66%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33%;
  }

  .col-md-offset-5 {
    margin-left: 41.66%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33%;
  }

  .col-md-offset-8 {
    margin-left: 66.66%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33%;
  }

  .col-md-offset-11 {
    margin-left: 91.66%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33%;
  }

  .col-lg-2 {
    width: 16.66%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33%;
  }

  .col-lg-5 {
    width: 41.66%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33%;
  }

  .col-lg-8 {
    width: 66.66%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33%;
  }

  .col-lg-11 {
    width: 91.66%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33%;
  }

  .col-lg-pull-2 {
    right: 16.66%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33%;
  }

  .col-lg-pull-5 {
    right: 41.66%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33%;
  }

  .col-lg-pull-8 {
    right: 66.66%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33%;
  }

  .col-lg-pull-11 {
    right: 91.66%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33%;
  }

  .col-lg-push-2 {
    left: 16.66%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33%;
  }

  .col-lg-push-5 {
    left: 41.66%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33%;
  }

  .col-lg-push-8 {
    left: 66.66%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33%;
  }

  .col-lg-push-11 {
    left: 91.66%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.modal-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .modal-open {
    overflow: hidden;
    margin-right: 0.65em;
    width: auto;
    padding-right: 0 !important;
  }

  .modal-open .qf-navbar--container,
  .modal-open .qf-progress-bar-wrapper {
    margin-right: 0.65em;
    width: auto;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1055;
  display: none;
  overflow: auto;
  background: rgba(24, 24, 24, 0.8);
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: transparent;
  background-clip: padding-box;

  box-shadow: none;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.mob-botton-menu {
  padding-right: 0 !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.modal-header::before,
.modal-header::after {
  display: table;
  content: " ";
}

.modal-header::after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #ddd;
}

.modal-footer::before,
.modal-footer::after {
  display: table;
  content: " ";
}

.modal-footer::after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.border-b {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.unavailable-msg-wrapper h2 {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
}

#mail-modal h3,
.social-follow-wrapper h3 {
  font-size: 1.8rem !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.clearfix::after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

h1,
.h1 {
  margin: 10px 0;
  color: #000;
  font: normal 300 3.2rem/110% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  h1,
  .h1 {
    font-size: 3.84rem;
  }
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4.8rem;
  }
}

.h1-v2 {
  margin: 10px 0;
  color: #444;
  font: normal 900 3rem/110% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .h1-v2 {
    font-size: 3.84rem;
  }
}

@media screen and (min-width: 768px) {
  .h1-v2 {
    font-size: 3rem;
  }
}

h2,
.h2 {
  margin: 5px 0;
  color: #000;
  font: normal 400 2.4rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  h2,
  .h2 {
    font-size: 2.88rem;
  }
}

@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 3.6rem;
  }
}

.h2-v2 {
  margin: 5px 0;
  color: #000;
  font: normal 800 2.4rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .h2-v2 {
    font-size: 2.88rem;
  }
}

@media screen and (min-width: 768px) {
  .h2-v2 {
    font-size: 3.6rem;
  }
}

h3,
.h3 {
  margin: 5px 0;
  color: #000;
  font: normal 400 1.8rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  h3,
  .h3 {
    font-size: 1.92rem;
  }
}

@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}

.h3-v2 {
  margin: 5px 0;
  color: #000;
  font: normal 900 1.8rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .h3-v2 {
    font-size: 1.92rem;
  }
}

@media screen and (min-width: 768px) {
  .h3-v2 {
    font-size: 2.4rem;
  }
}

h4,
.h4 {
  margin: 5px 0;
  color: #000;
  font: normal 900 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  h4,
  .h4 {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.8rem;
  }
}

.h4-v2 {
  margin: 5px 0;
  color: #000;
  font: italic 300 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .h4-v2 {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .h4-v2 {
    font-size: 1.8rem;
  }
}

h5,
.h5 {
  margin-top: 1px;
  color: #000;
  font: normal 600 12px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  h5,
  .h5 {
    font-size: 1.4rem;
  }
}

.h5-v2 {
  margin: 5px 0;
  color: #000;
  font: normal 900 12px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .h5-v2 {
    font-size: 1.4rem;
  }
}

h6,
.h6 {
  margin: 5px 0;
  color: #444;
  font: normal 400 10px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.2rem;
  }
}

p,
.p {
  margin: 5px 0;
  color: #444;
  font: normal 400 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  p,
  .p {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  p,
  .p {
    font-size: 1.8rem;
  }
}

body,
.body {
  margin: 0;
  color: #444;
  font: normal 400 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  body,
  .body {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  body,
  .body {
    font-size: 1.8rem;
  }
}

.p-v2 {
  margin: 5px 0;
  color: #444;
  font: normal 900 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .p-v2 {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .p-v2 {
    font-size: 1.8rem;
  }
}

.p-tiny {
  margin: 5px 0;
  color: #444;
  font: normal 400 10px/140% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.nav-font {
  margin: 5px 0;
  color: #000;
  font: normal 400 1.27273rem/120% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .nav-font {
    font-size: 1.4rem;
  }
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  /* src: url("clientlib-all/fonts/icomoon/icomoon.eot"); */
  /* src: local("icomoon"), local("../fonts/icomoon/icomoon"), */
    src: 
    url("clientlib-all/fonts/icomoon/icomoon.eot"),
    url("clientlib-all/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"),
    url("clientlib-all/fonts/icomoon/icomoon.woff") format("woff"),
    url("clientlib-all/fonts/icomoon/icomoon.ttf") format("truetype"),
    url("clientlib-all/fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-display: swap;
}

@media print {
  body {
    font-size: 62.5%;
    line-height: 0.55em;
  }
}

@media screen and (max-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

ul {
  list-style: none;
}

li {
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
}

em,
i,
q {
  font-style: italic;
}

span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*:focus {
  outline: 0;
}

::-moz-selection {
  background: #fea;
}

::selection {
  background: #fea;
}

html.touch,
html.touchevents {
  -webkit-overflow-scrolling: touch;
}

.odd-col {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.col {
  padding-right: 15px;
  padding-left: 15px;
}

.transitions {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.box-shadow {
  box-shadow: none;
}

.vertical-align {
  display: table;
  width: 100%;
}

.vertical-align > * {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.vertical-align .table-cell-content--width {
  width: 100%;
}

.vertical-align .table-cell-content--nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .vertical-align-767 {
    display: table;
    width: 100%;
  }

  .vertical-align-767 > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .vertical-align-767 .table-cell-content--width {
    width: 100%;
  }

  .vertical-align-767 .table-cell-content--nowrap {
    white-space: nowrap;
  }
}

.inline-buttons,
.inline-buttons--right,
.inline-buttons--nowrap {
  display: block;
}

.inline-buttons > *,
.inline-buttons--right > *,
.inline-buttons--nowrap > * {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .inline-buttons,
  .inline-buttons--right,
  .inline-buttons--nowrap {
    display: table;
    width: auto;
  }

  .inline-buttons > *,
  .inline-buttons--right > *,
  .inline-buttons--nowrap > * {
    display: table-cell;
    float: none;
    padding-right: 20px;
    vertical-align: middle;
  }

  .inline-buttons > *:last-child,
  .inline-buttons--right > *:last-child,
  .inline-buttons--nowrap > *:last-child {
    padding-right: 0;
  }
}

.inline-buttons--right {
  margin-left: auto;
}

.inline-buttons--nowrap {
  display: table;
  width: auto;
}

.inline-buttons--nowrap > * {
  display: table-cell;
  float: none;
  padding-right: 20px;
  vertical-align: middle;
}

.inline-buttons--nowrap > *:last-child {
  padding-right: 0;
}

.br-all {
  display: inline;
  border: 1px solid #ddd;
}

.br-t {
  display: inline;
  border-top: 1px solid #ddd;
}

.br-b {
  display: inline;
  border-bottom: 1px solid #ddd;
}

.br-l {
  display: inline;
  border-left: 1px solid #ddd;
}

.br-r {
  display: inline;
  border-right: 1px solid #ddd;
}

.no-br-r {
  border-right: none !important;
}

.ellipsis {
  padding-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-shadow {
  text-shadow: 0 0 4px rgba(24, 24, 24, 0.6);
}

.intrinsic-svg {
  position: relative;
  height: 0;
}

.intrinsic-svg svg,
.intrinsic-svg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.bullet-list {
  list-style: square;
}

ul.bullet-list li {
  margin-left: 30px;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.is-fixed {
  position: fixed;
}

.is-static {
  position: static;
}

.full-w {
  width: 100% !important;
}

.full-h {
  height: 100%;
}

.full-wh {
  width: 100%;
  height: 100%;
}

.is-table {
  display: table;
}

.is-flex {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

.is-block {
  display: block;
}

.is-hidden {
  display: none !important;
}

.is-inline-block {
  display: inline-block;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-upper {
  text-transform: uppercase !important;
}

.txt-lower {
  text-transform: lowercase !important;
}

.txt-caps {
  text-transform: capitalize !important;
}

.noTextTranform {
  text-transform: none !important;
}

.isMarginCenter {
  margin: 0 auto;
}

.is-overflow-hidden {
  overflow: hidden;
}

.no-margin {
  margin: 0;
}

.no-pad {
  padding: 0 !important;
}

.no-pad-t {
  padding-top: 0 !important;
}

.no-pad-l {
  padding-left: 0 !important;
}

.no-pad-r {
  padding-right: 0 !important;
}

.no-pad-b {
  padding-bottom: 0 !important;
}

.l-float {
  float: left;
}

.r-float {
  float: right;
}

.no-float {
  float: none !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-99 {
  z-index: 99;
}

.l-clear {
  clear: left;
}

.r-clear {
  clear: right;
}

.b-clear {
  clear: both;
}

.v-center {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.v-top {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.v-bottom {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}

.minHeight100 {
  min-height: 100%;
}

.no-wrap {
  white-space: nowrap;
}

.normal-wrap {
  white-space: normal;
}

@media screen and (min-width: 481px) {
  .visible-xxs {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .visible-ssm {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .br-1199 br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .br-991 br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br-767 br {
    display: none;
  }

  .isVerticalTop.tableToBlock,
  .isVerticalMiddle.tableToBlock,
  .isVerticalBottom.tableToBlock {
    display: block;
  }

  .isTextLeft.minIsTextCenter,
  .isTextRight.minIsTextCenter {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .col-ssm-1 {
    width: 8.33%;
  }

  .col-ssm-2 {
    width: 16.66%;
  }

  .col-ssm-3 {
    width: 25%;
  }

  .col-ssm-4 {
    width: 33.33%;
  }

  .col-ssm-5 {
    width: 41.66%;
  }

  .col-ssm-6 {
    width: 50%;
  }

  .col-ssm-7 {
    width: 58.33%;
  }

  .col-ssm-8 {
    width: 66.66%;
  }

  .col-ssm-9 {
    width: 75%;
  }

  .col-ssm-10 {
    width: 83.33%;
  }

  .col-ssm-11 {
    width: 91.66%;
  }

  .col-ssm-12 {
    width: 100%;
  }

  .col-ssm-offset-0 {
    margin-left: 0;
  }

  .col-ssm-pull-0 {
    right: 0;
  }

  .col-ssm-push-0 {
    left: 0;
  }

  .col-ssm-offset-1 {
    margin-left: 8.33%;
  }

  .col-ssm-pull-1 {
    right: 8.33%;
  }

  .col-ssm-push-1 {
    left: 8.33%;
  }

  .col-ssm-offset-2 {
    margin-left: 16.66%;
  }

  .col-ssm-pull-2 {
    right: 16.66%;
  }

  .col-ssm-push-2 {
    left: 16.66%;
  }

  .col-ssm-offset-3 {
    margin-left: 25%;
  }

  .col-ssm-pull-3 {
    right: 25%;
  }

  .col-ssm-push-3 {
    left: 25%;
  }

  .col-ssm-offset-4 {
    margin-left: 33.33%;
  }

  .col-ssm-pull-4 {
    right: 33.33%;
  }

  .col-ssm-push-4 {
    left: 33.33%;
  }

  .col-ssm-offset-5 {
    margin-left: 41.66%;
  }

  .col-ssm-pull-5 {
    right: 41.66%;
  }

  .col-ssm-push-5 {
    left: 41.66%;
  }

  .col-ssm-offset-6 {
    margin-left: 50%;
  }

  .col-ssm-pull-6 {
    right: 50%;
  }

  .col-ssm-push-6 {
    left: 50%;
  }

  .col-ssm-offset-7 {
    margin-left: 58.33%;
  }

  .col-ssm-pull-7 {
    right: 58.33%;
  }

  .col-ssm-push-7 {
    left: 58.33%;
  }

  .col-ssm-offset-8 {
    margin-left: 66.66%;
  }

  .col-ssm-pull-8 {
    right: 66.66%;
  }

  .col-ssm-push-8 {
    left: 66.66%;
  }

  .col-ssm-offset-9 {
    margin-left: 75%;
  }

  .col-ssm-pull-9 {
    right: 75%;
  }

  .col-ssm-push-9 {
    left: 75%;
  }

  .col-ssm-offset-10 {
    margin-left: 83.33%;
  }

  .col-ssm-pull-10 {
    right: 83.33%;
  }

  .col-ssm-push-10 {
    left: 83.33%;
  }

  .col-ssm-offset-11 {
    margin-left: 91.66%;
  }

  .col-ssm-pull-11 {
    right: 91.66%;
  }

  .col-ssm-push-11 {
    left: 91.66%;
  }

  .col-ssm-offset-12 {
    margin-left: 100%;
  }

  .col-ssm-pull-12 {
    right: 100%;
  }

  .col-ssm-push-12 {
    left: 100%;
  }

  .hidden-ssm {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .br-480 br {
    display: none;
  }

  .hidden-xxs {
    display: none !important;
  }

  .col-xxs-1 {
    width: 8.33%;
  }

  .col-xxs-2 {
    width: 16.66%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.33%;
  }

  .col-xxs-5 {
    width: 41.66%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.33%;
  }

  .col-xxs-8 {
    width: 66.66%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.33%;
  }

  .col-xxs-11 {
    width: 91.66%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-offset-0 {
    margin-left: 0;
  }

  .col-xxs-pull-0 {
    right: 0;
  }

  .col-xxs-push-0 {
    left: 0;
  }

  .col-xxs-offset-1 {
    margin-left: 8.33%;
  }

  .col-xxs-pull-1 {
    right: 8.33%;
  }

  .col-xxs-push-1 {
    left: 8.33%;
  }

  .col-xxs-offset-2 {
    margin-left: 16.66%;
  }

  .col-xxs-pull-2 {
    right: 16.66%;
  }

  .col-xxs-push-2 {
    left: 16.66%;
  }

  .col-xxs-offset-3 {
    margin-left: 25%;
  }

  .col-xxs-pull-3 {
    right: 25%;
  }

  .col-xxs-push-3 {
    left: 25%;
  }

  .col-xxs-offset-4 {
    margin-left: 33.33%;
  }

  .col-xxs-pull-4 {
    right: 33.33%;
  }

  .col-xxs-push-4 {
    left: 33.33%;
  }

  .col-xxs-offset-5 {
    margin-left: 41.66%;
  }

  .col-xxs-pull-5 {
    right: 41.66%;
  }

  .col-xxs-push-5 {
    left: 41.66%;
  }

  .col-xxs-offset-6 {
    margin-left: 50%;
  }

  .col-xxs-pull-6 {
    right: 50%;
  }

  .col-xxs-push-6 {
    left: 50%;
  }

  .col-xxs-offset-7 {
    margin-left: 58.33%;
  }

  .col-xxs-pull-7 {
    right: 58.33%;
  }

  .col-xxs-push-7 {
    left: 58.33%;
  }

  .col-xxs-offset-8 {
    margin-left: 66.66%;
  }

  .col-xxs-pull-8 {
    right: 66.66%;
  }

  .col-xxs-push-8 {
    left: 66.66%;
  }

  .col-xxs-offset-9 {
    margin-left: 75%;
  }

  .col-xxs-pull-9 {
    right: 75%;
  }

  .col-xxs-push-9 {
    left: 75%;
  }

  .col-xxs-offset-10 {
    margin-left: 83.33%;
  }

  .col-xxs-pull-10 {
    right: 83.33%;
  }

  .col-xxs-push-10 {
    left: 83.33%;
  }

  .col-xxs-offset-11 {
    margin-left: 91.66%;
  }

  .col-xxs-pull-11 {
    right: 91.66%;
  }

  .col-xxs-push-11 {
    left: 91.66%;
  }

  .col-xxs-offset-12 {
    margin-left: 100%;
  }

  .col-xxs-pull-12 {
    right: 100%;
  }

  .col-xxs-push-12 {
    left: 100%;
  }

  .xs-isTextCenter {
    text-align: center;
  }

  .xs-isTextLeft {
    text-align: left;
  }

  .xs-isTextRight {
    text-align: right;
  }

  .xs-isVerticalMiddle {
    display: table-cell;
    vertical-align: middle;
  }

  .minHeight100 {
    min-height: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .sm-isTextCenter {
    text-align: center;
  }

  .sm-isTextLeft {
    text-align: left;
  }

  .sm-isTextRight {
    text-align: right;
  }

  .minHeight100 {
    min-height: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .md-isTextCenter {
    text-align: center;
  }

  .md-isTextLeft {
    text-align: left;
  }

  .md-isTextRight {
    text-align: right;
  }

  .md-75Height {
    height: 75%;
  }

  .md-50Height {
    height: 50%;
  }
}

.txt-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.txt-white-shade-1 {
  color: #f5f5f5;
}

.bg-white-shade-1 {
  background-color: #f5f5f5;
}

.txt-white-shade-2 {
  color: #f5f5f5;
}

.bg-white-shade-2 {
  margin-top: -13px;
  background-color: #f5f5f5;
}

.txt-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.txt-azure {
  color: #29f;
}

.bg-azure {
  background-color: #29f;
}

.txt-yellow {
  color: #fb0 !important;
}

.bg-yellow {
  background-color: #fb0;
}

.txt-green {
  color: #1b5 !important;
}

.bg-green {
  background-color: #1b5;
}

.txt-red {
  color: #d11;
}

.bg-red {
  background-color: #d11;
}

.txt-light-green {
  color: #1e7;
}

.bg-light-green {
  background-color: #1e7;
}

.txt-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000;
}

.txt-black-50 {
  color: #444;
}

.bg-black-50 {
  background-color: #444;
}

.txt-black-36 {
  color: rgba(0, 0, 0, 0.36);
}

.bg-black-36 {
  background-color: rgba(0, 0, 0, 0.36);
}

.txt-black-12 {
  color: rgba(0, 0, 0, 0.12);
}

.bg-black-12 {
  background-color: rgba(0, 0, 0, 0.12);
}

.border-color-yellow {
  border-color: #fb0 !important;
}

.mr-bt-200 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mr-lr-200 {
  margin-right: 12rem;
  margin-left: 12rem;
}

.mr-t-200 {
  margin-top: 12rem;
}

.mr-b-200 {
  margin-bottom: 12rem;
}

.mr-l-200 {
  margin-left: 12rem;
}

.mr-r-200 {
  margin-right: 12rem;
}

.pad-bt-200 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.pad-lr-200 {
  padding-right: 12rem;
  padding-left: 12rem;
}

.pad-t-200 {
  padding-top: 12rem;
}

.pad-b-200 {
  padding-bottom: 12rem;
}

.pad-l-200 {
  padding-left: 12rem;
}

.pad-r-200 {
  padding-right: 12rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-200 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .mr-lr-200 {
    margin-right: 14rem;
    margin-left: 14rem;
  }

  .mr-t-200 {
    margin-top: 14rem;
  }

  .mr-b-200 {
    margin-bottom: 14rem;
  }

  .mr-l-200 {
    margin-left: 14rem;
  }

  .mr-r-200 {
    margin-right: 14rem;
  }

  .pad-bt-200 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .pad-lr-200 {
    padding-right: 14rem;
    padding-left: 14rem;
  }

  .pad-t-200 {
    padding-top: 14rem;
  }

  .pad-b-200 {
    padding-bottom: 14rem;
  }

  .pad-l-200 {
    padding-left: 14rem;
  }

  .pad-r-200 {
    padding-right: 14rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-200 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mr-lr-200 {
    margin-right: 16rem;
    margin-left: 16rem;
  }

  .mr-t-200 {
    margin-top: 16rem;
  }

  .mr-b-200 {
    margin-bottom: 16rem;
  }

  .mr-l-200 {
    margin-left: 16rem;
  }

  .mr-r-200 {
    margin-right: 16rem;
  }

  .pad-bt-200 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .pad-lr-200 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .pad-t-200 {
    padding-top: 16rem;
  }

  .pad-b-200 {
    padding-bottom: 16rem;
  }

  .pad-l-200 {
    padding-left: 16rem;
  }

  .pad-r-200 {
    padding-right: 16rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-200 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .mr-lr-200 {
    margin-right: 18rem;
    margin-left: 18rem;
  }

  .mr-t-200 {
    margin-top: 18rem;
  }

  .mr-b-200 {
    margin-bottom: 18rem;
  }

  .mr-l-200 {
    margin-left: 18rem;
  }

  .mr-r-200 {
    margin-right: 18rem;
  }

  .pad-bt-200 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .pad-lr-200 {
    padding-right: 18rem;
    padding-left: 18rem;
  }

  .pad-t-200 {
    padding-top: 18rem;
  }

  .pad-b-200 {
    padding-bottom: 18rem;
  }

  .pad-l-200 {
    padding-left: 18rem;
  }

  .pad-r-200 {
    padding-right: 18rem;
  }
}

button.get-quote {
  padding: 13px 35px;
}

@media screen and (min-width: 992px) {
  .mr-bt-200 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .mr-lr-200 {
    margin-right: 20rem;
    margin-left: 20rem;
  }

  .mr-t-200 {
    margin-top: 20rem;
  }

  .mr-b-200 {
    margin-bottom: 20rem;
  }

  .mr-l-200 {
    margin-left: 20rem;
  }

  .mr-r-200 {
    margin-right: 20rem;
  }

  .pad-bt-200 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .pad-lr-200 {
    padding-right: 20rem;
    padding-left: 20rem;
  }

  .pad-t-200 {
    padding-top: 20rem;
  }

  .pad-b-200 {
    padding-bottom: 20rem;
  }

  .pad-l-200 {
    padding-left: 20rem;
  }

  .pad-r-200 {
    padding-right: 20rem;
  }
}

.mr-bt-150 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mr-lr-150 {
  margin-right: 9rem;
  margin-left: 9rem;
}

.mr-t-150 {
  margin-top: 9rem;
}

.mr-b-150 {
  margin-bottom: 9rem;
}

.mr-l-150 {
  margin-left: 9rem;
}

.mr-r-150 {
  margin-right: 9rem;
}

.pad-bt-150 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.pad-lr-150 {
  padding-right: 9rem;
  padding-left: 9rem;
}

.pad-t-150 {
  padding-top: 9rem;
}

.pad-b-150 {
  padding-bottom: 9rem;
}

.pad-l-150 {
  padding-left: 9rem;
}

.pad-r-150 {
  padding-right: 9rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-150 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .mr-lr-150 {
    margin-right: 10.5rem;
    margin-left: 10.5rem;
  }

  .mr-t-150 {
    margin-top: 10.5rem;
  }

  .mr-b-150 {
    margin-bottom: 10.5rem;
  }

  .mr-l-150 {
    margin-left: 10.5rem;
  }

  .mr-r-150 {
    margin-right: 10.5rem;
  }

  .pad-bt-150 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .pad-lr-150 {
    padding-right: 10.5rem;
    padding-left: 10.5rem;
  }

  .pad-t-150 {
    padding-top: 10.5rem;
  }

  .pad-b-150 {
    padding-bottom: 10.5rem;
  }

  .pad-l-150 {
    padding-left: 10.5rem;
  }

  .pad-r-150 {
    padding-right: 10.5rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-150 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .mr-lr-150 {
    margin-right: 12rem;
    margin-left: 12rem;
  }

  .mr-t-150 {
    margin-top: 12rem;
  }

  .mr-b-150 {
    margin-bottom: 12rem;
  }

  .mr-l-150 {
    margin-left: 12rem;
  }

  .mr-r-150 {
    margin-right: 12rem;
  }

  .pad-bt-150 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .pad-lr-150 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .pad-t-150 {
    padding-top: 12rem;
  }

  .pad-b-150 {
    padding-bottom: 12rem;
  }

  .pad-l-150 {
    padding-left: 12rem;
  }

  .pad-r-150 {
    padding-right: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-150 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .mr-lr-150 {
    margin-right: 13.5rem;
    margin-left: 13.5rem;
  }

  .mr-t-150 {
    margin-top: 13.5rem;
  }

  .mr-b-150 {
    margin-bottom: 13.5rem;
  }

  .mr-l-150 {
    margin-left: 13.5rem;
  }

  .mr-r-150 {
    margin-right: 13.5rem;
  }

  .pad-bt-150 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .pad-lr-150 {
    padding-right: 13.5rem;
    padding-left: 13.5rem;
  }

  .pad-t-150 {
    padding-top: 13.5rem;
  }

  .pad-b-150 {
    padding-bottom: 13.5rem;
  }

  .pad-l-150 {
    padding-left: 13.5rem;
  }

  .pad-r-150 {
    padding-right: 13.5rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-150 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .mr-lr-150 {
    margin-right: 15rem;
    margin-left: 15rem;
  }

  .mr-t-150 {
    margin-top: 15rem;
  }

  .mr-b-150 {
    margin-bottom: 15rem;
  }

  .mr-l-150 {
    margin-left: 15rem;
  }

  .mr-r-150 {
    margin-right: 15rem;
  }

  .pad-bt-150 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .pad-lr-150 {
    padding-right: 15rem;
    padding-left: 15rem;
  }

  .pad-t-150 {
    padding-top: 15rem;
  }

  .pad-b-150 {
    padding-bottom: 15rem;
  }

  .pad-l-150 {
    padding-left: 15rem;
  }

  .pad-r-150 {
    padding-right: 15rem;
  }
}

.mr-bt-120 {
  margin-top: 7.2rem;
  margin-bottom: 7.2rem;
}

.mr-lr-120 {
  margin-right: 7.2rem;
  margin-left: 7.2rem;
}

.mr-t-120 {
  margin-top: 7.2rem;
}

.mr-b-120 {
  margin-bottom: 7.2rem;
}

.mr-l-120 {
  margin-left: 7.2rem;
}

.mr-r-120 {
  margin-right: 7.2rem;
}

.pad-bt-120 {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}

.pad-lr-120 {
  padding-right: 7.2rem;
  padding-left: 7.2rem;
}

.pad-t-120 {
  padding-top: 7.2rem;
}

.pad-b-120 {
  padding-bottom: 7.2rem;
}

.pad-l-120 {
  padding-left: 7.2rem;
}

.pad-r-120 {
  padding-right: 7.2rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-120 {
    margin-top: 8.4rem;
    margin-bottom: 8.4rem;
  }

  .mr-lr-120 {
    margin-right: 8.4rem;
    margin-left: 8.4rem;
  }

  .mr-t-120 {
    margin-top: 8.4rem;
  }

  .mr-b-120 {
    margin-bottom: 8.4rem;
  }

  .mr-l-120 {
    margin-left: 8.4rem;
  }

  .mr-r-120 {
    margin-right: 8.4rem;
  }

  .pad-bt-120 {
    padding-top: 8.4rem;
    padding-bottom: 8.4rem;
  }

  .pad-lr-120 {
    padding-right: 8.4rem;
    padding-left: 8.4rem;
  }

  .pad-t-120 {
    padding-top: 8.4rem;
  }

  .pad-b-120 {
    padding-bottom: 8.4rem;
  }

  .pad-l-120 {
    padding-left: 8.4rem;
  }

  .pad-r-120 {
    padding-right: 8.4rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-120 {
    margin-top: 9.6rem;
    margin-bottom: 9.6rem;
  }

  .mr-lr-120 {
    margin-right: 9.6rem;
    margin-left: 9.6rem;
  }

  .mr-t-120 {
    margin-top: 9.6rem;
  }

  .mr-b-120 {
    margin-bottom: 9.6rem;
  }

  .mr-l-120 {
    margin-left: 9.6rem;
  }

  .mr-r-120 {
    margin-right: 9.6rem;
  }

  .pad-bt-120 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .pad-lr-120 {
    padding-right: 9.6rem;
    padding-left: 9.6rem;
  }

  .pad-t-120 {
    padding-top: 9.6rem;
  }

  .pad-b-120 {
    padding-bottom: 9.6rem;
  }

  .pad-l-120 {
    padding-left: 9.6rem;
  }

  .pad-r-120 {
    padding-right: 9.6rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-120 {
    margin-top: 10.8rem;
    margin-bottom: 10.8rem;
  }

  .mr-lr-120 {
    margin-right: 10.8rem;
    margin-left: 10.8rem;
  }

  .mr-t-120 {
    margin-top: 10.8rem;
  }

  .mr-b-120 {
    margin-bottom: 10.8rem;
  }

  .mr-l-120 {
    margin-left: 10.8rem;
  }

  .mr-r-120 {
    margin-right: 10.8rem;
  }

  .pad-bt-120 {
    padding-top: 10.8rem;
    padding-bottom: 10.8rem;
  }

  .pad-lr-120 {
    padding-right: 10.8rem;
    padding-left: 10.8rem;
  }

  .pad-t-120 {
    padding-top: 10.8rem;
  }

  .pad-b-120 {
    padding-bottom: 10.8rem;
  }

  .pad-l-120 {
    padding-left: 10.8rem;
  }

  .pad-r-120 {
    padding-right: 10.8rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-120 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .mr-lr-120 {
    margin-right: 12rem;
    margin-left: 12rem;
  }

  .mr-t-120 {
    margin-top: 12rem;
  }

  .mr-b-120 {
    margin-bottom: 12rem;
  }

  .mr-l-120 {
    margin-left: 12rem;
  }

  .mr-r-120 {
    margin-right: 12rem;
  }

  .pad-bt-120 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .pad-lr-120 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .pad-t-120 {
    padding-top: 12rem;
  }

  .pad-b-120 {
    padding-bottom: 12rem;
  }

  .pad-l-120 {
    padding-left: 12rem;
  }

  .pad-r-120 {
    padding-right: 12rem;
  }
}

.mr-bt-100 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mr-lr-100 {
  margin-right: 6rem;
  margin-left: 6rem;
}

.mr-t-100 {
  margin-top: 6rem;
}

.mr-b-100 {
  margin-bottom: 6rem;
}

.mr-l-100 {
  margin-left: 6rem;
}

.mr-r-100 {
  margin-right: 6rem;
}

.pad-bt-100 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pad-lr-100 {
  padding-right: 6rem;
  padding-left: 6rem;
}

.pad-t-100 {
  padding-top: 6rem;
}

.pad-b-100 {
  padding-bottom: 6rem;
}

.pad-l-100 {
  padding-left: 6rem;
}

.pad-r-100 {
  padding-right: 6rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-100 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .mr-lr-100 {
    margin-right: 7rem;
    margin-left: 7rem;
  }

  .mr-t-100 {
    margin-top: 7rem;
  }

  .mr-b-100 {
    margin-bottom: 7rem;
  }

  .mr-l-100 {
    margin-left: 7rem;
  }

  .mr-r-100 {
    margin-right: 7rem;
  }

  .pad-bt-100 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .pad-lr-100 {
    padding-right: 7rem;
    padding-left: 7rem;
  }

  .pad-t-100 {
    padding-top: 7rem;
  }

  .pad-b-100 {
    padding-bottom: 7rem;
  }

  .pad-l-100 {
    padding-left: 7rem;
  }

  .pad-r-100 {
    padding-right: 7rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-100 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mr-lr-100 {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .mr-t-100 {
    margin-top: 8rem;
  }

  .mr-b-100 {
    margin-bottom: 8rem;
  }

  .mr-l-100 {
    margin-left: 8rem;
  }

  .mr-r-100 {
    margin-right: 8rem;
  }

  .pad-bt-100 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .pad-lr-100 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .pad-t-100 {
    padding-top: 8rem;
  }

  .pad-b-100 {
    padding-bottom: 8rem;
  }

  .pad-l-100 {
    padding-left: 8rem;
  }

  .pad-r-100 {
    padding-right: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-100 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .mr-lr-100 {
    margin-right: 9rem;
    margin-left: 9rem;
  }

  .mr-t-100 {
    margin-top: 9rem;
  }

  .mr-b-100 {
    margin-bottom: 9rem;
  }

  .mr-l-100 {
    margin-left: 9rem;
  }

  .mr-r-100 {
    margin-right: 9rem;
  }

  .pad-bt-100 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .pad-lr-100 {
    padding-right: 9rem;
    padding-left: 9rem;
  }

  .pad-t-100 {
    padding-top: 9rem;
  }

  .pad-b-100 {
    padding-bottom: 9rem;
  }

  .pad-l-100 {
    padding-left: 9rem;
  }

  .pad-r-100 {
    padding-right: 9rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-100 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .mr-lr-100 {
    margin-right: 10rem;
    margin-left: 10rem;
  }

  .mr-t-100 {
    margin-top: 10rem;
  }

  .mr-b-100 {
    margin-bottom: 10rem;
  }

  .mr-l-100 {
    margin-left: 10rem;
  }

  .mr-r-100 {
    margin-right: 10rem;
  }

  .pad-bt-100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .pad-lr-100 {
    padding-right: 10rem;
    padding-left: 10rem;
  }

  .pad-t-100 {
    padding-top: 10rem;
  }

  .pad-b-100 {
    padding-bottom: 10rem;
  }

  .pad-l-100 {
    padding-left: 10rem;
  }

  .pad-r-100 {
    padding-right: 10rem;
  }
}

.mr-bt-90 {
  margin-top: 5.4rem;
  margin-bottom: 5.4rem;
}

.mr-lr-90 {
  margin-right: 5.4rem;
  margin-left: 5.4rem;
}

.mr-t-90 {
  margin-top: 5.4rem;
}

.mr-b-90 {
  margin-bottom: 5.4rem;
}

.mr-l-90 {
  margin-left: 5.4rem;
}

.mr-r-90 {
  margin-right: 5.4rem;
}

.pad-bt-90 {
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

.pad-lr-90 {
  padding-right: 5.4rem;
  padding-left: 5.4rem;
}

.pad-t-90 {
  padding-top: 5.4rem;
}

.pad-b-90 {
  padding-bottom: 5.4rem;
}

.pad-l-90 {
  padding-left: 5.4rem;
}

.pad-r-90 {
  padding-right: 5.4rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-90 {
    margin-top: 6.3rem;
    margin-bottom: 6.3rem;
  }

  .mr-lr-90 {
    margin-right: 6.3rem;
    margin-left: 6.3rem;
  }

  .mr-t-90 {
    margin-top: 6.3rem;
  }

  .mr-b-90 {
    margin-bottom: 6.3rem;
  }

  .mr-l-90 {
    margin-left: 6.3rem;
  }

  .mr-r-90 {
    margin-right: 6.3rem;
  }

  .pad-bt-90 {
    padding-top: 6.3rem;
    padding-bottom: 6.3rem;
  }

  .pad-lr-90 {
    padding-right: 6.3rem;
    padding-left: 6.3rem;
  }

  .pad-t-90 {
    padding-top: 6.3rem;
  }

  .pad-b-90 {
    padding-bottom: 6.3rem;
  }

  .pad-l-90 {
    padding-left: 6.3rem;
  }

  .pad-r-90 {
    padding-right: 6.3rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-90 {
    margin-top: 7.2rem;
    margin-bottom: 7.2rem;
  }

  .mr-lr-90 {
    margin-right: 7.2rem;
    margin-left: 7.2rem;
  }

  .mr-t-90 {
    margin-top: 7.2rem;
  }

  .mr-b-90 {
    margin-bottom: 7.2rem;
  }

  .mr-l-90 {
    margin-left: 7.2rem;
  }

  .mr-r-90 {
    margin-right: 7.2rem;
  }

  .pad-bt-90 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }

  .pad-lr-90 {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }

  .pad-t-90 {
    padding-top: 7.2rem;
  }

  .pad-b-90 {
    padding-bottom: 7.2rem;
  }

  .pad-l-90 {
    padding-left: 7.2rem;
  }

  .pad-r-90 {
    padding-right: 7.2rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-90 {
    margin-top: 8.1rem;
    margin-bottom: 8.1rem;
  }

  .mr-lr-90 {
    margin-right: 8.1rem;
    margin-left: 8.1rem;
  }

  .mr-t-90 {
    margin-top: 8.1rem;
  }

  .mr-b-90 {
    margin-bottom: 8.1rem;
  }

  .mr-l-90 {
    margin-left: 8.1rem;
  }

  .mr-r-90 {
    margin-right: 8.1rem;
  }

  .pad-bt-90 {
    padding-top: 8.1rem;
    padding-bottom: 8.1rem;
  }

  .pad-lr-90 {
    padding-right: 8.1rem;
    padding-left: 8.1rem;
  }

  .pad-t-90 {
    padding-top: 8.1rem;
  }

  .pad-b-90 {
    padding-bottom: 8.1rem;
  }

  .pad-l-90 {
    padding-left: 8.1rem;
  }

  .pad-r-90 {
    padding-right: 8.1rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-90 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .mr-lr-90 {
    margin-right: 9rem;
    margin-left: 9rem;
  }

  .mr-t-90 {
    margin-top: 9rem;
  }

  .mr-b-90 {
    margin-bottom: 9rem;
  }

  .mr-l-90 {
    margin-left: 9rem;
  }

  .mr-r-90 {
    margin-right: 9rem;
  }

  .pad-bt-90 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .pad-lr-90 {
    padding-right: 9rem;
    padding-left: 9rem;
  }

  .pad-t-90 {
    padding-top: 9rem;
  }

  .pad-b-90 {
    padding-bottom: 9rem;
  }

  .pad-l-90 {
    padding-left: 9rem;
  }

  .pad-r-90 {
    padding-right: 9rem;
  }
}

.mr-bt-75 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mr-lr-75 {
  margin-right: 4.5rem;
  margin-left: 4.5rem;
}

.mr-t-75 {
  margin-top: 4.5rem;
}

.mr-b-75 {
  margin-bottom: 4.5rem;
}

.mr-l-75 {
  margin-left: 4.5rem;
}

.mr-r-75 {
  margin-right: 4.5rem;
}

.pad-bt-75 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.pad-lr-75 {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}

.pad-t-75 {
  padding-top: 4.5rem;
}

.pad-b-75 {
  padding-bottom: 4.5rem;
}

.pad-l-75 {
  padding-left: 4.5rem;
}

.pad-r-75 {
  padding-right: 4.5rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-75 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .mr-lr-75 {
    margin-right: 5.25rem;
    margin-left: 5.25rem;
  }

  .mr-t-75 {
    margin-top: 5.25rem;
  }

  .mr-b-75 {
    margin-bottom: 5.25rem;
  }

  .mr-l-75 {
    margin-left: 5.25rem;
  }

  .mr-r-75 {
    margin-right: 5.25rem;
  }

  .pad-bt-75 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .pad-lr-75 {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }

  .pad-t-75 {
    padding-top: 5.25rem;
  }

  .pad-b-75 {
    padding-bottom: 5.25rem;
  }

  .pad-l-75 {
    padding-left: 5.25rem;
  }

  .pad-r-75 {
    padding-right: 5.25rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-75 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mr-lr-75 {
    margin-right: 6rem;
    margin-left: 6rem;
  }

  .mr-t-75 {
    margin-top: 6rem;
  }

  .mr-b-75 {
    margin-bottom: 6rem;
  }

  .mr-l-75 {
    margin-left: 6rem;
  }

  .mr-r-75 {
    margin-right: 6rem;
  }

  .pad-bt-75 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pad-lr-75 {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .pad-t-75 {
    padding-top: 6rem;
  }

  .pad-b-75 {
    padding-bottom: 6rem;
  }

  .pad-l-75 {
    padding-left: 6rem;
  }

  .pad-r-75 {
    padding-right: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-75 {
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .mr-lr-75 {
    margin-right: 6.75rem;
    margin-left: 6.75rem;
  }

  .mr-t-75 {
    margin-top: 6.75rem;
  }

  .mr-b-75 {
    margin-bottom: 6.75rem;
  }

  .mr-l-75 {
    margin-left: 6.75rem;
  }

  .mr-r-75 {
    margin-right: 6.75rem;
  }

  .pad-bt-75 {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .pad-lr-75 {
    padding-right: 6.75rem;
    padding-left: 6.75rem;
  }

  .pad-t-75 {
    padding-top: 6.75rem;
  }

  .pad-b-75 {
    padding-bottom: 6.75rem;
  }

  .pad-l-75 {
    padding-left: 6.75rem;
  }

  .pad-r-75 {
    padding-right: 6.75rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-75 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .mr-lr-75 {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }

  .mr-t-75 {
    margin-top: 7.5rem;
  }

  .mr-b-75 {
    margin-bottom: 7.5rem;
  }

  .mr-l-75 {
    margin-left: 7.5rem;
  }

  .mr-r-75 {
    margin-right: 7.5rem;
  }

  .pad-bt-75 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .pad-lr-75 {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }

  .pad-t-75 {
    padding-top: 7.5rem;
  }

  .pad-b-75 {
    padding-bottom: 7.5rem;
  }

  .pad-l-75 {
    padding-left: 7.5rem;
  }

  .pad-r-75 {
    padding-right: 7.5rem;
  }
}

.mr-bt-60 {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}

.mr-lr-60 {
  margin-right: 3.6rem;
  margin-left: 3.6rem;
}

.mr-t-60 {
  margin-top: 3.6rem;
}

.mr-b-60 {
  margin-bottom: 3.6rem;
}

.mr-l-60 {
  margin-left: 3.6rem;
}

.mr-r-60 {
  margin-right: 3.6rem;
}

.pad-bt-60 {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.pad-lr-60 {
  padding-right: 3.6rem;
  padding-left: 3.6rem;
}

.pad-t-60 {
  padding-top: 3.6rem;
}

.pad-b-60 {
  padding-bottom: 3.6rem;
}

.pad-l-60 {
  padding-left: 3.6rem;
}

.pad-r-60 {
  padding-right: 3.6rem;
}

@media screen and (min-width: 481px) {
  .mr-bt-60 {
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
  }

  .mr-lr-60 {
    margin-right: 4.2rem;
    margin-left: 4.2rem;
  }

  .mr-t-60 {
    margin-top: 4.2rem;
  }

  .mr-b-60 {
    margin-bottom: 4.2rem;
  }

  .mr-l-60 {
    margin-left: 4.2rem;
  }

  .mr-r-60 {
    margin-right: 4.2rem;
  }

  .pad-bt-60 {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .pad-lr-60 {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }

  .pad-t-60 {
    padding-top: 4.2rem;
  }

  .pad-b-60 {
    padding-bottom: 4.2rem;
  }

  .pad-l-60 {
    padding-left: 4.2rem;
  }

  .pad-r-60 {
    padding-right: 4.2rem;
  }
}

@media screen and (min-width: 600px) {
  .mr-bt-60 {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  .mr-lr-60 {
    margin-right: 4.8rem;
    margin-left: 4.8rem;
  }

  .mr-t-60 {
    margin-top: 4.8rem;
  }

  .mr-b-60 {
    margin-bottom: 4.8rem;
  }

  .mr-l-60 {
    margin-left: 4.8rem;
  }

  .mr-r-60 {
    margin-right: 4.8rem;
  }

  .pad-bt-60 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .pad-lr-60 {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }

  .pad-t-60 {
    padding-top: 4.8rem;
  }

  .pad-b-60 {
    padding-bottom: 4.8rem;
  }

  .pad-l-60 {
    padding-left: 4.8rem;
  }

  .pad-r-60 {
    padding-right: 4.8rem;
  }
}

@media screen and (min-width: 768px) {
  .mr-bt-60 {
    margin-top: 5.4rem;
    margin-bottom: 5.4rem;
  }

  .mr-lr-60 {
    margin-right: 5.4rem;
    margin-left: 5.4rem;
  }

  .mr-t-60 {
    margin-top: 5.4rem;
  }

  .mr-b-60 {
    margin-bottom: 5.4rem;
  }

  .mr-l-60 {
    margin-left: 5.4rem;
  }

  .mr-r-60 {
    margin-right: 5.4rem;
  }

  .pad-bt-60 {
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }

  .pad-lr-60 {
    padding-right: 5.4rem;
    padding-left: 5.4rem;
  }

  .pad-t-60 {
    padding-top: 5.4rem;
  }

  .pad-b-60 {
    padding-bottom: 5.4rem;
  }

  .pad-l-60 {
    padding-left: 5.4rem;
  }

  .pad-r-60 {
    padding-right: 5.4rem;
  }
}

@media screen and (min-width: 992px) {
  .mr-bt-60 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mr-lr-60 {
    margin-right: 6rem;
    margin-left: 6rem;
  }

  .mr-t-60 {
    margin-top: 6rem;
  }

  .mr-b-60 {
    margin-bottom: 6rem;
  }

  .mr-l-60 {
    margin-left: 6rem;
  }

  .mr-r-60 {
    margin-right: 6rem;
  }

  .pad-bt-60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pad-lr-60 {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .pad-t-60 {
    padding-top: 6rem;
  }

  .pad-b-60 {
    padding-bottom: 6rem;
  }

  .pad-l-60 {
    padding-left: 6rem;
  }

  .pad-r-60 {
    padding-right: 6rem;
  }
}

.mr-bt-40 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mr-lr-40 {
  margin-right: 4rem;
  margin-left: 4rem;
}

.mr-t-40 {
  margin-top: 4rem;
}

.mr-b-40 {
  margin-bottom: 4rem;
}

.mr-l-40 {
  margin-left: 4rem;
}

.mr-r-40 {
  margin-right: 4rem;
}

.pad-bt-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pad-lr-40 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.pad-t-40 {
  padding-top: 4rem;
}

.pad-b-40 {
  padding-bottom: 4rem;
}

.pad-l-40 {
  padding-left: 4rem !important;
}

.pad-r-40 {
  padding-right: 4rem;
}

.mr-bt-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mr-lr-30 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mr-t-30 {
  margin-top: 3rem;
}

.mr-b-30 {
  margin-bottom: 3rem;
}

.mr-l-30 {
  margin-left: 3rem;
}

.mr-r-30 {
  margin-right: 3rem;
}

.pad-bt-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pad-lr-30 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.pad-t-30 {
  padding-top: 3rem;
}

.pad-b-30 {
  padding-bottom: 3rem;
}

.pad-l-30 {
  padding-left: 3rem;
}

.pad-r-30 {
  padding-right: 3rem;
}

.mr-bt-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mr-lr-20 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.mr-t-20 {
  margin-top: 2rem;
}

/* .mr-t-25 {
    margin-top: 2.5rem;
} */

.mr-b-20 {
  margin-bottom: 2rem;
}

.mr-l-20 {
  margin-left: 2rem;
}

.mr-r-20 {
  margin-right: 2rem;
}

.pad-bt-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pad-lr-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.pad-t-20 {
  padding-top: 2rem !important;
}

.pad-b-20 {
  padding-bottom: 2rem !important;
}

.pad-l-20 {
  padding-left: 2rem !important;
}

.pad-r-20 {
  padding-right: 2rem !important;
}

.mr-bt-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mr-lr-15 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mr-t-15 {
  margin-top: 1.5rem !important;
}

.mr-b-15 {
  margin-bottom: 1.5rem !important;
}

.mr-l-15 {
  margin-left: 1.5rem !important;
}

.mr-r-15 {
  margin-right: 1.5rem !important;
}

.pad-bt-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pad-lr-15 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.pad-t-15 {
  padding-top: 1.5rem !important;
}

.pad-b-15 {
  padding-bottom: 1.5rem !important;
}

.pad-l-15 {
  padding-left: 1.5rem !important;
}

.pad-r-15 {
  padding-right: 1.5rem !important;
}

.mr-bt-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mr-lr-10 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mr-t-10 {
  margin-top: 1rem !important;
}

.mr-b-10 {
  margin-bottom: 1rem !important;
}

.mr-l-10 {
  margin-left: 1rem !important;
}

.mr-r-10 {
  margin-right: 1rem !important;
}

.pad-bt-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pad-lr-10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pad-t-10 {
  padding-top: 1rem !important;
}

.pad-b-10 {
  padding-bottom: 1rem !important;
}

.pad-l-10 {
  padding-left: 1rem !important;
}

.pad-r-10 {
  padding-right: 1rem !important;
}

.mr-bt-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mr-lr-5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mr-t-5 {
  margin-top: 0.5rem !important;
}

.mr-b-5 {
  margin-bottom: 0.5rem !important;
}

.mr-l-5 {
  margin-left: 0.5rem !important;
}

.mr-r-5 {
  margin-right: 0.5rem !important;
}

.pad-bt-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pad-lr-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.pad-t-5 {
  padding-top: 0.5rem !important;
}

.pad-b-5 {
  padding-bottom: 0.5rem !important;
}

.pad-l-5 {
  padding-left: 0.5rem !important;
}

.pad-r-5 {
  padding-right: 0.5rem !important;
}

.mr-bt-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mr-lr-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mr-t-0 {
  margin-top: 0 !important;
}

.mr-b-0 {
  margin-bottom: 0 !important;
}

.mr-l-0 {
  margin-left: 0 !important;
}

.mr-r-0 {
  margin-right: 0 !important;
}

.pad-bt-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pad-lr-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pad-t-0 {
  padding-top: 0 !important;
}

.pad-b-0 {
  padding-bottom: 0 !important;
}

.pad-l-0 {
  padding-left: 0 !important;
}

.pad-r-0 {
  padding-right: 0 !important;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon", monospace !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.icon-bulb::before {
  content: "\e908";
}

.icon-network::before {
  content: "\e909";
}

.icon-minus::before {
  content: "\e521";
}

.icon-plus::before {
  content: "\e631";
}

.icon-people::before {
  content: "\e902";
}

.icon-table-lamp::before {
  content: "\e903";
}

.icon-briefcase::before {
  content: "\e904";
}

.icon-ncb-forward::before {
  content: "\e905";
}

.icon-delivery::before {
  content: "\e906";
}

.icon-tow-truck::before {
  content: "\e907";
}

.icon-pie-chart::before {
  content: "\e90c";
}

.icon-medium::before {
  content: "\e910";
}

.icon-chevron-down::before {
  content: "\e911";
}

.icon-chevron-up::before {
  content: "\e912";
}

.icon-chevron-left::before {
  content: "\e913";
}

.icon-chevron-right::before {
  content: "\e914";
}

.icon-info::before {
  content: "\e915";
}

.icon-camera::before {
  content: "\e916";
}

.icon-pause::before {
  content: "\e917";
}

.icon-play::before {
  content: "\e918";
}

.icon-star::before {
  content: "\e919";
}

.icon-checkmark::before {
  content: "\e91a";
}

.icon-question::before {
  content: "\e91b";
}

.icon-star-filled::before {
  content: "\e91c";
}

.icon-close::before {
  content: "\e91d";
}

.icon-clock::before {
  content: "\e91f";
}

.icon-desktop::before {
  content: "\e928";
}

.icon-document::before {
  content: "\e929";
}

.icon-headset::before {
  content: "\e92a";
}

.icon-no-activation::before {
  content: "\e930";
}

.icon-refresh::before {
  content: "\e931";
}

.icon-sms::before {
  content: "\e932";
}

.icon-spanner::before {
  content: "\e933";
}

.icon-star-2::before {
  content: "\e934";
}

.icon-umbrella::before {
  content: "\e944";
}

.icon-facebook::before {
  content: "\ea90";
}

.icon-twitter::before {
  content: "\ea96";
}

.icon-linkedin::before {
  content: "\eaca";
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  white-space: normal;
  background: none;
  border: 0;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
  width: 13px;
  height: 13px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
  width: auto;
  overflow: visible;
}

select[multiple] {
  vertical-align: top;
}

button {
  background: none;
  border: 0;
  outline: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

textarea {
  height: 110px;
  overflow: auto;
  vertical-align: top;
  resize: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  background-color: #fff !important;
}

input::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input:focus::-webkit-input-placeholder {
  color: #ddd;
}

input:-moz-placeholder {
  color: #999;
  font-weight: 300;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input:focus:-moz-placeholder {
  color: #ddd;
}

input::-moz-placeholder {
  color: #999;
  font-weight: 300;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input:focus::-moz-placeholder {
  color: #ddd;
}

input:-ms-input-placeholder {
  color: #999 !important;
  font-weight: 300;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input:focus:-ms-input-placeholder {
  color: #ddd;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea,
select {
  width: 100%;
  padding: 12px 95px 12px 16px;
  color: #000;
  font: 300 1.62rem / normal "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  -webkit-appearance: none;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.62rem;
  font-weight: 300;
  color: #222;
  line-height: normal;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#email-quote-form input {
  padding-right: 14px;
  padding-top: 13px;
  font-size: 1.8rem;
}

#newsletter-email {
  padding-right: 99px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
}

input:focus:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea:focus,
select:focus {
  border-color: #fb0;
}
.SIB-input-field input:focus:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea:focus,
select:focus {
  border-color: #CE181E !important;
}

@media screen and (min-width: 768px) {
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
  textarea,
  select {
    font-size: 1.8rem;
  }
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  display: none;
}

button[type="submit"] {
  cursor: pointer;
}

.no-space-below.input-field-table,
.no-space-below.input-field-wrapper {
  margin-bottom: 0;
}

.no-space-top.input-field-table,
.no-space-top.input-field-wrapper {
  margin-top: 0;
}

.no-space.input-field-table,
.no-space.input-field-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.inline-form {
  display: block;
}

.inline-form > *:not(:last-child) {
  margin-bottom: 15px;
}

.inline-form .input-field-wrapper:last-child {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .inline-form {
    display: table;
    width: 100%;
  }

  .inline-form > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .inline-form > *:last-child {
    padding-right: 0;
  }

  .inline-form .input-field-wrapper:first-child {
    width: 100%;
    padding-right: 15px;
  }

  .inline-form .input-field-wrapper:last-child {
    width: auto;
    white-space: nowrap;
  }
}

.input-field-table {
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (min-width: 481px) {
  .input-field-table:not(.stack-767) {
    display: table;
  }

  .input-field-table:not(.stack-767) > .input-field-wrapper {
    display: table-cell;
    width: 1%;
    padding-right: 15px;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .input-field-table:not(.stack-767) > .input-field-wrapper:last-child {
    padding-right: 0;
  }

  .input-field-table:not(.stack-767).input-table-50-50 > .input-field-wrapper {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .input-field-table.stack-767 {
    display: table;
  }

  .input-field-table.stack-767 > .input-field-wrapper {
    display: table-cell;
    width: 1%;
    padding-right: 15px;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .input-field-table.stack-767 > .input-field-wrapper:last-child {
    padding-right: 0;
  }
}

.input-field-table.no-stack {
  display: table;
}

.input-field-table.no-stack > .input-field-wrapper {
  display: table-cell;
  width: 1%;
  padding-right: 15px;
  margin-bottom: 0;
  vertical-align: middle;
}

.input-field-table.no-stack > .input-field-wrapper:last-child {
  padding-right: 0;
}

.input-field-table.no-stack.input-table-33 > .input-field-wrapper {
  width: 33.33%;
}

.input-field-table.no-space-below > .input-field-wrapper:last-child {
  margin-bottom: 0;
}

.input-field-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.input-field-wrapper--submit {
  margin-bottom: 0;
  clear: left;
  text-align: right;
}

.checkbox-box {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-radius: 4px;
}

.checkbox-text {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.checkbox-option {
  display: inline-block;
  margin-top: 5px;
  margin-right: 16px;
  cursor: pointer;
}

.checkbox-option .checkmark {
  position: relative;
  top: -1px;
  left: 8px;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.checkbox-option .checkmark_check {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 0;
  fill: transparent;
  stroke: #fff;
  stroke-dasharray: 48;
  stroke-width: 4px;
}

.checkbox-option input:checked + .checkbox-label .checkbox-text {
  color: #d11;
}

.checkbox-option input:checked + .checkbox-label .checkmark_check {
  -webkit-animation: checkmark_check 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s
    forwards;
  animation: checkmark_check 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
  opacity: 1;
}

@-webkit-keyframes checkmark_check {
  0% {
    stroke-dashoffset: 48px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes checkmark_check {
  0% {
    stroke-dashoffset: 48px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.with-input-prefix
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.with-input-prefix textarea,
.with-input-prefix select {
  padding-right: 16px !important;
  padding-left: 56px;
}

.with-input-prefix {
  position: relative;
}

.with-input-prefix .input-prefix {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  padding-top: 14px;
  overflow: hidden;
  color: #000;
  font-size: 1.62rem;
  text-align: center;
  border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 768px) {
  .mobile-prefix-align {
    top: 2px !important;
  }
}

@media screen and (min-width: 768px) {
  .with-input-prefix .input-prefix {
    padding-top: 13px;
    font-size: 1.8rem;
  }
}

.radio-input {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radio-input::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  content: "";
  background: #fb0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.SIB-radio-input::after {
  background: #CE181E !important;
}
.radio-input-label {
  position: relative;
  cursor: pointer;
}

.radio-input-text {
  padding-left: 34px;
  color: #000;
}

.radio-input-label input:checked + .radio-input::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-band {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
}

.radio-band .radio-input {
  right: 0;
}

.radio-band .radio-subtitle {
  margin: 0;
}

.radio-band input:checked + .radio-input::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-band:hover .radio-title {
  color: #fb0;
}

.radio-band:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.select2-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 14px;
  color: #000;
  font-size: 1.62rem;
  line-height: normal;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.36);
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0;
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-top: 5px;
  font-size: 100%;
  border: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.36);
  border-radius: 4px;
}

.select2-results {
  display: block;
}

.select2-results__options {
  padding: 0;
  margin: 0;
  list-style: none;
}

.select2-results__option {
  padding: 8px 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 0 !important;
  margin: -1px -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  float: right;
  font-weight: 700;
  cursor: pointer;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  right: auto;
  left: 1px;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #ddd;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  margin: 0;
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: left;
  margin-top: 5px;
  color: #999;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  font-weight: 700;
  cursor: pointer;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  float: left;
  padding: 0 5px;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #ddd;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #999;
  font-weight: 700;
  cursor: pointer;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #444;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #ddd;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;

  box-shadow: none;
  border: 0;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #fb0;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  padding-left: 2em;
  margin-left: -1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  padding-left: 3em;
  margin-left: -2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  padding-left: 4em;
  margin-left: -3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  padding-left: 5em;
  margin-left: -4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  padding-left: 6em;
  margin-left: -5em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: #fb0;
  background-color: transparent;
}

.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    to(#ddd)
  );
  background-image: linear-gradient(to bottom, #fff 50%, #ddd 100%);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  float: right;
  margin-right: 10px;
  font-weight: 700;
  cursor: pointer;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  background-color: #ddd;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #ddd),
    to(#ccc)
  );
  background-image: linear-gradient(to bottom, #ddd 50%, #ccc 100%);
  background-repeat: repeat-x;
  border: 0;
  border-left: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  right: auto;
  left: 1px;
  border: 0;
  border-right: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: 0;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #ddd)
  );
  background-image: linear-gradient(to bottom, #fff, #ddd 50%);
  background-repeat: repeat-x;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #ddd),
    to(#fff)
  );
  background-image: linear-gradient(to bottom, #ddd 50%, #fff 100%);
  background-repeat: repeat-x;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: 0;
  cursor: text;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 5px;
  margin: 0;
  list-style: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  float: left;
  padding: 0 5px;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: default;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #888;
  font-weight: 700;
  cursor: pointer;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #444;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: 0;
}

.select2-container--classic .select2-dropdown--below {
  border-top: 0;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  color: #fff;
  background-color: #3875d7;
}

.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@media screen and (min-width: 768px) {
  .select2-container .select2-selection--single {
    font-size: 1.8rem;
  }
}

.select2-selection__arrow b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  display: block;
  margin-top: -9px;
  content: "\e911";
  font-family: "icomoon", monospace !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  speak: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

html.touchevents .input-field-wrapper.select-field-wrapper::after {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 5;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

@media screen and (min-width: 481px) {
  html.touchevents
    .input-field-table:not(.stack-767)
    .input-field-wrapper:not(:last-child).select-field-wrapper::after {
    right: 25px;
  }
}

@media screen and (min-width: 768px) {
  html.touchevents
    .input-field-table.stack-767
    .input-field-wrapper:not(:last-child).select-field-wrapper::after {
    right: 25px;
  }
}

html.touchevents
  .input-field-table.no-stack
  .input-field-wrapper:not(:last-child).select-field-wrapper::after {
  right: 25px;
}

.input-field-wrapper
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus
  ~ label.placeholder,
.input-field-wrapper
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):valid
  ~ label.placeholder,
.input-field-wrapper textarea:focus ~ label.placeholder,
.input-field-wrapper textarea:valid ~ label.placeholder,
.input-field-wrapper select:focus ~ label.placeholder,
.input-field-wrapper select:valid ~ label.placeholder {
  top: -9px;
  left: 5px;
  padding: 0 5px;
  font-size: 1rem;
  background-color: #fff;
}

label.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 14px;
  margin: 0;
  font: 300 1.62rem "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  label.placeholder {
    font-size: 1.8rem;
  }
}

.input-field-wrapper
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus
  ~ label.placeholder,
.input-field-wrapper
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):valid
  ~ label.placeholder {
  color: #1b6;
}

.input-field-wrapper textarea:focus ~ label.placeholder,
.input-field-wrapper textarea:valid ~ label.placeholder {
  color: #1b6;
}

.input-field-wrapper select:focus ~ label.placeholder,
.input-field-wrapper select:valid ~ label.placeholder {
  color: #1b6;
}

html.no-csstransforms3d .input-field-wrapper label.placeholder {
  top: -10px;
  left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  -webkit-transform: scale(0.8) translateY(-12px) translateX(-12px);
  transform: scale(0.8) translateY(-12px) translateX(-12px);
}

.error,
.help-block,
.success {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 3px;
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font: 400 10px/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .error,
  .help-block,
  .success {
    font-size: 1.2rem;
  }
}

.error,
.help-block {
  width: 100%;
  color: #d11;
}

.success {
  color: #1b6;
}

.input-field.error,
.input-field.help-block {
  border-color: #d11;
}

.help-block:empty {
  display: none;
}

.input-field-wrapper.has-error input {
  border-color: #d11;
}

.number-spinner .spinner-icon {
  float: left;
}

.number-spinner .spinner-icon:first-child {
  border-right: 1px solid #ddd;
}

.spinner-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 28px;
  color: rgba(0, 0, 0, 0.36);
  font-size: 1.5em;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.spinner-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinner-icon:hover {
  color: #fb0;
  border-color: #fb0;
}

.spinner-alternative-icon-style {
  position: relative;
  width: 32px;
  height: 32px;
  color: #fb0;
  font-size: 1.2em;
  border: 1px solid #fb0;
  border-radius: 50%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.spinner-alternative-icon-style i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinner-alternative-icon-style:hover {
  color: #fb0;
  border-color: #fb0;
}

@-webkit-keyframes modal-fade-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes modal-fade-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.modal.in .modal-outer {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal-top .modal-outer {
  display: block;
}

.modal-inner {
  position: relative;
  left: 50%;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  pointer-events: all;
}

@media (min-width: 768px) {
  .modal-inner {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .modal-inner {
    float: left;
    width: 83.33%;
  }
}

.modal-center .modal-inner {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

@media screen and (min-width: 768px) {
  .modal-inner {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  .modal-top .modal-inner {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-bottom: 30px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .modal-small .modal-inner {
    max-width: 525px;
  }

  html.no-flexbox .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

button.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 15px 15px 10px 10px;
  color: #444;
  font-size: 2.4rem;
  line-height: 1;
  background: transparent;

  box-shadow: none;
  border: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

button.close:hover {
  color: #fb0;
}

button.close.close-white {
  color: rgba(255, 255, 255, 0.5);
}

button.close.close-white:hover {
  color: #fb0;
}

.modal-content,
.modal-title-wrapper {
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .modal-content,
  .modal-title-wrapper {
    padding: 40px;
  }
}

#mar-b {
  margin-bottom: -40px !important;
}

.modal-content-wrapper {
  overflow: hidden;
  background-color: #fff;

  box-shadow: none;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .modal-fullscreen .modal-outer {
    padding: 0;
  }

  .modal-fullscreen .modal-inner {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
  }

  .modal-fullscreen button.close {
    padding-right: 15px;
    font-size: 2.4rem;
  }

  .modal-fullscreen .modal-title {
    margin: 0;
  }

  .modal-fullscreen .modal-content-wrapper {
    min-height: 100%;
    border-radius: 0;
  }
}

.primary-nav {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1),
    -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}

.digit-logo {
  width: 49px;
  height: 28px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

img.digit-logo:hover {
  opacity: 0.8;
}

@media screen and (min-width: 992px) {
  .digit-logo {
    width: 76px;
    height: auto;
  }

  .digit-logo-wh {
    width: 75px;
    height: 35px;
  }
}

@media screen and (max-width: 770px) {
  #boast-area-accordian {
    padding-right: 5px;
  }
}

.nav-column {
  position: inherit;
  width: 100%;
}

.nav-column .nav-left {
  float: left;
  padding: 10px 0;
}

.nav-column .nav-right {
  float: right;
  min-width: 30px;
  padding: 10px 0;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .nav-column {
    display: table;
    width: 100%;
  }

  .nav-column > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .nav-column .nav-left {
    float: none;
    padding: 0;
  }

  .nav-column .nav-right {
    float: none;
    width: 100%;
    padding: 0 0 0 40px;
  }
}

.hamburger-active {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hamburger-active .hamburger .bar:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.hamburger-active .hamburger .bar:nth-child(2) {
  opacity: 0;
}

.hamburger-active .hamburger .bar:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.hamburger {
  position: relative;
  z-index: 100;
  display: inline-block;
  float: right;
  padding: 8px 0 8px 15px;
  vertical-align: middle;
  cursor: pointer;
}

.hamburger .bar {
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.hamburger .bar:nth-child(2) {
  margin: 3px 0;
}

@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger-nav-group {
  position: fixed;
  top: 51px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 992px) {
  .hamburger-nav-group {
    position: relative;
    top: 0;
    display: block;
    width: auto;
    margin-left: auto;
    text-align: inherit;
    background: transparent;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

body.hamburger-active .hamburger-nav-group {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}

.primary-links {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  background: #fff;
  border-top: 1px solid #ddd;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media screen and (min-width: 992px) {
  .primary-links {
    position: relative;
    top: 0;
    width: auto;
    text-align: inherit;
    border-top: 0;
  }
}

.nav-links-container {
  float: left;
}

@media screen and (min-width: 992px) {
  .nav-links {
    display: table;
    width: 100%;
  }

  .nav-links > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.nav-link {
  display: block;
  padding: 10px 0;
  margin: 0;
  color: #000;
}

@media screen and (min-width: 992px) {
  .nav-link {
    padding: 20px 16px;
  }
}

.nav-link.cta-link {
  color: #fb0;
}

.nav-link.cta-link:hover {
  color: #fb0;
}

.nav-link.cta-link,
.nav-links li.active .nav-link {
  font-weight: 800;
}

@media screen and (max-width: 991px) {
  .primary-links .nav-links {
    display: table;
    width: 100%;
  }

  .primary-links .nav-links > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .primary-links .nav-links li {
    width: 1%;
  }

  .primary-links .nav-links li:not(:last-child) a {
    border-right: 1px solid #ddd;
  }
}

.primary-links .nav-links li.active a {
  position: relative;
}

.primary-links .nav-links li.active a::before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  -webkit-transform: translateX(-50%) rotate(225deg);
  transform: translateX(-50%) rotate(225deg);
}

@media screen and (min-width: 992px) {
  .primary-links .nav-links li.active a::before {
    top: auto;
    bottom: -6px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 991px) {
  .primary-links .nav-links li {
    padding: 10px 0;
  }

  .primary-links .nav-links li a {
    padding: 5px 0;
  }
}

.nav-up:not(.hamburger-active) .primary-nav {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media screen and (max-width: 991px) {
  .nav-up:not(.hamburger-active) .nav-links-container {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.primary-nav--faux {
  height: 49px;
}

@media screen and (min-width: 992px) {
  .primary-nav--faux {
    height: 59px;
  }
}

.phone-number-link {
  float: right;
}

@media screen and (max-width: 991px) {
  .phone-number-link .nav-link {
    padding: 6px 0;
  }
}

.secondary-links-container {
  width: 100%;
}

@media (min-width: 768px) {
  .secondary-links-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .secondary-links-container {
    width: 970px;
  }
}

@media screen and (min-width: 992px) {
  .secondary-links-container {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .secondary-links-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .secondary-links-container::before,
  .secondary-links-container::after {
    display: table;
    content: " ";
  }

  .secondary-links-container::after {
    clear: both;
  }
}

.secondary-links .nav-links {
  text-align: left;
}

.secondary-links .nav-links > li {
  float: left;
  width: 50%;
}

@media screen and (min-width: 600px) {
  .mob-botton-menu {
    display: none;
  }

  .secondary-links .nav-links > li {
    width: 25%;
  }
}

@media screen and (min-width: 992px) {
  .secondary-links .nav-links {
    text-align: center;
  }

  .secondary-links .nav-links > li {
    float: none;
    width: auto;
  }
}

.secondary-nav {
  position: fixed;
  bottom: 46px;
  z-index: 98;
  width: 100%;
  background-color: #f5f5f5;

  box-shadow: 0 -2px 6px 0 rgba(24, 24, 24, 0.1);
  border-top: 1px solid #ddd;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media screen and (min-width: 992px) {
  .secondary-nav {
    top: 59px;
    bottom: auto;

    box-shadow: none;
    border-top: 0;
    border-bottom: 1px solid #ddd;
  }

  .secondary-nav .nav-links {
    display: block;
  }

  .secondary-nav .nav-links li {
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .secondary-nav .nav-links {
    display: table;
    width: 100%;
    text-align: center;
  }

  .secondary-nav .nav-links > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .secondary-nav .nav-links li {
    width: 1%;
  }
}

.secondary-nav--faux {
  display: none;
}

@media screen and (min-width: 992px) {
  .secondary-nav--faux {
    display: block;
    height: 39px;
  }
}

.nav-up .secondary-nav {
  -webkit-transform: translateY(46px);
  transform: translateY(46px);
}

@media screen and (min-width: 992px) {
  .nav-up .secondary-nav {
    -webkit-transform: translateY(-59px);
    transform: translateY(-59px);
  }
}

.sitemap-column-title {
  margin-top: 12px;
}

.site-column-title {
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .footer-column-title,
  .sitemap-column-title {
    margin-bottom: 12px;
  }
}

.sitemap-list li,
.footer-sitemap li {
  margin-bottom: 15px;
}

.sitemap-list li a,
.footer-sitemap li a {
  margin: 0;
  color: #000;
}

.sitemap-list li a:hover,
.footer-sitemap li a:hover {
  color: #fb0;
}

@media screen and (min-width: 992px) {
  .sitemap-list li,
  .footer-sitemap li {
    margin-bottom: 20px;
  }
}

.main-sitemap li {
  float: left;
  width: 50%;
}

.main-sitemap li:nth-child(even) {
  padding-left: 15px;
}

@media screen and (min-width: 481px) {
  .main-sitemap li {
    width: 25%;
  }

  .main-sitemap li:nth-child(even) {
    padding-left: 7px;
  }

  .main-sitemap li:nth-child(4n-1) {
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .main-sitemap li {
    width: 50%;
  }

  .main-sitemap li:nth-child(even) {
    padding-left: 15px;
  }

  .main-sitemap li:nth-child(4n-1) {
    padding-left: 0;
  }
}

.footer-validation-block {
  align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
}

.footer-validation-block img {
  width: 140px;
  margin-right: 10px;
}

.footer-validation-block p {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .footer-validation-block {
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }

  .footer-validation-block img {
    width: 90px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer-validation-block {
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    text-align: left;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }

  .footer-validation-block img {
    width: 100px;
    margin-bottom: 0;
  }
}

.footer-logo-wrapper {
  margin-bottom: -20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-logo-wrapper {
    margin-bottom: 0;
    text-align: left;
  }
}

.secondary-footer {
  position: relative;
  padding: 7px 0;
  text-align: center;
  background-color: #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.secondary-footer p {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0;
  font-size: 1rem;
}

.secondary-footer a {
  color: #fff;
}

.secondary-footer .pipe {
  margin: 0 1rem;
}

.secondary-footer p.THE_DOT {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: auto;
  padding: 1px;
  margin: 0 auto;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.secondary-footer p.THE_DOT a:hover {
  color: #fee252;
}

.secondary-footer * {
  font-size: 1.1rem;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .mob-botton-menu li:nth-child(1),
  .mob-botton-menu li:nth-of-type(n + 6) {
    display: none !important;
  }

  .social-follow-wrapper li {
    margin-right: 9px !important;
  }

  .secondary-footer p {
    width: 100%;
    text-align: center;
  }

  .secondary-footer p.THE_DOT {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    margin-top: 10px;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 480px) {
  .meta-more {
    display: block;
  }
}

.card {
  padding: 24px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

@media screen and (min-width: 600px) {
  .card {
    padding: 30px;
  }
}

@media screen and (min-width: 992px) {
  .card {
    padding: 40px;
  }
}

.card .no-bottom-padding {
  padding-bottom: 0;
}

.card .no-top-padding {
  padding-top: 0;
}

.card-padding {
  padding: 24px;
}

.card-padding-lr {
  padding-right: 24px;
  padding-left: 24px;
}

.card-padding-bt {
  padding-top: 24px;
  padding-bottom: 24px;
}

.card-padding-top {
  padding-top: 24px;
}

.card-padding-right {
  padding-right: 24px;
}

.card-padding-bottom {
  padding-bottom: 24px;
}

.card-padding-left {
  padding-left: 24px;
}

@media screen and (min-width: 768px) {
  .card-padding {
    padding: 40px;
  }

  .card-padding-lr {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card-padding-bt {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-padding-top {
    padding-top: 40px;
  }

  .card-padding-right {
    padding-right: 40px;
  }

  .card-padding-bottom {
    padding-bottom: 40px;
  }

  .card-padding-left {
    padding-left: 40px;
  }
}

.social-action-block a {
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
}

.social-action-block .social-action-block-icon {
  margin-right: 10px;
  color: #000;
  font-size: 2.5em;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.social-action-block .social-action-block-text {
  max-width: 110px;
  margin: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.social-action-block a:hover .social-action-block-icon,
.social-action-block a:hover .social-action-block-text {
  color: #fb0;
}

@media screen and (min-width: 768px) {
  .social-action-block .social-action-block-icon {
    margin-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .social-action-block {
    padding-right: 30px;
  }
}

.social-action-block .icon-linkedin {
  margin-top: -9px;
  font-size: 3em;
}

.footer-newsletter {
  padding: 24px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.footer-newsletter .form-inline-confirmation-button:hover {
  color: #fb0;
}

@media screen and (min-width: 768px) {
  .footer-newsletter {
    display: table;
    width: 100%;
  }

  .footer-newsletter > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .footer-newsletter .footer-newsletter-content {
    width: 45%;
  }

  .footer-newsletter .footer-newsletter-form-column {
    width: 55%;
  }
}

@media screen and (min-width: 992px) {
  .footer-newsletter {
    display: block;
    margin-top: -24px;
  }

  .footer-newsletter .footer-newsletter-content,
  .footer-newsletter .footer-newsletter-form-column {
    display: block;
    width: auto;
  }
}

.newsletter-copy {
  margin-top: 0;
  margin-bottom: 10px;
  color: #444;
}

@media screen and (min-width: 768px) {
  .newsletter-copy {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .newsletter-copy {
    margin-bottom: 30px;
  }
}

.form-inline-confirmation:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  padding-right: 45px;
}

.form-inline-confirmation {
  position: relative;
}

.form-inline-confirmation-button {
  position: absolute;
  margin: -1px 0 0;
  right: 10px;
  margin: -1px 0 0;
  font-size: 1.62rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 1;
}

.form-inline-confirmation-button:not(.bike-older-year) {
  top: 50%;
}

.form-inline-confirmation-button.yellow-btn {
  color: #fb0;
  font-weight: 500;
  opacity: 1;
}

.form-inline-confirmation-button:focus {
  color: initial;
}

.form-inline-confirmation-button:hover {
  color: #fb0;
}

@media screen and (min-width: 768px) {
  .form-inline-confirmation-button {
    font-size: 1.6rem;
  }
}

.form-inline-confirmation-button-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 60px;
}

input.form-inline-confirmation:focus ~ .form-inline-confirmation-button {
  color: #fa0;
  opacity: 1;
}

input.form-inline-confirmation:focus
  ~ .form-inline-confirmation-button-overlay {
  display: none;
}

@-webkit-keyframes padding-hack {
  0%,
  100% {
    padding-right: 60px;
  }
}

@keyframes padding-hack {
  0%,
  100% {
    padding-right: 95px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  /*background-color: #F5F5F5;*/
  background-color: #fff;
}

a,
.a {
  color: #fa0;
  font-size: 1.4rem;
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

a h3.blog-title {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

a.underline,
.a.underline {
  border-bottom: 1px solid;
}

a.inherit-color,
.a.inherit-color {
  color: inherit;
}

a .inside-a,
.a .inside-a {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

a:hover,
.a:hover {
  color: #fb0;
  text-decoration: none;
  outline: 0;
}

a:hover .inside-a,
.a:hover .inside-a {
  color: #fb0;
}

a:active,
a:focus,
.a:active,
.a:focus {
  color: #fb0;
  text-decoration: none;
  outline: 0;
}

a.active {
  color: #fb0;
}

a.active:hover {
  color: #000;
}

video {
  vertical-align: bottom;
}

.videoWrapper {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 60%;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

svg {
  vertical-align: bottom;
}

ol {
  list-style: none;
  margin: 0;
}

.title-w-icon img,
.title-w-icon i {
  display: inline-block;
  vertical-align: middle;
}

.title-w-icon img {
  width: 16px;
  margin-right: 10px;
}

.title-w-icon span {
  display: inline-block;
  vertical-align: middle;
}

.txt-bold {
  font-weight: 900;
}

.list-styled {
  position: relative;
  padding-left: 13px;
  margin-right: 31px;
}

.list-styled li {
  margin-bottom: 15px;
}

.list-styled li:last-child {
  margin-bottom: 0;
}

ol.list-styled {
  list-style: decimal;
}

ul.list-styled li {
  position: relative;
}

ul.list-styled li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 4px;
  height: 4px;
  margin-left: -12px;
  content: " ";
  background-color: #444;
  border-radius: 50%;
}

.fw-300 {
  font-weight: 300;
}

.row-centered {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
}

html.no-flexbox .row-centered {
  text-align: center;
}

html.no-flexbox .row-centered.table-cell-fallback {
  display: table;
  width: 100%;
}

html.no-flexbox .row-centered.table-cell-fallback > * {
  display: table-cell;
  float: none;
  width: 1%;
  vertical-align: middle;
}

.row-centered.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.col-centered {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-basis: auto;
  float: none;
  -webkit-box-flex: 0;
  -ms-flex-preferred-size: auto;
}

html.no-flexbox .col-centered {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .container,
  .secondary-links-container,
  .emulate-container-padding {
    margin-top: 2px;
    padding-right: 36px;
    padding-left: 36px;
  }
}

@media screen and (max-width: 600px) {
  /* .container {
        padding-bottom: 7.2rem;
    } */
  .primary-nav--faux {
    height: 0px;
  }
}

@media screen and (max-width: 600px) {
  .container,
  .secondary-links-container,
  .emulate-container-padding {
    padding-right: 24px;
    padding-left: 24px;
  }

  .featured-brands-wrapper.press-band {
    display: none;
  }
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
  opacity: 1;
}

a.modal-toggle-fix,
a[data-toggle="tab"] {
  position: relative;
}

a.modal-toggle-fix::after,
a[data-toggle="tab"]::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .horizontal-scroll-container-max767 {
    padding-right: 0;
    padding-left: 0;
  }

  .horizontal-scroll-container-max767 > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .horizontal-scroll-container-max767 .hs-list-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .horizontal-scroll-container-max767 .hs-list-wrapper li {
    display: inline-block;
    float: none;
    width: auto;
    min-width: 0;
    vertical-align: top;
    white-space: normal;
  }
}

.blog-subtitle {
  height: 56px !important;
  max-width: 259px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.blog-card {
  -webkit-transition: 0.14s ease-in-out;
  transition: 0.14s ease-in-out;
}

@media screen and (max-width: 600px) {
  .blog-subtitle {
    height: 62px !important;
  }

  .sitemap-list {
    margin-bottom: 32px;
  }
}

section#qf-flow-section {
  background: #eee;
  /* padding-top: 42px !important; */
}

.form-success-state {
  display: none;
}

.purchase-year-modal-close {
  top: 81%;
}

.purchase-year-modal-close-root {
  top: 85%;
  right: 20px;
}

.purchase-year-modal-close2 {
  top: 86%;
  right: 53%;
}

.telephoneSize {
  padding: 17px 0;
}

@media (max-width: 991px) {
  .telephoneSize {
    padding: 2px 0;
  }
}

.telephone-icon-size {
  opacity: 0.6 !important;
  position: relative;
  top: 1px;
  height: 20px;
  margin-right: 8px;
}

.tel-right {
  float: right;
}

a.h3-v2.claims-contact-card-anchor:hover,
a.h3-v2.claims-contact-card-anchor:active,
a.h3-v2.claims-contact-card-anchor:focus {
  color: rgba(0, 0, 0, 0.4);
}

a.sub-action-txt.h5.mr-t-20:focus {
  color: #444;
}

#bike-older-year .help-block {
  position: static;
  display: block;
  padding: 4px;
  margin: 0 0 !important;
  line-height: 16px;
}

.purchase-year-input-main-wrapper {
  position: relative;
}

.purchase-year-input-main-wrapper .purchase-year-input-submit {
  position: absolute;
  top: 34px;
  right: 24px;
}

.mgn-bot-1rem {
  margin-bottom: 1rem;
}

.mgn-bot-2rem {
  margin-bottom: 2rem;
}

.mgn-bot-3rem {
  margin-bottom: 3rem;
}

.font-black {
  color: #000 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.weight-900 {
  font-weight: 900 !important;
}

@media screen and (max-width: 768px) {
  #pd-email {
    padding-right: 16px !important;
  }
}

#purchase-year-modal-close-icon {
  color: #fa0;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .footer-logo-wrapper img {
    width: 80px !important;
    height: auto !important;
    margin: 30px auto auto !important;
    text-align: center !important;
  }
}

.text-align-center {
  text-align: center;
}

button#getQuoteCar:disabled {
  background: #ddd !important;
  border-color: #ddd !important;
  cursor: not-allowed;
}

@media screen and (min-width: 768px) {
  .modal-inner {
    max-height: calc(100vh - 120px);
    /* overflow-y: auto; */
  }
}

.collapse-group,
.collapse-toggle {
  width: 100%;
}

.addon-content {
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 10px 0; */
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}

.addon-name {
  display: block;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
}

.addon-content input[type="checkbox"]:checked + .checkbox-box {
  background-color: #fb0;
}

.addon-content .checkmark_check {
  stroke: #fff;
}

#modal-build-plan-legal-liability .modal-title-wrapper,
#modal-build-plan-unnamed-pa .modal-title-wrapper,
#modal-build-plan-addons .modal-title-wrapper,
#modal-build-plan-addons .modal-title-wrapper,
#modal-build-plan-OnlyOD-addons .modal-title-wrapper {
  z-index: 999;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

#modal-build-plan-legal-liability .modal-content,
#modal-build-plan-unnamed-pa .modal-content,
#modal-build-plan-addons .modal-content,
#modal-build-plan-addons .modal-content,
#modal-build-plan-OnlyOD-addons .modal-content {
  max-height: calc(100vh - 310px);
  padding-top: 0;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  #modal-build-plan-legal-liability .modal-content,
  #modal-build-plan-unnamed-pa .modal-content,
  #modal-build-plan-addons .modal-content,
  #modal-build-plan-addons .modal-content,
  #modal-build-plan-OnlyOD-addons .modal-content {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
  }
}

#modal-build-plan-legal-liability .modal-footer,
#modal-build-plan-unnamed-pa .modal-footer,
#modal-build-plan-addons .modal-footer,
#modal-build-plan-addons .modal-footer,
#modal-build-plan-OnlyOD-addons .modal-footer {
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}

#modal-build-plan-legal-liability .modal-title,
#modal-build-plan-unnamed-pa .modal-title,
#modal-build-plan-addons .modal-title {
  font-size: 2.1rem;
}

#modal-build-plan-legal-liability .modal-subtitle,
#modal-build-plan-unnamed-pa .modal-subtitle,
#modal-build-plan-addons .modal-subtitle,
#modal-build-plan-addons .modal-title,
#modal-build-plan-OnlyOD-addons .modal-title {
  font-size: 2.1rem;
}

#modal-build-plan-addons .modal-subtitle,
#modal-build-plan-OnlyOD-addons .modal-subtitle {
  font-size: 1.44rem;
}

.checkbox-option + .checkbox-bg {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.checkbox-option input:checked + .checkbox-label .checkbox-bg {
  background: #fb0;
  -webkit-animation: checkbox-bg 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
  animation: checkbox-bg 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #fb0;
}
.SIB-input-field.checkbox-option input:checked + .checkbox-label .checkbox-bg {
  background: #fb0;
  -webkit-animation: checkbox-bg 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
  animation: checkbox-bg 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #fb0;
}

.addon-pack-details {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
}

.addon-pack-details p {
  color: #000;
  font-size: 1.4rem;
}

.modal-footer div {
  display: inline-block;
}

.addon-details div {
  display: inline-block;
  vertical-align: top;
}

.accordian-icon {
  position: relative;
  float: right;
}

.addon-details {
  cursor: pointer;
}

.strike-through {
  text-decoration: line-through;
}

.display-none {
  display: none !important;
}

.mobile-email {
  width: 100%;
}

#user-email-address {
  padding-right: 16px;
}

#card-mobile-number div.main-content-area {
  width: 100%;
}

.button.loading,
button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading {
  color: transparent !important;
  background: #fb0
    url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20fill%3D%22none%22%20ng-attr-stroke%3D%22%7B%7Bconfig.color%7D%7D%22%20ng-attr-stroke-width%3D%22%7B%7Bconfig.width%7D%7D%22%20ng-attr-r%3D%22%7B%7Bconfig.radius%7D%7D%22%20ng-attr-stroke-dasharray%3D%22%7B%7Bconfig.dasharray%7D%7D%22%20stroke%3D%22%23222%22%20stroke-width%3D%225%22%20r%3D%2220%22%20stroke-dasharray%3D%2294%2050%22%20transform%3D%22rotate(54%2050%2050)%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2050%2050%3B360%2050%2050%22%20keyTimes%3D%220%3B1%22%20dur%3D%22600ms%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C%2FanimateTransform%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
    no-repeat center / 40px;
  pointer-events: none;
}

.button.disabled,
button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled {
  background: #ddd !important;
  border-color: #ddd !important;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none !important;
}

#mobile-selection-list_two_wheeler .collapse-group {
  width: auto;
}

#mobile-selection-list .collapse-group {
  width: auto;
}

.summary-mobile-error-font {
  color: #e00 !important;
  font-size: 1.2rem;
  font-weight: 200;
}

div.modal-unavailable-in-city ul.fr-links-ul li {
  padding: 14px 0;
}

.loading-container {
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 62.5% "Muli", Helvetica, Arial, sans-serif;
  background: #fff;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}

.parentDiv {
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.loading-container p {
  color: #444;
  font: 400 1.5em "Muli", "Helvetica", Arial, sans-serif;
}

.loader-height {
  height: 400px;
}

.loading {
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f90),
    to(#fe9)
  );
  background: linear-gradient(to right, #f90, #fe9);
  border-radius: 50%;
  -webkit-animation: rotate 0.75s infinite linear;
  animation: rotate 0.75s infinite linear;
}

.loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  content: "";
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.animated-background {
  position: relative;
  height: 96px;
  color: transparent !important;
  background: #f5f5f5;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, #ddd),
    color-stop(18%, #ddd),
    color-stop(33%, #fff)
  );
  background: linear-gradient(to right, #ddd 8%, #ddd 18%, #fff 33%);
  background-size: 800px 104px;
  border-radius: 2px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 478px) {
  .fake-input-form .input-field-wrapper {
    display: none;
  }

  button.mkt-btn-primary {
    padding: 14px 32px;
    font-size: 1.75rem;
  }

  .quote-band-bg-img {
    background-size: cover !important;
  }
}

@media only screen and (max-width: 768px) {
  .fake-input-form .input-field-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .fake-input-form .input-field-wrapper {
    display: none;
  }
}

.content-mask {
  height: -webkit-max-content;
  height: -moz-max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  height: max-content;
  color: transparent !important;
  background: #f5f5f5;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f5f5f5),
    color-stop(40%, #ddd),
    color-stop(80%, #f5f5f5),
    to(#f5f5f5)
  );
  background-image: linear-gradient(
    to right,
    #f5f5f5,
    #ddd 40%,
    #f5f5f5 80%,
    #f5f5f5 100%
  );
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-animation: shimmer cubic-bezier(0.25, 0.25, 0.1, 0.1) 1.75s;
  animation: shimmer cubic-bezier(0.25, 0.25, 0.1, 0.1) 1.75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

@-webkit-keyframes shimmer {
  from {
    background-position: -468px 0;
  }

  to {
    background-position: 468px 0;
  }
}

@keyframes shimmer {
  from {
    background-position: -468px 0;
  }

  to {
    background-position: 468px 0;
  }
}

li.content-mask {
  margin: 18px 16px;
  font-size: 1.5rem;
  line-height: 1;
}

@media only screen and (max-width: 478px) {
  button.mkt-btn-primary {
    padding: 14px 32px;
    font-size: 1.75rem;
  }

  li.content-mask {
    margin: 18px 16px;
    font-size: 1.4rem;
    line-height: 1;
  }
}

#purchase-year-suggestions,
#purchase-month-suggestions {
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 800px) {
  #city-suggestion {
    border-top: 1px solid #ffbb00;
  }
}

@media screen and (max-width: 780px) {
  #city-suggestion {
    border-top: 1px solid #ddd;
  }
}

#animated-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.animated-background.content-mask {
  margin-bottom: 10px;
  line-height: 1;
}

.loader-text {
  margin-bottom: 8px;
  font-size: 1.65rem;
  font-weight: 800;
  text-align: center;
}

.loader-text-subtitle {
  color: #444;
  font-size: 1.45rem;
  text-align: center;
}

.loading.align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px !important;
  height: 24px !important;
  margin: 14px auto auto;
  border-radius: 50%;
}

.loading.align::after {
  width: 20px !important;
  height: 20px !important;
}

.loader-icon {
  margin-bottom: 12px;
  text-align: center;
}

.align--left {
  text-align: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.align--right {
  text-align: right;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.align--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ser-fail-modal-btn-div {
  display: inline;
  margin-right: 4px;
}

.ser-fail-modal-btn {
  padding: 13px 28px;
}

.ser-fail-modal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ser-fail-modal-div {
  margin-bottom: 18px;
  text-align: center;
}

.ser-fail-modal-txt {
  margin: 14px auto 20px;
  font-size: 2rem;
  font-weight: 400;
}

.mobile-loader {
  margin: 0 10px 0 0;
}

/*#bike-older-year {
    padding: 10px 15px;
}

#bike-older-year .form-inline-confirmation-button {
    margin-top: -25px;
}*/

.btn-loading {
  color: transparent !important;
  background: #fb0
    url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20fill%3D%22none%22%20ng-attr-stroke%3D%22%7B%7Bconfig.color%7D%7D%22%20ng-attr-stroke-width%3D%22%7B%7Bconfig.width%7D%7D%22%20ng-attr-r%3D%22%7B%7Bconfig.radius%7D%7D%22%20ng-attr-stroke-dasharray%3D%22%7B%7Bconfig.dasharray%7D%7D%22%20stroke%3D%22%23222%22%20stroke-width%3D%225%22%20r%3D%2220%22%20stroke-dasharray%3D%2294%2050%22%20transform%3D%22rotate(54%2050%2050)%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2050%2050%3B360%2050%2050%22%20keyTimes%3D%220%3B1%22%20dur%3D%22600ms%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C%2FanimateTransform%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
    no-repeat center / 40px;
  pointer-events: none;
}

button:disabled {
  background-color: #bbb;
  border-color: #bbb;
  pointer-events: none;
}

.inline-block {
  display: inline-block;
}

.components-title {
  background-color: #ddd;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  margin-top: 40px;
}

.statistic-unit {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.statistic-unit .statistic-title {
  margin: 0;
}

.statistic-unit .statistic-subtitle {
  margin: 0;
}

.header-custom {
  font-family: inherit;
  padding-top: 70px;
}

.text-transform--uppercase {
  text-transform: uppercase;
}

.text-transform--lowercase {
  text-transform: lowercase;
}

.text-transform--capitalize {
  text-transform: capitalize;
}

.font-weight--100 {
  font-weight: 100;
}

.font-weight--200 {
  font-weight: 200;
}

.font-weight--300 {
  font-weight: 300;
}

.font-weight--400 {
  font-weight: 400;
}

.font-weight--500 {
  font-weight: 500;
}

.font-weight--600 {
  font-weight: 600;
}

.font-weight--700 {
  font-weight: 700;
}

.font-weight--800 {
  font-weight: 800;
}

.font-weight--900 {
  font-weight: 900;
}

.text-color--muted {
  color: #bbb;
}

.text-color--primary {
  color: #fb0;
}

.text-color--success {
  color: #6b7;
}

.text-color--info {
  color: #29f;
}

.text-color--warning {
  color: #fa0;
}

.text-color--danger {
  color: #e00;
}

.text-color--white {
  color: #fff;
}

.text-color--black {
  color: #000;
}

.text-color--gray {
  color: #444;
}

.text-color--link {
  color: #fa0;
}

.pan-validation {
  font-size: 1.1rem;
  padding: 0 10px;
  margin-top: -20px;
  color: #e00;
}

.pull--left {
  float: left !important;
}

.pull--right {
  float: right !important;
}

.payment-received {
  font-size: 1.8rem;
  line-height: 1.4;
}

.width--25 {
  width: 25%;
}

.width--50 {
  width: 50%;
}

.width--75 {
  width: 75%;
}

.width--100 {
  width: 100%;
}

.height--25 {
  height: 25%;
}

.height--50 {
  height: 50%;
}

.height--75 {
  height: 75%;
}

.height--100 {
  height: 100%;
}

.custom-suggestions-box .tab-content {
  max-height: 180px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .pad-lr-40 {
    padding-right: 4rem;
    padding-left: 24px;
  }
}

[ng-cloak] {
  display: none !important;
}

.no-border {
  border: none !important;
}

/* ----- Get Quote : Images added ----- */

.quote-form-switcher a {
  text-align: center;
  display: inline-block;
}

.qf-switcher-img-holder {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.04);
}

.qf-switcher.active .qf-switcher-img-holder {
  border-color: #ffbb00;
}

.qf-switcher:hover .qf-switcher-img-holder {
  border-color: #ffbb00;
}

.qf-switcher-img-holder > img {
  height: 50px;
  width: 50px;
}

@media (max-width: 767px) {
  .qf-switcher-img-holder{
    border-radius: 2px;
  }
  ul.quote-form-switcher > li {
    margin-right: 25px;
  }

  #two-wheeler-petrol-mobi {
    max-height: 300px !important;
    overflow-x: scroll !important;
  }
}

li#recent-year-list {
  font-size: 1.4rem;
  color: #444;
  font-weight: 800 !important;
  margin-top: 12px !important;
  pointer-events: none !important;
}

.custom-suggestions-list__li--margin-top {
  margin-bottom: 0;
}

ul.custom-suggestions-list li {
  font-size: 1.6rem;
}

.cloud-flare-fixes{
  padding-left: 8px !important;
  padding-right: 47px !important;
}

.cloud-flare-fixes-mobile-number{
  border-right: none !important;
  width: 57% !important;
}

.searchfield-input p.label-text-tag,
#car-searchfield-wrapper .searchfield-input .label-text-tag,
.inline-label-divider,
#purchase-year-input::placeholder,
#residence-city::placeholder {
  font-size: 1.8rem !important;
  color: #999; /*UGT0003*/
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  div.quote-forms-button::before {
    top: -175px;
    display: none;
  }
}

@media (max-width: 767px) {
  .home-page-banner::before {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  p.h3.h3--font {
    font-size: 1.6rem;
  }

  .mr-b-30--mobile {
    margin-bottom: 3rem;
  }

  .quote-form-switcher.quote-form-switcher--margin-bottom {
    margin-bottom: 20px;
  }

  .quote-forms.quote-forms-button {
    margin-bottom: 180px;
  }

  .visible-xs--width,
  .quote-form-wrapper {
    width: 100%;
  }

  .visible-xs--width .visible-xs__btn {
    width: 100%;
    display: block;
  }

  .quote-band-section--height {
    height: 520px;
  }
}

@media (max-width: 480px) {
  .qf-switcher-img-holder {
    height: 60px;
    width: 60px;
  }

  .qf-switcher-img-holder > img {
    height: 33px;
    width: 40px;
  }

  ul.quote-form-switcher > li {
    margin-right: 20px;
  }
}

@media (max-width: 320px) {
  .qf-switcher-img-holder {
    height: 55px;
    width: 55px;
  }

  .qf-switcher-img-holder {
    margin-right: 0;
  }

  .qf-switcher-img-holder > img {
    height: 33px;
    width: 35px;
  }

  ul.quote-form-switcher > li {
    margin-right: 15px;
  }
}

#purchase-year-suggestions #purchase-year-input,
#bike-purchase-year-older {
  padding: 8px 95px 7px 16px;
}

@media screen and (max-width: 767px) {
  .custom-suggestions-list li {
    font-size: 1.4rem !important;
  }
}

.custom-suggestions-list__li {
  color: #444;
  font-weight: 600 !important;
  margin-top: 2px !important;
  pointer-events: none;
}

.custom-suggestions-list__li--margin-top {
  margin-bottom: 0;
}

ul.custom-suggestions-list li {
  font-size: 1.6rem;
}

.searchfield-input p.label-text-tag {
  font-size: 1.6rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  p.h3.h3--font {
    font-size: 1.6rem;
  }

  .mr-b-30--mobile {
    margin-bottom: 3rem;
  }

  .quote-form-switcher.quote-form-switcher--margin-bottom {
    margin-bottom: 20px;
  }

  .quote-forms.quote-forms-button {
    margin-bottom: 180px;
  }

  .visible-xs--width,
  .quote-form-wrapper {
    width: 100%;
  }

  .visible-xs--width .visible-xs__btn {
    width: 100%;
    display: block;
  }

  .quote-band-section--height {
    height: 520px;
  }
}

@media (max-width: 480px) {
  .qf-switcher-img-holder {
    height: 60px;
    width: 60px;
  }

  .qf-switcher-img-holder > img {
    height: 33px;
    width: 40px;
  }

  ul.quote-form-switcher > li {
    margin-right: 20px;
  }
}

@media (max-width: 320px) {
  .qf-switcher-img-holder {
    height: 55px;
    width: 55px;
  }

  .qf-switcher-img-holder {
    margin-right: 0;
  }

  .qf-switcher-img-holder > img {
    height: 33px;
    width: 35px;
  }

  ul.quote-form-switcher > li {
    margin-right: 15px;
  }
}

#purchase-year-suggestions #purchase-year-input {
  padding: 8px 95px 7px 16px;
}

/*Maintanence Modal*/
.maintenance-header {
  font-size: 16px;
  font-weight: 800;
}

.maintanence-inputs-wrapper label {
  font-size: 11px;
  font-weight: 600;
}

.maintanence-inputs-wrapper .input-field-wrapper {
  margin-bottom: 10px;
}

.maintanence-inputs-wrapper input {
  padding: 9px !important;
  font-size: 11px !important;
}

#maintainence-success .item-state-icon {
  top: 75%;
}

@media (min-width: 768px) {
  .mobile-number-or {
    display: none;
  }

  #maintanence-modal .modal-inner {
    width: 40% !important;
  }

  .two-column-display {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .two-column-display .two-column-display-child-fields {
    width: 45%;
  }

  .two-column-display-child-option {
    width: 10%;
  }
}

.item-state-icon {
  position: absolute;
  top: 78%;
  left: 9%;
  width: 19px;
  height: 19px;
  border: 1px solid #1b6;
  background: #1b6;
  border-radius: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item-state-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  color: #fff;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.icon-checkmark::before {
  content: "\e91a";
}

@media (max-width: 767px) {
  #maintenance-heading {
    padding-top: 40px;
  }

  .maintenance-header {
    font-size: 23px;
    line-height: 25px;
  }

  .maintenance-sub-header {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .maintanence-inputs-wrapper label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .maintanence-inputs-wrapper input {
    padding: 15px !important;
    font-size: 15px !important;
  }

  .maintanence-cta-wrapper {
    margin-top: 20px !important;
    width: 100%;
  }

  .maintanence-cta-wrapper button {
    width: 100%;
  }

  .error-msgs {
    font-size: 15px !important;
    margin-top: 3px !important;
  }

  .item-state-icon {
    position: absolute;
    top: 78%;
    left: 9%;
    width: 19px;
    height: 19px;
    border: 1px solid #1b6;
    background: #1b6;
    border-radius: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .item-state-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color: #fff;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .icon-checkmark::before {
    content: "\e91a";
  }
  @media (max-width: 767px) {
    #maintenance-heading {
      padding-top: 40px;
    }
    .maintenance-header {
      font-size: 23px;
    }
    .maintenance-sub-header {
      font-size: 16px;
      margin-bottom: 20px;
    }
    .maintanence-inputs-wrapper label {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .maintanence-inputs-wrapper input {
      padding: 15px !important;
      font-size: 15px !important;
    }
    .maintanence-cta-wrapper {
      margin-top: 20px !important;
      width: 100%;
    }
    .maintanence-cta-wrapper button {
      width: 100%;
    }
    .error-msgs {
      font-size: 15px !important;
      margin-top: 3px !important;
    }
    .item-state-icon {
      top: 84%;
      left: 6%;
      width: 30px;
      height: 30px;
    }
    .success-text {
      font-size: 20px;
      padding-left: 35px;
    }
    .success-subtext {
      font-size: 16px !important;
    }
  }

  #quote-band-four-wheeler .quote-option label {
    color: #000 !important;
  }

  .view-animate.ng-enter,
  .view-animate.ng-leave {
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .success-text {
    font-size: 20px;
    padding-left: 35px;
  }

  .success-subtext {
    font-size: 16px !important;
  }
}

#quote-band-four-wheeler .quote-option label {
  color: #444;
}

.view-animate.ng-enter,
.view-animate.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.view-animate.ng-enter {
  top: 100%;
}

.view-animate.ng-enter.ng-enter-active {
  top: 0;
}

.view-animate.ng-leave.ng-leave-active {
  top: -100%;
}

@media screen and (min-width: 768px) {
  .ct-collapse-group {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
}

.section-pad {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .section-pad {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .d-xs-flex {
    display: flex;
    overflow-x: auto;
  }

  .flex-xs-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.bg-white {
  background-color: #fff;
}

.bt-ddd {
  border-top: 1px solid #ddd;
}

div.container.quote-band-bg-img-container {
  width: 100%;
  padding: 0;
}

div.row.quote-band-bg-img-row {
  margin: 0;
}

.breadcrumb-active {
  pointer-events: none;
}

.pad-l-16 {
  padding-left: 16px !important;
}

.pad-bt-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pad-bottom-3 {
  padding-bottom: 3px;
}

.search-iocn-home {
  top: 5px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.hero-unit-section-banner .odd-col .h1-v2,
.hero-unit-section-banner .odd-col .h2-v2 {
  margin-bottom: 10px;
}

.hero-unit-section-banner .odd-col .h1-v2 + .quote-band,
.hero-unit-section-banner .form-container .quote-band {
  margin-top: 40px;
}

.hero-unit-section-banner .odd-col p.h3 {
  color: #fff;
}

.hero-unit-section-banner .odd-col p.h3 + div.quote-band {
  margin-top: 40px;
}

.hero-unit-section-banner .odd-col div.quote-form-wrapper {
  margin-top: 40px;
}

.hero-unit-section-banner .odd-col + div.b-clear {
  margin-top: 40px;
}

.hero-unit-section-banner .quote-band-car {
  margin-top: 40px;
}

span.h1-v2.txt-white.mr-b-20 {
  font-size: 4rem;
  font-weight: 800;
}

span.h1-v2.txt-white.mr-b-20.banner-heading {
  font-size: 3rem;
}

@media (min-width: 768px) {
  span.h1-v2.txt-white.mr-b-20 {
    font-size: 4rem;
  }

  span.h1-v2.txt-white.mr-b-20.banner-heading {
    font-size: 4rem;
  }
}

span.h1-v2.txt-white.mr-b-40 {
  font-size: 30px;
  font-weight: 800;
}

@media (min-width: 768px) {
  span.h1-v2.txt-white.mr-b-40 {
    font-size: 40px;
    font-weight: 800;
  }
}

.lazy-container {
  position: relative;
  overflow: hidden;
  /* width: 100%; */
}

.lazy-animation {
  background: rgba(243, 243, 243, 0.3) !important;
  transition: all 300ms ease-in-out;
}

.lazy-animation::after {
  content: "";
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loader-animate;
  animation-name: loader-animate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, rgba(255, 255, 255, 0.6)),
    color-stop(81%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(224, 224, 224, 0.62) 30%,
    rgba(255, 255, 255, 0) 81%
  );
}

@-webkit-keyframes loader-animate {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes loader-animate {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.lazy {
  opacity: 0;
  transition: all 2s ease-in-out;
}

.lazy.active {
  opacity: 1;
}

div.container.quote-band-bg-img-container {
  width: 100%;
  padding: 0;
}

div.row.quote-band-bg-img-row {
  margin: 0;
}

.breadcrumb-active {
  pointer-events: none;
}

/*!
 * progressively 1.1.2
 * https://github.com/thinker3197/progressively
 * @license MIT licensed
 *
 * Copyright (C) 2016-17 Ashish
 */
.progressive {
  overflow: hidden;
  position: relative;
  /* background: #F5F5F5; */
}

.progressive__img {
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}

.progressive--not-loaded {
  filter: blur(30px);
  transform: scale(1.1);
}

.progressive--is-loaded {
  filter: blur(20px);
  animation: a 0.5s both;
  transform: scale(1);
}

@keyframes a {
  0% {
    filter: blur(20px);
  }

  to {
    filter: blur(0);
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.quote-option label {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #000;
}
.header .nav__list a.nav__link[href="/health-insurance"] {
  color: #fb0;
}

.covid-label {
  position: absolute;
  font-size: 10px;
  top: -35px;
  background: #fb0;
  padding: 0px 6px;
  text-align: center;
  border-radius: 5px;
  font-weight: 800;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation-name: bounce-label;
  animation-name: bounce-label;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  user-select: none;
}

.waiting-period-label {
  left: -28px;
}
.chat-label {
  left: 17px !important;
}

.covid-label::before, .premium-increase-arrow {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  height: 8px;
  width: 8px;
  background: #fb0;
}

.travel-opt-list {
  position: relative;
}

/* .travel-opt-list .covid-label {
    width: 102px;
} */

@keyframes bounce-label {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-50%, -5px, 0);
    transform: translate3d(-50%, -5px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-50%, -3px, 0);
    transform: translate3d(-50%, -3px, 0);
  }
  90% {
    -webkit-transform: translate3d(-50%, -4px, 0);
    transform: translate3d(-50%, -2px, 0);
  }
}

.renew-policy-text {
  font-weight: 600;
}

.renew-policy .qf-switcher-img-holder > img {
  width: 28px;
  height: 28px;
}

.renew-policy:hover .qf-switcher-img-holder {
  border-color: #ffbb00;
}

/* Chatbot css start here */

.bpw-widget-btn{
  background-color: #ffffff !important;    
}

.bpw-widget-btn {
  background-image: url("https://digitchatbot-prod.godigit.com/assets/modules/channel-web/chatbot_final.svg");
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius:50%;
  width: 60px;
  height: 60px;
  background-size:cover;
  cursor: pointer;
}

.bpw-widget-btn>* {
  display: none;
}

/* color of chat icon on hover */
.bpw-widget-btn:focus, .bpw-widget-btn:hover {
  background-color: white;
}

.bpw-floating-button {
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  animation: MoveUpDown 1s linear infinite;
}  
.bpw-floating-button {
  float: right;
  fill: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  border: none;
  background-clip: padding-box;
  transition: width 1s, height 1s;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bp-widget-side{
  z-index: 999 !important;
}

.chatbot-hide-scroll{
  overflow-y: hidden !important;
}

/* Chatbot css end here */


/* Perminum Increase Label */

.premium-increase-label {
  display: none;
  align-items: center;
  border-radius: 4px;
  background-color: #FFF8E5;
  padding: 12px 18px;
  margin-bottom: 30px;
}

.premium-increase-label.covid-label {
  padding: 0 14px;
  border: 1px solid #fb0;
  margin-bottom: 0;
  left: -155px;
}


.premium-increase-label-container {
  position: relative;
}

.premium-increase-label.covid-label::before, .premium-increase-arrow {
  background-color: #FFF8E5;
  border-right: 1px solid #fb0;
  border-bottom: 1px solid #fb0;
  bottom: -5px;
}

.premium-increase-arrow-left {
  left: 90px;
}

.premium-increase-arrow-right {
  left: 280px;
}

.premium-increase-content {
  margin-left: 16px;
}

.premium-increase-label.covid-label .premium-increase-content {
  margin-left: 8px;
}

.premium-increase-content p {
  font-size: 13px;
  color: #444444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.premium-increase-label.covid-label p {
  font-size: 11px;
}

.premium-increase-content p span {
  color: red;
}

.premium-increase-content p b {
  font-weight: 800;
}

.premium-increase-label .trending-icon img {
width: 24px;
}

.agent-loading-icon #animated-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
}
.agent-loading-icon .img-class{
  margin-top: 0px !important;
  width: 400px !important;
}
.agent-loading-icon .loader-text {
  margin-top: 20px !important;
}
.agent-loading-icon .loading-msgs {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 0.5rem;
  position: relative;
}
.native-loading-icon #animated-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
}

.native-loading-icon .img-class{
  margin-top: 0px !important;
  width: 400px !important;
}

.native-loading-icon .loader-text {
  margin-top: 20px !important;
}

.native-loading-icon .loading-msgs {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 0.5rem;
  position: relative;
}
.native-text{
  font-weight: 600 !important;
  margin-top: 25px !important;
  font-size: 14px;
  width: 90%;
  margin-bottom: 8px;
  text-align: center;
}
p.native-p{
  font-size: 1.5rem !important;
  margin-top: 12px !important;
}
.tab-key-border:focus{
  border: 1.25px solid #444444 !important;
}
.tab-key-border,.tab-key-cta-bg-color,.tab-key-whatsapp-cta-bg-color{
  outline: none;
}
.tab-key-cta-bg-color:focus {
  background-color: #fc3 !important;
}
.tab-key-whatsapp-cta-bg-color:focus{
  background-color: #0ed1a0 !important;
}
.checkbox-option-health .tab-key-border:focus{
  border: 1.5px solid #444444 !important;
}

.motor-tc-section .help-block{
  top: 70%;
  text-align: center;
}

.heroFincorpContainer{
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
 .heroFincorpContainer {
  margin-left: 0;
  flex-direction: column;
 }
}

.fincorpLogoData{
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background-color: #fffaeb;
  border-radius: 16px;
 
}
.fincorpText{
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #444;
  font-style: normal;

}
.fincorpIcon{
  background: white;
  padding: 5px;
  text-align: center;
  font-size: 17px;
  border-radius: 4px;
}

[font~="heading_font"] {
	font-size: 25px !important;
}

.heading-quote {
  display: none;
}
.partner-home-page{
  display: none;
}
.digit-logo-row{
  display: none;
}
.background_image_storelink{
  margin-left: -16rem;
    margin-top: 342px;
    position: absolute;
}
.mobile_view{
  display: none;
}

.partner_home_fordesktop #car-mobile-number-option {
  width: 42% !important;
}

.partner_home_fordesktop .terms-conditions-check-wrapper {
  padding-right: 6px !important;
}

.partner_home_fordesktop #car-mobile-number-option {
  border-right: 1px solid #fff f;
}

.partner_home_fordesktop #mobile-number-option {
  border-right: 1px solid #fff f !important;
}

.partner_home_fordesktop-2w .terms-conditions-check-wrapper {
  padding-right: 6px !important;
}

.partner_home_fordesktop-2w #get-quote-div-reg {
  width: 0px !important;
}

.partner_home_fordesktop-2w #bike-insurance-expiry {
  border-right: 1px solid #fff;
}

.partner_home_fordesktop-2w #bike-insurance-expiry-cloudFlare {
  border-right: 1px solid #fff;
}

.partner_home_fordesktop-2w #city-field-wrapper {
  border-right: 1px solid #fff;
}

.partner-band-bg-img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
@media (width: 768px) {
  .virat-img-new img {
    height: 253px !important;
  }

  .partner_home_fordesktop .terms-conditions-check-wrapper {
    margin-top: 0px !important;
    margin-right: 12rem !important;
  }

  .cloud-flare-remove {
    display: none !important;
  }

  .partner_home_fordesktop-2w .termsCheckMarkBike {
    margin-right: -84px;
  }

  .partner_home_fordesktop-2w .display-flex {
    width: 78%;
  }

  .partner_home_fordesktop-2w .fields-header {
    width: 62%;
  }
}

@media screen and (max-width: 767px) {
  .mobile_view{
    display: block;
    padding-bottom: 2px;
  }
  .desktop_view_partner{
    display: none;
  }
  .background_image_storelink{
    display: none;
  }
  .partner-home-page{
    display: block;
  }
 .partner-home-page .partner-subheading {
   display: none;
 }

 .partner-home-page .car-new-flow-mobile-form-section {
   margin: 5rem -9rem 0px -102px !important;
   background-color: #fff !important;
   border-top: none !important;
 }

 .partner-home-page .bike-form-content-width {
   margin: -15rem -26px 0 !important;
 }

 .partner-home-page .get-quote-btn-common {
   width: 100% !important;
 }

 .partner-home-page .bike-mobile-form-section {
   margin-top: 50px !important;
 }

 .partner-home-page .bk-form {
   margin-top: -23px !important;
 }

 .partner-home-page .cr-car-mobile-num-input {
   padding-left: 5rem !important;
 }

 .partner-home-page .bk-subheading {
   display: none;
 }

 .partner-home-page .margin-adjust {
   margin-bottom: 48%;
 }

 .partner-home-page .bike-mobile-form-section {
   border: none;
 }

 .partner-home-page .cv-form-content-width {
   margin: -17rem -1rem 0 !important;
 }

 .partner-home-page .cv-subheading {
   display: none;
 }

 .partner-home-page .cv-header {
   display: none;
 }

 .partner-home-page .zero-paperwork {
   display: none;
 }

 .partner-home-page #brandNewBtnCv {
   font-weight: 400 !important;
   color: #000;
 }

 .partner-home-page .page-content {
   background-color: #fff !important;
 }

 .partner-home-page .cv-register-form {
   margin-left: -34px;
   margin-top: -20px;
   margin-right: -25px;
 }

 .partner-home-page .bk-bike-register-form {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 42px;
   margin: -49px 0rem 3rem 0rem !important;
   box-shadow: none !important;
 }

 .partner-home-page #brandNewBtnCv {
   letter-spacing: 0px;
 }

 .partner-home-page .cr-form-group button {
   box-shadow: 0 2px 8px 2px rgba(255, 187, 0, 0.48);
 }

 .partner-home-page .form-toggle-card {
   justify-content: center;
 }

 .partner-home-page .cr-dk-rn {
   margin: 1rem 2px 0;
   padding: 9px 23px;
 }

 .partner-home-page .car-register-num-content-image {
   display: none;
 }

 .partner-home-page .bike-register-num-content-image {
   display: none;
 }

 .partner-home-page .car-partner-container {
   box-shadow: none !important;
 }
 
  #motor-home-section{        
    height: auto !important;
  }
  .regNo{
    padding-bottom: 15px;
  }
  .mobileNo{
    padding-bottom: 15px;
  }
  .partner-details{
    display: flex;
    flex-direction: column;
    margin-top: -20px;
  }
  .partner-regText{
    left: 2rem;
    top: -1rem;
    background-color: white;
    padding: 2px 4px;
    position: absolute;
    line-height: 1.8rem;
    color: #999999;
    position: absolute;
  }
    .text-colour--mobile span {
      color: #000 !important;
      font-weight: 900;
      font-size: 18px;
      line-height: 26.4px;
    }
  
    .text-colour--mobile .black-text {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      width: 67%;
    }
  .revamp-card--mobile{
    background-color: #fff;
    border-radius: 8px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 26px;
  }
  
.img-holder-revamp{
  height: 64px;
  width: 98px;
  border: 2px solid #dddd;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.get-quote-common-btn{
  height: 45px !important;
  width: 300px !important;
  border-radius: 8px;
  padding: 14px 16px;
  color: #000;
  background-color: #fb0;
  border: 0;
  font: 900 1.4rem / 1.22 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-bottom: 10px;
}
.form-toggle-card-partner{
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  padding-left: 15px;
}
.car-partner{
  gap : 10px;
  padding-left : 0px;
}
.car-partner-details{
  padding-right: 10px;
}
.partner-submit-button{
  border: 1px solid #444444 !important;
  margin: 0px !important;
}

}
.turn-stile-pointer-block{
  pointer-events: none !important;
}
.turnstil-btn-disabled{
  background: #ddd !important;
  border-color: #ddd !important;
  pointer-events: none;
  cursor: not-allowed;
}
.turnstil-btn-disabled div{
  color: #000 !important;
}
/* .owl-dots::before, */
.custom-suggestions-list::before,
/* .owl-dots::after, */
.custom-suggestions-list::after {
  display: table;
  content: "";
}

/* .owl-dots::after, */
.custom-suggestions-list::after {
  clear: both;
}

.airlines-band .container {
  padding-bottom: 3.6rem;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 481px) {
  .airlines-band .container {
    padding-bottom: 4.2rem;
  }
}

@media screen and (min-width: 600px) {
  .airlines-band .container {
    padding-bottom: 4.8rem;
  }
}

@media screen and (min-width: 768px) {
  .airlines-band .container {
    padding-bottom: 5.4rem;
  }
}

@media screen and (min-width: 992px) {
  .airlines-band .container {
    padding-bottom: 6rem;
  }
}

.insurance-type-card-col {
  margin-bottom: 3rem;
}

.dz-message p {
  margin: 0;
  color: #666;
  font: normal 900 1.4rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .dz-message p {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .dz-message p {
    font-size: 1.8rem;
  }
}

.font-min {
  font-size: 1.5rem;
}

.vehicle-label {
  padding-right: 0px !important;
}

.align-confirm {
  font-size: 1.5rem !important;
  top: 34px !important;
  right: 13px !important;
}

.dz-preview,
.custom-suggestions-list li.custom-action,
.quote-option label,
.quote-entry-accordion .modal-subtitle,
.quote-form-switcher a {
  margin: 5px 0;
  color: #444;
  font: normal 400 14px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 600px) {
  .dz-preview,
  .custom-suggestions-list li.custom-action,
  .quote-option label,
  .quote-entry-accordion .modal-subtitle,
  .quote-form-switcher a {
    font-size: 1.4rem;
  }
}

.featured-brands-image-content .title {
  width: 100%;
  padding-left: 10px;
  margin: 5px 0;
  color: #666;
  font: normal 400 10px/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media screen and (min-width: 768px) {
  .featured-brands-image-content .title {
    font-size: 1.2rem;
  }
}

.custom-suggestions-list li {
  padding: 8px 16px;
  margin: 0;
  color: #444;
  font: normal 400 1.6rem/130% "Muli", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

#choose-car-dropdown p span:hover,
#choose-car-model-dropdown p span:hover,
#choose-cv-model-dropdown p span:hover #choose-cv-model-mask p span:hover {
  color: #ffc752 !important;
}

#choose-mobile-dropdown p span:hover,
#choose-mobile-model-dropdown p span:hover {
  color: #ffc752 !important;
}

ul.car-search-model-list,
ul.bike-search-model-list {
  display: flex;
  margin-bottom: 14px !important;
  box-shadow: 0 -1px 0 #ddd inset;
  padding-bottom: 0;
}

ul.car-search-model-list > li,
ul.bike-search-model-list > li {
  width: 33.33%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  padding: 6px 4px;
  transition: 0.2s ease-in-out;
}

ul.car-search-model-list li:hover,
ul.bike-search-model-list > li:hover {
  color: #fb0;
  border-color: #ccc;
  cursor: pointer;
}

ul.car-search-model-list > li.active,
ul.bike-search-model-list > li.active {
  color: #fa0 !important;
  border-color: #fb0 !important;
  border-width: 2px;
}

@media screen and (min-width: 600px) {
  .custom-suggestions-list li {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .custom-suggestions-list li {
    font-size: 1.5rem;
  }
}

.split-layout-spacer,
.split-column-spacer,
.split-column-layout .split-column-right {
  padding: 24px;
}

@media screen and (min-width: 600px) {
  .split-layout-spacer,
  .split-column-spacer,
  .split-column-layout .split-column-right {
    padding: 30px;
  }
}

@media screen and (min-width: 992px) {
  .split-layout-spacer,
  .split-column-spacer,
  .split-column-layout .split-column-right {
    padding: 40px;
  }
}

#residence-city,
#get-email-quote-name {
  text-transform: capitalize;
}

#two-wheeler-residence-city-option input:focus,
#two-wheeler-owned-option input:focus,
#two-wheeler-purchased-year-option input:focus,
#residence-city-option input:focus,
#car-owned-option input:focus,
#purchased-year-option input:focus,
#airline-option input:focus,
#route-option input:focus,
#mobile-model-option input:focus,
#residence-city-option2 input:focus,
#quote-band-home input:focus,
#mobile-model-option input:focus {
  border-color: transparent;
}

.label {
  bottom: 5px;
  padding: 2px 8px;
  margin-left: -8px;
}

.blog-card:hover h3 {
  color: #fb0;
}

@media screen and (min-width: 600px) {
  .label {
    padding: 2px 10px;
    margin-left: -10px;
  }
}

.label h5 {
  color: #666;
}

.explanatory-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #000;
  box-shadow: none;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.explanatory-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.explanatory-video .video-icons .icon-background {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 2px solid;
  border-radius: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .explanatory-video .video-icons .icon-background {
    width: 75px;
    height: 75px;
  }
}

.explanatory-video .video-icons .play-pause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .explanatory-video .video-icons .play-pause-icon {
    font-size: 3.5rem;
  }
}

.explanatory-video .video-icons .play-pause-icon.icon-play {
  margin-left: 2px;
}

@media screen and (min-width: 768px) {
  .explanatory-video .video-icons .play-pause-icon.icon-play {
    margin-left: 3px;
  }
}

.explanatory-video .video-playing .video-info {
  display: none;
}

.explanatory-video:hover .video-playing .video-info {
  display: block;
}

.explanatory-video:hover .icon-background {
  color: #fff;
  background-color: #fb0;
  border-color: #fb0;
}

.video-info {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.video-info-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-icons,
.video-title {
  color: #fb0;
}

@media screen and (min-width: 768px) {
  .video-title {
    margin-top: 15px;
  }
}

.feature-card {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .feature-card {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .feature-card {
    max-width: 370px;
  }
}

.feature-card img {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 600px) {
  .feature-desc {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.lr-icon-content {
  display: table;
  width: 100%;
}

.lr-icon-content > * {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

@media screen and (min-width: 481px) {
  .lr-icon-content {
    width: 85%;
    margin: 0 auto;
  }
}

.lr-icon-wrapper {
  color: #000;
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lr-icon-wrapper {
    font-size: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .lr-icon-wrapper {
    font-size: 5rem;
  }
}

.lr-content {
  width: 100%;
  padding-left: 10px;
}

.insurance-type-card {
  background: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.insurance-type-card a {
  display: block;
  padding: 16px;
}

@media screen and (min-width: 600px) {
  .insurance-type-card a {
    padding: 24px 16px;
  }
}

.insurance-type-card a .link {
  color: #fb0;
}

.insurance-type-card a:hover .link {
  color: #fc3;
}

.insurance-type-card img {
  width: auto;
  height: 100px;
  max-width: 200px;
}

@media screen and (min-width: 481px) {
  .insurance-type-card img {
    height: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .insurance-type-card img {
    height: 100px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .insurance-type-card img {
    height: 140px;
  }
}

.insurance-type-card .insurance-type-title {
  word-break: break-word;
  font-size: 1.85rem;
  font-weight: 700;
}

.insurance-type-card .link {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 600px) {
  .insurance-type-card .link {
    margin-bottom: 15px;
  }
}

.testimonial-card img {
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
}

.testimonial-card .label {
  bottom: 20px;
}

@media screen and (min-width: 600px) {
  .testimonial-card .label {
    bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .testimonial-card .label {
    bottom: 20px;
  }
}

.testimonial-card .label h5 {
  color: #000;
}

.testimonial-img-wrapper {
  position: relative;
}

.full-width-image-breaker {
  width: 100%;
  height: 200px;
  background: no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .full-width-image-breaker {
    height: 500px;
  }
}

.blog-card .label {
  bottom: -10px;
  margin-left: 0;
}

.blog-card .label h5 {
  color: #000;
}

.blog-img {
  width: 100%;
  height: 110px;
  max-height: 250px;
  background: no-repeat center;
  background-size: cover;
  background-origin: border-box;
}

@media screen and (min-width: 600px) {
  .blog-img {
    height: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-img {
    height: 180px;
  }
}

.blog-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-card-large .blog-img {
  height: 350px;
  max-height: 350px;
}
/* 
.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  text-align: center;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  color: #fb0;
  font-size: 2.5rem;
  background: transparent;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: all;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fc3;
  background: transparent;
}

.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ddd;
  border-radius: 30px;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #999;
}

.owl-carousel {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage::after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  line-height: 0;
  visibility: hidden;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background: url("clientlib-all/css/owl.video.play.png") no-repeat;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  cursor: pointer;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
} */

.slider-control {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 51;
  font-size: 1em;
  pointer-events: all;
}

#slider-control--left {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  #slider-control--left {
    margin-left: -1px;
  }
}

#slider-control--right {
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media screen and (min-width: 768px) {
  #slider-control--right {
    margin-right: -1px;
  }
}

/* .owl-theme .owl-nav .owl-prev {
  left: -15px;
}

.owl-theme .owl-nav .owl-next {
  right: -15px;
}

.owl-theme .owl-nav [class*="owl-"].disabled {
  display: none;
}

@media screen and (min-width: 768px) {
  .owl-theme .owl-nav [class*="owl-"] {
    width: 100px;
    height: 100px;
    font-size: 5rem;
  }
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 15px;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 15px;
  }
}

.owl-dots {
  margin-top: 10px;
  text-align: center;
}

.owl-dot {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  overflow: hidden;
  background-color: rgba(24, 24, 24, 0.12);
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  -webkit-box-flex: 0;
}

.owl-dot:last-child {
  margin-right: 0;
}

.owl-dot:hover {
  background-color: #fc3;
}

.owl-dot.active {
  background-color: #fc3;
  cursor: auto;
}

.owl-dot::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fc3;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.owl-carousel:not(.owl-loaded):not(.owl-carousel-no-stacking) {
  position: relative;
  display: block;
}

.owl-carousel:not(.owl-loaded):not(.owl-carousel-no-stacking)
  > li:not(:first-child) {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.owl-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.owl-carousel-edge-nav {
  position: static;
}

.owl-carousel-overflow-visible .owl-stage-outer {
  overflow: visible;
} */

.featured-brands-carousel {
  width: 100%;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .featured-brands-carousel {
    display: table;
    width: 100%;
    padding: 25px 0;
  }

  .featured-brands-carousel > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.featured-brands-column {
  padding: 10px 0 0;
}

@media screen and (min-width: 600px) {
  .featured-brands-column {
    padding: 0;
  }
}

.featured-brands-image {
  max-width: 100%;
  padding: 0 5px;
}

.featured-brands-image-content {
  text-align: center;
}

.featured-brands-image-content img {
  width: 80%;
  max-width: 160px;
  margin: 0 auto;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.featured-brands-image-content img:hover {
  opacity: 0.65;
}

@media screen and (max-width: 600px) {
  .press-band .featured-brands-carousel {
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (min-width: 600px) {
  .press-band .featured-brands-column {
    border-right: 1px solid #ddd;
  }

  .press-band .featured-brands-column:last-child {
    border-right: 0;
  }
}

.big-video-section video {
  border-radius: 4px;
}

.big-video-section .video-info {
  height: 100%;
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .testimonial-cards-section .container {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-wrapper-row {
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .testimonial-wrapper-row .testimonial-wrapper-col {
    display: inline-block;
    float: none;
    width: 45%;
    min-width: 270px;
    vertical-align: top;
    white-space: normal;
  }
}

@media screen and (max-width: 991px) {
  .blog-posts-list .container {
    width: 100%;
  }

  .blog-posts-list .tab-pane-inner {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .blog-posts-list .tab-pane-inner .blog-card-wrapper-col {
    display: inline-block;
    float: none;
    width: 32%;
    min-width: 200px;
    vertical-align: top;
    white-space: normal;
  }
}

.blog-cards-tab-list .tab {
  display: inline-block;
  min-width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-cards-tab-list .tab:last-child .pill-tab-a {
  margin-right: 0;
}

.blog-cards-tab-list .tab.active .pill-tab-a {
  background-color: #fb0;
  border-color: #fb0;
}

.blog-cards-tab-list .tab.active .pill-tab-a:hover,
.blog-cards-tab-list .tab.active .pill-tab-a:focus,
.blog-cards-tab-list .tab.active .pill-tab-a:active {
  color: #000;
  background-color: #fc3;
  border-color: #fc3;
}

@media screen and (min-width: 768px) {
  .blog-cards-tab-list {
    margin-bottom: 0;
  }
}

.newsletter-signup {
  padding-top: 24px;
}

.newsletter-signup .newsletter-border {
  padding-top: 60px;
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 600px) {
  .newsletter-signup .newsletter-border {
    padding-top: 24px;
  }
}

.newsletter-signup .form-success-state {
  display: none;
}

.newsletter-band-form {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .newsletter-band-form .input-field-wrapper {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 600px) {
  .newsletter-band-form {
    display: table;
    width: 100%;
  }

  .newsletter-band-form > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .newsletter-band-form {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .newsletter-content-wrapper {
    display: table;
    width: 100%;
  }

  .newsletter-content-wrapper > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.subscribe-btn {
  width: 1%;
}

@media screen and (min-width: 600px) {
  .subscribe-btn {
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .subscribe-btn {
    padding-left: 30px;
  }
  .sectionHeightResponsive {
    width: 100%;
    height: 465px;
  }
}

@media screen and (max-width: 768px) {
  .sectionHeightResponsive {
    width: 100%;
    height: 100% !important;
  }
}
.quote-band-section {
  position: relative;
}

.quote-band-section .quote-band-bg-img-container,
.quote-band-section .quote-band-bg-img-row,
.quote-band-section .quote-band-bg-img-col {
  height: 100%;
}

.quote-band-section .quote-band-bg-img-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .quote-band-section .quote-band-bg-img-container {
    width: 100%;
    padding: 0;
  }

  .quote-band-section .quote-band-bg-img-row {
    margin: 0;
  }

  .quote-band-section .quote-band-bg-img-col {
    padding: 0;
  }
}

.quote-band-bg-img-col {
  position: absolute;
}

.autocomplete-suggestions {
  position: absolute;
  left: 0;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: auto;
  max-height: 180px !important;
  margin-left: 0;
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  background-color: #fff;
  /* border: 1px solid rgba(0, 0, 0, .12);
    border-top: 0;
    border-radius: 0 0 4px 4px; */
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: default;
}

.autocomplete-suggestion {
  position: relative;
  max-height: max-content;
  padding: 12px 16px;
  overflow: hidden;
  color: #444;
  line-height: 1.5;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .autocomplete-suggestions {
    max-width: 573px;
  }
}

.autocomplete-suggestion b {
  color: #fc3;
  font-weight: 400;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.autocomplete-suggestion.selected {
  color: #fc3 !important;
}

.autocomplete-suggestion.selected b,
.autocomplete-suggestion.selected a {
  color: #fff;
}

.searchfield-input {
  position: relative;
}

.searchfield-input
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  padding-right: 40px;
}

.searchfield-input .input-icon {
  position: absolute;
  top: 1px;
  right: 8px;
  width: 30px;
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.searchfield-input .input-icon.input-icon-chevron {
  pointer-events: none;
}

.searchfield-input .input-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.searchfield-input .input-icon .icon-close {
  display: none;
}

.searchfield-input .input-icon .icon-chevron-down {
  display: inline;
}

.autoComplete--is-focused {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.autoComplete--is-focused ~ .input-icon {
  pointer-events: all;
}

.autoComplete--is-focused ~ .input-icon .icon-close {
  display: inline;
}

.autoComplete--is-focused ~ .input-icon .icon-chevron-down {
  display: none;
}

.split-column-list > li {
  padding: 40px 0;
  margin: 0 24px;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .split-column-list > li {
    margin: 0 40px;
  }
}

.split-column-list > li:last-child {
  border-bottom: 0;
}

.split-column-list-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.split-column-layout {
  padding: 0;
}

.split-column-layout .split-column-right {
  text-align: center;
  border-left: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .split-column-layout {
    display: table;
    width: 100%;
  }

  .split-column-layout > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .split-column-layout .split-column-left {
    width: 65%;
  }

  .split-column-layout .split-column-right {
    width: 35%;
  }
}

@media screen and (max-width: 768px) {
  .split-column-layout .split-column-right {
    display: none;
  }
}

.split-column-images {
  position: relative;
}

.split-column-images img {
  width: 100%;
  max-width: 300px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.split-column-images img:not(:first-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dropzone,
.js-dropzone {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
  background: #f5f5f5;
  border: 1px dashed #666;
  border-radius: 4px;
}

html.touchevents .dropzone,
html.touchevents .js-dropzone {
  border: 1px solid #fb0;
}

.dz-drag-hover {
  opacity: 0.5;
}

.dz-message {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dz-max-files-reached .dz-message {
  display: none;
}

@media screen and (min-width: 600px) {
  html.no-touchevents .doc-icon-wrapper,
  html.no-touchevents .drop-upload-message {
    display: inline-block;
    vertical-align: middle;
  }
}

.doc-icon-wrapper,
.policy-image-icon {
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
  .doc-icon-wrapper,
  .policy-image-icon {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.dz-message .doc-icon,
.dz-message .camera-icon {
  color: #fb0;
  font-size: 5rem;
}

html.no-touchevents .dz-message-inner {
  margin: 0 auto;
}

html.no-touchevents .drop-upload-message {
  text-align: center;
}

@media screen and (min-width: 600px) {
  html.no-touchevents .drop-upload-message {
    text-align: left;
  }
}

html.touchevents .doc-icon-wrapper,
html.touchevents .policy-image-icon {
  margin-right: 0;
  margin-bottom: 25px;
}

html.touchevents .dz-message p {
  color: #fb0;
}

.dz-preview {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dz-preview.dz-error {
  top: 70%;
}

.dz-error-message,
.dz-filename,
.dz-size,
.dz-success-mark,
.dz-error-mark {
  display: none;
}

.dz-error-message {
  margin-top: 5px;
}

.upload-file-form {
  width: 100%;
}

.take-upload-file-picture-wrapper {
  display: none;
}

html.touchevents .upload-file-form {
  float: left;
  width: 50%;
}

html.touchevents .upload-file-form:first-child {
  padding-right: 10px;
}

html.touchevents .upload-file-form:last-child {
  padding-left: 10px;
}

html.touchevents .take-upload-file-picture-wrapper {
  display: block;
}

.custom-suggestions-box {
  position: absolute;
  z-index: 1051;
  padding: 10px 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.3s opacity cubic-bezier(0, 0, 0, 1),
    0.3s transform cubic-bezier(0, 0, 0, 1),
    0.3s visibility cubic-bezier(0, 0, 0, 1);
  transition: 0.3s opacity cubic-bezier(0, 0, 0, 1),
    0.3s transform cubic-bezier(0, 0, 0, 1),
    0.3s visibility cubic-bezier(0, 0, 0, 1);
  opacity: 0;
  visibility: hidden;
}

.custom-suggestions-box.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.custom-suggestions-list li:hover {
  color: #fc3 !important;
}

.custom-suggestions-list.two-col-layout > li {
  float: left;
  width: 50%;
}

.custom-suggestions-list.two-col-layout > li.wide {
  width: 100%;
}

.custom-suggestions-list.three-col-layout > li {
  float: left;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .custom-suggestions-list.three-col-layout > li {
    float: left;
    width: 33.33%;
  }
}

.custom-suggestions-list.four-col-layout > li {
  float: left;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .custom-suggestions-list.four-col-layout > li {
    float: left;
    width: 25%;
  }
}

.quote-option.submit-quote-option,
.quote-option label,
.quote-option input {
  padding-right: 16px;
  padding-left: 16px;
}

.quote-band {
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .quote-band {
    display: table;
    width: 100%;
  }

  .quote-band > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.quote-band-wrapper.is-focused .quote-band {
  border-radius: 4px 4px 0 0;
}

.quote-option {
  padding-top: 18px;
  padding-bottom: 18px;
  border-right: 1px solid #ddd;
}

.quote-option:last-child {
  border-right: 0;
}

.quote-option label {
  margin: 0;
}

.quote-option .is-focused {
  cursor: default;
}

.input-icon {
  position: absolute;
  top: 54px;
  right: 12px;
  cursor: pointer;
}

.input-icon .icon-close {
  display: none;
}

.input-icon .icon-chevron-down {
  display: inline;
}

.quote-option.is-focused .input-icon .icon-close {
  display: inline;
}

.quote-option.is-focused .input-icon .icon-chevron-down {
  display: none;
}

.quote-entry-accordion .collapse-group {
  position: relative;
}

.quote-entry-accordion .modal-title {
  color: #ddd;
}

.quote-entry-accordion .modal-subtitle {
  position: relative;
  margin: 0;
}

.quote-entry-accordion .open-accordion-action {
  display: none;
}

.quote-entry-accordion .open-accordion-action[data-edit-enabled] {
  display: inline;
}

.quote-entry-accordion .collapse-group.active .modal-title {
  color: #000;
}

.quote-entry-accordion .collapse-group.active .open-accordion-action,
.quote-entry-accordion .collapse-group.active .collapse-selected-value {
  display: none;
}

#upload-policy-modal .modal-content-wrapper {
  overflow: visible;
}

#two-wheeler-residence-city-option {
  width: 21.39%;
}

#two-wheeler-owned-option {
  width: 40.67%;
}

#two-wheeler-purchased-year-option {
  width: 17.39831%;
}

.purchase-year-older-go-back {
  float: right;
}

#upload-policy-modal_two-wheeler .qeup-select-city.active {
  padding-top: 0;
}

#upload-policy-modal_two-wheeler .qeup-upload-policy:not(.active) {
  padding-bottom: 0;
}

#upload-policy-modal_two-wheeler
  .qeup-upload-policy:not(.active)
  .modal-subtitle {
  bottom: -20px;
}

#residence-city-option,
#residence-city-option2,
#residence-city-option {
  width: 21.39%;
}

#car-owned-option {
  width: 44.67797%;
}

#purchased-year-option,
#purchased-month-option {
  width: 17.39831%;
}

.purchase-year-input-main-wrapper {
  padding: 8px 16px;
  margin: 0;
}

#purchase-year-suggestions .purchase-year-input-submit,
#two-wheeler-purchase-year-suggestions .purchase-year-input-submit {
  opacity: 0;
}

#purchase-year-suggestions #purchase-year-input,
#bike-purchase-year-older {
  padding-right: 30px;
  -webkit-animation: none;
  animation: none;
}

#purchase-year-suggestions
  #purchase-year-input:focus
  + .purchase-year-input-submit,
#two-wheeler-purchase-year-suggestions
  #bike-purchase-year-older:focus
  + .purchase-year-input-submit {
  opacity: 1;
}

#trip-type-option {
  width: 22.88%;
}

#airline-option {
  width: 28.17%;
}

#route-option {
  width: 32.41%;
}

.trip-type-text {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.trip-type-text:hover {
  color: #fc3;
}

.trip-type-radio-label input:checked + .trip-type-text {
  color: #fb0;
}

#airline-suggestions .airline-type-text {
  padding: 8px 16px;
  margin: 0;
}

#airline-suggestions .airline-logo {
  float: left;
  width: 60px;
  height: 25px;
  margin-right: 10px;
  background: no-repeat center;
  background-size: 80%;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#airline-suggestions .airline-name {
  color: #000;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#airline-suggestions .custom-suggestions-list li:hover .airline-name {
  color: #fc3;
}

.route-option-label {
  width: 100%;
  vertical-align: top;
}

.route-field-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.route-field-wrapper .searchfield-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#route-option .route-field-wrapper .searchfield-input input {
  padding-right: 0;
  padding-left: 0;
}

.route-field-wrapper .screen-reader-message {
  position: relative;
  z-index: 1;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0;
}

.route-field-wrapper.active .screen-reader-message {
  opacity: 0;
}

.route-field-wrapper.active .searchfield-input {
  z-index: 2;
}

.route-divider {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.route-origin-wrapper .help-block {
  padding-left: 0;
  white-space: nowrap;
}

.route-destination-wrapper .help-block {
  left: -67px;
  white-space: nowrap;
}

.route-auto-suggestions .route-suggestion {
  margin: 0;
}

.route-auto-suggestions .route-suggestion:hover .city-fullname {
  color: #fc3;
}

.route-auto-suggestions .city-fullname {
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.route-auto-suggestions .city-abbr {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 20px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/*ul.purchase-year-list li:first-child{
    font-size: 1.8rem;
}*/

#mobile-model-option {
  width: 100%;
}

html,
body {
  background-color: #fff;
}

.quote-band-bg-img {
  height: 100%;
  background: no-repeat bottom center;
  background-size: cover !important;
  width: 100%;
  object-fit: cover;
}

.quote-form-switcher {
  margin-bottom: 15px;
}

.quote-form-switcher::before,
.quote-form-switcher::after {
  display: table;
  content: "";
}

.quote-form-switcher::after {
  clear: both;
}

.quote-form-switcher > li {
  float: left;
  margin-right: 30px;
  position: relative;
}

.quote-form-switcher > li:last-child {
  margin-right: 0;
}

.quote-form-switcher a {
  margin-top: 0;
}

.quote-form-switcher a.active,
.quote-form-switcher a:hover {
  color: #fa0;
}

.quote-forms {
  position: relative;
  margin-bottom: 230px;
  z-index: 9;
}

.quote-form-wrapper {
  opacity: 0;
  visibility: hidden;
}
#quote-band-commercial,
#quote-band-two-wheeler {
  width: 100%;
}

.quote-form-wrapper:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.quote-form-wrapper.active {
  opacity: 1;
  visibility: visible;
  /* padding-bottom:8%; */
}

@media screen and (max-width: 768px) {
  .quote-form-wrapper.active {
    padding-bottom: 17%;
  }

  .quote-forms-button .quote-form-wrapper.active {
    padding-bottom: 0;
  }

  .pad-bt-120 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

.quote-form-wrapper.slide-lr {
  -webkit-animation: 0.3s slide-lr cubic-bezier(0, 0, 0, 1) forwards;
  animation: 0.3s slide-lr cubic-bezier(0, 0, 0, 1) forwards;
}

.quote-form-wrapper.slide-rl {
  -webkit-animation: 0.3s slide-rl cubic-bezier(0, 0, 0, 1) forwards;
  animation: 0.3s slide-rl cubic-bezier(0, 0, 0, 1) forwards;
}

@-webkit-keyframes slide-lr {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slide-lr {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes slide-rl {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slide-rl {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .quote-forms {
    margin-bottom: 115px;
  }
}

/* @media screen and (min-width: 992px) {
    .quote-forms {
        margin-bottom: 350px;
    }
} */

.fake-input-form {
  position: relative;
  display: table;
  width: 100%;
}

.fake-input-form > * {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.fake-input-form > *:first-child {
  width: 100%;
  padding-right: 15px;
}

.fake-input-form::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 600px) {
  .insurance-type-card-col {
    margin-bottom: 15px;
  }

  .insurance-type-card-col:nth-child(odd) {
    padding-right: 8px;
  }

  .insurance-type-card-col:nth-child(even) {
    padding-left: 8px;
  }
}

.notFound-suggestion {
  color: rgba(48, 45, 45, 0.85) !important;
}

.custom-suggestions-title {
  padding: 8px 16px;
  margin: 0;
  font-size: 1.4rem;
}

.social-follow-wrapper li {
  display: inline-block;
  margin-top: 15px;
  margin-right: 25px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .social-follow-wrapper li {
    margin-right: 15px;
  }
}

.social-follow-wrapper li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .social-follow-wrapper li:last-child {
    margin-right: 0;
  }
}

.social-follow-wrapper .sm-link-btn {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}

.social-follow-wrapper .sm-link-btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}

.social-follow-wrapper .sm-link-btn i.icon {
  margin-top: -1px;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .social-follow-wrapper .sm-link-btn i.icon {
    font-size: 2rem;
  }
}

.social-follow-wrapper .sm-link-btn img.icon {
  width: 70%;
}

.social-follow-wrapper .sm-link-btn.linkedin-link-btn {
  background-color: #07f;
}

.social-follow-wrapper .sm-link-btn.twitter-link-btn {
  background-color: #07f;
}

.social-follow-wrapper .sm-link-btn.fb-link-btn {
  background-color: #3b5998;
}

.social-follow-wrapper .sm-link-btn.medium-link-btn {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .social-follow-wrapper .sm-link-btn {
    width: 50px;
    height: 50px;
  }
}

.twitter-link-btn {
  background-color: #07f;
}

.fr-links-ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .fr-links-ul li {
    padding: 24px 0;
  }
}

.fr-links-ul li:last-child {
  border-bottom: 0;
}

.phone-number-link {
  width: 20px;
  padding: 17px 0;
}

@media screen and (max-width: 991px) {
  .phone-number-link {
    padding: 2px 0;
  }
}

#two-wheeler-residence-city-option input,
#two-wheeler-owned-option input,
#two-wheeler-purchased-year-option input,
#residence-city-option input,
#car-owned-option input,
#purchased-year-option input,
#airline-option input,
#route-option input,
#mobile-model-option input,
#purchased-month-option input,
#quote-band-home input,
.no-border-input {
  border: 0 !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  border-radius: 0 !important;
  font-weight: 300 !important;
}

@media screen and (max-width: 768px) {
  .autocomplete-suggestion {
    color: #444;
    border-bottom: 1px solid #ddd;
  }
}

#cvtp-enquiry a {
  font-size: inherit;
}

#cvtp-enquiry p {
  line-height: 1.4;
}

/*
.label-text-tag {
    color: #666;
}*/

.custom-suggestions-title {
  font-family: "Muli", sans-serif;
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 800;
  font-style: normal;
  color: #444;
  margin: 5px 0;
  letter-spacing: normal;
}

.detailed-addon-card .addon-points-list li,
.dz-preview,
.custom-suggestions-list li.custom-action,
.quote-option label,
.quote-entry-accordion .modal-subtitle,
.route-suggestions .city-fullname {
  font-family: "Muli", sans-serif;
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
  font-style: normal;
  color: #000;
  margin: 5px 0;
  letter-spacing: normal;
}

.inline-label.active .label-text-tag,
.inline-label:hover .label-text-tag {
  color: #ffc752;
}

input#input-mobile-search,
input#input-model-search,
input#input-car-search,
input#input-variant-search,
input#input-bike-search,
input#input-bike-variant-search {
  border: 1px solid #ccc !important;
  padding: 12px 14px;
  background-color: #fff;
  width: 100%;
  border-radius: 2px !important;
  -webkit-appearance: none;
  font-family: "Muli", sans-serif;
  font-size: 1.62rem;
  font-weight: 300;
  color: #000;
  line-height: normal;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 40px;
}

input#input-car-search,
input#input-variant-search,
input#input-bike-search,
input#input-bike-variant-search:focus {
  border-color: #fb0 !important;
  /* box-shadow: 0 0 0 2px #FE9; */
}

#choose-car-brand-dropdown .input-field-wrapper,
#choose-mobile-dropdown .input-field-wrapper,
#choose-mobile-model-dropdown .input-field-wrapper,
#choose-car-dropdown .input-field-wrapper,
#choose-car-model-dropdown .input-field-wrapper,
#choose-cv-model-dropdown .input-field-wrapper,
#choose-cv-model-mask .input-field-wrapper,
#route-origin-model-suggestions .input-field-wrapper,
#purchase-year-suggestions .input-field-wrapper,
#purchase-month-suggestions .input-field-wrapper,
#choose-bike-dropdown .input-field-wrapper,
#choose-bike-model-dropdown .input-field-wrapper,
#choose-bike-brand-dropdown .input-field-wrapper {
  margin-bottom: 4px;
  position: relative;
  padding: 8px 16px;
}

.airline-suggestions::before,
#choose-mobile-model-dropdown.route-suggestions::before,
#choose-car-dropdown.route-suggestions::before,
#purchase-year-suggestions.route-suggestions::before,
#choose-bike-dropdown.route-suggestions::before,
#two-wheeler-purchase-year-suggestions.route-suggestions::before,
#two-wheeler-purchase-month-suggestions.route-suggestions::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
  border-top-left-radius: 2px;
  top: -7px;
  left: 22%;
  margin-left: -15px;
  border-left: 1px solid #ffdd00;
  border-top: 1px solid #ffdd00;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#purchase-month-suggestions.route-suggestions::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
  border-top-left-radius: 2px;
  top: -7px;
  left: 65%;
  margin-left: -15px;
  border-left: 1px solid #ffdd00;
  border-top: 1px solid #ffdd00;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#choose-car-brand-dropdown.route-suggestions::before,
#choose-car-model-dropdown.route-suggestions::before,
#choose-cv-model-dropdown.route-suggestions::before,
#choose-cv-model-mask.route-suggestions::before,
#choose-bike-model-dropdown.route-suggestions::before,
#choose-bike-brand-dropdown.route-suggestions::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
  border-top-left-radius: 2px;
  top: -7px;
  left: 225px;
  margin-left: -15px;
  border-left: 1px solid #ffdd00;
  border-top: 1px solid #ffdd00;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#choose-bike-model-dropdown.route-suggestions::before {
  left: 80px;
}

#route-origin-model-suggestions ul.nav.nav-tabs li {
  font-size: 1.5rem;
  display: inline-block !important;
  width: 30% !important;
  text-align: center;
}

#route-origin-model-suggestions ul.nav.nav-tabs li.active {
  color: #fb0;
  border-bottom: 2px solid;
}

#choose-car-brand-dropdown,
#choose-mobile-dropdown,
#choose-mobile-model-dropdown,
#choose-car-dropdown,
#choose-car-model-dropdown,
#choose-cv-model-dropdown,
#choose-cv-model-mask,
#purchase-year-suggestions,
#purchase-month-suggestions,
#choose-bike-dropdown,
#choose-bike-model-dropdown,
#choose-bike-brand-dropdown,
#two-wheeler-purchase-year-suggestions,
#two-wheeler-purchase-month-suggestions {
  overflow: visible;
  border: 1px solid #ddd;
  border-top: 1px solid #ffdd00 !important;
  border-radius: 2px;
}

#choose-car-brand-dropdown p,
#choose-mobile-dropdown p,
#choose-mobile-model-dropdown p,
#choose-cv-model-dropdown p,
#choose-cv-model-mask p,
#choose-car-dropdown p,
#choose-car-model-dropdown p,
#purchase-year-suggestions p,
#purchase-month-suggestions p {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 800;
  color: #444;
}

#choose-car-dropdown p span,
#choose-car-model-dropdown p span,
#choose-cv-model-dropdown p span,
#choose-cv-model-mask p span {
  font-size: 1.5rem;
  font-weight: 400;
  color: #8e8e8e;
}

#choose-mobile-dropdown p span,
#choose-mobile-model-dropdown p span {
  font-size: 1.5rem;
  font-weight: 400;
  color: #8e8e8e;
}

#car-searchfield-wrapper {
  display: flex;
  align-items: center;
}

#purchase-year-suggestions .no-space,
#purchase-month-suggestions .no-space {
  padding: 6px;
  border-radius: 4px;
}

#purchase-year-input-new:focus,
#purchase-month-input-new:focus {
  border-color: #fb0 !important;
  line-height: 1.4;
}

#city-suggestion .custom-suggestions-title,
#two-wheeler-city-suggestion .custom-suggestion-title {
  font-weight: 800;
  color: #444;
  font-size: 1.4rem;
}

#popular-car-search-suggestion {
  padding: 10px 0;
}

#popular-car-search-suggestion ul li {
  width: 50%;
  float: left;
  font-size: 1.4rem;
}

#popular-car-search-suggestion .custom-suggestions-title {
  font-weight: 800;
  color: #444;
  font-size: 1.4rem;
}

.quote-entry-accordion
  .collapse-selected-value:not(:empty)
  ~ .open-accordion-action {
  float: right;
  margin-left: 10px;
}

.regi-date-year-month {
  font-size: 2rem;
  font-weight: 600;
}

.quote-entry-accordion .qea-select-year .regi-date-year-month,
.quote-entry-accordion .qea-select-year #popular-car-year-search,
.quote-entry-accordion .qea-select-year .regi-date-subtitle,
.quote-entry-accordion .qea-select-year #car-owned-month-option-mobile {
  display: none;
}

.quote-entry-accordion .qea-select-year.active .regi-date-year-month,
.quote-entry-accordion .qea-select-year.active #popular-car-year-search,
.quote-entry-accordion .qea-select-year.active .regi-date-subtitle,
.quote-entry-accordion .qea-select-year.active #car-owned-month-option-mobile {
  display: block;
}

.split-column-list span.collapse-selected-value {
  font-size: 1.6rem;
  display: inline-block;
  width: 88%;
}

.inline-lable p {
  display: inline-block;
}

.inline-label-divider {
  display: inline-block;
}

.fake_input_override:after {
  position: inherit;
}

@media screen and (min-width: 800px) {
  .two-wheeler-city-suggestion {
    overflow: visible !important;
    border-top: 1px solid #ffbb00 !important;
    border-bottom: 1px solid #ddd;
  }
}

#purchase-month-suggestions::before,
#two-wheeler-purchase-month-suggestions::before {
  left: 65% !important;
}

input::-webkit-input-placeholder {
  color: #999 !important;
}

input:focus::-webkit-input-placeholder {
  color: #ddd !important;
}

.pw-img {
  filter: blur(15px);
  transition: all 500ms ease-in-out;
}

.pw-img.loaded {
  filter: blur(0);
}

.detailed-addon-card-faded .addon-points-list::before,
.detailed-addon-card-faded .addon-points-list::after {
  content: "";
  display: table;
}

.detailed-addon-card-faded .addon-points-list::after {
  clear: both;
}

.detailed-addon-card .addon-points-list li,
.ct-collapse-group-contents .collapse p,
.ct-accordion-title,
.detailed-addon-card-faded .addon-points-list li {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 130%;
  font-weight: 600;
  font-style: normal;
  color: #000;
  margin: 5px 0;
}

@media screen and (min-width: 600px) {
  .detailed-addon-card .addon-points-list li,
  .ct-collapse-group-contents .collapse p,
  .ct-accordion-title,
  .detailed-addon-card-faded .addon-points-list li {
    font-size: 1.4rem;
  }
}

.ct-accordion-subtitle {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 130%;
  font-weight: 900;
  font-style: normal;
  color: #8b4;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .ct-accordion-subtitle {
    font-size: 1.4rem;
  }
}

.detailed-addon-card-2 .addon-points-list li,
.ct-accordion-title-large {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 600;
  font-style: normal;
  color: #000;
  margin: 5px 0;
}

@media screen and (min-width: 600px) {
  .detailed-addon-card-2 .addon-points-list li,
  .ct-accordion-title-large {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  .detailed-addon-card-2 .addon-points-list li,
  .ct-accordion-title-large {
    font-size: 1.8rem;
  }
}

.split-layout-spacer,
.split-column-spacer,
.split-column-layout .split-column-right {
  padding: 24px 24px;
}

@media screen and (min-width: 600px) {
  .split-layout-spacer,
  .split-column-spacer,
  .split-column-layout .split-column-right {
    padding: 30px;
  }
}

@media screen and (min-width: 992px) {
  .split-layout-spacer,
  .split-column-spacer,
  .split-column-layout .split-column-right {
    padding: 40px;
  }
}

.dot-rating {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .dot-rating {
    width: 12px;
    height: 12px;
  }
}

.dot-rating:last-child {
  margin-right: 0;
}

.dot-ratings.rating-is-1 .dot-rating:nth-child(-n + 1) {
  background-color: #fb0;
}

.dot-ratings.rating-is-2 .dot-rating:nth-child(-n + 2) {
  background-color: #fb0;
}

.dot-ratings.rating-is-3 .dot-rating:nth-child(-n + 3) {
  background-color: #fb0;
}

.dot-ratings.rating-is-4 .dot-rating:nth-child(-n + 4) {
  background-color: #fb0;
}

.dot-ratings.rating-is-5 .dot-rating:nth-child(-n + 5) {
  background-color: #fb0;
}

.detailed-addon-card-large.detailed-addon-card {
  padding-left: 0;
  padding-right: 0;
}

.detailed-addon-card {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0;
}

.detailed-addon-card .addon-points-list li {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.detailed-addon-card .addon-points-list li:last-child {
  border-bottom: none;
}

.detailed-addon-card .addon-points-list li.highlighted {
  color: #000;
}

.detailed-addon-card .read-more-link {
  display: none;
}

.detailed-addon-card .card-header {
  position: relative;
  margin-bottom: 10px;
}

.detailed-addon-card .feature-icon-wrapper {
  width: 75px;
  height: 75px;
}

.detailed-addon-card .feature-icon-wrapper img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .detailed-addon-card .card-header {
    padding-right: 115px;
  }
  .detailed-addon-card .feature-icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.detailed-addon-card-2 .addon-points-list li {
  margin: 0;
}

.detailed-addon-card-2 .cta-links:not(:empty) {
  padding-top: 20px;
}

.detailed-addon-card-2 .cta-links > *:last-child {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .detailed-addon-card-2 .cta-links:not(:empty) {
    padding-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .detailed-addon-card-2 .cta-links {
    display: table;
    width: 100%;
  }
  .detailed-addon-card-2 .cta-links > * {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .detailed-addon-card-2 .cta-links > *:first-child {
    width: 100%;
  }
  .detailed-addon-card-2 .cta-links > *:last-child {
    margin-top: 0;
    white-space: nowrap;
    text-align: right;
  }
}

.single-faq-accordion {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.single-faq-accordion .collapse-toggle {
  position: relative;
}

.single-faq-accordion .single-faq-question {
  cursor: pointer;
  margin: 0;
  color: #000;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.single-faq-accordion .single-faq-question:hover {
  color: #fc3;
}

.single-faq-accordion .single-faq-answer {
  color: #666;
}

@media screen and (min-width: 600px) {
  .single-faq-accordion .single-faq-answer {
    width: 80%;
    max-width: 700px;
  }
}

.single-faq-accordion .single-faq-accordion-icon {
  position: absolute;
  top: 0.8em;
  right: 0;
  font-size: 0.8em;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.single-faq-accordion.collapse-group.active .single-faq-accordion-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fr-links-ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .fr-links-ul li {
    padding: 24px 0;
  }
}

.fr-links-ul li:last-child {
  border-bottom: none;
}

.unavailable-msg-wrapper,
.unavailable-success-msg-wrapper {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .unavailable-msg-wrapper,
  .unavailable-success-msg-wrapper {
    margin-bottom: 40px;
  }
}

.unavailable-msg-wrapper {
  border-bottom: 1px solid #ddd;
}

.unavailable-success-msg-wrapper {
  display: none;
}

.unavailable-error-serving-text {
  margin-bottom: 11%;
}

.city-notifier-email-wrapper {
  padding: 0;
  margin: 20px 0 24px;
}

@media screen and (min-width: 768px) {
  .city-notifier-email-wrapper {
    margin: 25px 0 40px;
  }
}

.social-follow-wrapper li {
  vertical-align: top;
  display: inline-block;
  margin-top: 15px;
  margin-right: 25px;
}

@media screen and (min-width: 768px) {
  .social-follow-wrapper li {
    margin-right: 15px;
  }
}

.social-follow-wrapper li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .social-follow-wrapper li:last-child {
    margin-right: 0;
  }
}

.social-follow-wrapper .sm-link-btn {
  border-radius: 100%;
  height: 35px;
  width: 35px;
  position: relative;
}

.social-follow-wrapper .sm-link-btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}

.social-follow-wrapper .sm-link-btn i.icon {
  color: #fff;
  font-size: 1.4rem;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  .social-follow-wrapper .sm-link-btn i.icon {
    font-size: 2rem;
  }
}

.social-follow-wrapper .sm-link-btn img.icon {
  width: 70%;
}

.social-follow-wrapper .sm-link-btn.linkedin-link-btn {
  background-color: #07b;
}

.social-follow-wrapper .sm-link-btn.fb-link-btn {
  background-color: #359;
}

.social-follow-wrapper .sm-link-btn.twitter-link-btn {
  background-color: #07f;
}

.social-follow-wrapper .sm-link-btn.medium-link-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .social-follow-wrapper .sm-link-btn {
    width: 50px;
    height: 50px;
  }
}

.checkout-links-txt {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .checkout-links-txt {
    margin-top: 25px;
  }
}

.split-column-list > li {
  padding: 40px 0;
  margin: 0 24px;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .split-column-list > li {
    margin: 0 40px;
  }
}

.split-column-list > li:last-child {
  border-bottom: none;
}

.split-column-list-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.split-column-layout {
  padding: 0;
}

.split-column-layout .split-column-right {
  text-align: center;
  border-left: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .split-column-layout {
    display: table;
    width: 100%;
  }
  .split-column-layout > * {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .split-column-layout .split-column-left {
    width: 65%;
  }
  .split-column-layout .split-column-right {
    width: 35%;
  }
}

@media screen and (max-width: 768px) {
  .split-column-layout .split-column-right {
    display: none;
  }
}

.split-column-images {
  position: relative;
}

.split-column-images img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-width: 300px;
  width: 100%;
}

.split-column-images img:not(:first-child) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.collapse {
  display: none;
}

#quote-entry-modal_four-wheeler .collapse {
  display: block;
}

.ct-header-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: 1px solid #ddd;
}

.ct-header-wrapper.sticky .ct-header {
  border-bottom: none;
}

.ct-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .ct-row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.ct-cell {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  border-left: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .ct-cell {
    width: 25%;  
    text-align: center;
  }
  .ct-collapse-group {
    border-bottom: 1px solid #ddd;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    border-left: none;
    text-align: left;
  }
}

.single-column-table .ct-header-wrapper .ct-cell {
  width: 30% !important;
}

.single-column-table .comparison-table + table .ct-header .ct-cell {
  width: 30% !important;
}


.comparison-table + table .ct-header .ct-row {
justify-content: flex-end;
}

.ct-header-wrapper .ct-row {
  justify-content: flex-end;
}

.single-plan-cover .comparison-table-wrapper .ct-header-wrapper .container {
  padding: 0;
}

.single-plan-cover .comparison-table .ct-collapse-group-contents {
  padding-right: 12px !important;
}

.single-plan-cover .container .ct-header {
  margin: 0 !important;
}

.ct-collapse-group {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  border-left: none;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .ct-collapse-group {
    width: 100%;
  }

  .single-column-table .ct-header-wrapper .ct-cell {
    width: 25% !important;
  }

  
  .single-column-table .comparison-table + table .ct-header .ct-cell {
    width: 25% !important;
  }
}


.ct-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .ct-option {
    position: absolute;
    margin: 0 20px;
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 992px) {
  .ct-option {
    margin: 0 40px;
  }
}

.ct-header {
  border-bottom: 1px solid #ddd;
}

.ct-header .ct-cell {
  padding: 15px 5px;
  display: flex;
  justify-content: center;
}

.ct-footer {
  border-top: 1px solid #ddd;
}

.ct-footer-cta-wrapper {
  margin: 0 auto;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .ct-footer-cta-wrapper {
    margin: 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  .ct-footer-cta-wrapper {
    margin: 0 40px;
  }
}

.ct-cta-button {
  width: 100%;
  max-width: 110px;
}

@media screen and (min-width: 768px) {
  .ct-cta-button {
    max-width: none;
  }
}

.ct-collapse-group-contents {
  padding: 10px 0;
  position: relative;
}

.ct-collapse-group-contents .collapse p {
  margin-bottom: 0;
}

.ct-accordion-toggle-wrapper {
  position: relative;
  cursor: pointer;
}

.ct-accordion-toggle-wrapper:hover .ct-accordion-title {
  color: #fc3;
}

.ct-accordion-title {
  color: #000;
  margin: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.ct-accordion-title-large {
  margin: 0;
}

.ct-accordion-icon {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.8em;
  margin-top: -0.4em;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.collapse-group.active .ct-accordion-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ct-body .ct-row:last-child .ct-collapse-group-contents {
  border-bottom: 0;
}

.ct-option .asterisk,
.ct-option .icon-checkmark {
  color: #1b6;
  font-size: 2rem;
}

.ct-option .checkmark-asterisk {
  position: relative;
}

.ct-option .asterisk {
  position: absolute;
  left: 100%;
  top: 4px;
  margin-left: 3px;
  font-size: 1.4rem;
}

.ct-option-content {
  text-align: left;
  padding-top: 10px;
  margin: 0 40px 0 0;
}

@media screen and (min-width: 768px) {
  .ct-option-content {
    margin: 0 40px;
  }
}

.personalisations-feature-col#personalisations-feature-id-1 {
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .personalisations-feature-col#personalisations-feature-id-1 {
    border-bottom: 0;
    border-right: 1px solid #ddd;
  }
}

@media screen and (min-width: 768px) {
  .personalisations-feature-col#personalisations-feature-id-1,
  .personalisations-feature-col#personalisations-feature-id-3 {
    padding-right: 40px;
  }
  .personalisations-feature-col#personalisations-feature-id-2 {
    padding-left: 40px;
  }
}

.detailed-addon-card-faded {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #ddd;
  padding-left: 24px;
  padding-right: 24px;
}

.detailed-addon-card-faded .addon-points-list li {
  padding: 10px 5px 10px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.detailed-addon-card-faded .addon-points-list li:nth-last-child(1),
.detailed-addon-card-faded .addon-points-list li:nth-last-child(2),
.detailed-addon-card-faded .addon-points-list li:nth-last-child(3) {
  border-bottom: none;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .detailed-addon-card-faded .addon-points-list li {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .detailed-addon-card-faded .addon-points-list li {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 1199px) {
  .detailed-addon-card-faded .addon-points-list li.secondary-items-li {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .detailed-addon-card-faded .addon-points-list li.and-more-li {
    display: none;
  }
}

/* .table-wrapper .ct-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
} */
