body {
  font-family:
    Pluto,
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color emoji !important;
  margin: 0 !important;
  color: var(--primary-color) !important;
  letter-spacing: 0.5px;
  line-height: 1.34 !important;
  /* background: #e8f3ff !important; */
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  /* font-family: arda !important; */
}

.row-light.row-top.row-icon {
  padding-top: 30px !important;
  /* margin-top: 9px !important; */
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}
input::placeholder {
  font-size: 17px;
  color: #535353;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

.row-light {
  background: var(--surface-muted-color);
  padding: 6%;
  /* padding-top: 0; */
  /* border-radius: 15px; */
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin: 0 auto;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }
  td.visible-xs,
  th.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;
  }
  td.visible-sm,
  th.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;
  }
  td.visible-md,
  th.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;
  }
  td.visible-lg,
  th.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;
  }
  td.visible-print,
  th.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;
  }
}

/*!   MAIN STYLES   */

.main-container {
  width: 95%;
  max-width: 871px;
  margin: 0 auto !important;
  /* box-shadow: 2px -5px 7px 5px rgb(0 0 0 / 35%); */
}

.centered {
  margin: 0 auto;
  text-align: center;
}

.brandsimg img {
  max-height: 86px;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  padding-bottom: 18px;
  padding-top: 8px;
  /* background: red; */
  padding-right: 1%;
  /* margin-top: 10px; */
  padding-left: 1%;
  border-bottom: 0px solid #8ea0c869;
}

.logo-1 {
  float: left;
  font-size: 20px;
  color: #233563;
  letter-spacing: 0.2px;
}

.logo-2 {
  max-width: 39%;
  float: left;
}

.logo-com {
  color: #fff;
  background-color: #283465;
  font-size: 13px;
  padding: 4px;
  border-radius: 8px;
}

.clearfix.sellarea2 {
  width: 82%;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 27px;
  max-width: 441px;
}

.logo {
  font-family: "Fredoka One", cursive;
  padding-top: 7px;
}
.banner-wrapper {
  padding-top: 0px;
  background: white;
}
.header-wrapper {
  background: #ffffff;
  /* padding: 10px 15% 10px 15%; */
  text-align: center;
  /* display: none; */
  /* box-shadow: 2px -5px 7px 5px rgb(0 0 0 / 35%); */
}

.family-image {
  padding-top: 61px;
}

.brand-image img {
  border-radius: 6px;
  width: 100%;
  max-height: 130px;
  /* box-shadow:0 1px 8px 1px rgba(0,0,0,.35); */
}

.headline {
  font-size: 29px;
  text-align: center;
  color: var(--heading-color);
  /* font-family: arda; */
  line-height: 1.3;
  /* padding: 21px; */
  /* padding-bottom: 21px; */
  display: none;
  font-weight: 600;
  /* padding-top: 5px; */
  word-spacing: 2px;
  /* text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff; */
}

button.close {
  color: #111111 !important;
}

.headline strong {
  font-size: 47px;
  color: var(--heading-secondary-color);
  font-weight: 100;
  line-height: 1.1;
  text-align: center;
}

.button-wrapper {
  /* width: 40%; */
  /* max-width: 259px; */
  /* margin: 0 auto; */
  cursor: pointer;
  font-weight: bolder !important;
  /* display: none; */
}

.sub-headline {
  font-size: 23px;
  color: var(--text-color);
  padding-top: 24px;
  padding-bottom: 23px;
  text-align: center;
  font-weight: bolder;
  border-bottom: 10px solid var(--heading-secondary-color);
  padding-left: 3%;
  /* border-bottom: 1px solid #66686c36; */
  /* background: #e1effb; */
  font-family:
    Pluto,
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color emoji !important;
  padding-right: 3%;
  /* font-family: monospace !important; */
  display: none;
}

.sub-headline strong {
  font-weight: 800;
}

.usp-list {
  color: var(--text-color);
  padding-top: 12px;
  padding-bottom: 17px;
  padding-left: 21px;
}

.usp-list strong {
  color: var(--text-color);
  font-weight: 100;
}

.usp-list li {
  font-size: 19px;
  line-height: 1.3;
  list-style-type: none;
  margin-bottom: 12px;
}

.usp-list li:before {
  content: "";
  display: block;
  width: 22px;
  height: 28px;
  background: url(../images/icon-tick-lime.svg) no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 16px;
  margin-top: -2px;
}

.usp-list ul {
  padding: 0 !important;
}

.cta1 {
  position: relative;
  background-color: #ffffff57;
  /* margin-bottom: 19px; */
  /* border-color: #fb5555; */
  /* text-shadow: 0px 0px 0px #283465; */
  color: #fff;
  min-height: 0px !important;
  /* border-radius: 52px; */
  /* border: 1px solid #c53e05; */
  /* float: left; */
  /* border-bottom: 0; */
  text-align: center;
  /* font-family: arda; */
  background: -moz-linear-gradient(
    top,
    var(--accent-color) 0,
    var(--accent-secondary-color) 100%
  );
  /* box-shadow: inset 0 0px 20px 8px #c0e5fffc; */
}

.ctaarrow {
  position: relative;
  background-color: #ffffff57;
  /* margin-bottom: 19px; */
  /* border-color: #fb5555; */
  /* text-shadow: 0px 0px 0px #283465; */
  color: #fff;
  /* border-radius: 52px; */
  /* border: 1px solid #c53e05; */
  /* float: left; */
  /* border-bottom: 0; */
  text-align: center;
  /* font-family: arda; */
  background: -moz-linear-gradient(
    top,
    var(--accent-color) 0,
    var(--accent-secondary-color) 100%
  );
  /* box-shadow: inset 0 0px 20px 8px #c0e5fffc; */
}

.formdisclaimer strong {
  text-decoration: underline;
  color: var(--text-color);
}

.brand-image {
  padding-top: 2px;
}

.cta1 a {
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 38px;
  cursor: pointer;
  padding-top: 24px;
  font-weight: bolder !important;
  padding-bottom: 28px;
  padding-right: 10%;
  padding-left: 10%;
  background: #438ce0;
  font-weight: 600;
  display: block;
  /* letter-spacing: 1.1px; */
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 3%;
  padding-left: 3%;
  font-weight: bolder !important;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
  padding-bottom: 7px;
  max-width: 244px;
  margin: 0 auto;
  background: #283465;
  border-radius: 10px 10px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 3%;
  padding-left: 3%;
  font-weight: bolder !important;
  border-radius: 10px 10px 0 0;
}

.ctaarrow a {
  margin: 0 auto;
  /* max-width: 800px; */
  text-decoration: none !important;
  color: #283465 !important;
  font-size: 41px;
  cursor: pointer;
  padding-top: 19px;
  font-weight: bold !important;
  line-height: 1.2;
  padding-bottom: 46px;
  padding-right: 3%;
  padding-left: 3%;
  font-family:
    Pluto,
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color emoji !important;
  /* background: #e1eefb; */
  font-weight: 600;
  display: block;
  /* font-family: var(--gp-font--open-sans); */
  /* border: 1px solid #1d366142; */
  border-bottom: none;
  /* letter-spacing: 1.2px; */
}

.arrow img {
  padding-top: 17px;
  position: absolute;
  max-width: 12%;
  float: left;
}

.bannerbg {
  /* max-width: 660px; */
  /* margin: 0 auto; */
  /* padding-top: 10px; */
  /* padding-left: 2%; */
  /* padding-right: 2%; */
  /* padding-bottom: 11px; */
  /* box-shadow: -4px 6px 7px 5px rgb(0 0 0 / 35%); */
  /* border-radius: 0; */
  /* background: #dbe6fc; */
  /* margin-top: 21px; */
  /* border-bottom: solid; */
  /* border-bottom-color: #dbdfe7; */
  /* border-bottom: 1px solid #24325069; */
}

.cta1:after,
.cta1:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cta1:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #d73e00;
  border-width: 33px;
  margin-left: -31px;
  /* margin-top: 9px; */
}

.form-headline {
  color: #1d3661;
  font-size: 39px;
  font-family: arda;
  padding-top: 33px;
  padding-bottom: 32px;
  text-align: center;
  display: none;
}

.form-area {
  margin: 0 auto;
  /* font-weight: 900; */
  font-size: 17px;
  /* font-weight: bolder !important; */
  /* margin-top: 0px !important; */
  /* padding-left: 7%; */
  /* padding-right: 7%; */
  /* box-shadow: 0px 5px 7px 5px rgb(0 0 0 / 35%); */
}

.form-area label {
  font-size: 20px;
  width: 100%;
  float: left;
  padding-bottom: 12px;
  /* padding-top: 16px; */
  font-weight: 100;
  padding-left: 0;
  color: #1d3661;
  font-weight: bold;
  /* text-decoration: underline; */
  /* font-family: arda; */
}

.footerlinks {
  /* max-width:550px; */
  margin-bottom: 29px;
  text-align: center;
}

.footer {
  padding: 6%;
  text-align: justify;
  padding-top: 47px;
  color: #3c677d;
  font-size: 13px;
  background: white;
}

.col-xs-12.container-fluid.disclaimer {
  text-align: justify;
}

.icon-radio-button img {
  width: 89%;
  max-width: 81px;
  padding: 7%;
  border-radius: 9px;
  margin-bottom: 15px;
  border: 1px solid #1d366152;
  background: white;
}

.highligthed {
  border-color: #109afb !important;
  background-color: #9bd5ff !important;
  background: url(../images/icon-tick-lime.svg) no-repeat !important;
  background-size: 21px !important;
  background-position: top right;
  background-position-y: 6% !important;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.35);
  background-position-x: 93% !important;
}

.brand1 img {
  max-width: 100%;
  max-height: 100%;
}

.brand1 {
  height: 65px;
}

.brand2 img {
  max-width: 100%;
  max-height: 100%;
}

.brand2 {
  height: 65px;
}

.brand3 img {
  max-width: 100%;
  max-height: 100%;
}

.brand3 {
  height: 65px;
}

.brand4 img {
  max-width: 100%;
  max-height: 100%;
}

.brand4 {
  height: 65px;
}
input[type="radio"] {
  display: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] {
  display: none;
}

.row.grey {
  border: 0 solid #1d36614a;
  border-bottom-width: 1px;
  padding-bottom: 29px;
}

.row.white {
  border-bottom-width: 1px;
  padding-bottom: 29px;
}

select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border-radius: 6px !important;
  font-size: 18px !important;
  height: 66px;
  font-weight: bolder !important;
  color: #1d3661;
  background-color: #ffffff !important;
  border: 1px solid #1d366152;
  /* font-family: arda-body!important; */
  font-weight: 800;
  text-align: center;
  text-align-last: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align-last: -moz-center;
  text-align-last: -webkit-center;
  /* font-family: arda!important; */
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"] {
  display: inline-block;
  width: 100%;
  padding: 10px 12px;
  outline: 0;
  border: 1px solid #1d366152;
  border-radius: 6px;
  font-size: 18px;
  height: 66px;
  color: #1d3661;
  -webkit-appearance: none;
  /* background-color: #e9f0f5!important; */
  /* font-family: arda-body; */
  /* font-weight: 700; */
}

.trust2 img {
  width: 100%;
  height: auto;
  max-width: 215px;
  padding: 24px;
  display: none;
}

.formdisclaimer {
  font-size: 15px;
  text-align: justify;
  text-align-last: center;
  /* padding-bottom: 28px; */
  /* padding-top: 5px; */
  width: 90% !important;
  margin-right: 5%;
  margin-left: 5%;
  color: #57677e;
}

.formdisclaimer a {
  color: var(--primary-color);
}

.footer a {
  color: var(--primary-color);
}

.form-wrapper {
  /* box-shadow: 0px 11px 7px 5px rgb(0 0 0 / 35%); */
  border-radius: 0 0 67px 67px;
  background: #ffffff;
  /* max-width: 50%; */
}

.header-button {
  text-align: right;
  padding-bottom: 10px;
}

.header-button a {
  background-image: linear-gradient(
    var(--accent-color),
    var(--accent-secondary-color)
  );
  background: var(--accent-color);
  box-shadow:
    0 0 0 1px var(--accent-secondary-color),
    0 0 0 4px #9ca4ba4f;
  display: inline-block;
  line-height: 1.8;
  font-size: 19px;
  font-family: arda;
  color: #ffffffed;
  border-radius: 30px;
  padding-right: 11px;
  padding-left: 11px;
  padding-top: 2px;
  margin-top: 0;
  text-decoration: none;
  box-shadow: 0 4px 0 var(--accent-secondary-color);
  background: var(--accent-color);
  background: -moz-linear-gradient(
    top,
    var(--accent-color) 0,
    var(--accent-secondary-color) 100%
  );
  background: -webkit-linear-gradient(
    top,
    var(--accent-color) 0,
    var(--accent-secondary-color) 100%
  );
  background: linear-gradient(
    to bottom,
    var(--accent-color) 0,
    var(--accent-secondary-color) 100%
  );
}

input.submit:hover {
  background: var(--accent-secondary-color);
  border-color: var(--accent-secondary-color);
}

a#quickquote:hover {
  background: var(--accent-secondary-color);
}

.thank-you {
  padding: 59px;
  background: var(--footer-background-color);
  border-radius: 20px;
}

.amount-years {
  /* max-width: 662px; */
}

input.success {
  background: url(../images/tick2.svg) no-repeat !important;
  background-size: 31px !important;
  background-color: white !important;
  background-position: right !important;
  color: #273465 !important;
}

.help-block {
  font-weight: 700;
  color: #fff !important;
  font-size: 15px;
  margin-top: -4px !important;
  background: #ff1f00;
  text-decoration: none !important;
  padding: 0 !important;
  display: block !important;
  z-index: 9999;
  border-radius: 0 0 8px 8px;
}

.tickarea.success {
  display: block;
  height: 66px;
  background: url(../images/icon-tick-lime.svg) no-repeat;
  background-size: 21px;
  background-position-x: 2px;
  background-position-y: 20px;
}

/*!   RESPONSIVE STYLES   */

@media (max-width: 992px) {
  .bannerbg {
    /* margin-top: 0px; */
    /* border-radius: 0; */
    /* padding-left: 8%; */
    /* padding-right: 8%; */
    /* padding-top: 17px; */
    /* padding-bottom: 16px; */
  }
  .usp-list li {
    font-size: 17px;
  }

  .banner-wrapper {
    padding-top: 0px !important;
    background: white;
  }

  .brand-image img {
    width: 100%;
  }
  .usp-list {
    padding-top: 9px;
    padding-bottom: 4px;
  }
  .form-area label {
    font-size: 20px;
    padding-top: 24px;
  }
  .form-area {
    max-width: 100%;
    padding: 0;
    font-size: 17px;
    /* font-weight: bolder !important; */
    /* padding-top: 25px; */
    /* padding-left: 10%; */
    /* padding-right: 10%; */
  }
  .clearfix.sellarea2 {
    width: 84%;
  }
  .headline strong {
    font-size: 39px;
  }
  .headline {
    /* font-size: 28px; */
  }
  .main-container {
  }
}

@media (max-width: 900px) {
  .brand-image img {
    width: 100%;
  }
  .usp-list {
    padding-top: 16px;
    padding-bottom: 11px;
  }
  .clearfix.sellarea2 {
    width: 92%;
  }
}

@media (max-width: 850px) {
  .brand-image img {
    width: 101%;
  }
  .usp-list {
    padding-top: 7px;
    padding-bottom: 11px;
  }
  .clearfix.sellarea2 {
    width: 95%;
  }
}

@media (max-width: 800px) {
  .brand-image img {
    width: 91%;
  }
  .usp-list {
    padding-top: 6px;
    padding-left: 7px;
    padding-bottom: 11px;
  }
  .clearfix.sellarea2 {
    width: 96%;
  }
}

@media (max-width: 767px) {
  .poundsign {
    margin-left: 0 !important;
  }
  .amount-years {
    padding: 0 !important;
    padding-bottom: 36px !important;
  }
  .bannerbg {
  }

  .form-area label {
    font-size: 18px;
  }
  .form-area label {
    font-size: 20px;
    padding-top: 26px;
    text-align: left;
    padding-bottom: 8px;
    padding-right: 7%;
    padding-left: 0;
  }
  .formdisclaimer {
    font-size: 13px;
    padding-bottom: 12px;
    width: 94% !important;
    margin-right: 3%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 3%;
  }

  .formdisclaimer strong {
    font-size: 13px;
    /* padding-bottom: 12px; */
    /* width: 94%; */
    /* margin-right: 3%; */
    /* margin-left: 3%; */
    text-decoration: underline;
    color: #283465;
  }
  .form-button .submit {
    font-size: 30px !important;
    padding: 20px 5% 20px 5% !important;
    width: 100% !important;
  }
  .form-wrapper {
    /* padding-left: 3%; */
    /* padding-right: 3%; */
    padding-top: 0px;
    box-shadow: none;
    margin: 0 auto;
    border-radius: 0;
    /* box-shadow: -1px 2px 6px 0 rgba(0, 0, 0, .35); */
  }

  .formicon {
    padding: 16%;
    /* padding-left: 5% !important; */
  }

  .centerme {
    text-align: center;
  }
  .formfield {
    padding: 0;
  }
  .form-headline {
    display: none;
  }
  .form-area {
    border-radius: 0;
    padding-top: 2%;
    box-shadow: none;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
  .cta1 {
    width: 100%;
    /* border-radius: 0; */
  }

  .ctaarrow {
    width: 100%;
    /* border-radius: 0; */
  }
  .headline strong {
    font-size: 37px;
  }

  .form-area {
    max-width: 100%;
    padding: 0;
    font-size: 18px;
    /* padding-top: 11px; */
    /* padding-left: 2%; */
    /* padding-right: 2%; */
  }

  .headline {
    /* font-size: 29px; */
    /* color: #233563; */
    /* font-family: arda; */
    /* padding-top: 17px; */
    /* padding-left: 4%; */
    /* font-weight: 600; */
    /* padding-right: 4%; */
    /* text-align: center; */
    /* padding-bottom: 11px; */
  }
  .brand-image img {
    margin-bottom: -3px;
    margin-top: -5px;
    /* max-width:111px */
  }
  .brand-image {
    padding-top: 2px;
  }
  .sub-headline {
    font-size: 23px;
    padding-top: 22px;
    padding-bottom: 18px;
    padding-left: 3% !important;
    padding-right: 3%;
  }
  .usp-list li:before {
    width: 13px;
    height: 15px;
    margin-right: 7px;
    margin-top: 1px;
  }
  .usp-list {
    width: 82%;
    padding-top: 7px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }
  .button-wrapper {
    /* width: 75%; */
    /* margin: 0 auto; */
    /* cursor: pointer; */
    /* border-radius: 20px !important; */
    /* margin-top: 15px; */
  }
  .usp-list li {
    font-size: 16px;
    line-height: 1.2;
    list-style-type: none;
    margin-bottom: 4px;
    display: inline-block;
  }
  .logo {
    margin-top: 2px;
  }
  .logo-1 {
    float: left;
    font-size: 16px;
  }
  .logo-2 {
    max-width: 39%;
    float: left;
  }
  .logo-com {
    font-size: 9px;
    padding: 4px;
    border-radius: 8px;
  }
  .header-button a {
    font-size: 16px;
    padding-bottom: 1px;
  }
  .bannerbg {
    /* padding-top: 0px; */
    /* padding-bottom: 15px; */
  }
  .brand-image {
    text-align: center;
  }
  .clearfix.sellarea2 {
    padding-top: 0;
    width: 100%;
    /* display: none; */
  }
  .upsell-headline {
    font-size: 37px !important;
    text-align: center;
    color: #283465;
    font-family: arda;
    padding-top: 32px !important;
    padding-bottom: 0 !important;
    text-shadow:
      0 0 1px #fff,
      0 0 1px #fff,
      0 0 1px #fff,
      0 0 1px #fff,
      0 0 2px #fff;
  }
  .thank-pmi {
    padding-top: 0 !important;
  }
  .pmi-image {
    padding-top: 8px;
  }
  .button-wrapper {
    /* margin-top: 7px; */
    /* max-width: 275px; */
  }
  .cta1 a {
    font-size: 22px;
    padding-bottom: 7px;
    max-width: 237px;
    width: 95%;
    margin: 0 auto;
    /* background: #f55300; */
    border-radius: 10px 10px 0 0;
    /* padding-top: 15px; */
    padding-bottom: 0;
    padding-right: 3%;
    padding-left: 3%;
    font-weight: bolder !important;
    border-radius: 10px 10px 0 0;
  }
  .ctaarrow a {
    font-size: 32px;
    /* padding-bottom: 10px; */
    /* padding-top: 22px; */
    /* border: 1px solid #1d366142; */
    /* border-bottom: none; */
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (max-width: 600px) {
  .logo span {
    background: #84ac00;
    color: #fff;
    border-radius: 11px;
    font-size: 8px !important;
    float: right;
    padding: 4px;
  }
  .bannerbg {
    /* background-size: 46%; */
    /* background-position-x: 86%; */
    /* padding-right: 2%; */
    /* padding-left: 2%; */
    /* padding-bottom: 0px; */
  }
  .usp-list li {
    font-size: 16px;
  }
  .usp-list {
    width: 82%;
  }
  .form-button .submit {
    font-size: 29px !important;
    padding: 20px 5% 20px 5% !important;
    width: 96% !important;
  }
  .headline strong {
    font-size: 35px;
  }
  .sub-headline {
    font-size: 24px;
    /* margin-left: 10% !important; */
    /* background: #e1effb; */
    /* margin-right: 10%; */
  }
  .headline {
    font-size: 27px;
  }
  .button-wrapper {
    /* margin-top: 0px; */
    /* max-width: 262px; */
  }
}

@media (max-width: 500px) {
  .bannerbg {
    /* background-size: 52%; */
    /* padding-right: 5%; */
    /* padding-left: 5%; */
    /* border-bottom: 6px !important; */
    /* background: white; */
  }

  .cta1 {
    border-radius: 0px;
  }

  .ctaarrow {
    border-radius: 0px;
  }
  label.labelpadded {
    /* width: 87%; */
    padding-left: 0;
    padding-right: 11%;
    text-align: left;
  }
  .tickarea.success {
    /* width: 17.33px; */
  }
  .usp-list li {
    font-size: 16px;
  }
  .usp-list {
    padding-top: 9px;
    padding-bottom: 11px;
    text-align: inherit;
  }
  .brand-image img {
    margin-bottom: 0;
    border-bottom: 0;
    /* max-width:102px */
  }
  .form-button .submit {
    font-size: 27px !important;
    padding: 20px 2% 20px 2% !important;
    width: 96% !important;
    max-width: 300px !important;
  }
  .headline strong {
    font-size: 34px;
  }
  .sub-headline {
    font-size: 23px;
    padding-bottom: 32px;
    padding-top: 24px;
    padding-left: 3% !important;
    padding-right: 3%;
    display: none;
    /* display: none; */
  }
  .form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .headline {
    font-size: 26px;
    /* padding-bottom: 3px; */
    /* padding-top: 12px; */
    /* background: red; */
    /* background: #f3f7ff; */
  }

  .banner-wrapper {
    padding-top: 0px !important;
    background: white;
  }

  .fam-image img {
    max-width: 60% !important;
    min-width: 160px !important;
  }
  .button-wrapper {
    /* width: 100%; */
    /* margin-top: 0px; */
    /* font-size: 28px; */
    /* margin-bottom: 24px; */
    /* max-width: none; */
  }
  .cta1 a {
    /* font-size: 22px !important; */
    /* border-radius: 56px; */
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 3%;
    padding-left: 3%;
    font-weight: bolder !important;
    border-radius: 10px 10px 0 0;
  }

  .ctaarrow a {
    /* font-size: 32px !important; */
    /* border-radius: 56px; */
    padding-top: 7px;
    /* max-width: 388px; */
    padding-bottom: 19px;
    padding-right: 3%;
    /* background: #f0f8ff; */
    padding-left: 3%;
    /* font-weight: bolder !important; */
    /* border: 1px solid #1d366142; */
    border-bottom: none;
  }
  .usp-list {
    width: 82%;
  }
}

@media (max-width: 500px) {
  .logo span {
    background: #84ac00;
    color: #fff;
    border-radius: 11px;
    font-size: 12px;
    float: right;
    padding: 4px;
  }

  .brandsimg img {
    /* height: 100%; */
    /* width: 100%; */
    object-fit: contain;
    max-height: 72px;
    padding-bottom: 15px;
    padding-top: 13px;
    padding-right: 0;
    /* border-bottom: 10px solid #438ce0; */
    padding-left: 0;
  }
  .usp-list {
    width: 90%;
  }
  .header-button a {
    font-size: 14px;
    padding-bottom: 1px;
  }
  .bannerbg {
    /* background-size: 56%; */
    /* padding-right: 3%; */
    /* padding-left: 3%; */
    margin-top: 0px;
    padding-top: 0px;
    /* padding-bottom: 17px; */
  }
  .usp-list li {
    font-size: 16px;
  }
  .headline strong {
    font-size: 32px;
  }
  .sub-headline {
    font-size: 23px;
    padding-bottom: 17px;
    /* display: none; */
  }
  .headline {
    font-size: 26px;
  }
  .fam-image img {
  }
  .button-wrapper {
    /* width: 100%; */
    /* max-width: none; */
  }
}

@media (max-width: 360px) {
  .bannerbg {
    /* background-size: 67%; */
    /* background-position-x: 111%; */
    /* padding-right:5px; */
    /* padding-left:5px; */
  }
  .usp-list li {
    font-size: 16px;
  }
  .cta1 a {
    /* font-size: 19px !important; */
  }
  .usp-list {
    width: 95%;
  }
}

.form-button .submit {
  line-height: 1;
  padding: 20px 0 20px 0;
  user-select: none;
  font-weight: bolder;
  letter-spacing: 0.03em;
  text-transform: none;
  white-space: normal;
  border-radius: 18px;
  cursor: pointer;
  font-size: 30px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 77px;
  margin-top: 31px;
  background-image: linear-gradient(#f55300, #cc3700);
  border-color: #790c07;
  color: #fff;
  display: block;
  /* font-family: arda; */
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: 67%;
  text-decoration: none;
  max-width: 340px;
  border: solid 1px #d73e00;
  text-align: center;
  -moz-transition: all 0.1s;
  -webkit-box-shadow: 0 6px 0 #d35400;
  -moz-box-shadow: 0 6px 0 #d35400;
  box-shadow: 0 6px 0 #9c2f07;
  background: -moz-linear-gradient(top, #f26c29 0, #f55300 100%);
}

input.haserror {
  border: 1px solid red !important;
}

p.field_error {
  color: #fff;
  font-size: 14px;
  margin-top: 1px;
  background: red;
  padding: 4px;
  border-radius: 3px;
}

div#loading {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  font-size: 25px;
  padding: 30px;
  box-sizing: border-box;
  background: #ffffffcc;
}

#loader,
#loader .dot,
div#loading {
  bottom: 0;
  margin: auto;
  top: 0;
}

div#loading > div {
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}

#loader {
  height: 120px;
  width: 120px;
}

#loader,
#loader .dot,
#loader .dot::before,
#loader .lading {
  left: 0;
  position: absolute;
  right: 0;
}

#loader,
#loader .dot,
div#loading {
  bottom: 0;
  margin: auto;
  top: 0;
}

#loader .dot:nth-child(7n + 1)::before {
  animation: 0.8s linear 0.1s normal none infinite running load;
  background: #00ff80;
}

#loader .dot::before {
  border-radius: 100%;
  content: "";
  height: 87.5px;
  top: 0;
  transform: scale(0);
  width: 87.5px;
}

#loader .dot:nth-child(7n + 1) {
  transform: rotate(45deg);
}

#loader .dot {
  height: 100%;
  width: 10px;
}

#loader,
#loader .dot,
#loader .dot::before,
#loader .lading {
  left: 0;
  position: absolute;
  right: 0;
}

#loader,
#loader .dot,
div#loading {
  bottom: 0;
  margin: auto;
  top: 0;
}

.logo span {
  background: #84ac00;
  color: #fff;
  border-radius: 11px;
  font-size: 12px;
  float: right;
  padding: 4px;
}

.thank {
  padding-top: 49px;
  padding-bottom: 71px;
  padding-left: 20px;
  padding-right: 20px;
}

.thank-pmi {
  background: #fff;
  padding: 37px;
  margin-top: 29px;
  text-align: center;
}

.pmi-image {
  text-align: center;
}

.pmi-image img {
  width: 35%;
  border-radius: 50%;
  box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.35);
}

.pmi-headline {
  font-size: 29px;
  text-align: center;
  padding: 19px;
  padding-bottom: 0;
  font-weight: 800;
}

.pmi-text {
  font-size: 19px;
  padding: 61px;
  text-align: center;
  min-height: 64px;
  padding-bottom: 54px;
  padding-top: 14px;
}

.pmi-button a {
  font-size: 24px;
  text-decoration: none;
  background-image: linear-gradient(#dc4d11ed, #fff);
  background: #ff4c00;
  box-shadow:
    0 0 0 1px #dc4d11ed,
    0 0 0 4px #e4e9ec;
  display: inline-block;
  line-height: 1.8;
  font-size: 24px;
  font-family: arda;
  color: #ffffffed;
  border-radius: 30px;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 4px;
  text-decoration: none;
}

.pmi-button {
  text-align: center;
  padding: 18px;
  margin-bottom: 31px;
  display: none;
}

.upsell {
  height: auto;
}

.upsell-headline {
  font-size: 41px;
  text-align: center;
  color: #283465;
  font-family: arda;
  padding-top: 0;
  padding-bottom: 29px;
  text-shadow:
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 2px #fff;
}

.upsell {
  height: auto;
  display: none;
}

.upsell-headline {
  font-size: 41px;
  text-align: center;
  color: #283465;
  font-family: arda;
  padding-top: 0;
  padding-bottom: 29px;
  text-shadow:
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 2px #fff;
}

div#showerror {
  display: none;
}

.icon-radio-button img:hover {
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.35);
  border: 1px solid #009af9;
}

.leftpad {
  /* padding-left:10px */
}

.rightpad {
  padding-right: 10px;
}

.row-dark,
.row-light {
  margin-bottom: 0 !important;
  /* padding: 0 11% 0 9%; */
  overflow: hidden;
  border: 1px solid #abb1bd69;
  padding-bottom: 36px;
  background: var(--surface-muted-color);
  margin-bottom: 32px;
  background: var(--surface-muted-color);
  padding: 9%;
  padding-top: 20px;
  padding-bottom: 31px;
  /* border-radius: 15px; */
  max-width: none;
  margin: 0 auto;
}

.centerme {
  /* text-align: center */
}

.formicon {
  padding: 5%;
  padding-left: 7px;
  padding-bottom: 0;
  padding-right: 7px;
  padding-bottom: 5px;
}

.row-top {
  padding-top: 5px;
}

label.labelicon {
  width: 88%;
  /* padding-left: 6%; */
  /* padding-right: 6%; */
  padding-bottom: 30px;
  padding-top: 23px;
}

.row-icon {
  padding: 9%;
  padding-bottom: 19px;
  max-width: none;
  /* margin-bottom: 36px !important; */
  margin: 0 auto;
  /* padding-right: 6%; */
  overflow: hidden;
  padding-top: 3px;
}

.poundsign {
  height: 66px;
  line-height: 2.5;
  background: var(--footer-background-color);
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-right: -3px;
  z-index: 10;
  border-radius: 6px 0 0 6px;
  /* margin-left: 10px; */
}

.amountselect,
.yearselect select {
  text-align-last: center;
  text-align: center;
  font-size: 21px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.years {
  height: 66px;
  line-height: 3.4;
  background: var(--footer-background-color);
  color: #fff;
  font-size: 19px;
  text-align: center;
  margin-left: -3px;
  z-index: 10;
  border-radius: 0 6px 6px 0;
}

.yearselect {
  /* margin-left: 10px; */
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.removeerror {
  display: none !important;
}

@media (max-width: 767px) {
  .poundsign {
    margin-right: 0 !important;
    font-size: 26px;
  }
  .yearselect {
    margin-left: 0 !important;
  }
  .leftpad {
    padding-left: 0;
  }
  .rightpad {
    padding-right: 0;
  }
  .row-dark,
  .row-light {
    padding: 0 6.5% 0 6.5%;
    overflow: hidden;
    border: 1px solid #777f8d42;
    border-radius: 0;
    padding-bottom: 36px;
    padding-top: 9px !important;
    margin-bottom: 46px;
    padding-bottom: 30px !important;
  }

  .main-container {
    margin: 0 !important;
    width: 100%;
  }
  .row-icon {
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
    padding-bottom: 25px;
    padding-top: 0px;
  }
  .yearselect select {
    margin-right: 0;
    border-radius: 6px 0 0 6px !important;
    font-size: 18px;
  }
  .amountselect select {
    margin-left: 0;
    border-radius: 0 6px 6px 0 !important;
  }
  .dfield.rightpad {
    padding-right: 2px;
  }
  .dfield.leftpad {
    padding-left: 2px;
  }
  .form-area {
    font-size: 16px;
    /* font-weight: bolder !important; */
  }
  select {
    /* font-size: 23px!important; */
    /* height: 50px; */
  }
  input[type="email"],
  input[type="number"],
  input[type="text"],
  input[type="tel"] {
    font-size: 18px;
    height: 66px;
    /* padding-bottom: 20px; */
  }
  .poundsign {
    /* height: 50px; */
    /* line-height: 2; */
    /* font-size: 20px; */
  }
  .years {
    height: 66px;
    line-height: 3.4;
    font-size: 17px;
    margin-left: 0 !important;
  }
  label.labelicon {
    width: 100%;
    padding-left: 6.5%;
    padding-right: 11%;
    padding-bottom: 19px;
    text-align: left;
  }
  .amountselect {
    text-align-last: center;
    text-align: center;
    font-size: 22px;
    width: 72%;
  }
  .yearselect {
    text-align-last: center;
    text-align: center;
    font-size: 22px;
    width: 65%;
  }
  .poundsign {
    width: 15%;
  }
  .years {
    /* height: 45px; */
    /* line-height: 2.2; */
    font-size: 19px;
    margin-left: 0 !important;
    width: 22%;
  }
  .amount-years {
    padding: 0 0 0 6.5% !important;
    padding-bottom: 42px !important;
    padding-top: 26px !important;
  }
}

blockquote,
body,
p {
  margin: 0;
  padding: 0;
}

a img,
iframe {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

dd,
dl,
dt,
li,
ol,
ul {
  margin: 0;
  padding: 0;
}

fieldset,
form {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 1px solid #000;
}

legend {
  padding: 0;
  color: #000;
}

input,
select,
textarea {
  margin: 0;
  padding: 1px;
  font-size: 100%;
  font-family: inherit;
  /* padding-right: 0 !important; */
  /* padding-left: 0 !important; */
}

select {
  padding: 0;
  /* padding-right: 0 !important; */
  /* padding-left: 0 !important; */
}

form.cmxform fieldset {
  margin-bottom: 10px;
}

form.cmxform legend {
  padding: 0 2px;
  font-weight: 700;
}

form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  cursor: hand;
}

form.cmxform fieldset p {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form.cmxform fieldset fieldset {
  border: 0;
  margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: 400;
}

form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}

form.cmxform label {
  width: 100px;
}

form.cmxform fieldset fieldset label {
  margin-left: 103px;
}

form.cmxform label.error {
  margin-left: 103px;
  width: 220px;
}

form.cmxform input.submit {
  margin-left: 103px;
}

a form.cmxform {
  width: 370px;
  font-size: 1em;
  color: #333;
}

form.cmxform legend {
  padding-left: 0;
}

form.cmxform label,
form.cmxform legend {
  color: #333;
}

form.cmxform fieldset {
  border: 0;
  border-top: 1px solid #c9dca6;
  background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
  background-color: #f8fdef;
}

form.cmxform fieldset fieldset {
  background: 0;
}

form.cmxform fieldset fieldset,
form.cmxform fieldset p {
  padding: 5px 10px 7px;
  background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error,
label.error {
  color: red;
  font-style: italic;
}

div.error {
  display: none;
}

input {
  border: 1px solid #000;
}

input.checkbox {
  border: 0;
}

input:focus {
  border: 1px dotted #000;
}

input.error {
  border: 1px solid #f8a0a0;
  background: url(../images/exclam2.png) no-repeat !important;
  background-size: 31px !important;
  background-position: right !important;
  color: #273465 !important;
  background-color: #fef5f6 !important;
}

form.cmxform .gray * {
  color: gray;
}

.error {
  padding: 5px !important;
  padding-top: 9px !important;
  padding-bottom: 6px !important;
  text-decoration: none !important;
}

#myleads {
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  background: white;
}

#myleads .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#myleads .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#myleads .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

#myleads .textfield {
  width: 150px;
}

#myleads label.error {
  background: url(../images/unchecked.gif) no-repeat 0 0;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: 700;
  color: #ea5200;
}

#myleads label.checked {
  background: url(../images/checked.gif) no-repeat 0 0;
}

#myleads .success_msg {
  font-weight: 700;
  color: #0060bf;
  margin-left: 19px;
}

#myleads #dateformatStatus,
#myleads #termsStatus {
  margin-left: 6px;
}

#myleads #dateformat_eu {
  vertical-align: middle;
}

#myleads #ldateformat_eu {
  font-weight: 400;
  vertical-align: middle;
}

#myleads #dateformat_am {
  vertical-align: middle;
}

#myleads #ldateformat_am {
  font-weight: 400;
  vertical-align: middle;
}

#myleads #termswrap {
  float: left;
}

#myleads #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#myleads #lterms {
  font-weight: 400;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#myleads #lsignupsubmit {
  visibility: hidden;
}

.nyroModalBg {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
}

.nmReposition {
  position: absolute;
}

.nyroModalCloseButton {
  top: -13px;
  right: -13px;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  background: url(../img/close.gif);
}

.nyroModalTitle {
  top: -26px;
  left: 0;
  margin: 0;
  font-size: 1.1em;
  color: #ddd;
}

.nyroModalCont {
  position: absolute;
  border: 4px solid #777;
  margin: 25px;
  background: #fff;
}

.nyroModalCont iframe {
  width: 600px;
  height: 400px;
}

.nyroModalError {
  border: 4px solid red;
  color: red;
  width: 250px;
  height: 250px;
}

.nyroModalError div {
  min-width: 0;
  min-height: 0;
  padding: 10px;
}

.nyroModalDom,
.nyroModalForm,
.nyroModalFormFile,
.nyroModalLink {
  position: relative;
  padding: 10px;
  min-height: 250px;
  min-width: 250px;
  max-width: 1000px;
}

.nyroModalIframe,
.nyroModalIframeForm,
.nyroModalImage,
.nyroModalSwf {
  position: relative;
  overflow: hidden;
}

.nyroModalImage img {
  vertical-align: top;
}

.nyroModalHidden {
  left: -9999em;
  top: -9999em;
}

.nyroModalLoad {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fff url(../img/ajaxLoader.gif) no-repeat center;
  padding: 0;
}

.nyroModalNext,
.nyroModalPrev {
  outline: 0;
  position: absolute;
  top: 0;
  height: 60%;
  width: 150px;
  min-height: 50px;
  max-height: 300px;
  cursor: pointer;
  text-indent: -9999em;
  background: transparent url(data:image/gif;base64,AAAA) left 20% no-repeat;
}

.nyroModalImage .nyroModalNext,
.nyroModalImage .nyroModalPrev {
  height: 100%;
  width: 40%;
  max-height: none;
}

.nyroModalPrev {
  left: 0;
}

.nyroModalPrev:hover {
  background-image: url(../img/prev.gif);
}

.nyroModalNext {
  right: 0;
  background-position: right 20%;
}

.nyroModalNext:hover {
  background-position: right 20%;
  background-image: url(../img/next.gif);
}

h6 {
  font-size: 28px;
  padding-top: 19px;
  text-align: center;
}

.thanktext p {
  padding: 10px !important;
  font-size: 17px !important;
}

.thanktext li {
  font-size: 17px;
  list-style: none;
  text-align: left !important;
  line-height: 1.2;
  padding-bottom: 4px;
  padding-top: 8px;
  background: url(../images/tick2.svg) no-repeat left center;
  background-size: 23px;
  padding-left: 29px;
  background-position-x: 3px;
  background-position-y: 8px;
}

.thanktext ul {
  padding: 0 25px 0 25px;
}

.headline12 {
  font-size: 47px;
  text-align: center;
  color: #283465;
  font-family: arda;
  display: none;
  padding-top: 11px;
  word-spacing: 2px;
  padding-bottom: 4px;
  text-shadow:
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 2px #fff;
  padding-bottom: 23px;
  padding-top: 27px;
}

.lower {
  text-align: center;
  display: none;
}

img.lower {
  width: 100%;
  height: auto;
  max-width: 776px;
}

.nyroModalCont {
  width: 90% !important;
  height: 87% !important;
  top: 0 !important;
  padding-top: 4%;
  left: 0 !important;
  right: 0 !important;
  margin: 5% !important;
  border: none !important;
  z-index: 9999;
}

div#main {
  min-width: 200px !important;
}

.nyroModalDom,
.nyroModalForm,
.nyroModalFormFile,
.nyroModalLink {
  padding: 8% !important;
}

div#main strong {
  font-size: 19px;
}

#cookieConsent {
  background-color: rgb(55 55 55 / 93%);
  font-size: 12px;
  color: #ccc;
  text-align: center;
  padding: 8px 10px 8px 10px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
  font-weight: 100;
}

#cookieConsent a {
  color: #4b8ee7;
  text-decoration: none;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: 700;
  display: none;
}

#closeCookieConsent:hover {
  color: #fff;
}

#cookieConsent a.cookieConsentOK {
  background-color: #757575;
  color: #383838;
  display: inline-block;
  border-radius: 2px;
  padding: 3px 5px 3px 5px;
  cursor: pointer;
  font-weight: bolder;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #e0c91f;
}

.fam-image img {
  max-width: 42%;
  min-width: 281px;
}

.fam-image {
  text-align: center;
}

.clearfix.sellarea103 {
  margin: 0 auto;
  max-width: 400px;
}

.col-xs-12.disclaimer {
  margin-top: 33px;
}

.col-xs-12.disclaimer p {
  padding-top: 10px;
}

.headlinethankstext strong {
  font-size: 21px;
}

.headlinethankstext p {
  margin-top: 14px;
  margin-bottom: 13px;
}

.headlinethankstext li {
  margin-top: 10px;
  text-decoration: none;
}

.headlinesub {
  font-size: 23px;
  padding-top: 7px;
  font-weight: 800;
}

span.tip {
  font-size: 15px !important;
  font-weight: 100;
  /* font-family: arial; */
  font-style: italic;
}

.titleno {
  display: none;
}

span.fiveamonth {
  color: var(--accent-secondary-color);
  font-weight: bolder;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#cookiepop {
  background-color: var(--footer-background-color);
  font-size: 12px;
  color: #ccc;
  text-align: center;
  padding: 8px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  /* padding-right: 20px; */
  /* padding-left: 15px; */
  font-weight: 100;
  display: none;
}

#cookiepop a {
  color: #4b8ee7;
  text-decoration: none;
}

#closecookiepop {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: 700;
  display: none;
}

#closecookiepop:hover {
  color: #fff;
}

#cookiepop a.cookiepopOK {
  background-color: #757575;
  color: #383838;
  display: inline-block;
  border-radius: 2px;
  padding: 3px 5px 3px 5px;
  cursor: pointer;
  font-weight: bolder;
}

#cookiepop a.cookiepopOK:hover {
  background-color: #e0c91f;
}

#cookiepop p {
  margin: 0 !important;
}

#cookiepop p {
  padding-right: 8px;
  padding-left: 8px;
}

#cl-consent {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

#cl-consent.show {
  display: flex !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cl-consent__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.22);
}

.cl-consent__inner {
  position: relative;
  width: min(100%, 664px);
  margin: 0 auto;
  z-index: 1;
}

.cl-consent-popup {
  display: none;
  background: #f7f7fb;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(27, 39, 71, 0.26);
  padding: 24px 34px 18px;
  color: #6e7593;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#cl-consent.is-details-open .cl-consent-popup--main {
  display: none;
}

#cl-consent.is-details-open .cl-consent-popup--details {
  display: block;
}

#cl-consent:not(.is-details-open) .cl-consent-popup--main {
  display: block;
}

.cl-consent__title,
.cl-consent__subtitle {
  margin: 0;
  text-align: center;
  color: #7f879f;
  font-weight: 400;
  line-height: 1.2;
}

.cl-consent__title {
  font-size: 38px;
  margin-bottom: 16px;
}

.cl-consent__subtitle {
  font-size: 28px;
  margin-bottom: 14px;
}

.cl-consent__descr,
.cl-consent__details-copy {
  font-size: 14px;
  line-height: 1.55;
}

.cl-consent__descr p {
  margin: 0 0 12px;
}

.cl-consent__descr a {
  color: #7f879f;
  text-decoration: underline;
}

.cl-consent__buttons {
  display: flex;
  gap: 42px;
  justify-content: center;
  align-items: center;
  margin: 26px 0 12px;
  flex-wrap: wrap;
}

.cl-consent__buttons--three-btns {
  gap: 22px;
}

.cl-consent__btn {
  min-width: 214px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 24px;
  border-radius: 4px;
  background: #5a89ea;
  color: #ffffff;
  border: 1px solid #5a89ea;
  text-decoration: none;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.cl-consent__btn:hover,
.cl-consent__btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(90, 137, 234, 0.24);
}

.cl-consent__btn--outline {
  background: transparent;
  color: #5a89ea;
}

.cl-consent__btn--text {
  min-width: auto;
  background: transparent;
  border: 0;
  color: #7f879f;
  font-size: 16px;
  font-weight: 400;
  min-height: auto;
  padding: 0;
  box-shadow: none;
}

.cl-consent__btn--text:hover,
.cl-consent__btn--text:focus {
  transform: none;
  box-shadow: none;
}

.cl-consent__options {
  text-align: center;
  margin-top: 6px;
}

.cl-consent__options-link {
  color: #7f879f;
  font-size: 16px;
  text-decoration: underline;
}

.cl-consent-clickio {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #8e95aa;
  font-size: 12px;
}

.cl-consent-clickio a {
  color: #5573ce;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.cl-consent__details-copy {
  text-align: center;
  margin: 0 auto 18px;
  max-width: 560px;
}

.cl-consent-tabs__buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.cl-consent-node-button {
  min-width: 146px;
  min-height: 46px;
  border-radius: 5px;
  border: 1px solid #5a89ea;
  background: #ffffff;
  color: #5a89ea;
  font-weight: 700;
  padding: 10px 16px;
  cursor: pointer;
}

.cl-consent__details-list {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.cl-consent__details-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(90, 137, 234, 0.08);
  color: #67708a;
  font-size: 14px;
}

.cl-consent__details-item strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  #cl-consent {
    align-items: center;
    padding: 10px;
  }

  .cl-consent-popup {
    padding: 20px 18px 16px;
    border-radius: 12px;
  }

  .cl-consent__title {
    font-size: 28px;
  }

  .cl-consent__subtitle {
    font-size: 24px;
  }

  .cl-consent__btn {
    min-width: 100%;
    font-size: 17px;
  }

  .cl-consent-clickio {
    justify-content: center;
  }

  .cl-consent__details-item {
    flex-direction: column;
    gap: 4px;
  }
}

.close {
  font-size: 20px;
  color: #fff !important;
  opacity: 0.6 !important;
}

div#errormsg {
  background: #ffe9e9;
  padding: 2%;
  border: black;
  border-width: 2px;
  border: 2px solid #be1f1f;
  border-radius: 6px;
  color: #be1f1f;
  margin-top: 26px;
  display: none;
}

.priceexamples {
  text-align: center;
}

.priceexamples p {
  padding: 0px !important;
  margin: 3px !important;
}
