/* ===== asset-loader-advertorial-theecoexperts-global-style.css ===== */
html {
  font-size: 14px;
  line-height: 1.3;
  text-align: left
}

@media(min-width:768px) {
  html {
    font-size: 15px
  }
}

@media(min-width:992px) {
  html {
    font-size: 16px
  }
}

body {
  font-size: 1.3rem;
  position: relative;
  background-color: #fff
}

.wrapper {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%
}

h1 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700
}

@media(min-width:768px) {
  h1 {
    font-size: 1.8rem;
    line-height: 1.3
  }
}

@media(min-width:992px) {
  h1 {
    font-size: 2rem
  }
}

h2 {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 1rem 0
}

@media(min-width:768px) {
  h2 {
    font-size: 1.65rem;
    margin-top: 2rem
  }
}

@media(min-width:992px) {
  h2 {
    font-size: 1.8rem;
    line-height: 1.2
  }
}

a {
  text-decoration: underline
}

a:hover {
  text-decoration: underline
}

p {
  line-height: 1.95rem;
  margin-top: 1em;
  margin-bottom: 1em
}

button,
.button {
  font-size: 1.3rem;
  line-height: 2.5
}

@media(min-width:768px) {

  button,
  .button {
    font-size: 1.3rem
  }
}

.post-content ol:not([class]),
.post-content ol.list-numbers {
  margin: 0 0 15px
}

.post-content ol:not([class]) li,
.post-content ol.list-numbers li {
  line-height: 1.5
}

.post-content ol:not([class]) li:before,
.post-content ol.list-numbers li:before {
  content: counter(index) ".";
  counter-increment: index;
  display: inline-block;
  min-width: 20px;
  margin: 0 5px 0 0;
  text-align: right
}

.post-content ol:not([class]) li:first-child,
.post-content ol.list-numbers li:first-child {
  counter-reset: index
}

.post-content ol.branded-list li,
.post-content .numbered-list-round li {
  position: relative;
  padding: .2rem 2.5rem .5rem 2.5rem;
  line-height: 1.5
}

.post-content ol.branded-list li:before,
.post-content .numbered-list-round li:before {
  content: counter(index);
  counter-increment: index;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 26px;
  height: 26px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3
}

.post-content ol.branded-list li:first-child,
.post-content .numbered-list-round li:first-child {
  counter-reset: index
}

.post-content ul[class=""],
.post-content ul:not([class]),
.post-content ul.list-dotted {
  margin: 0 0 15px
}

.post-content ul[class=""] li,
.post-content ul:not([class]) li,
.post-content ul.list-dotted li {
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 25px
}

.post-content ul[class=""] li:before,
.post-content ul:not([class]) li:before,
.post-content ul.list-dotted li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100%
}

.post-content ul[class=""] li svg,
.post-content ul:not([class]) li svg,
.post-content ul.list-dotted li svg {
  display: none
}

.post-content ul.branded-list li {
  position: relative;
  padding: .2rem 2.5rem .5rem 2.5rem;
  line-height: 1.5
}

.post-content ul.branded-list li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 100%
}

.post-content .benefits-title {
  margin: 0
}

.footer-top * div {
  border-color: #fff
}

.flexi-comp-footer {
  --container-width: 1020px;
  --footer-padding-desktop: 32px 0;
  --footer-padding-mobile: 40px 0 70px;
  --footer-container-padding: 0 20px
}

/* ===== asset-loader-chameleon-widget-redirect-loader.css ===== */
@view-transition {
  navigation: auto
}

:root {
  --transition-duration: 0.4s
}

.chameleon-page-loader {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity .5s ease, visibility .5s ease;
  visibility: visible;
  width: 100%;
  z-index: 9999
}

.chameleon-page-loader .spinner {
  animation: rotator 1.4s linear infinite
}

.chameleon-page-loader .spinner .path {
  stroke-dasharray: 220;
  stroke-dashoffset: 0;
  stroke: #008cff;
  animation: dash 1.4s ease-in-out infinite;
  transform-origin: center
}

.chameleon-page-loader.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden
}

.chameleon-page-loader .loader-text {
  margin: 1.5em .5em 1em;
  text-align: center;
  word-break: break-word
}

.chameleon-page-loader .loader-header-text {
  font-size: 1.44rem;
  margin: 1.5em 0 1em
}

.chameleon-page-loader .loader-subheader-text {
  font-size: 1.2rem;
  margin: 0 0 2em
}

.chameleon-loader-circle {
  animation: spin 1s linear infinite;
  border: 9px solid #f3f3f3;
  border-radius: 50%;
  border-top-color: #66db34;
  height: 90px;
  width: 90px
}

.chameleon body {
  background-color: #f2eee4
}

.chameleon-loader-line {
  display: block;
  height: 6px;
  overflow: hidden;
  position: relative;
  transition: opacity .3s cubic-bezier(.4, 0, 0, 1);
  width: min(450px, 60%)
}

.chameleon-loader-line:before {
  animation: lineLoader 2.4s cubic-bezier(.4, 0, 0, 1) infinite;
  background: linear-gradient(270deg, #31df79, #8dfc9a);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0) translateZ(0);
  transform-origin: left center
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(270deg)
  }
}

@keyframes lineLoader {
  0% {
    transform: scaleX(0) translateZ(0)
  }

  50% {
    transform: scaleX(1) translateZ(0)
  }

  to {
    transform: scaleX(1) translate3d(100%, 0, 0)
  }
}

@keyframes rotator {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 220
  }

  50% {
    stroke-dashoffset: 55;
    transform: rotate(180deg)
  }

  to {
    stroke-dashoffset: 220;
    transform: rotate(1turn)
  }
}

::view-transition-old(root) {
  animation: fade-out .3s ease-out
}

::view-transition-new(root) {
  animation: fade-in .3s ease-in
}

@keyframes fade-out {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/* ===== asset-loader-components-social-icon-grey.css ===== */
.social-icons {
  padding-top: .5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start
}

.social-icons-link {
  text-decoration: none;
  margin-right: .6rem;
  display: block;
  font-size: 0;
  outline: none
}

.social-icons-link:before {
  font-family: "font-icon";
  line-height: 1.5;
  font-size: 1.25rem
}

.social-icons-link:hover {
  text-decoration: none
}

.social-icons .facebook:before {
  content: ""
}

.social-icons .twitter:before {
  content: ""
}

.social-icons .email:before {
  content: ""
}

@media(max-width:768px) {
  .social-icons.hide-on-mobile {
    display: none
  }
}

.basic-grey .social-icons-link:before {
  color: #a0a0a0
}

/* ===== asset-loader-global-advertorial-style-above.css ===== */
*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*:focus {
  outline: thin dotted;
  outline-offset: -1px
}

a:focus {
  outline: thin dotted;
  box-shadow: none
}

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,
sub,
sup,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

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

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""
}

b,
strong {
  font-weight: bolder
}

em,
i {
  font-style: italic
}

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

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

img.fade {
  animation-name: fade;
  animation-duration: .5s
}

textarea {
  resize: vertical;
  width: 100%;
  min-height: 76px;
  display: block;
  line-height: 1.3
}

input {
  line-height: 1.1
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #ccc
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: inherit
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: inherit;
  opacity: 1
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: inherit
}

input:focus+.search-form-button:before,
textarea:focus+.search-form-button:before {
  color: inherit
}

@keyframes fade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%
}

body {
  margin: 0
}

body.body-overflow {
  overflow: hidden
}

main {
  display: block
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace;
  font-size: 1em
}

a {
  background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

code,
kbd,
samp {
  font-family: 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
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .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
}

[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
}

@font-face {
  font-family: "font-icon";
  src: url("../fonts/font-icon.ttf") format("truetype"), url("../fonts/font-icon.woff") format("woff"), url("../fonts/font-icon.svg#font-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

[class^=icon-],
[class*=" icon-"] {
  font-family: "font-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-cookie:before {
  content: ""
}

.icon-check-circle:before {
  content: ""
}

.icon-connect-hearing:before {
  content: ""
}

.icon-ear:before {
  content: ""
}

.icon-check-list:before {
  content: ""
}

.icon-shield-check:before {
  content: ""
}

.icon-face-laugh:before {
  content: ""
}

.icon-arrows-rotate:before {
  content: ""
}

.icon-badge:before {
  content: ""
}

.icon-car-crash:before {
  content: ""
}

.icon-car:before {
  content: ""
}

.icon-checkbox:before {
  content: ""
}

.icon-clock-regular:before {
  content: ""
}

.icon-cogs:before {
  content: ""
}

.icon-comment:before {
  content: ""
}

.icon-compare:before {
  content: ""
}

.icon-cross:before {
  content: ""
}

.icon-date:before {
  content: ""
}

.icon-flame:before {
  content: ""
}

.icon-headphones:before {
  content: ""
}

.icon-home:before {
  content: ""
}

.icon-house:before {
  content: ""
}

.icon-lock:before {
  content: ""
}

.icon-paper:before {
  content: ""
}

.icon-pencil:before {
  content: ""
}

.icon-percentage:before {
  content: ""
}

.icon-plus1:before {
  content: ""
}

.icon-scissors:before {
  content: ""
}

.icon-search:before {
  content: ""
}

.icon-star:before {
  content: ""
}

.icon-tag:before {
  content: ""
}

.icon-tick:before {
  content: ""
}

.icon-trophy:before {
  content: ""
}

.icon-truck:before {
  content: ""
}

.icon-users:before {
  content: ""
}

.icon-wrench:before {
  content: ""
}

.icon-leaf:before {
  content: ""
}

.icon-dollar:before {
  content: ""
}

.icon-phone:before {
  content: ""
}

.icon-filter:before {
  content: ""
}

.icon-archive:before {
  content: ""
}

.icon-map-marker:before {
  content: ""
}

.icon-mobile:before {
  content: ""
}

.icon-calendar:before {
  content: ""
}

.icon-pound:before {
  content: ""
}

.icon-euro:before {
  content: ""
}

.icon-money:before {
  content: ""
}

.icon-credit-card:before {
  content: ""
}

.icon-thought-bubble:before {
  content: ""
}

.icon-money-bag:before {
  content: ""
}

.icon-flower:before {
  content: ""
}

.icon-sun:before {
  content: ""
}

.icon-exclamation:before {
  content: ""
}

.icon-question:before {
  content: ""
}

.icon-heart:before {
  content: ""
}

.icon-thumbs-up:before {
  content: ""
}

.icon-thumbs-down:before {
  content: ""
}

.icon-hot-offer:before {
  content: ""
}

.icon-preview:before {
  content: ""
}

.icon-local-bar:before {
  content: ""
}

.icon-local-mall:before {
  content: ""
}

.icon-dinner-dining:before {
  content: ""
}

.icon-fast-food:before {
  content: ""
}

.icon-star-2:before {
  content: ""
}

.icon-swap-vert:before {
  content: ""
}

.icon-devices:before {
  content: ""
}

.icon-storefront:before {
  content: ""
}

.icon-ai:before {
  content: ""
}

.font {
  background: rgba(0, 0, 0, 0)
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign div:is(div:has(>iframe[id^=mvfFormWidget])) {
  margin: 22.5px 0 !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .0666666667), 15px 15px 1em 0 rgba(55, 84, 160, .2) !important
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign {
  z-index: 2
}

@media(min-width:768px) {
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign {
    overflow: hidden
  }
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign>.wpb_column {
  position: relative;
  z-index: 5
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign.vc_col-sm-12>div {
  max-inline-size: 67.5rem;
  margin-inline: auto;
  padding-inline: 0
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has([id^=mvfFormWidget]) {
  display: grid;
  grid-template-columns: 1fr repeat(12, minmax(0, 96px)) 1fr;
  grid-template-rows: 1fr;
  margin-block-end: 0 !important;
  padding-block: 0;
  isolation: isolate;
  background-blend-mode: color;
  overflow: inherit
}

@media(max-width:767.98px) {
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has([id^=mvfFormWidget]) {
    background: none !important;
    background-color: #51b4e6 !important
  }
}

@media(min-width:768px) {
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has([id^=mvfFormWidget]) {
    grid-template-rows: 0 1fr 0
  }
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has([id^=mvfFormWidget])>* {
  grid-column: 2/span 12;
  grid-row: 2
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:before,
.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  grid-column-start: 4;
  grid-row: 1/-1;
  width: 100%
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:before {
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  background-position: 100% 0 !important;
  background-size: auto 600px !important;
  min-block-size: 100% !important;
  max-inline-size: 1460px !important;
  -webkit-mask-image: linear-gradient(#000 60%, rgba(0, 0, 0, 0) 110%);
  mask-image: linear-gradient(#000 60%, rgba(0, 0, 0, 0) 110%);
  background-color: #51b4e6;
  z-index: -2
}

@media(min-width:768px) {
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:before {
    background-image: inherit;
    background-color: #fff
  }
}

@media(min-width:992px) {
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:before {
    height: 100%;
    max-height: 460px
  }
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:after {
  background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0));
  grid-column-end: span 8;
  backdrop-filter: unset;
  z-index: 3;
  height: 100%
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign.background-cover:before {
  background-size: cover
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign.background-contain:before {
  background-size: contain
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign .carousel-suppliers {
  max-width: 1088px;
  margin: 0 auto;
  padding: 30px 0 10px 0
}

@media(min-width:768px) {
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign .carousel-suppliers {
    padding: 0
  }
}

@media(min-width:768px) {
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign .carousel-suppliers[data-total-positions="3"] {
    padding-top: 30px
  }
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h1,
.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h2,
.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h3,
.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h4 {
  margin: 0;
  margin-block-start: 22.5px;
  margin-block-end: 0;
  max-inline-size: 45ch;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.025em
}

@media(max-width:767.98px) {

  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h1,
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h2,
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h3,
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h4 {
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
    text-align: center;
    font-size: 19px
  }
}

.pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has(.carousel-suppliers):before {
  height: 220px
}

@media(min-width:992px) {
  .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has(.carousel-suppliers):before {
    height: 260px
  }
}

@media(min-width:768px) {

  .vc_col-sm-1,
  .vc_column_container.vc_col-sm-1 {
    width: 8.3333333333%
  }
}

@media(min-width:768px) {

  .vc_col-sm-2,
  .vc_column_container.vc_col-sm-2 {
    width: 16.6666666667%
  }
}

@media(min-width:768px) {

  .vc_col-sm-3,
  .vc_column_container.vc_col-sm-3 {
    width: 25%
  }
}

@media(min-width:768px) {

  .vc_col-sm-4,
  .vc_column_container.vc_col-sm-4 {
    width: 33.3333333333%
  }
}

@media(min-width:768px) {

  .vc_col-sm-5,
  .vc_column_container.vc_col-sm-5 {
    width: 41.6666666667%
  }
}

@media(min-width:768px) {

  .vc_col-sm-6,
  .vc_column_container.vc_col-sm-6 {
    width: 50%
  }
}

@media(min-width:768px) {

  .vc_col-sm-7,
  .vc_column_container.vc_col-sm-7 {
    width: 58.3333333333%
  }
}

@media(min-width:768px) {

  .vc_col-sm-8,
  .vc_column_container.vc_col-sm-8 {
    width: 66.6666666667%
  }
}

@media(min-width:768px) {

  .vc_col-sm-9,
  .vc_column_container.vc_col-sm-9 {
    width: 75%
  }
}

@media(min-width:768px) {

  .vc_col-sm-10,
  .vc_column_container.vc_col-sm-10 {
    width: 83.3333333333%
  }
}

@media(min-width:768px) {

  .vc_col-sm-11,
  .vc_column_container.vc_col-sm-11 {
    width: 91.6666666667%
  }
}

@media(min-width:768px) {

  .vc_col-sm-12,
  .vc_column_container.vc_col-sm-12 {
    width: 100%
  }
}

@media(min-width:768px) {

  .vc_col-sm-1\/5,
  .vc_column_container.vc_col-sm-1\/5 {
    width: 20%;
    float: left
  }
}

.vc_col-xs-12,
.vc_column_container {
  width: 100%
}

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

@media(min-width:768px) {

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

.vc_row-no-padding>.vc_column_container>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0
}

.vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%
}

.vc_column-inner:after,
.vc_column-inner:before,
.vc_row:after,
.vc_row:before {
  content: " ";
  display: table
}

.vc_column-inner:after,
.vc_row:after {
  clear: both
}

.vc_column_container {
  padding-left: 0;
  padding-right: 0
}

.vc_row {
  margin-left: -12px;
  margin-right: -12px
}

@media(max-width:991.98px) {
  .vc_row-hide-mobile {
    display: none
  }
}

@media(min-width:768px)and (max-width:1119.98px) {
  .vc_row-hide-tablet {
    display: none
  }
}

@media(min-width:992px) {
  .vc_row-hide-desktop {
    display: none
  }
}

.wpb-content-wrapper>.vc_row {
  padding: 1.25rem 0
}

@media(min-width:768px) {
  .wpb-content-wrapper>.vc_row {
    padding: 2rem 0
  }
}

.vc_row[data-vc-full-width] {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%
}

.vc_row[data-vc-full-width]:has(.comparison-table-ncd-overlay) {
  z-index: 9
}

@media(max-width:767.98px) {

  body:not(.page-template-template-brand-lander) .background-position-center-left:first-child,
  body:not(.page-template-template-brand-lander) .background-position-center-right:first-child {
    background-size: 0 0 !important
  }

  body:not(.page-template-template-brand-lander) .background-position-center-left:first-child:before,
  body:not(.page-template-template-brand-lander) .background-position-center-right:first-child:before {
    content: "";
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-position: top right;
    background-size: 168px auto
  }
}

@media(max-width:767.98px) {

  body:not(.page-template-template-brand-lander) .background-position-center-left:first-child.vc_row_decorative:before,
  body:not(.page-template-template-brand-lander) .background-position-center-right:first-child.vc_row_decorative:before {
    background-size: 168px auto
  }
}

.vc_row[data-vc-full-width].vc_row_decorative {
  z-index: 2;
  background-size: 0 0 !important
}

@media(min-width:768px) {
  .vc_row[data-vc-full-width].vc_row_decorative {
    overflow: hidden
  }
}

.vc_row[data-vc-full-width].vc_row_decorative>.wpb_column {
  position: relative;
  z-index: 5
}

.vc_row[data-vc-full-width].vc_row_decorative:before {
  content: "";
  background: inherit;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 380px;
  width: 100%;
  background-size: 49% auto;
  display: block
}

@media(min-width:992px) {
  .vc_row[data-vc-full-width].vc_row_decorative:before {
    height: 100%;
    max-height: 460px
  }
}

.vc_row[data-vc-full-width].vc_row_decorative:after {
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block
}

.vc_row[data-vc-full-width].vc_row_decorative.background-cover:before {
  background-size: cover
}

.vc_row[data-vc-full-width].vc_row_decorative.background-contain:before {
  background-size: contain
}

.vc_row[data-vc-full-width].vc_row_decorative .carousel-suppliers {
  max-width: 1088px;
  margin: 0 auto;
  padding: 30px 0 10px 0
}

@media(min-width:768px) {
  .vc_row[data-vc-full-width].vc_row_decorative .carousel-suppliers {
    padding: 0
  }
}

@media(min-width:768px) {
  .vc_row[data-vc-full-width].vc_row_decorative .carousel-suppliers[data-total-positions="3"] {
    padding-top: 30px
  }
}

.vc_row[data-vc-full-width].vc_row_decorative:has(.carousel-suppliers):before {
  height: 220px
}

@media(min-width:992px) {
  .vc_row[data-vc-full-width].vc_row_decorative:has(.carousel-suppliers):before {
    height: 260px
  }
}

.vc_row_custom {
  position: relative;
  z-index: 1;
  max-width: 1112px;
  margin: 0 auto;
  width: 100%
}

div[id^=chameleonwidget-] {
  margin: 0 auto;
  text-align: center
}

.chameleon-visibility-pending,
.match-count-visibility-pending {
  visibility: hidden
}

.wpb_content_element:after {
  content: "";
  display: table
}

@media only screen and (max-width:767px) {
  .wpb_content_element.wpb_content_element:last-child {
    margin-bottom: 0
  }
}

.wpb_single_image {
  overflow: hidden
}

.wpb_single_image a {
  display: inline-block
}

.wpb_single_image.vc_align_center {
  padding: 0 0 1rem;
  text-align: center
}

@media(min-width:768px) {
  .wpb_single_image.vc_align_center {
    padding: 0 0 1.2rem
  }
}

.wpb_single_image.vc_align_center img {
  display: block;
  margin: 0 auto
}

.wpb_single_image.vc_align_center a {
  margin: 0 auto
}

.wpb_single_image.vc_align_right {
  padding: 0 0 1rem
}

@media(min-width:768px) {
  .wpb_single_image.vc_align_right {
    padding: 0 0 1.2rem
  }
}

@media(min-width:768px) {
  .wpb_single_image.vc_align_right img {
    float: right
  }
}

@media(min-width:768px) {
  .wpb_single_image.vc_align_right a {
    float: right
  }
}

.wpb_single_image.vc_align_left {
  padding: 0 0 1rem
}

@media(min-width:768px) {
  .wpb_single_image.vc_align_left {
    padding: 0 0 1.2rem
  }
}

@media(min-width:768px) {
  .wpb_single_image.vc_align_left img {
    float: left
  }
}

.page-template-template-advertorial .wpb_single_image.vc_align_center {
  padding: 1.5rem 0 1rem
}

@media(min-width:768px) {
  .page-template-template-advertorial .wpb_single_image.vc_align_center {
    padding: 2.5rem 0 1.2rem
  }
}

.page-template-template-advertorial .wpb_single_image.vc_align_right {
  padding: 1.5rem 0 1rem
}

@media(min-width:768px) {
  .page-template-template-advertorial .wpb_single_image.vc_align_right {
    padding: 2.5rem 0 1.2rem
  }
}

.page-template-template-advertorial .wpb_single_image.vc_align_left {
  padding: 1.5rem 0 1rem
}

@media(min-width:768px) {
  .page-template-template-advertorial .wpb_single_image.vc_align_left {
    padding: 2.5rem 0 1.2rem
  }
}

.page-template-template-advertorial .wpb-content-wrapper>.vc_row {
  padding: 0
}

.wpb_wrapper p img.alignright {
  float: right;
  margin: 1rem 0 1rem 2.4rem
}

.wpb_wrapper p img.alignleft {
  float: left;
  margin: 1rem 2.4rem 1rem 0
}

.wpb_wrapper p img.aligncenter {
  margin: 1rem auto
}

.wpb_wrapper article.align-right {
  float: right
}

.wpb_wrapper article.align-right img {
  margin: 1rem 0 1rem 2.4rem
}

.wpb_wrapper article.align-left {
  float: left
}

.wpb_wrapper article.align-left img {
  margin: 1rem 2.4rem 1rem 0
}

.wpb_wrapper article.align-center img {
  margin: 1rem auto 1rem
}

.wpb_wrapper .align-right {
  text-align: right
}

.wpb_wrapper .align-left {
  text-align: left
}

.wpb_wrapper .align-center {
  text-align: center
}

.vc_row.vc_row-flex,
.vc_row.vc_row-flex>.vc_row_custom {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap
}

.vc_row.vc_row-flex>.vc_column_container,
.vc_row.vc_row-flex>.vc_row_custom>.vc_column_container {
  display: flex
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.vc_row_custom>.vc_column_container>.vc_column-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1
}

.vc_row.vc_row-flex::before,
.vc_row.vc_row-flex::after,
.vc_row.vc_row-flex>.vc_row_custom::before,
.vc_row.vc_row-flex>.vc_row_custom::after {
  display: none
}

.vc_row.vc_row-o-equal-height>.vc_column_container,
.vc_row.vc_row-o-equal-height>.vc_row_custom>.vc_column_container {
  align-items: stretch
}

.vc_row.vc_row-o-equal-height>.vc_column_container>.vc_column-inner .wpb_wrapper,
.vc_row.vc_row-o-equal-height>.vc_row_custom>.vc_column_container>.vc_column-inner .wpb_wrapper {
  height: 100%
}

.vc_row.vc_row-refcontent-pending {
  visibility: hidden
}

@media(max-width:991.98px) {
  .vc_row.vc_row-hide-background-image-mobile {
    background-image: none !important
  }
}

.vc_row:has(.hero-section) {
  padding: 0
}

.wpb_wistia {
  overflow: hidden
}

.wpb_wistia.vc_align_center {
  padding: 0 0 1rem;
  text-align: center
}

.wpb_wistia.vc_align_center .wistia_embed,
.wpb_wistia.vc_align_center iframe {
  display: block;
  margin: 0 auto
}

.wpb_wistia.vc_align_right {
  padding: 0 0 1rem
}

@media(min-width:768px) {
  .wpb_wistia.vc_align_right .wistia_embed {
    float: right
  }
}

.wpb_wistia.vc_align_left {
  padding: 0 0 1rem
}

@media(min-width:768px) {
  .wpb_wistia.vc_align_left .wistia_embed {
    float: left
  }
}

@media(max-width:991.98px) {
  .hide-on-mobile {
    display: none
  }
}

.section-title-with-border {
  border-radius: .25em !important;
  border: 1px solid #5bb1dc;
  text-wrap: balance;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding: 7px 16px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, .067) 11.25px 11.25px 22.5px 0px;
  color: inherit;
  background-color: #fff
}

.section-title-with-border::before {
  content: none
}

@media(min-width:992px) {
  .section-title-with-border {
    font-size: 22px;
    padding: 6px 14px
  }
}

:is(div>:has(>.u-border-gradient-top)) {
  -o-border-image: linear-gradient(0deg, rgb(218, 237, 246) 70%, rgb(255, 255, 255)) 0/0/0 100vw;
  border-image: linear-gradient(0deg, rgb(218, 237, 246) 70%, rgb(255, 255, 255)) fill 0/0/0 100vw
}

:is(div>:has(>.u-border-gradient-down)) {
  -o-border-image: linear-gradient(180deg, rgb(218, 237, 246) 70%, rgb(255, 255, 255)) 0/0/1em 100vw;
  border-image: linear-gradient(180deg, rgb(218, 237, 246) 70%, rgb(255, 255, 255)) fill 0/0/1em 100vw
}

.header-advertorial p {
  text-align: center;
  margin: 0;
  line-height: 1.5
}

.header-container {
  padding: .5rem 0;
  display: flex;
  justify-content: center;
  align-items: center
}

@media(min-width:768px) {
  .header-container {
    justify-content: flex-start
  }
}

.header-logo {
  max-width: var(--logo-max-width, 450px)
}

.header-logo img,
.header-logo svg {
  max-height: var(--logo-max-height, 70px)
}

.header-cta {
  display: flex;
  justify-content: center
}

@media(min-width:768px) {
  .header-cta {
    margin-left: auto
  }
}

.header-cta.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #d1d1d1;
  z-index: 10;
  transition: .35s
}

@media(min-width:768px) {
  .header-cta.is-sticky {
    padding: 10px 0
  }
}

@media(min-width:768px) {
  .admin-bar .header-cta.is-sticky {
    top: 32px
  }
}

.header-cta-button {
  display: none;
  font-size: 1.1rem;
  font-weight: 700;
  width: 100%;
  line-height: 2.5;
  text-decoration: none;
  max-width: 500px;
  padding: 0 1rem;
  transition: .35s;
  text-align: center
}

.is-sticky .header-cta-button {
  display: block
}

.header-cta-button:hover {
  text-decoration: none
}

@media(min-width:576px) {
  .header-cta-button {
    display: block
  }
}

@media(min-width:768px) {
  .header-cta-button {
    padding: 0 2.5rem;
    font-size: 1.3rem
  }
}

.header-cta-box {
  border: 1px solid #bbb;
  padding: 1rem;
  margin: 0 0 1rem 0;
  text-align: center
}

.header-cta-box-options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 2rem auto .5rem auto
}

.header-cta-box-options li {
  margin: 0 1rem .4rem 0;
  display: block;
  width: 100%;
  max-width: 300px
}

@media(min-width:768px) {
  .header-cta-box-options li {
    min-width: 75px
  }
}

@media(min-width:992px) {
  .header-cta-box-options li {
    min-width: 90px
  }
}

.header-cta-box-option {
  display: block;
  padding: 1rem .8rem;
  text-align: center;
  text-decoration: none
}

.header-cta-box-option:hover {
  text-decoration: none
}

.article-meta {
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

.article-meta-image {
  margin-right: 10px;
  width: 40px;
  min-width: 40px;
  height: 40px
}

.article-meta.the-independent .article-meta-image {
  width: 80px;
  height: 36px
}

.article-meta-title {
  font-size: 1rem;
  font-weight: 700
}

.article-meta-updated {
  font-size: .9rem
}

.article-meta-asa-compliance {
  margin: 0;
  font-weight: 300;
  color: #54595f;
  font-size: .675rem;
  line-height: inherit
}

@media(min-width:768px) {
  .sidebar-cta {
    position: sticky;
    top: 20px;
    padding: 14px 18px 18px;
    margin: 0 0 20px
  }

  .header-cta-post .sidebar-cta {
    top: 90px
  }

  .post-sidebar-static .sidebar-cta {
    position: static
  }
}

@media(min-width:768px) {
  .sidebar-cta-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 0 18px
  }
}

.sidebar-cta-subtitle {
  text-align: center;
  line-height: 1.5
}

@media(min-width:768px) {
  .sidebar-cta-option {
    display: block;
    text-align: center;
    padding: 14px 5px;
    margin: 0 0 18px;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700
  }
}

.sidebar-cta-option:hover,
.sidebar-cta-option:focus {
  text-decoration: none
}

.sidebar-cta-footer {
  text-align: center
}

@media(min-width:768px) {
  .sidebar-cta-footer {
    border-top: 1px solid #ccc;
    padding: 18px 0 0 0
  }

  .sidebar-cta-footer p:last-child {
    margin: 0
  }
}

.cover-component {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1
}

.cover-component-line {
  border-top: 1px solid #bbb
}

.cover-component-color {
  height: 40%;
  max-height: 400px
}

@media(min-width:768px) {
  .cover-component-color {
    height: 60%;
    max-height: 600px
  }
}

@media(min-width:768px) {
  .cover-component-image {
    height: 600px;
    max-height: 600px
  }

  .cover-component-image+.site-main .article {
    margin-top: 7.5rem;
    background: #fff;
    padding: 2rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
  }
}

.trust-badges {
  max-width: 800px;
  margin: 15px auto 0
}

@media(min-width:992px) {
  .trust-badges {
    margin: 15px auto 50px
  }
}

.trust-badges-list {
  text-align: center
}

@media(min-width:768px) {
  .trust-badges-list {
    display: flex;
    align-items: center;
    justify-content: center
  }
}

.trust-badges-item {
  color: inherit;
  font-size: .813rem
}

.trust-badges-item i {
  margin-right: 7px
}

.trust-badges-item:not(:last-child) {
  margin: 0 0 10px 0
}

@media(min-width:768px) {
  .trust-badges-item:not(:last-child) {
    margin: 0 27px 0 0
  }
}

.how-we-match-list {
  display: flex;
  justify-content: space-between;
  counter-reset: steps;
  flex-wrap: wrap
}

.how-we-match-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 5px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 4rem
}

@media(min-width:768px) {
  .how-we-match-item {
    max-width: 33.33%;
    width: 33.33%
  }
}

.how-we-match-item h4 {
  color: inherit;
  font-size: 1.25rem;
  margin-bottom: 16px
}

.how-we-match-item p {
  font-size: .938rem;
  margin: 0
}

.how-we-match-ico {
  height: 80px;
  margin: 0 auto 15px
}

.overlay:not(.page-template-template-brand-lander .overlay) .overlay-title,
.overlay:not(.page-template-template-brand-lander .overlay) .overlay-subtitle {
  text-align: center;
  margin: 0 0 5px;
  color: inherit
}

.overlay:not(.page-template-template-brand-lander .overlay) .overlay-title:before,
.overlay:not(.page-template-template-brand-lander .overlay) .overlay-subtitle:before {
  display: none
}

@media(min-width:768px) {
  .overlay:not(.page-template-template-brand-lander .overlay) .overlay-title {
    margin: 16px 0 5px
  }
}

.overlay:not(.page-template-template-brand-lander .overlay) .overlay-subtitle {
  display: none
}

@media(min-width:768px) {
  .overlay:not(.page-template-template-brand-lander .overlay) .overlay-subtitle {
    display: block
  }
}

.chameleon-overlay {
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  color: #fff
}

.chameleon-overlay.is-active {
  width: 100%;
  height: 100%;
  opacity: 1
}

.chameleon-overlay h1,
.chameleon-overlay h2,
.chameleon-overlay h3,
.chameleon-overlay h4,
.chameleon-overlay h5,
.chameleon-overlay h6 {
  color: inherit
}

.chameleon-overlay-decoration-left,
.chameleon-overlay-decoration-right {
  position: absolute;
  opacity: .8;
  top: 50%;
  z-index: 1;
  width: 15vw;
  height: 15vw;
  transform: translateY(-50%) rotate(45deg)
}

.chameleon-overlay-decoration-left {
  right: calc(100% - 5vw)
}

.chameleon-overlay-decoration-right {
  left: calc(100% - 5vw)
}

@media(min-width:768px) {
  .admin-bar .chameleon-overlay {
    top: 32px;
    padding-bottom: 32px
  }

  .admin-bar .chameleon-overlay .chameleon-overlay-close {
    top: 56px
  }
}

.chameleon-overlay-wrapper {
  max-width: 962px;
  margin: 0 auto;
  padding: 0 16px
}

.chameleon-overlay-close {
  position: fixed;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  float: right;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center
}

@media(min-width:768px) {
  .chameleon-overlay-close {
    top: 16px;
    right: 29px;
    transition: transform .2s ease-in-out
  }

  .chameleon-overlay-close:hover {
    transform: rotateZ(90deg)
  }
}

@media(min-width:992px) {
  .chameleon-overlay-close {
    top: 17px;
    right: 29px
  }
}

.chameleon-overlay-close span {
  font-size: 30px;
  line-height: 1;
  display: block
}

.chameleon-overlay-close span:before,
.chameleon-overlay-close span:after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: inherit
}

@media(min-width:768px) {

  .chameleon-overlay-close span:before,
  .chameleon-overlay-close span:after {
    width: 18px
  }
}

.chameleon-overlay-close span:before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.chameleon-overlay-close span:after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.chameleon-overlay-header-box {
  display: flex;
  justify-content: space-between;
  padding: 16px 0
}

@media(min-width:768px) {
  .chameleon-overlay-header-box {
    padding: 8px 45px;
    justify-content: space-between;
    align-items: center
  }
}

@media(min-width:992px) {
  .chameleon-overlay-header-box {
    padding: 8px 0
  }
}

@media(max-width:767.98px) {
  .chameleon-overlay-header-box:has(.chameleon-overlay-header-tagline) {
    justify-content: center
  }
}

.chameleon-overlay-header-tagline {
  font-size: 1.125rem
}

@media(max-width:767.98px) {
  .chameleon-overlay-header-tagline {
    display: none
  }
}

.chameleon-overlay-header-tagline.header-tagline-bold {
  font-weight: 700
}

.chameleon-overlay-header-tagline-mobile {
  font-size: .9375rem;
  text-align: center;
  padding: 5px
}

.chameleon-overlay-header-tagline-mobile.header-tagline-bold {
  font-weight: 700
}

@media(min-width:768px) {
  .chameleon-overlay-header-tagline-mobile {
    display: none
  }
}

.chameleon-overlay-header-logotypes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px
}

@media(min-width:768px) {
  .chameleon-overlay-header-logotypes {
    width: auto;
    justify-content: flex-start
  }

  .no-number .chameleon-overlay-header-logotypes {
    width: 100%;
    justify-content: space-between
  }
}

@media(min-width:768px) {
  .chameleon-overlay-header-sublogo {
    margin-right: 20px
  }
}

@media(min-width:992px) {
  .chameleon-overlay-header-sublogo {
    margin-right: 40px
  }
}

.chameleon-overlay-header-sublogo img {
  max-width: 140px;
  max-height: 70px;
  width: 100%
}

@media(min-width:992px) {
  .chameleon-overlay-header-sublogo img {
    max-width: 200px
  }
}

.chameleon-overlay-header-logo {
  text-align: center;
  position: relative;
  margin: 0 16px
}

@media(min-width:768px) {
  .chameleon-overlay-header-logo {
    margin: 0 0 0 10px
  }
}

@media(min-width:992px) {
  .chameleon-overlay-header-logo {
    margin: 0 0 0 10px
  }

  .chameleon-overlay-header-logo:before {
    left: -40px
  }
}

.chameleon-overlay-header-association {
  display: block;
  line-height: 1;
  font-size: .813rem
}

.chameleon-overlay-header-info {
  display: flex;
  align-items: center
}

.chameleon-overlay-header-text {
  display: none
}

@media(min-width:768px) {
  .chameleon-overlay-header-text {
    display: block;
    font-size: 1.0625rem
  }
}

.chameleon-overlay-header-btn.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

@media(min-width:768px) {
  .chameleon-overlay-header-btn.btn {
    margin-left: 20px;
    font-size: 1.0625rem;
    width: auto
  }
}

.chameleon-overlay-header-btn.btn:hover {
  transform: none
}

.chameleon-overlay-header-btn.btn .btn-icon {
  margin-right: 6px
}

.chameleon-overlay-awards {
  display: none
}

@media(min-width:768px) {
  .chameleon-overlay-awards {
    display: flex;
    align-items: center
  }

  .chameleon-overlay-awards img {
    height: 30px;
    max-width: 40px;
    margin: 10px;
    -o-object-fit: contain;
    object-fit: contain
  }
}

.chameleon-overlay-main {
  position: relative;
  z-index: 2
}

.chameleon-overlay-main h3 {
  line-height: 1;
  text-align: center;
  color: inherit;
  margin: 0 0 16px
}

@media(min-width:768px) {
  .chameleon-overlay-main h3 {
    margin: 0 0 32px
  }
}

.chameleon-overlay-element {
  padding: 32px 0;
  border-bottom: 1px solid #fff
}

.chameleon-overlay-element:last-child {
  border-bottom: none
}

@media(min-width:768px) {
  .chameleon-overlay-element {
    padding: 64px 0
  }
}

.chameleon-advanced-banner {
  align-content: baseline;
  flex-direction: column;
  overflow: hidden;
  position: sticky;
  bottom: 0;
  z-index: 999;
  height: 101px;
  padding-bottom: 0;
  display: none
}

@media(min-width:768px) {
  .chameleon-advanced-banner {
    height: 115px
  }
}

.chameleon-advanced-banner.is-open {
  display: flex
}

.chameleon-advanced-banner .banner-sticky {
  top: 100%;
  position: relative;
  transition: all .3s ease-out;
  background: #f5fbfe;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  width: 100%;
  display: flex;
  margin-top: 80px
}

.chameleon-advanced-banner .banner-close {
  position: absolute;
  background-color: #f5fbfe;
  width: 30px;
  height: 28px;
  left: 1rem;
  bottom: 76px;
  z-index: 999;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px -4px 3px rgba(50, 50, 50, .3);
  cursor: pointer;
  border: none;
  outline: none;
  display: flex;
  justify-content: center
}

@media(min-width:768px) {
  .chameleon-advanced-banner .banner-close {
    right: 1rem;
    left: auto;
    bottom: 80px
  }
}

.chameleon-advanced-banner .banner-close-icon {
  display: block;
  position: relative
}

.chameleon-advanced-banner .banner-close-icon:after,
.chameleon-advanced-banner .banner-close-icon:before {
  background: inherit;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 18px
}

.chameleon-advanced-banner .banner-close-icon:before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.chameleon-advanced-banner .banner-close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.chameleon-advanced-banner .banner-sticky-in {
  top: 4px;
  height: 80px;
  margin: auto 0 0 0;
  padding: 0 1rem
}

.chameleon-advanced-banner .banner-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 5px;
  align-items: center;
  font-weight: 700
}

@media(min-width:768px) {
  .chameleon-advanced-banner .banner-wrap {
    grid-template-columns: 2fr 1fr
  }
}

.chameleon-advanced-banner .banner-text,
.chameleon-advanced-banner .banner-action {
  padding: 0
}

@media(min-width:768px) {

  .chameleon-advanced-banner .banner-text,
  .chameleon-advanced-banner .banner-action {
    margin: 0 0 7px 0
  }
}

.chameleon-advanced-banner .banner-text {
  text-align: center;
  line-height: 1.2;
  font-size: 1.25rem;
  color: #053c5e
}

@media(min-width:768px) {
  .chameleon-advanced-banner .banner-text {
    text-align: right
  }
}

.chameleon-advanced-banner .banner-text p {
  margin: 0
}

.chameleon-advanced-banner .banner-action .btn {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
  background-color: #fe621d;
  padding: .7rem 2rem;
  margin-left: .5rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem
}

.chameleon-advanced-banner .banner-action .btn-text {
  display: none
}

@media(min-width:768px) {
  .chameleon-advanced-banner .banner-action .btn-text {
    display: inline-block
  }
}

.chameleon-advanced-banner .banner-action .btn .btn-icon {
  border-style: solid;
  border-color: inherit;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg)
}

[class^=mvf-loading-subline-] {
  z-index: 9999999 !important
}

.page-template-template-advertorial .chameleon-overlay-decoration-left,
.page-template-template-advertorial .chameleon-overlay-decoration-right {
  top: 40%
}

@media(min-width:768px) {
  .admin-bar .page-template-template-advertorial .chameleon-overlay .chameleon-overlay-close {
    top: 42px
  }
}

.page-template-template-advertorial .chameleon-overlay-close {
  width: 30px;
  height: 30px;
  background: #fff
}

@media(min-width:768px) {
  .page-template-template-advertorial .chameleon-overlay-close {
    width: 40px;
    height: 40px
  }
}

.page-template-template-advertorial .chameleon-overlay-close span {
  font-size: 40px
}

.page-template-template-advertorial .chameleon-overlay-close span:before,
.page-template-template-advertorial .chameleon-overlay-close span:after {
  width: 24px;
  height: 4px
}

.page-template-template-advertorial .chameleon-overlay-header-box {
  justify-content: center
}

@media(min-width:768px) {
  .page-template-template-advertorial .chameleon-overlay-header-box {
    justify-content: space-between
  }
}

.page-template-template-advertorial .chameleon-overlay-logo {
  width: auto;
  text-align: center;
  max-width: 180px
}

.page-template-template-advertorial .chameleon-overlay-main h3 {
  font-size: 1.2rem
}

.page-template-template-advertorial .chameleon-overlay .flexi-comp-footer {
  background: #000;
  color: #fff
}

.page-template-template-advertorial .chameleon-overlay .flexi-comp-footer a {
  color: #fff
}

.page-template-template-advertorial .chameleon-overlay .flexi-comp-footer-divider {
  border-color: #fff
}

.chameleon-message-banner {
  --background-color: #1c9077;
  --text-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: 1rem;
  pointer-events: none;
  opacity: 0;
  display: none;
  text-align: center;
  transition-property: opacity, display;
  transition-duration: .4s;
  transition-timing-function: ease;
  transition-behavior: allow-discrete;
  background-color: var(--background-color);
  color: var(--text-color)
}

@media(min-width:768px) {
  .chameleon-message-banner {
    padding: .5rem 1rem;
    font-size: 1.2rem
  }
}

.chameleon-message-banner--visible {
  display: flex;
  opacity: 1
}

@starting-style {
  .chameleon-message-banner--visible {
    opacity: 0
  }
}

.chameleon-message-banner-icon {
  width: 18px;
  height: 18px;
  display: none
}

@media(min-width:768px) {
  .chameleon-message-banner-icon {
    display: flex
  }
}

.chameleon-message-banner-icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.ecox-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2147483646;
  background: var(--loader-background-color);
  backdrop-filter: blur(2px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none
}

.ecox-bg-elements {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.ecox-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(43, 88, 163, 0.2), transparent)
}

.ecox-main-content {
  position: relative;
  z-index: 10;
  max-width: 480px;
  width: 100%;
  padding: 0 20px;
  animation: ecox-fade-up .8s ease-out
}

@media(max-width:991.98px) {
  .ecox-main-content {
    max-width: 340px
  }
}

.ecox-main-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
  padding: 32px;
  text-align: center;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  animation: ecox-fade-up .8s ease-out .2s both
}

@media(min-width:576px)and (max-width:991.98px) {
  .ecox-main-card {
    padding: 24px 20px
  }
}

@media(max-width:767.98px) {
  .ecox-main-card {
    padding: 20px
  }
}

.ecox-value-section {
  margin-bottom: 32px
}

.ecox-value-section .ecox-value {
  font-size: 34px;
  color: var(--main-loader-color)
}

.ecox-value-section .ecox-value-subtitle {
  font-size: 16px
}

@media(max-width:767.98px) {
  .ecox-value-section {
    margin-bottom: 20px
  }
}

.ecox-progress-container {
  width: 100%;
  background: rgba(248, 217, 196, .35);
  border-radius: 999px;
  height: 8px;
  margin-bottom: 16px;
  overflow: hidden
}

.ecox-progress-fill {
  height: 100%;
  background: linear-gradient(280deg, var(--main-loader-color), hsl(from var(--main-loader-color) h s l/0.6));
  border-radius: 999px;
  width: 0;
  transition: width .4s ease-out;
  box-shadow: 0 0 8px rgba(28, 144, 119, .4)
}

.ecox-process-section {
  margin-bottom: 24px;
  transition: opacity .2s ease-in-out
}

.ecox-process-section.step-2 {
  opacity: 0;
  display: none
}

@media(max-width:767.98px) {
  .ecox-process-section {
    margin-bottom: 16px
  }
}

.ecox-main-title {
  font-size: 22px;
  font-weight: 700;
  color: #2d3350;
  margin-bottom: 8px;
  line-height: 1.3
}

@media(max-width:991.98px) {
  .ecox-main-title {
    font-size: 20px
  }
}

.ecox-steps-preview {
  font-size: 15px;
  color: rgba(45, 51, 80, .8);
  font-weight: 500;
  margin-bottom: 12px
}

@media(max-width:991.98px) {
  .ecox-steps-preview {
    font-size: 14px
  }
}

.ecox-time-estimate {
  font-size: 14px;
  color: var(--main-loader-color);
  font-weight: 600;
  background: hsl(from var(--main-loader-color) h s l/0.12);
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-block
}

.ecox-trust-section {
  padding-top: 20px;
  border-top: 1px solid rgba(45, 51, 80, .12)
}

.ecox-trust-text {
  font-size: 14px;
  color: rgba(45, 51, 80, .7);
  font-weight: 500
}

.ecox-highlight {
  color: var(--main-loader-color);
  font-weight: 600
}

.ecox-noscroll {
  overflow: hidden
}

@keyframes ecox-pulse-glow {

  0%,
  100% {
    opacity: .3;
    transform: translate(-50%, -50%) scale(1)
  }

  50% {
    opacity: .6;
    transform: translate(-50%, -50%) scale(1.1)
  }
}

@keyframes ecox-fade-up {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

#multistep-banner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  padding: 24px 56px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none
}

#multistep-banner>div {
  display: none
}

#multistep-banner>div.active {
  display: block
}

#multistep-banner.active {
  opacity: 1;
  pointer-events: initial
}

#multistep-banner .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px -2px
}

#multistep-banner .icon.loading {
  border: 2px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 50%;
  animation-name: mb-loader;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

#multistep-banner .mb-close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  outline: none
}

#multistep-banner .mb-close:hover {
  opacity: .7
}

.chameleon-overlay #multistep-banner .mb-close {
  display: none
}

@keyframes mb-loader {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.advertising-disclosure-bar {
  padding: .5rem 0;
  background: #fff;
  border-bottom: 1px solid #dedede
}

.advertising-disclosure-bar p {
  margin: 0;
  text-align: center;
  line-height: 1.4;
  font-size: 13px
}

.site {
  overflow: hidden
}

.content-area {
  position: relative;
  padding-top: 1rem
}

.post-info-subtitle {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 1rem 0;
  font-weight: 400
}

@media(min-width:768px) {
  .post-info-subtitle {
    font-size: 1.6rem;
    line-height: 1.3
  }
}

@media(min-width:768px) {
  .post-wrap {
    display: flex
  }
}

@media(min-width:768px) {
  .post-main {
    width: 100%
  }
}

.post-sidebar {
  display: none
}

@media(min-width:768px) {
  .post-sidebar {
    display: block;
    min-width: 215px;
    width: 215px;
    margin-left: 20px
  }
}

@media(min-width:992px) {
  .post-sidebar {
    margin-left: 40px
  }
}

.flexi-comp-video-container {
  max-width: 686px;
  margin: 0 auto 20px
}

@media(min-width:768px) {
  .flexi-comp-video-container {
    margin: 0 auto 30px
  }
}

.trustpilot-widget {
  margin: 2rem 0
}

@keyframes slidein {
  from {
    bottom: -100%
  }

  to {
    bottom: 40px
  }
}

@media(max-width:768px) {
  .brand-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .brand-logo img {
    max-width: 200px
  }

  .article-meta-image,
  .article-meta-title {
    display: none !important
  }

  .article-meta-updated {
    display: block !important
  }

  h2 {
    font-size: 1.4rem
  }

  h3 {
    font-size: 1.1rem
  }
}

/* ===== asset-loader-global-advertorial-style-below.css ===== */
.end-of-article-cta {
  margin-top: 1.5rem;
  text-align: center;
  position: relative;
  transition: .3s;
  cursor: pointer
}

.end-of-article-cta-link {
  padding: 1.2rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  text-decoration: underline;
  transition: .3s
}

.end-of-article-cta-link:hover {
  text-decoration: underline
}

.footer-top {
  padding: 1rem 0;
  position: relative
}

.footer-top ol li {
  display: block;
  margin: 0 0 .5rem;
  position: relative;
  font-size: .8rem
}

.footer-top ol li:first-child {
  counter-reset: index
}

.footer-top ol li:before {
  content: counter(index);
  counter-increment: index;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font-size: .65rem;
  line-height: 0;
  position: relative;
  top: -0.7rem
}

.footer-top-contacts {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  border-bottom: 1px solid;
  padding: 1.4rem 0;
  font-style: normal
}

@media(min-width:576px) {
  .footer-top-contacts {
    text-align: left;
    display: flex
  }
}

.footer-top-address>*,
.footer-top-details>* {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0
}

@media(min-width:576px) {
  .footer-top-address {
    width: 30%;
    margin-left: 10%
  }
}

.footer-top-details {
  margin-top: 1rem
}

@media(min-width:576px) {
  .footer-top-details {
    margin-top: 0;
    width: 45%;
    margin-left: 15%
  }
}

.footer-top-reference,
.footer-top-disclaimer {
  margin: 1rem 0;
  text-align: center;
  font-size: .8rem;
  line-height: 1.8
}

.footer-top-reference p,
.footer-top-disclaimer p {
  margin: 0 0 .5rem
}

.footer-top-reference a:hover,
.footer-top-disclaimer a:hover {
  text-decoration: none
}

.footer-top-partnership {
  margin: 1rem 0;
  text-align: center;
  padding-top: 4px
}

.footer-top-partnership-link {
  font-size: .9rem;
  line-height: 1.5;
  text-decoration: underline;
  font-weight: bold
}

.footer-top-partnership-link:hover {
  text-decoration: underline
}

.footer-top-copyright {
  text-align: center;
  font-size: .8rem
}

.footer-top-copyright p {
  display: block;
  margin: 1rem 0;
  line-height: 1.5
}

.footer-top-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: .8rem 0;
  border-top: 1px solid;
  line-height: 1.5
}

.privacy-policy-button {
  display: inline-block;
  text-decoration: underline;
  font-size: 13.3px;
  line-height: 1.13;
  background: none;
  border: none;
  padding: 0
}

.privacy-policy-button:hover {
  text-decoration: underline;
  cursor: pointer
}

.impressum {
  max-width: 570px;
  margin: 0 auto;
  text-align: left;
  color: #000;
  font-size: 14px
}

@media(min-width:768px) {
  .impressum {
    font-size: 15px
  }
}

@media(min-width:992px) {
  .impressum {
    font-size: 16px
  }
}

.impressum-title {
  padding-top: 6px;
  color: #000;
  font-weight: 700;
  margin: 0 0 1rem;
  border-bottom: 2px solid #000
}

.impressum-box:not(:empty) {
  margin: 0 0 1rem
}

.impressum span {
  display: block
}

.impressum p {
  line-height: 1.5;
  color: #636365;
  margin: 0
}

/* ===== asset-loader-shortcodes.css ===== */
.text-side-by-side-title {
  text-align: center;
  margin: 0 0 20px
}

.text-side-by-side-title.align-left {
  text-align: left
}

.text-side-by-side-list {
  display: flex;
  flex-wrap: wrap
}

@media(min-width:768px) {
  .text-side-by-side-list--2-col .text-side-by-side-item {
    width: 50%;
    min-width: 50%
  }
}

@media(min-width:768px) {
  .text-side-by-side-list--3-col .text-side-by-side-item {
    width: 33.33%;
    min-width: 33.33%
  }
}

@media(min-width:992px) {
  .text-side-by-side-list--4-col .text-side-by-side-item {
    width: 25%;
    min-width: 25%
  }
}

.text-side-by-side-list .font-size-smallest {
  font-size: .75rem
}

.text-side-by-side-list .font-size-smaller {
  font-size: .875rem
}

.text-side-by-side-list .font-size-small {
  font-size: .9375rem
}

.text-side-by-side-list .font-size-base {
  font-size: 1.0625rem
}

.text-side-by-side-list .font-size-large {
  font-size: 1.25rem
}

.text-side-by-side-list .font-size-huge {
  font-size: 2rem
}

.text-side-by-side-item {
  width: 100%;
  min-width: 100%;
  margin: 0 0 16px;
  display: flex
}

@media(min-width:768px) {
  .text-side-by-side-item {
    padding: 0 24px 0 0
  }
}

.text-side-by-side-item .single-icon {
  margin: 0 16px 0 0
}

@media(min-width:768px) {
  .text-side-by-side-item .single-icon {
    margin: 0 24px 0 0
  }
}

.benefits {
  padding: 20px 0 5px 20px;
  margin-bottom: 10px
}

.benefits ul.branded-list li {
  position: relative;
  padding: .2rem 2.5rem .5rem 2.5rem;
  line-height: 1.5
}

.benefits ul.branded-list li:before {
  display: none
}

.benefits ul.branded-list li svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 26px;
  height: 26px;
  display: block
}

.benefits-footer {
  margin-top: 0;
  margin-bottom: 0
}

.country-map-cta {
  text-align: center;
  margin: 2rem auto
}

.country-map-cta svg {
  width: 80%;
  height: auto
}

.grid-cta {
  --search-border: var(--cta-background);
  --search-shadow: var(--cta-background);
  --search-icon-background: var(--cta-background);
  --sorting-active-background: transparent;
  --sorting-active-border: var(--cta-background);
  --sorting-active-color: var(--cta-background);
  --cta-favourite-icon-color: currentColor;
  padding-bottom: 1rem
}

.grid-cta-title {
  margin: 0 0 .5rem
}

.grid-cta-title a {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700
}

@media(min-width:576px) {
  .grid-cta-title a {
    padding: 1rem 2.4rem;
    font-size: 1.5rem
  }
}

@media(min-width:768px) {
  .grid-cta-title a {
    padding: 1.2rem 2.5rem;
    font-size: 2rem
  }
}

@media(min-width:992px) {
  .grid-cta-title a {
    padding: 1.4rem 3rem;
    line-height: 1.3
  }
}

.grid-cta-subtitle,
.grid-cta-footer {
  padding: .6rem;
  margin: .5rem 0;
  text-align: center;
  font-size: 1.2rem
}

@media(min-width:768px) {

  .grid-cta-subtitle,
  .grid-cta-footer {
    font-size: 1.5rem
  }
}

.grid-cta-search {
  position: relative;
  max-width: 400px;
  margin: 0 auto .5rem
}

.grid-cta-search-input {
  padding: .65rem 3rem .65rem 1.25rem;
  font-size: 1.125rem;
  border: 2px solid var(--search-border);
  border-radius: 50px;
  transition: .2s ease
}

.grid-cta-search-input:focus {
  border-color: var(--search-border);
  box-shadow: 0 0 0 2px var(--search-shadow)
}

.grid-cta-search-input:focus+svg {
  background-color: #fff;
  color: #000
}

.grid-cta-search svg {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 7px;
  border-radius: 50%;
  background-color: var(--search-icon-background);
  color: #fff;
  transition: .2s ease;
  pointer-events: none
}

.grid-cta-no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: .75rem;
  color: #888;
  font-size: clamp(14px, .8rem + .25vw, 16px)
}

.grid-cta-no-results.hidden {
  display: none
}

.grid-cta-no-results p {
  margin: 0;
  line-height: 1.47
}

.grid-cta-no-results-title {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #555;
  font-size: clamp(16px, .9rem + .35vw, 18px);
  font-weight: 600
}

.grid-cta-no-results a {
  width: auto;
  padding-inline: 1.25em
}

.grid-cta-sorting {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem
}

.grid-cta-sorting .sort-by {
  display: flex;
  align-items: center;
  gap: .25rem;
  border: 1px solid #ccc;
  border-radius: .25rem;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem;
  transition: .2s ease;
  cursor: pointer;
  color: #777;
  font-size: clamp(14px, .8rem + .25vw, 16px);
  font-weight: 600;
  line-height: 1
}

.grid-cta-sorting .sort-by:hover {
  color: #333;
  border-color: #666
}

.grid-cta-sorting .sort-by.active {
  background-color: var(--sorting-active-background);
  color: var(--sorting-active-color);
  border-color: var(--sorting-active-border)
}

.grid-cta-sorting .sort-by svg {
  transform: translateY(1px)
}

.grid-cta-options {
  display: grid;
  grid-auto-rows: minmax(min-content, 1fr)
}

.grid-cta-options li {
  width: 100%;
  display: flex
}

.grid-cta-options[data-columns="12"],
.grid-cta-options[data-columns="11"],
.grid-cta-options[data-columns="10"],
.grid-cta-options[data-columns="9"],
.grid-cta-options[data-columns="8"] {
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 10px
}

@media(min-width:768px) {

  .grid-cta-options[data-columns="12"],
  .grid-cta-options[data-columns="11"],
  .grid-cta-options[data-columns="10"],
  .grid-cta-options[data-columns="9"],
  .grid-cta-options[data-columns="8"] {
    grid-template-columns: repeat(4, minmax(150px, 1fr))
  }
}

@media(min-width:992px) {

  .grid-cta-options[data-columns="12"],
  .grid-cta-options[data-columns="11"],
  .grid-cta-options[data-columns="10"],
  .grid-cta-options[data-columns="9"],
  .grid-cta-options[data-columns="8"] {
    grid-template-columns: repeat(8, 1fr);
    gap: 4px
  }
}

@media(min-width:1120px) {
  .grid-cta-options[data-columns="12"] {
    grid-template-columns: repeat(12, minmax(72px, 1fr))
  }
}

@media(min-width:1120px) {
  .grid-cta-options[data-columns="11"] {
    grid-template-columns: repeat(11, minmax(72px, 1fr))
  }
}

@media(min-width:1120px) {
  .grid-cta-options[data-columns="10"] {
    grid-template-columns: repeat(10, minmax(72px, 1fr))
  }
}

@media(min-width:1120px) {
  .grid-cta-options[data-columns="9"] {
    grid-template-columns: repeat(9, minmax(72px, 1fr))
  }
}

@media(min-width:1120px) {
  .grid-cta-options[data-columns="8"] {
    grid-template-columns: repeat(8, minmax(72px, 1fr))
  }
}

.grid-cta-options[data-columns="7"],
.grid-cta-options[data-columns="6"],
.grid-cta-options[data-columns="5"],
.grid-cta-options[data-columns="4"] {
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 10px
}

@media(min-width:768px) {

  .grid-cta-options[data-columns="7"],
  .grid-cta-options[data-columns="6"],
  .grid-cta-options[data-columns="5"],
  .grid-cta-options[data-columns="4"] {
    grid-template-columns: repeat(3, minmax(150px, 1fr))
  }
}

@media(min-width:992px) {

  .grid-cta-options[data-columns="7"],
  .grid-cta-options[data-columns="6"],
  .grid-cta-options[data-columns="5"],
  .grid-cta-options[data-columns="4"] {
    gap: 12px
  }
}

@media(min-width:992px) {
  .grid-cta-options[data-columns="7"] {
    grid-template-columns: repeat(7, 1fr)
  }
}

@media(min-width:992px) {
  .grid-cta-options[data-columns="6"] {
    grid-template-columns: repeat(6, 1fr)
  }
}

@media(min-width:992px) {
  .grid-cta-options[data-columns="5"] {
    grid-template-columns: repeat(5, 1fr)
  }
}

@media(min-width:992px) {
  .grid-cta-options[data-columns="4"] {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(min-width:768px) {
  .grid-cta-options[data-columns="2"] {
    grid-template-columns: repeat(2, minmax(120px, 1fr))
  }
}

.grid-cta-options[data-columns="1"] {
  grid-template-columns: repeat(1, minmax(120px, 1fr))
}

@media(min-width:768px) {
  .grid-cta-options[data-columns="1"] {
    grid-template-columns: repeat(1, minmax(120px, 1fr))
  }
}

.grid-cta-options li.hidden {
  display: none
}

.grid-cta-option {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1rem .8rem;
  width: 100%;
  text-align: center;
  color: var(--cta-color);
  background-color: var(--cta-background);
  transition: .35s
}

@media(min-width:576px) {
  .grid-cta-option {
    font-size: 1.2rem
  }
}

@media(min-width:768px) {
  .grid-cta-option {
    font-size: 1.3rem
  }
}

.grid-cta-option:visited,
.grid-cta-option:focus {
  color: var(--cta-color)
}

.grid-cta-option:hover,
.grid-cta-option:visited:hover {
  text-decoration: none;
  color: var(--cta-hover-color);
  background-color: var(--cta-hover-background)
}

.grid-cta-option:hover svg,
.grid-cta-option:visited:hover svg {
  opacity: 1;
  fill-opacity: 1
}

.grid-cta-option svg {
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translateY(-50%);
  opacity: .8;
  fill: var(--cta-favourite-icon-color);
  fill-opacity: .7;
  filter: drop-shadow(0 0 0.1em hsl(333, 79%, 35%));
  transition: .2s ease
}

.hero-image-link {
  text-decoration: none
}

.hero-image-link:hover {
  text-decoration: none
}

.hero-image-wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 10px
}

@media(min-width:768px) {
  .hero-image-wrap img {
    margin-bottom: 3px
  }
}

.hero-image-caption {
  line-height: 1.5;
  font-size: 14px;
  color: #aaa
}

@media(min-width:768px) {
  .hero-image-caption {
    font-size: 15px
  }
}

@media(min-width:992px) {
  .hero-image-caption {
    font-size: 16px
  }
}

.hero-image-cta {
  display: block;
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin: 1rem 0;
  padding: 1rem .4rem;
  font-size: 1.3rem;
  text-decoration: none
}

@media(min-width:768px) {
  .hero-image-cta {
    display: none
  }
}

.hero-image-cta:hover,
.hero-image-cta:focus {
  text-decoration: none
}

@media(max-width:767.98px) {
  .hero-image.hide-background-image-mobile {
    display: none
  }
}

.tabbed-calculator .slider {
  width: 100%;
  height: 6px;
  background-color: #c1ced7;
  position: relative;
  border-radius: 3px;
  margin: 0 0 40px
}

.tabbed-calculator .slider-min,
.tabbed-calculator .slider-max {
  position: absolute
}

.tabbed-calculator .slider-min:before,
.tabbed-calculator .slider-max:before {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 5px;
  position: absolute;
  top: -3px;
  left: -5px;
  background-color: var(--highlights)
}

.tabbed-calculator .slider-min strong,
.tabbed-calculator .slider-max strong {
  position: absolute;
  top: 16px;
  left: -16px;
  font-size: 1rem
}

.tabbed-calculator .slider:has(.slider-max) .slider-min {
  width: 29%;
  height: 6px;
  background-color: var(--highlights)
}

@media(min-width:768px) {
  .tabbed-calculator .slider {
    margin: 0
  }
}

.tabbed-calculator .slider-title {
  display: block;
  margin: 0 0 10px
}

@media(min-width:768px) {
  .tabbed-calculator .slider-title {
    margin: 0 0 20px
  }
}

.tabbed-calculator .tab-content {
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
  width: 100%
}

.tabbed-calculator .tab-content-item {
  color: var(--primary-text);
  flex-direction: column;
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  transition: opacity .5s ease-in-out
}

.tabbed-calculator .tab-content-item.js-active {
  opacity: 1;
  height: 100%;
  padding: 20px
}

.tabbed-calculator .tab-content-item:nth-child(1) .slider-min {
  left: 4%
}

.tabbed-calculator .tab-content-item:nth-child(1) .slider-max {
  left: 33%
}

.tabbed-calculator .tab-content-item:nth-child(2) .slider-min {
  left: 33%
}

.tabbed-calculator .tab-content-item:nth-child(2) .slider-max {
  left: 62%
}

.tabbed-calculator .tab-content-item:nth-child(3) .slider-min {
  left: 62%
}

.tabbed-calculator .tab-content-item:nth-child(3) .slider-max {
  left: 91%
}

@media(min-width:768px) {
  .tabbed-calculator .tab-content-item {
    flex-direction: row
  }
}

.tabbed-calculator .tab-content-img {
  width: 100%;
  order: 2
}

.tabbed-calculator .tab-content-img img {
  width: 100%
}

@media(min-width:768px) {
  .tabbed-calculator .tab-content-img {
    max-width: 370px;
    order: 1
  }
}

.tabbed-calculator .tab-content-info {
  max-width: 406px;
  width: 100%;
  order: 1
}

@media(min-width:768px) {
  .tabbed-calculator .tab-content-info {
    order: 2;
    padding: 16px 28px
  }
}

.tabbed-calculator .tab-content-list li {
  display: flex;
  align-items: center;
  margin: 0 0 10px
}

@media(min-width:768px) {
  .tabbed-calculator .tab-content-list li {
    margin: 0 0 20px
  }
}

.tabbed-calculator .tab-content-ico {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0
}

.tabbed-calculator .tab-content-ico svg path {
  fill: var(--primary-text)
}

.tabbed-calculator .tab-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3px;
  margin: 0 auto 24px;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  text-align: center
}

.tabbed-calculator .tab-list a {
  --tab-color: var(--secondary-text);
  background-color: var(--highlights);
  text-decoration: none;
  border-radius: 3px;
  color: var(--tab-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 213px;
  min-height: 90px;
  transition: background-color .5s;
  cursor: pointer;
  position: relative
}

.tabbed-calculator .tab-list a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transition: border-color .5s
}

.tabbed-calculator .tab-list a:hover {
  background-color: #02c14f
}

.tabbed-calculator .tab-list a.js-active {
  --tab-color: var(--primary-text);
  background-color: #fff
}

.tabbed-calculator .tab-list a.js-active:after {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.tabbed-calculator .tab-list a strong {
  display: block
}

@media(min-width:768px) {
  .tabbed-calculator .tab-list a strong {
    display: inline-block;
    vertical-align: middle
  }
}

.tabbed-calculator .tab-list a svg {
  width: 25px;
  height: 25px
}

.tabbed-calculator .tab-list a svg path {
  fill: var(--tab-color)
}

.tabbed-calculator-wrapper {
  --tabbed-calculator-background: #053c5e;
  --container-text: #fff;
  --primary-text: #053c5e;
  --secondary-text: #fff;
  --highlights: #06ab49;
  margin: 2rem auto;
  background-color: var(--tabbed-calculator-background);
  padding: 20px;
  border-radius: 6px;
  color: var(--container-text)
}

.tabbed-calculator-wrapper+.grid-cta,
.tabbed-calculator-wrapper+style+.grid-cta {
  background-color: var(--tabbed-calculator-background);
  margin-top: -2.2rem;
  padding: 20px;
  border-radius: 0 0 6px 6px
}

.tabbed-calculator-wrapper+.grid-cta .grid-cta-title,
.tabbed-calculator-wrapper+style+.grid-cta .grid-cta-title {
  border-radius: 0
}

.tabbed-calculator-wrapper+.grid-cta .grid-cta-title a,
.tabbed-calculator-wrapper+style+.grid-cta .grid-cta-title a {
  padding-top: 12px;
  padding-bottom: 12px
}

.tabbed-calculator-heading,
.tabbed-calculator-footer {
  max-width: 640px;
  margin: 0 auto;
  text-align: center
}

.tabbed-calculator-footer p {
  margin: 20px 0 0
}

.tabbed-calculator-title {
  color: var(--container-text)
}

.tabbed-calculator-subtitle {
  margin-top: 0
}

.asa-compliance-statement {
  margin: 0;
  font-weight: 300;
  font-size: .875rem;
  color: #54595f;
  text-align: center
}

.chameleon-overlay .asa-compliance-statement {
  color: inherit
}

@view-transition {
  navigation: auto
}

:root {
  --transition-duration: 0.4s
}

.chameleon-page-loader {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity .5s ease, visibility .5s ease;
  visibility: visible;
  width: 100%;
  z-index: 9999
}

.chameleon-page-loader .spinner {
  animation: rotator 1.4s linear infinite
}

.chameleon-page-loader .spinner .path {
  stroke-dasharray: 220;
  stroke-dashoffset: 0;
  stroke: #008cff;
  animation: dash 1.4s ease-in-out infinite;
  transform-origin: center
}

.chameleon-page-loader.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden
}

.chameleon-page-loader .loader-text {
  margin: 1.5em .5em 1em;
  text-align: center;
  word-break: break-word
}

.chameleon-page-loader .loader-header-text {
  font-size: 1.44rem;
  margin: 1.5em 0 1em
}

.chameleon-page-loader .loader-subheader-text {
  font-size: 1.2rem;
  margin: 0 0 2em
}

.chameleon-loader-circle {
  animation: spin 1s linear infinite;
  border: 9px solid #f3f3f3;
  border-radius: 50%;
  border-top-color: #66db34;
  height: 90px;
  width: 90px
}

.chameleon body {
  background-color: #f2eee4
}

.chameleon-loader-line {
  display: block;
  height: 6px;
  overflow: hidden;
  position: relative;
  transition: opacity .3s cubic-bezier(.4, 0, 0, 1);
  width: min(450px, 60%)
}

.chameleon-loader-line:before {
  animation: lineLoader 2.4s cubic-bezier(.4, 0, 0, 1) infinite;
  background: linear-gradient(270deg, #31df79, #8dfc9a);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0) translateZ(0);
  transform-origin: left center
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(270deg)
  }
}

@keyframes lineLoader {
  0% {
    transform: scaleX(0) translateZ(0)
  }

  50% {
    transform: scaleX(1) translateZ(0)
  }

  to {
    transform: scaleX(1) translate3d(100%, 0, 0)
  }
}

@keyframes rotator {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 220
  }

  50% {
    stroke-dashoffset: 55;
    transform: rotate(180deg)
  }

  to {
    stroke-dashoffset: 220;
    transform: rotate(1turn)
  }
}

::view-transition-old(root) {
  animation: fade-out .3s ease-out
}

::view-transition-new(root) {
  animation: fade-in .3s ease-in
}

@keyframes fade-out {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.chameleon-restore-row {
  display: none;
  opacity: 0;
  z-index: 2
}

.chameleon-restore-row.chameleon-row-visible {
  animation: fade-box-in .5s ease-out;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  display: block;
  padding-top: 0;
  transition: opacity .5s, display allow-discrete .5s
}

.chameleon-restore-row .restore-wrapper {
  -o-border-image: conic-gradient(#daedf6 0 0) 0/0/0 100vw;
  border-image: conic-gradient(#daedf6 0 0) fill 0/0/0 100vw;
  font-size: 16px;
  line-height: 1.5;
  margin-block-end: -2em;
  margin-block-start: 0;
  padding: .25em 0;
  position: relative;
  z-index: 2
}

.chameleon-restore-row .restore-wrapper p {
  margin: 0
}

.chameleon-restore-row .restore-wrapper button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: .25em;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  gap: .35em;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: #51b4e6;
  text-underline-offset: .4em
}

.chameleon-restore-row .restore-wrapper button:before {
  aspect-ratio: 1;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='%23333'%3E%3Cpath d='M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z'/%3E%3C/svg%3E") no-repeat 50%/contain;
  content: "";
  flex: none;
  inline-size: 1.25em;
  opacity: .7
}

.chameleon-restore-row .restore-wrapper .vc_column-inner {
  margin-inline: auto;
  max-inline-size: 67.5rem;
  padding-inline: 0
}

.chameleon-restore-row .restore-message {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .5em 1em;
  padding-block: .75em
}

@media only screen and (max-width:1199px) {
  .chameleon-restore-row .restore-message {
    padding-inline: 1em
  }
}

.vc_row:not(.chameleon-restore-row) {
  transition: opacity .5s, display allow-discrete .5s
}

.chameleon-hidden-row {
  display: none !important;
  opacity: 0
}

@keyframes fade-box-in {
  to {
    opacity: 1
  }
}

/* ===== benefits-theme.css ===== */
.benefits {
  background-color: #EEFCD4
}

.benefits-title {
  color: #000000
}

.benefits-footer {
  color: #000000
}

/* ===== classic-theme-styles-inline-css.css ===== */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none
}

/* ===== flexi-comp-footer-css.css ===== */
.flexi-comp-footer {
  --container-width: 1148px;
  --footer-padding-desktop: 32px;
  --footer-padding-mobile: 40px 32px 70px;
  --footer-container-padding: 0;
  --footer-background: #6b7280;
  --text-size: 13px;
  --title-size: 16px;
  --title-indent: 20px;
  --text-color: #fff;
  --link-color: var(--text-color);
  --link-color-hover: var(--text-color);
  --divider-indent: 40px;
  --divider-color: var(--text-color);
  --divider-height: 1px;
  --copyright-indent: 32px
}

.flexi-comp-footer-menu {
  --margin-bottom: var(--divider-indent);
  --font-size: var(--text-size);
  --line-height: 1.2;
  --menu-gap: 24px;
  --font-style: normal;
  --font-weight: 400
}

.flexi-comp-footer-social {
  --indent: 40px;
  --size: 18px;
  --margin-top: var(--divider-indent);
  --icon-color: var(--link-color);
  --icon-color-hover: var(--link-color)
}

.flexi-comp-footer-title {
  font-size: var(--title-size);
  font-weight: 700;
  margin-bottom: var(--title-indent);
  width: 100%
}

.flexi-comp-footer {
  background-color: var(--footer-background);
  color: var(--text-color);
  font-size: var(--text-size);
  padding: var(--footer-padding-mobile)
}

@media(min-width:992px) {
  .flexi-comp-footer {
    padding: var(--footer-padding-desktop)
  }
}

.flexi-comp-footer a {
  color: var(--link-color);
  font-weight: inherit;
  text-decoration: none
}

.flexi-comp-footer a:hover {
  color: var(--link-color-hover);
  text-decoration: none
}

.flexi-comp-footer ul {
  list-style: none;
  padding: 0
}

.flexi-comp-footer-divider {
  border-color: var(--divider-color);
  border-width: 0 0 var(--divider-height);
  margin-bottom: var(--divider-indent);
  margin-top: var(--divider-indent)
}

@media(min-width:992px) {
  .flexi-comp-footer-divider {
    width: 100%
  }
}

.flexi-comp-footer-container {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: var(--footer-container-padding);
  width: 100%
}

@media(min-width:992px) {
  .flexi-comp-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

.flexi-comp-footer-menu {
  font-size: var(--font-size);
  font-style: var(--font-style);
  font-weight: var(--font-weight);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
  margin: 0
}

@media(max-width:992px) {
  .flexi-comp-footer-menu li:not(:last-child) {
    margin-bottom: var(--font-size)
  }
}

@media(min-width:992px) {
  .flexi-comp-footer-menu li:not(:last-child) {
    padding-right: var(--menu-gap)
  }

  .flexi-comp-footer-menu {
    align-self: center;
    display: flex
  }
}

.flexi-comp-footer-social {
  display: flex;
  line-height: 0;
  margin: 0
}

.flexi-comp-footer-social li {
  padding-right: var(--indent)
}

@media(max-width:992px) {
  .flexi-comp-footer-social li {
    margin-top: var(--margin-top)
  }
}

.flexi-comp-footer-social li:last-child {
  padding-right: 0
}

.flexi-comp-footer-social svg {
  height: var(--size);
  width: var(--size)
}

.flexi-comp-footer-social svg path {
  fill: var(--icon-color)
}

.flexi-comp-footer-social svg:hover path {
  fill: var(--icon-color-hover)
}

@media(max-width:992px) {
  .flexi-comp-footer-disclosure {
    margin-top: var(--copyright-indent)
  }
}

@media(min-width:992px) {
  .flexi-comp-footer-disclosure {
    max-width: 540px;
    text-align: right
  }
}

.flexi-comp-footer-disclosure span {
  display: block;
  margin-bottom: 15px
}

.flexi-comp-modal {
  --loader-color: #ccc;
  bottom: 0;
  display: none;
  height: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: .35s;
  z-index: 999
}

.flexi-comp-modal iframe {
  border: none;
  height: 100%;
  left: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.flexi-comp-modal.is-active {
  display: block;
  height: auto;
  overflow: auto;
  transition: .35s
}

.flexi-comp-modal.is-active:before {
  animation-duration: .35s;
  animation-name: fade;
  background-color: rgba(0, 0, 0, .75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.flexi-comp-modal.is-active .flexi-comp-modal-inner {
  opacity: 1;
  pointer-events: auto;
  top: 10vh
}

.flexi-comp-modal .flexi-comp-modal-inner {
  left: 50%;
  margin: 40px 0;
  max-width: 950px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  transition: .35s;
  width: 90%;
  z-index: 1
}

.flexi-comp-modal .flexi-comp-modal-close {
  background: #fff;
  border: none;
  border-radius: 100%;
  display: block;
  font-size: 0;
  height: 30px;
  opacity: .75;
  position: absolute;
  right: 0;
  top: -30px;
  transition: .35s;
  width: 30px
}

@media(min-width:992px) {
  .flexi-comp-modal .flexi-comp-modal-close {
    right: -30px
  }
}

.flexi-comp-modal .flexi-comp-modal-close:after,
.flexi-comp-modal .flexi-comp-modal-close:before {
  background: #9e9e9e;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 20px
}

.flexi-comp-modal .flexi-comp-modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.flexi-comp-modal .flexi-comp-modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.flexi-comp-modal .flexi-comp-modal-close:hover {
  cursor: pointer;
  opacity: 1
}

.flexi-comp-modal .flexi-comp-modal-close:hover:after,
.flexi-comp-modal .flexi-comp-modal-close:hover:before {
  background: #000
}

.flexi-comp-modal .flexi-comp-modal-content {
  background-color: #fff;
  border-radius: 4px;
  min-height: 70vh;
  overflow: hidden;
  padding: 10px;
  position: relative
}

.flexi-comp-modal-overflow {
  overflow: hidden
}

.flexi-comp-modal-loader {
  bottom: 0;
  display: inline-block;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 5
}

.flexi-comp-modal-loader.hidden {
  display: none
}

.flexi-comp-modal-loader div {
  animation: flexi-comp-modal-loader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border: 8px solid var(--loader-color);
  border-color: var(--loader-color) transparent transparent transparent;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 64px;
  margin: 8px;
  position: absolute;
  width: 64px
}

.flexi-comp-modal-loader div:first-child {
  animation-delay: -.45s
}

.flexi-comp-modal-loader div:nth-child(2) {
  animation-delay: -.3s
}

.flexi-comp-modal-loader div:nth-child(3) {
  animation-delay: -.15s
}

@keyframes flexi-comp-modal-loader {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

/* ===== global-styles-inline-css.css ===== */
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0)
}

:where(body) {
  margin: 0
}

:where(.is-layout-flex) {
  gap: 0.5em
}

:where(.is-layout-grid) {
  gap: 0.5em
}

body .is-layout-flex {
  display: flex
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center
}

.is-layout-flex>:is(*, div) {
  margin: 0
}

body .is-layout-grid {
  display: grid
}

.is-layout-grid>:is(*, div) {
  margin: 0
}

body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px
}

:root:where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
  text-decoration: none;
  text-transform: inherit
}

.has-black-color {
  color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
  color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important
}

/* ===== grid-cta-theme.css ===== */
.grid-cta {
  --cta-color: #000000;
  --cta-background: #C8F348;
  --cta-hover-color: #C8F348;
  --cta-hover-background: #000000
}

.grid-cta-title {
  background-color: #C8F348
}

.grid-cta-title a {
  color: #000000
}

.grid-cta-subtitle {
  color: #ffffff;
  background-color: #000000
}

.grid-cta-footer {
  color: #000000;
  background-color:
}

.grid-cta-option {}

/* ===== hero-image.css ===== */
.hero-image-cta,
.hero-image-cta:hover,
.hero-image-cta:focus {
  color: #000000;
  background-color: #C8F348
}

/* ===== index-11.css ===== */
.wpb_animate_when_almost_visible {
  opacity: 1
}

/* ===== index-12.css ===== */
.mvf-loading-slider-1787307627493-03422954007117671 {
  box-sizing: border-box;
  position: relative;
  width: 710px;
  height: 25px;
  overflow-x: hidden
}

.mvf-loading-line-1787307627493-03422954007117671 {
  box-sizing: border-box;
  position: absolute;
  background: rgb(247, 247, 247);
  width: 100%;
  height: 25px;
}

.mvf-loading-subline-1787307627493-03422954007117671 {
  box-sizing: border-box;
  position: absolute;
  background: #53d75e;
  height: 25px;
}

.mvf-loading-inc- {
  animation: increase 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.mvf-loading-dec- {
  animation: decrease 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
}

@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }

  to {
    left: 130%;
    width: 100%;
  }
}

@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }

  to {
    left: 110%;
    width: 10%;
  }
}

/* ===== index-15.css ===== */
[data-pftrigger],
[data-pfrecommend] {
  display: none;
}

/* ===== index-16.css ===== */
#multistep-banner {
  color: #ffffff;
  background-color: #04ab49
}

.icon.loading {
  border-top-color: #ffffff !important
}

.icon.success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.5 5.5L8.25 13.75L3.5 9' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.mb-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 4L16 16' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16 4L4 16' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
}

/* ===== index-18.css ===== */
.tabbed-calculator-wrapper.bg-f4f4f4+.grid-cta,
.tabbed-calculator-wrapper.bg-f4f4f4+style+.grid-cta {
  --tabbed-calculator-background: #F4F4F4
}

/* ===== index-21.css ===== */
.country-map-fill-color path {
  fill: #C8F348
}

/* ===== index-26.css ===== */
.ecox-loader {
  --main-loader-color: #06ab48;
  --loader-background-color: rgba(247, 247, 247, 0.8)
}

/* ===== index-27.css ===== */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins-regular.ttf) format('truetype');
}

@media screen and (max-width: 812px) {
  #sm-coupon-container {
    position: fixed;
    bottom: -6000px;
    z-index: 2147483647;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }

  #sm-coupon-container.sm-animate-visible {
    bottom: 0;
  }

  #sm-coupon-container.sm-centered {
    bottom: 0;
  }

  #sm-coupon-container .sm-coupon-wrapper {
    background-color: #ffffff;
    border-radius: 15px;
    width: 100vw;
  }

  #sm-coupon-container .sm-header {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #eee;
  }

  #sm-coupon-container .sm-header .sm-logo1 {
    margin: 7px 5px 0 5px;
    cursor: pointer;
  }

  #sm-coupon-container .sm-header img.sm-logo1 {
    width: 80px;
  }

  #sm-coupon-container .sm-header .sm-cross-icon {
    float: right;
    cursor: pointer;
    margin-top: 7px;
    margin-right: 5px;
  }

  #sm-coupon-container .sm-header .sm-cross-icon img {
    margin: 10px 14px;
    width: 11px;
  }

  #sm-coupon-container .sm-activation-button {
    font-size: 18px;
    text-align: center;
    min-width: 70%;
    padding: 0 5px;
    line-height: 40px;
    border-radius: 5px;
  }

  #sm-coupon-container .sm-activation-button :hover {
    font-size: 22px;
    min-width: 85%;
  }

  #sm-coupon-container .sm-activation-button img {
    height: 15px;
  }

  #sm-coupon-container .sm-support a {
    font-size: 8px !important;
  }

  #sm-coupon-container .sm-coupon-codes {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
  }

  #sm-coupon-container .sm-valid-codes {
    overflow: hidden;
    height: 56px;
  }

  #sm-coupon-container #exclusions-text {
    font-family: Verdana;
    font-size: 8pt;
    bottom: 40px;
    background-color: #eeeeee;
    color: #333333;
    padding: 5px 20px;
    border-radius: 5px;
  }

  #sm-coupon-container h1 {
    font-size: 20px;
  }

  #sm-coupon-container h2 {
    font-size: 18px;
  }

  #sm-coupon-container h3 {
    font-size: 15px;
  }

  #sm-coupon-container h4 {
    font-size: 12px;
  }

  #sm-coupon-container h5 {
    font-size: 10px;
  }

  #sm-coupon-container h6 {
    font-size: 10.2px;
  }
}

@media screen and (min-width: 813px) {
  #sm-coupon-container {
    position: fixed;
    z-index: 2147483647;
    top: -8px;
    right: -3600px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  #sm-coupon-container.sm-animate-visible {
    right: 0;
  }

  #sm-coupon-container.sm-centered {
    right: calc(50vw - 325px);
    top: calc(50vh - 240px);
  }

  #sm-coupon-container .sm-coupon-wrapper {
    width: 374px;
  }

  #sm-coupon-container .sm-header {
    margin: 0px;
    padding: 0 15px;
  }

  #sm-coupon-container .sm-header .sm-logo1 {
    margin: 10px;
    cursor: pointer;
  }

  #sm-coupon-container .sm-header .sm-cross-icon {
    float: right;
    margin-top: 11px;
    cursor: pointer;
  }

  #sm-coupon-container .sm-activation-button {
    font-size: 20px;
    text-align: center;
    min-width: 70%;
    padding: 0 5px;
    line-height: 45px;
    border-radius: 5px;
  }

  #sm-coupon-container .sm-activation-button :hover {
    font-size: 22px;
    min-width: 85%;
  }

  #sm-coupon-container .sm-activation-button img {
    height: 15px;
  }

  #sm-coupon-container .sm-coupon-codes {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #sm-coupon-container .sm-valid-codes {
    overflow: hidden;
    height: 62px;
  }

  #sm-coupon-container #exclusions-text {
    font-family: Verdana;
    font-size: 8pt;
    margin-left: 15px;
    position: absolute;
    bottom: 40px;
    width: 300px;
    background-color: #eeeeee;
    color: #333333;
    padding: 20px;
    border-radius: 10px;
  }

  #sm-coupon-container h1 {
    font-size: 25px;
  }

  #sm-coupon-container h2 {
    font-size: 20px;
  }

  #sm-coupon-container h3 {
    font-size: 18px !important;
    text-align: center !important;
  }

  #sm-coupon-container h4 {
    font-size: 15px;
  }

  #sm-coupon-container h5 {
    font-size: 12px;
  }

  #sm-coupon-container h6 {
    font-size: 10.2px;
  }
}

#sm-coupon-container {
  pointer-events: auto;
}

#sm-coupon-container.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#sm-coupon-container span#checkedCoupons,
#sm-coupon-container span#totalCoupons {
  font-size: inherit;
}

#sm-coupon-container .sm-coupon-wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 0px;
  margin-right: 15px;
  margin-top: 25px;
}

#sm-coupon-container a,
#sm-coupon-container a:hover {
  text-decoration: none;
  cursor: pointer;
}

#sm-coupon-container .sm-activation-button {
  display: inline-block;
  background-color: #6d6fd5 !important;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.05s;
  transition: 0.05s;
  transition-timing-function: ease-in-out;
}

#sm-coupon-container #sm-style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#sm-coupon-container #sm-style-4::-webkit-scrollbar {
  width: 4px;
  background-color: #999999;
}

#sm-coupon-container #sm-style-4::-webkit-scrollbar-thumb {
  background-color: #999999;
  border: 2px solid #999999;
}

#sm-coupon-container .sm-margin0 {
  margin: 0px;
}

#sm-coupon-container .sm-coupons {
  background-color: #fff;
  padding: 0px 10px;
  width: 100%;
  text-align: center;
  text-transform: none;
}

#sm-coupon-container .sm-best-coupons {
  background-color: #6d6fd5 !important;
  display: inline-block;
  padding: 0 55px;
  line-height: 49px;
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}

#sm-coupon-container .sm-claim {
  background-color: #6d6fd5 !important;
  display: inline-block;
  padding: 0 55px;
  line-height: 49px;
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}

#sm-coupon-container .sm-invalid-codes {
  width: initial;
}

#sm-coupon-container .sm-support {
  float: left;
  margin-right: 15px;
  width: initial;
}

#sm-coupon-container .sm-support .sm-icon {
  float: left;
  height: 20px;
  margin-bottom: 5px;
  width: 100%;
}

#sm-coupon-container .sm-support .sm-invalid {
  transition: margin 0.1s;
  -webkit-transition: margin 0.1s;
  float: none;
}

#sm-coupon-container .sm-support .sm-valid {
  margin: 5px;
  transition: margin 0.1s;
  -webkit-transition: margin 0.1s;
}

#sm-coupon-container .sm-support a {
  width: 100%;
  background-color: #e8e8e8 !important;
  color: #6d6fd5 !important;
  padding: 10px 8px;
  font-size: 11px;
  letter-spacing: 0.35px;
  font-weight: 700;
  border-radius: 5px;
  min-width: 100px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#sm-coupon-container .sm-coupon-invalid {
  background-color: #fff !important;
  width: 100%;
  opacity: 0.3;
  border: solid 1px #e8e8e8;
  color: #5e5e5e;
  padding: 2px 0px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
}

#sm-coupon-container .sm-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #6d6fd5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

#sm-coupon-container .sm-progress {
  height: 7px;
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#sm-coupon-container .sm-not-working {
  position: absolute;
  bottom: 10px;
  width: 374px;
  right: 25px;
  text-align: center;
}

#sm-coupon-container .sm-not-working a {
  text-transform: none;
  color: #6d6fd5;
}

#sm-coupon-container .sm-error-img {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#sm-coupon-container .sm-error {
  font-size: 14px;
  margin-top: 30px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

#sm-coupon-container .sm-error ul {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 20px;
  list-style-type: disc !important;
}

#sm-coupon-container .sm-error ul li {
  font-size: 14px;
}

#sm-coupon-container .sm-content {
  font-size: 16px !important;
  margin: 20px;
  text-align: center;
}

#sm-coupon-container .sm-content a.sm-visit {
  background-color: #6d6fd5 !important;
  display: inline-block;
  padding: 0 55px;
  line-height: 49px;
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}

#sm-coupon-container .sm-primary,
#sm-coupon-container .sm-button {
  background-color: #6d6fd5;
  width: 100%;
  line-height: 49px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  padding: 9px 15px;
  border-radius: 5px;
}

#sm-coupon-container .sm-activate-later {
  font-size: 14px !important;
  font-weight: 600;
  color: #252d6a;
}

#sm-coupon-container .sm-coupon {
  display: inline !important;
  background-color: #e8e8e8 !important;
  color: #6d6fd5 !important;
  padding: 10px 20px !important;
  font-size: 15px !important;
  letter-spacing: 0.35px !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
  min-width: 100px !important;
  text-align: center !important;
}

#sm-coupon-container .sm-share-coupon {
  background-color: #6d6fd5 !important;
  width: 100% !important;
  line-height: 49px !important;
  color: #fff !important;
  font-size: 15px !important;
  cursor: pointer !important;
  text-align: center !important;
  padding: 9px 15px !important;
  border-radius: 5px !important;
}

#sm-coupon-container .sm-working-coupon {
  color: #252d6a;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
}

#sm-coupon-container .sm-congrats {
  color: #f5a80c;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}

#sm-coupon-container .sm-green {
  color: #00c57d;
  font-weight: 700;
  font-size: 20px;
}

#sm-coupon-container .sm-success-btn {
  padding: 10px;
  height: 42px;
  overflow: hidden;
  background-color: transparent;
  border-color: #6d6fd5 !important;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #6d6fd5;
  font-weight: bold !important;
  font-size: 15px !important;
  cursor: pointer;
}

#sm-coupon-container .sm-button-disabled {
  padding: 10px;
  height: 42px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #aaa;
  font-weight: bold !important;
  font-size: 15px !important;
  cursor: pointer;
}

#sm-coupon-container .sm-review {
  background: #6d6fd5;
  color: #fff;
  width: 185px;
  margin: auto;
}

#sm-coupon-container .sm-logo {
  justify-self: start;
  padding: 10px 20px;
  cursor: pointer;
}

#sm-coupon-container .sm-close {
  margin: 5px 10px;
  justify-self: end;
  align-self: start;
  cursor: pointer;
}

#sm-coupon-container .exclusions {
  text-align: center;
}

#sm-coupon-container #exclusions-button {
  font-weight: 600;
  font-size: 9pt;
  cursor: pointer;
}

#sm-coupon-container .exclusions-hidden {
  display: none;
}

#sm-coupon-container .sm-code {
  color: #6d6fd5;
}

#sm-coupon-container .sm-copy {
  border: 1px solid #f5a80c;
  background: #ffc954;
}

#sm-coupon-container .sm-coupon-list::-webkit-scrollbar-thumb {
  background-color: #6d6fd5;
}

#sm-coupon-container .sm-go {
  background-color: #f5a80c;
  color: #FFF;
}

#sm-coupon-container .span-all {
  grid-column: 1 / span 2;
}

#sm-coupon-container .sm-save {
  font-size: 13pt;
  font-weight: 800;
  color: #252d6a;
  margin-bottom: 15px;
}

#sm-coupon-container .sm-price-redirect {
  cursor: pointer;
}

#sm-coupon-container .sm-refer-email {
  padding: 10px;
  height: 35px;
  width: 175px;
  border-color: #949393 !important;
  border-radius: 8px 0px 0px 8px;
  border-style: solid;
  border-width: 1px;
  outline: none;
  font-size: 14px !important;
}

#sm-coupon-container .sm-refer-submit {
  padding: 5px 7px 7px 8px;
  height: 32px;
  overflow: hidden;
  background-color: #6d6fd5;
  border-color: #6d6fd5 !important;
  border-radius: 0px 8px 8px 0px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  font-size: 15px !important;
  cursor: pointer;
}

#sm-coupon-container .sm-refer-btn {
  margin: auto;
  padding: 6px;
  height: 38px;
  width: 180px;
  overflow: hidden;
  background-color: transparent;
  border-color: #6d6fd5 !important;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #6d6fd5;
  font-size: 15px !important;
  font-weight: bold;
  cursor: pointer;
}

#sm-coupon-container .sm-referral-msg {
  font-size: 14px !important;
  margin: 5px;
  font-weight: 500;
  height: 40px;
}

#sm-coupon-container .sm-referral-success {
  color: #00c57d;
}

#sm-coupon-container .sm-referral-error {
  color: #ff0000;
}

#sm-coupon-container .sm-exclusions {
  padding: 10px 0px;
  color: #716f6f;
  font-size: 14px;
}

#sm-coupon-container .sm-small-link {
  text-decoration: underline;
  color: #252d6a;
  font-size: 8pt;
  cursor: pointer;
}

#sm-inline-content {
  all: initial;
}

#sm-inline-content .sm-searching-button {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 5px;
  border: 2px solid #ccc;
  color: #888;
  font-family: Poppins;
  font-size: 11pt;
  font-weight: bold;
  margin: 5px 0;
  padding-top: 5px;
  height: 22px;
}

#sm-inline-content .sm-found-button {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 5px;
  background-color: #6d6fd5;
  color: #ffffff;
  border: initial;
  font-family: Poppins;
  font-size: 11pt;
  font-weight: bold;
  margin: 5px 0;
  padding-top: 5px;
  height: 25px;
  cursor: pointer;
}

#sm-inline-content .sm-img {
  vertical-align: middle;
  height: 20px;
  margin-right: 5px;
}

#sm-inline-content .sm-loading {
  vertical-align: middle;
  height: 8px;
}

#sm-full-loader {
  pointer-events: auto;
  position: fixed;
  z-index: 2147483646;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
}

.bg-facebook {
  background-color: #3c579e;
}

.bg-google {
  background-color: #4285f4;
}

.bg-microsoft {
  background-color: #2f2f2f;
}

.bg-apple {
  background-color: #000000;
}

/* ===== marketingpages-theme-footer.css ===== */
.end-of-article-cta-link,
.end-of-article-cta-link:focus {
  background-color: #C8F348;
  color: #000000
}

.end-of-article-cta-link:hover {
  background-color: #000000;
  color: #C8F348
}

.footer-top {
  color: #ffffff;
  background-color: #000000
}

.footer-top a,
.footer-top a:hover,
.footer-top a:focus,
.footer-top button {
  color: #ffffff
}

.flexi-comp-footer {
  --footer-background: #000000;
  --text-color: #ffffff;
  background: #000000;
  color: #ffffff
}

.flexi-comp-footer a,
.flexi-comp-footer a:visited,
.flexi-comp-footer a:hover,
.flexi-comp-footer a:focus {
  color: #ffffff
}

.post-content .benefits .branded-list li:before {
  color: #000000;
  background-color: #C8F348;
  border-radius: 50%
}

.post-content ul:not([class]) li:before {
  background: #000000
}

/* ===== onetrust-style.css ===== */
#onetrust-banner-sdk .onetrust-vendors-list-handler {
  cursor: pointer;
  color: #1f96db;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  margin-left: 5px;
  white-space: normal;
  word-wrap: break-word;
  text-align: left
}

#onetrust-banner-sdk .onetrust-vendors-list-handler:hover {
  color: #1f96db
}

#onetrust-banner-sdk:focus {
  outline: 2px solid #000;
  outline-offset: -2px
}

#onetrust-banner-sdk a:focus {
  outline: 2px solid #000
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  outline-offset: 1px
}

#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
  height: 64px;
  width: 64px
}

#onetrust-banner-sdk #onetrust-policy svg,
#onetrust-banner-sdk .banner-option svg {
  height: 13px;
  width: 13px;
  margin-left: 1px
}

#onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold {
  font-weight: bold
}

#onetrust-banner-sdk .ot-button-order-0 {
  order: 0
}

#onetrust-banner-sdk .ot-button-order-1 {
  order: 1
}

#onetrust-banner-sdk .ot-button-order-2 {
  order: 2
}

#onetrust-banner-sdk #onetrust-close-btn-container svg {
  height: 10px;
  width: 10px;
  pointer-events: none
}

#onetrust-banner-sdk .ot-close-icon,
#onetrust-pc-sdk .ot-close-icon,
#ot-sync-ntfy .ot-close-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px
}

#onetrust-banner-sdk .powered-by-logo,
#onetrust-banner-sdk .ot-pc-footer-logo a,
#onetrust-pc-sdk .powered-by-logo,
#onetrust-pc-sdk .ot-pc-footer-logo a,
#ot-sync-ntfy .powered-by-logo,
#ot-sync-ntfy .ot-pc-footer-logo a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 152px;
  display: block;
  text-decoration: none;
  font-size: .75em
}

#onetrust-banner-sdk .powered-by-logo:hover,
#onetrust-banner-sdk .ot-pc-footer-logo a:hover,
#onetrust-pc-sdk .powered-by-logo:hover,
#onetrust-pc-sdk .ot-pc-footer-logo a:hover,
#ot-sync-ntfy .powered-by-logo:hover,
#ot-sync-ntfy .ot-pc-footer-logo a:hover {
  color: #565656
}

#onetrust-banner-sdk h3 *,
#onetrust-banner-sdk h4 *,
#onetrust-banner-sdk h6 *,
#onetrust-banner-sdk button *,
#onetrust-banner-sdk a[data-parent-id] *,
#onetrust-banner-sdk p[role=heading] *,
#onetrust-pc-sdk h3 *,
#onetrust-pc-sdk h4 *,
#onetrust-pc-sdk h6 *,
#onetrust-pc-sdk button *,
#onetrust-pc-sdk a[data-parent-id] *,
#onetrust-pc-sdk p[role=heading] *,
#ot-sync-ntfy h3 *,
#ot-sync-ntfy h4 *,
#ot-sync-ntfy h6 *,
#ot-sync-ntfy button *,
#ot-sync-ntfy a[data-parent-id] *,
#ot-sync-ntfy p[role=heading] * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit
}

#onetrust-banner-sdk .ot-hide,
#onetrust-pc-sdk .ot-hide,
#ot-sync-ntfy .ot-hide {
  display: none !important
}

#onetrust-banner-sdk button.ot-link-btn:hover,
#onetrust-pc-sdk button.ot-link-btn:hover,
#ot-sync-ntfy button.ot-link-btn:hover {
  text-decoration: underline;
  opacity: 1
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
  padding: 0
}

#onetrust-pc-sdk .ot-sdk-container {
  padding-right: 0
}

#onetrust-pc-sdk .ot-sdk-row {
  flex-direction: initial;
  width: 100%
}

#onetrust-pc-sdk [type=checkbox]:checked,
#onetrust-pc-sdk [type=checkbox]:not(:checked) {
  pointer-events: initial
}

#onetrust-pc-sdk [type=checkbox]:disabled+label::before,
#onetrust-pc-sdk [type=checkbox]:disabled+label:after,
#onetrust-pc-sdk [type=checkbox]:disabled+label {
  pointer-events: none;
  opacity: .8
}

#onetrust-pc-sdk #vendor-list-content {
  transform: translate3d(0, 0, 0)
}

#onetrust-pc-sdk li input[type=checkbox] {
  z-index: 1
}

#onetrust-pc-sdk li .ot-checkbox label {
  z-index: 2
}

#onetrust-pc-sdk li .ot-checkbox input[type=checkbox] {
  height: auto;
  width: auto
}

#onetrust-pc-sdk li .host-title a,
#onetrust-pc-sdk li .ot-host-name a,
#onetrust-pc-sdk li .accordion-text,
#onetrust-pc-sdk li .ot-acc-txt {
  z-index: 2;
  position: relative
}

#onetrust-pc-sdk input {
  margin: 3px .1ex
}

#onetrust-pc-sdk .pc-logo,
#onetrust-pc-sdk .ot-pc-logo {
  height: 60px;
  width: 180px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

#onetrust-pc-sdk .pc-logo img,
#onetrust-pc-sdk .ot-pc-logo img {
  max-height: 100%;
  max-width: 100%
}

#onetrust-pc-sdk .pc-logo svg,
#onetrust-pc-sdk .ot-pc-logo svg {
  height: 60px;
  width: 180px
}

#onetrust-pc-sdk #close-pc-btn-handler>svg {
  margin: auto;
  display: block;
  height: 12px;
  width: 12px
}

#onetrust-pc-sdk #ot-pc-desc svg {
  height: 13px;
  width: 13px;
  margin-left: -7px;
  vertical-align: baseline;
  margin-right: 3px
}

#onetrust-pc-sdk .screen-reader-only,
#onetrust-pc-sdk .ot-scrn-rdr,
.ot-sdk-cookie-policy .screen-reader-only,
.ot-sdk-cookie-policy .ot-scrn-rdr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.ot-fade-in,
#onetrust-banner-sdk.ot-fade-in,
.ot-confirm-dialog-overlay.ot-fade-in {
  animation-name: onetrust-fade-in;
  animation-duration: 400ms;
  animation-timing-function: ease-in-out
}

#onetrust-pc-sdk.ot-hide {
  display: none !important
}

.onetrust-pc-dark-filter.ot-hide {
  display: none !important
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: #fff;
  background-color: #468254;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  padding: .8em 2em;
  font-size: .8em;
  line-height: 1.2;
  cursor: pointer;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  -webkit-transition: 1s ease;
  transition: .1s ease
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  color: #fff;
  background-color: #2c6415
}

#ot-sdk-btn.ot-sdk-show-settings:active,
#ot-sdk-btn.optanon-show-settings:active {
  color: #fff;
  background-color: #2c6415;
  border: 1px solid rgba(162, 192, 169, .5)
}

.onetrust-pc-dark-filter {
  background: rgba(0, 0, 0, .5);
  z-index: 2147483646;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0
}

@keyframes onetrust-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.ot-cookie-label {
  text-decoration: underline
}

@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape) {
  #onetrust-pc-sdk p {
    font-size: .75em
  }
}

#onetrust-banner-sdk .banner-option-input:focus+label {
  outline: 1px solid #000;
  outline-style: auto
}

.category-vendors-list-handler+a:focus,
.category-vendors-list-handler+a:focus-visible {
  outline: 2px solid #000
}

#onetrust-pc-sdk .ot-userid-title {
  margin-top: 10px
}

#onetrust-pc-sdk .ot-userid-title>span,
#onetrust-pc-sdk .ot-userid-timestamp>span {
  font-weight: 700
}

#onetrust-pc-sdk .ot-userid-desc {
  font-style: italic
}

#onetrust-pc-sdk .ot-host-desc a {
  pointer-events: initial
}

#onetrust-pc-sdk .ot-ven-hdr>p a {
  position: relative;
  z-index: 2;
  pointer-events: initial
}

#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a {
  margin-right: auto
}

#onetrust-pc-sdk .ot-pc-footer-logo svg,
#onetrust-pc-sdk .ot-pc-footer-logo img {
  width: 136px;
  height: 16px
}

#onetrust-pc-sdk .ot-pur-vdr-count {
  font-weight: 400;
  font-size: .8em;
  padding-top: 3px;
  display: block
}

#onetrust-pc-sdk p[role=heading] .ot-pur-vdr-count {
  font-weight: 400 !important;
  font-size: .8em !important
}

#onetrust-banner-sdk #onetrust-policy .ot-optout-signal,
#onetrust-pc-sdk #ot-pc-content .ot-optout-signal {
  border: 1px solid #32ae88;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #f9fffa;
  font-size: .85rem;
  line-height: 2
}

#onetrust-banner-sdk #onetrust-policy .ot-optout-signal .ot-optout-icon,
#onetrust-pc-sdk #ot-pc-content .ot-optout-signal .ot-optout-icon {
  display: inline;
  margin-right: 5px
}

#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg,
#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg {
  height: 20px;
  width: 30px
}

#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg.ot-source-sprite,
#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg.ot-source-sprite {
  position: relative;
  bottom: -3px
}

#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite),
#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite) {
  transform: scale(0.5)
}

#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite) path,
#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite) path {
  fill: #32ae88
}

#onetrust-consent-sdk .ot-general-modal {
  overflow: hidden;
  position: fixed;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 40%;
  padding: 1.5rem;
  max-width: 575px;
  min-width: 575px;
  z-index: 2147483647;
  border-radius: 2.5px;
  transform: translate(-50%, -50%)
}

#onetrust-consent-sdk .ot-signature-health-group {
  margin-top: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: .625rem;
  width: calc(100% - 2.5rem)
}

#onetrust-consent-sdk .ot-signature-health-group .ot-signature-health-form {
  gap: .5rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form {
  width: 70%;
  gap: .35rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-input {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-subtitle {
  font-size: 1.125rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-group-title {
  font-size: 1.25rem;
  font-weight: bold
}

#onetrust-consent-sdk .ot-signature-health,
#onetrust-consent-sdk .ot-signature-health-group {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-cont,
#onetrust-consent-sdk .ot-signature-health-group .ot-signature-cont {
  display: flex;
  flex-direction: column;
  gap: .25rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-paragraph,
#onetrust-consent-sdk .ot-signature-health-group .ot-signature-paragraph {
  margin: 0;
  line-height: 20px;
  font-size: max(14px, .875rem)
}

#onetrust-consent-sdk .ot-signature-health .ot-health-signature-error,
#onetrust-consent-sdk .ot-signature-health-group .ot-health-signature-error {
  color: #4d4d4d;
  font-size: min(12px, .75rem)
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-buttons-cont,
#onetrust-consent-sdk .ot-signature-health-group .ot-signature-buttons-cont {
  margin-top: max(.75rem, 2%);
  gap: 1rem;
  display: flex;
  justify-content: flex-end
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-button,
#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button {
  flex: 1;
  height: auto;
  color: #fff;
  cursor: pointer;
  line-height: 1.2;
  min-width: 125px;
  font-weight: 600;
  font-size: .813em;
  border-radius: 2px;
  padding: 12px 10px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  background-color: #68b631;
  border: 2px solid #68b631
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-button.reject,
#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button.reject {
  background-color: #fff
}

#onetrust-consent-sdk .ot-input-field-cont {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input {
  width: 65%
}

#onetrust-consent-sdk .ot-signature-health-form {
  display: flex;
  flex-direction: column
}

#onetrust-consent-sdk .ot-signature-health-form .ot-signature-label {
  margin-bottom: 0;
  line-height: 20px;
  font-size: max(14px, .875rem)
}

#onetrust-consent-sdk #onetrust-sprite-svg {
  display: none
}

@media only screen and (max-width: 600px) {
  #onetrust-consent-sdk .ot-general-modal {
    min-width: 100%
  }

  #onetrust-consent-sdk .ot-signature-health .ot-signature-health-form {
    width: 100%
  }

  #onetrust-consent-sdk .ot-input-field-cont .ot-signature-input {
    width: 100%
  }
}

#onetrust-banner-sdk,
#onetrust-pc-sdk,
#ot-sdk-cookie-policy,
#ot-sync-ntfy {
  font-size: 16px
}

#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before,
#ot-sdk-cookie-policy *,
#ot-sdk-cookie-policy ::after,
#ot-sdk-cookie-policy ::before,
#ot-sync-ntfy *,
#ot-sync-ntfy ::after,
#ot-sync-ntfy ::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

#onetrust-banner-sdk div,
#onetrust-banner-sdk span,
#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-banner-sdk p,
#onetrust-banner-sdk img,
#onetrust-banner-sdk svg,
#onetrust-banner-sdk button,
#onetrust-banner-sdk section,
#onetrust-banner-sdk a,
#onetrust-banner-sdk label,
#onetrust-banner-sdk input,
#onetrust-banner-sdk ul,
#onetrust-banner-sdk li,
#onetrust-banner-sdk nav,
#onetrust-banner-sdk table,
#onetrust-banner-sdk thead,
#onetrust-banner-sdk tr,
#onetrust-banner-sdk td,
#onetrust-banner-sdk tbody,
#onetrust-banner-sdk .ot-main-content,
#onetrust-banner-sdk .ot-toggle,
#onetrust-banner-sdk #ot-content,
#onetrust-banner-sdk #ot-pc-content,
#onetrust-banner-sdk .checkbox,
#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#onetrust-pc-sdk p,
#onetrust-pc-sdk img,
#onetrust-pc-sdk svg,
#onetrust-pc-sdk button,
#onetrust-pc-sdk section,
#onetrust-pc-sdk a,
#onetrust-pc-sdk label,
#onetrust-pc-sdk input,
#onetrust-pc-sdk ul,
#onetrust-pc-sdk li,
#onetrust-pc-sdk nav,
#onetrust-pc-sdk table,
#onetrust-pc-sdk thead,
#onetrust-pc-sdk tr,
#onetrust-pc-sdk td,
#onetrust-pc-sdk tbody,
#onetrust-pc-sdk .ot-main-content,
#onetrust-pc-sdk .ot-toggle,
#onetrust-pc-sdk #ot-content,
#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk .checkbox,
#ot-sdk-cookie-policy div,
#ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy img,
#ot-sdk-cookie-policy svg,
#ot-sdk-cookie-policy button,
#ot-sdk-cookie-policy section,
#ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy label,
#ot-sdk-cookie-policy input,
#ot-sdk-cookie-policy ul,
#ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy nav,
#ot-sdk-cookie-policy table,
#ot-sdk-cookie-policy thead,
#ot-sdk-cookie-policy tr,
#ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy tbody,
#ot-sdk-cookie-policy .ot-main-content,
#ot-sdk-cookie-policy .ot-toggle,
#ot-sdk-cookie-policy #ot-content,
#ot-sdk-cookie-policy #ot-pc-content,
#ot-sdk-cookie-policy .checkbox,
#ot-sync-ntfy div,
#ot-sync-ntfy span,
#ot-sync-ntfy h1,
#ot-sync-ntfy h2,
#ot-sync-ntfy h3,
#ot-sync-ntfy h4,
#ot-sync-ntfy h5,
#ot-sync-ntfy h6,
#ot-sync-ntfy p,
#ot-sync-ntfy img,
#ot-sync-ntfy svg,
#ot-sync-ntfy button,
#ot-sync-ntfy section,
#ot-sync-ntfy a,
#ot-sync-ntfy label,
#ot-sync-ntfy input,
#ot-sync-ntfy ul,
#ot-sync-ntfy li,
#ot-sync-ntfy nav,
#ot-sync-ntfy table,
#ot-sync-ntfy thead,
#ot-sync-ntfy tr,
#ot-sync-ntfy td,
#ot-sync-ntfy tbody,
#ot-sync-ntfy .ot-main-content,
#ot-sync-ntfy .ot-toggle,
#ot-sync-ntfy #ot-content,
#ot-sync-ntfy #ot-pc-content,
#ot-sync-ntfy .checkbox {
  font-family: inherit;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  letter-spacing: normal;
  line-height: normal;
  padding: 0;
  margin: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  width: auto;
  min-width: 0;
  max-width: none;
  border-radius: 0;
  border: none;
  clear: none;
  float: none;
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  background: none;
  overflow: visible;
  vertical-align: baseline;
  visibility: visible;
  z-index: auto;
  box-shadow: none
}

#onetrust-banner-sdk img,
#onetrust-pc-sdk img,
#ot-sdk-cookie-policy img,
#ot-sync-ntfy img {
  overflow: hidden !important
}

#onetrust-banner-sdk label:before,
#onetrust-banner-sdk label:after,
#onetrust-banner-sdk .checkbox:after,
#onetrust-banner-sdk .checkbox:before,
#onetrust-pc-sdk label:before,
#onetrust-pc-sdk label:after,
#onetrust-pc-sdk .checkbox:after,
#onetrust-pc-sdk .checkbox:before,
#ot-sdk-cookie-policy label:before,
#ot-sdk-cookie-policy label:after,
#ot-sdk-cookie-policy .checkbox:after,
#ot-sdk-cookie-policy .checkbox:before,
#ot-sync-ntfy label:before,
#ot-sync-ntfy label:after,
#ot-sync-ntfy .checkbox:after,
#ot-sync-ntfy .checkbox:before {
  content: "";
  content: none
}

#onetrust-banner-sdk .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container,
#ot-sdk-cookie-policy .ot-sdk-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box
}

#onetrust-banner-sdk .ot-sdk-column,
#onetrust-banner-sdk .ot-sdk-columns,
#onetrust-pc-sdk .ot-sdk-column,
#onetrust-pc-sdk .ot-sdk-columns,
#ot-sdk-cookie-policy .ot-sdk-column,
#ot-sdk-cookie-policy .ot-sdk-columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0;
  display: initial
}

@media(min-width: 400px) {

  #onetrust-banner-sdk .ot-sdk-container,
  #onetrust-pc-sdk .ot-sdk-container,
  #ot-sdk-cookie-policy .ot-sdk-container {
    width: 90%;
    padding: 0
  }
}

@media(min-width: 550px) {

  #onetrust-banner-sdk .ot-sdk-container,
  #onetrust-pc-sdk .ot-sdk-container,
  #ot-sdk-cookie-policy .ot-sdk-container {
    width: 100%
  }

  #onetrust-banner-sdk .ot-sdk-column,
  #onetrust-banner-sdk .ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-column,
  #onetrust-pc-sdk .ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-column,
  #ot-sdk-cookie-policy .ot-sdk-columns {
    margin-left: 4%
  }

  #onetrust-banner-sdk .ot-sdk-column:first-child,
  #onetrust-banner-sdk .ot-sdk-columns:first-child,
  #onetrust-pc-sdk .ot-sdk-column:first-child,
  #onetrust-pc-sdk .ot-sdk-columns:first-child,
  #ot-sdk-cookie-policy .ot-sdk-column:first-child,
  #ot-sdk-cookie-policy .ot-sdk-columns:first-child {
    margin-left: 0
  }

  #onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns {
    width: 13.3333333333%
  }

  #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns {
    width: 22%
  }

  #onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns {
    width: 30.6666666667%
  }

  #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns {
    width: 65.3333333333%
  }

  #onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns {
    width: 74%
  }

  #onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns {
    width: 82.6666666667%
  }

  #onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns {
    width: 91.3333333333%
  }

  #onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns {
    width: 100%;
    margin-left: 0
  }
}

#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-banner-sdk p[role=heading],
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#onetrust-pc-sdk p[role=heading],
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy p[role=heading] {
  margin-top: 0;
  font-weight: 600;
  font-family: inherit
}

#onetrust-banner-sdk h1,
#onetrust-pc-sdk h1,
#ot-sdk-cookie-policy h1 {
  font-size: 1.5rem;
  line-height: 1.2
}

#onetrust-banner-sdk h2,
#onetrust-pc-sdk h2,
#ot-sdk-cookie-policy h2 {
  font-size: 1.5rem;
  line-height: 1.25
}

#onetrust-banner-sdk h3,
#onetrust-pc-sdk h3,
#ot-sdk-cookie-policy h3 {
  font-size: 1.5rem;
  line-height: 1.3
}

#onetrust-banner-sdk h4,
#onetrust-pc-sdk h4,
#ot-sdk-cookie-policy h4 {
  font-size: 1.5rem;
  line-height: 1.35
}

#onetrust-banner-sdk h5,
#onetrust-pc-sdk h5,
#ot-sdk-cookie-policy h5 {
  font-size: 1.5rem;
  line-height: 1.5
}

#onetrust-banner-sdk h6,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h6 {
  font-size: 1.5rem;
  line-height: 1.6
}

@media(min-width: 550px) {

  #onetrust-banner-sdk h1,
  #onetrust-pc-sdk h1,
  #ot-sdk-cookie-policy h1 {
    font-size: 1.5rem
  }

  #onetrust-banner-sdk h2,
  #onetrust-pc-sdk h2,
  #ot-sdk-cookie-policy h2 {
    font-size: 1.5rem
  }

  #onetrust-banner-sdk h3,
  #onetrust-pc-sdk h3,
  #ot-sdk-cookie-policy h3 {
    font-size: 1.5rem
  }

  #onetrust-banner-sdk h4,
  #onetrust-pc-sdk h4,
  #ot-sdk-cookie-policy h4 {
    font-size: 1.5rem
  }

  #onetrust-banner-sdk h5,
  #onetrust-pc-sdk h5,
  #ot-sdk-cookie-policy h5 {
    font-size: 1.5rem
  }

  #onetrust-banner-sdk h6,
  #onetrust-pc-sdk h6,
  #ot-sdk-cookie-policy h6 {
    font-size: 1.5rem
  }
}

#onetrust-banner-sdk p:not([role=heading]),
#onetrust-pc-sdk p:not([role=heading]),
#ot-sdk-cookie-policy p:not([role=heading]) {
  margin: 0 0 1em 0;
  font-family: inherit;
  line-height: normal
}

#onetrust-banner-sdk a,
#onetrust-pc-sdk a,
#ot-sdk-cookie-policy a {
  color: #565656;
  text-decoration: underline
}

#onetrust-banner-sdk a:hover,
#onetrust-pc-sdk a:hover,
#ot-sdk-cookie-policy a:hover {
  color: #565656;
  text-decoration: none
}

#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button {
  margin-bottom: 1rem;
  font-family: inherit
}

#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: .9em;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: .01em;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box
}

#onetrust-banner-sdk .ot-sdk-button:hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus,
#onetrust-pc-sdk .ot-sdk-button:hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus,
#ot-sdk-cookie-policy .ot-sdk-button:hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus {
  color: #333;
  border-color: #888;
  opacity: .9
}

#onetrust-banner-sdk .ot-sdk-button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-pc-sdk .ot-sdk-button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,
#ot-sdk-cookie-policy .ot-sdk-button:focus,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus {
  outline: 2px solid #000
}

#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,
#onetrust-banner-sdk button.ot-sdk-button-primary,
#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary,
#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary,
#onetrust-banner-sdk input[type=button].ot-sdk-button-primary,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,
#onetrust-pc-sdk button.ot-sdk-button-primary,
#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary,
#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary,
#onetrust-pc-sdk input[type=button].ot-sdk-button-primary,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,
#ot-sdk-cookie-policy button.ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0
}

#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover,
#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb
}

#onetrust-banner-sdk input[type=text],
#onetrust-pc-sdk input[type=text],
#ot-sdk-cookie-policy input[type=text] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box
}

#onetrust-banner-sdk input[type=text],
#onetrust-pc-sdk input[type=text],
#ot-sdk-cookie-policy input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

#onetrust-banner-sdk input[type=text]:focus,
#onetrust-pc-sdk input[type=text]:focus,
#ot-sdk-cookie-policy input[type=text]:focus {
  border: 1px solid #000;
  outline: 0
}

#onetrust-banner-sdk label,
#onetrust-pc-sdk label,
#ot-sdk-cookie-policy label {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600
}

#onetrust-banner-sdk input[type=checkbox],
#onetrust-pc-sdk input[type=checkbox],
#ot-sdk-cookie-policy input[type=checkbox] {
  display: inline
}

#onetrust-banner-sdk ul,
#onetrust-pc-sdk ul,
#ot-sdk-cookie-policy ul {
  list-style: circle inside
}

#onetrust-banner-sdk ul,
#onetrust-pc-sdk ul,
#ot-sdk-cookie-policy ul {
  padding-left: 0;
  margin-top: 0
}

#onetrust-banner-sdk ul ul,
#onetrust-pc-sdk ul ul,
#ot-sdk-cookie-policy ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%
}

#onetrust-banner-sdk li,
#onetrust-pc-sdk li,
#ot-sdk-cookie-policy li {
  margin-bottom: 1rem
}

#onetrust-banner-sdk th,
#onetrust-banner-sdk td,
#onetrust-pc-sdk th,
#onetrust-pc-sdk td,
#ot-sdk-cookie-policy th,
#ot-sdk-cookie-policy td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy button {
  margin-bottom: 1rem;
  font-family: inherit
}

#onetrust-banner-sdk .ot-sdk-container:after,
#onetrust-banner-sdk .ot-sdk-row:after,
#onetrust-pc-sdk .ot-sdk-container:after,
#onetrust-pc-sdk .ot-sdk-row:after,
#ot-sdk-cookie-policy .ot-sdk-container:after,
#ot-sdk-cookie-policy .ot-sdk-row:after {
  content: "";
  display: table;
  clear: both
}

#onetrust-banner-sdk .ot-sdk-row,
#onetrust-pc-sdk .ot-sdk-row,
#ot-sdk-cookie-policy .ot-sdk-row {
  margin: 0;
  max-width: none;
  display: block
}

#onetrust-banner-sdk {
  box-shadow: 0 0 18px rgba(0, 0, 0, .2)
}

#onetrust-banner-sdk.otCenterRounded {
  z-index: 2147483645;
  top: 10%;
  position: fixed;
  right: 0;
  background-color: #fff;
  width: 60%;
  max-width: 650px;
  border-radius: 2.5px;
  left: 1em;
  margin: 0 auto;
  font-size: 14px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto
}

#onetrust-banner-sdk.otRelFont {
  font-size: .875rem
}

#onetrust-banner-sdk::-webkit-scrollbar {
  width: 11px
}

#onetrust-banner-sdk::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c1c1c1
}

#onetrust-banner-sdk {
  scrollbar-arrow-color: #c1c1c1;
  scrollbar-darkshadow-color: #c1c1c1;
  scrollbar-face-color: #c1c1c1;
  scrollbar-shadow-color: #c1c1c1
}

#onetrust-banner-sdk h3,
#onetrust-banner-sdk p {
  color: dimgray
}

#onetrust-banner-sdk #onetrust-policy {
  margin-top: 40px
}

#onetrust-banner-sdk #onetrust-policy-title {
  float: left;
  text-align: left;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 0 0 10px 30px;
  width: calc(100% - 90px)
}

#onetrust-banner-sdk #onetrust-policy-text,
#onetrust-banner-sdk .ot-b-addl-desc,
#onetrust-banner-sdk .ot-gv-list-handler {
  clear: both;
  float: left;
  margin: 0 30px 10px 30px;
  font-size: .813em;
  line-height: 1.5
}

#onetrust-banner-sdk #onetrust-policy-text *,
#onetrust-banner-sdk .ot-b-addl-desc *,
#onetrust-banner-sdk .ot-gv-list-handler * {
  line-height: inherit;
  font-size: inherit;
  margin: 0
}

#onetrust-banner-sdk .ot-optout-signal {
  margin: 0 1.875rem .625rem 1.875rem
}

#onetrust-banner-sdk .ot-gv-list-handler {
  padding: 0;
  border: 0;
  height: auto;
  width: auto
}

#onetrust-banner-sdk .ot-b-addl-desc {
  display: block
}

#onetrust-banner-sdk #onetrust-button-group-parent {
  padding: 15px 30px;
  text-align: center
}

#onetrust-banner-sdk #onetrust-button-group-parent:not(.has-reject-all-button) #onetrust-button-group {
  text-align: right
}

#onetrust-banner-sdk #onetrust-button-group {
  text-align: center;
  display: inline-block;
  width: 100%
}

#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(1) {
  margin-right: auto !important
}

#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(2) {
  margin-right: 1em !important
}

#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:last-of-type {
  margin-right: 0 !important
}

#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  margin-right: 1em
}

#onetrust-banner-sdk #onetrust-pc-btn-handler {
  border: 1px solid #6cc04a;
  max-width: 45%
}

#onetrust-banner-sdk .banner-actions-container {
  float: right;
  width: 50%
}

#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  background-color: #fff;
  border: none;
  color: #6cc04a;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  background-color: #6cc04a;
  color: #fff;
  border-color: #6cc04a;
  min-width: 135px;
  padding: 12px 10px;
  letter-spacing: .05em;
  line-height: 1.4;
  font-size: .813em;
  font-weight: 600;
  height: auto;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word
}

#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
  float: left;
  max-width: calc(40% - 18px)
}

#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link {
  text-align: left;
  margin-right: 0
}

#onetrust-banner-sdk .has-reject-all-button .banner-actions-container {
  max-width: 60%;
  width: auto
}

#onetrust-banner-sdk .ot-close-icon {
  width: 44px;
  height: 44px;
  background-size: 12px;
  margin: -18px -18px 0 0;
  border: none;
  display: inline-block;
  padding: 0
}

#onetrust-banner-sdk #onetrust-close-btn-container {
  position: absolute;
  right: 24px;
  top: 20px
}

#onetrust-banner-sdk .banner_logo {
  display: none
}

#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy {
  margin-top: 10px
}

#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
  margin: 4px 25px
}

#onetrust-banner-sdk #banner-options {
  float: left;
  padding: 0 30px;
  width: calc(100% - 90px)
}

#onetrust-banner-sdk .banner-option {
  margin-bottom: 10px
}

#onetrust-banner-sdk .banner-option-input {
  cursor: pointer;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  padding-right: 3px;
  margin: 0 0 6px;
  font-size: .82em;
  line-height: 1.4
}

#onetrust-banner-sdk .banner-option-input * {
  pointer-events: none;
  font-size: inherit;
  line-height: inherit
}

#onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container {
  transform: rotate(90deg)
}

#onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details {
  height: auto;
  display: block
}

#onetrust-banner-sdk .banner-option-header {
  cursor: pointer;
  display: inline-block
}

#onetrust-banner-sdk .banner-option-header :first-child {
  color: dimgray;
  font-weight: bold;
  float: left
}

#onetrust-banner-sdk .ot-arrow-container,
#onetrust-banner-sdk .banner-option-details {
  transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s
}

#onetrust-banner-sdk .ot-arrow-container {
  display: inline-block;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid dimgray;
  margin-left: 10px;
  vertical-align: middle
}

#onetrust-banner-sdk .banner-option-details {
  display: none;
  font-size: .83em;
  line-height: 1.5;
  height: 0px;
  padding: 10px 10px 5px 10px
}

#onetrust-banner-sdk .banner-option-details * {
  font-size: inherit;
  line-height: inherit;
  color: dimgray
}

#onetrust-banner-sdk .ot-dpd-container {
  float: left;
  margin: 0 30px 10px 30px
}

#onetrust-banner-sdk .ot-dpd-title {
  font-weight: bold;
  padding-bottom: 10px
}

#onetrust-banner-sdk .ot-dpd-title {
  font-size: 1em;
  line-height: 1.4
}

#onetrust-banner-sdk .ot-dpd-desc {
  font-size: .813em;
  line-height: 1.5;
  margin-bottom: 0
}

#onetrust-banner-sdk .ot-dpd-desc * {
  margin: 0
}

#onetrust-banner-sdk .onetrust-vendors-list-handler {
  display: block;
  margin-left: 0px;
  margin-top: 5px;
  padding: 0;
  margin-bottom: 0;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto
}

#onetrust-banner-sdk :not(.ot-dpd-desc)>.ot-b-addl-desc {
  float: left;
  margin: 0 30px 10px 30px
}

#onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5;
  float: none
}

#onetrust-banner-sdk #onetrust-policy-text a {
  font-weight: bold
}

#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container {
  top: 15px;
  transform: none;
  right: 15px
}

#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button {
  padding: 0;
  white-space: pre-wrap;
  border: none;
  height: auto;
  line-height: 1.5;
  text-decoration: underline;
  font-size: .75em
}

#onetrust-banner-sdk.ot-close-btn-link.ot-wo-title #onetrust-group-container {
  margin-top: 20px
}

@media only screen and (max-width: 425px) {

  #onetrust-banner-sdk #onetrust-accept-btn-handler,
  #onetrust-banner-sdk #onetrust-reject-all-handler,
  #onetrust-banner-sdk #onetrust-pc-btn-handler {
    width: 100%;
    margin-bottom: 10px
  }

  #onetrust-banner-sdk #onetrust-pc-btn-handler,
  #onetrust-banner-sdk #onetrust-reject-all-handler {
    margin-right: 0
  }

  #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link {
    text-align: center
  }

  #onetrust-banner-sdk .banner-actions-container,
  #onetrust-banner-sdk #onetrust-pc-btn-handler {
    width: 100%;
    max-width: none
  }

  #onetrust-banner-sdk.otCenterRounded {
    left: 0;
    width: 95%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
  }
}

@media only screen and (max-width: 600px) {
  #onetrust-banner-sdk .ot-sdk-container {
    width: auto;
    padding: 0
  }

  #onetrust-banner-sdk #onetrust-policy-title {
    padding: 0 22px 10px 22px
  }

  #onetrust-banner-sdk #onetrust-policy-text,
  #onetrust-banner-sdk :not(.ot-dpd-desc)>.ot-b-addl-desc,
  #onetrust-banner-sdk .ot-dpd-container {
    margin: 0 22px 10px 22px;
    width: calc(100% - 44px)
  }

  #onetrust-banner-sdk #onetrust-button-group-parent {
    padding: 15px 22px
  }

  #onetrust-banner-sdk #banner-options {
    padding: 0 22px;
    width: calc(100% - 44px)
  }

  #onetrust-banner-sdk .banner-option {
    margin-bottom: 6px
  }

  #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
    float: none;
    max-width: 100%
  }

  #onetrust-banner-sdk .has-reject-all-button .banner-actions-container {
    width: 100%;
    text-align: center;
    max-width: 100%
  }

  #onetrust-banner-sdk.ot-close-btn-link #onetrust-group-container {
    margin-top: 20px
  }

  #onetrust-banner-sdk #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(1),
  #onetrust-banner-sdk #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(2),
  #onetrust-banner-sdk #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:last-of-type {
    flex-basis: 100%;
    margin-right: 0 !important
  }
}

@media only screen and (min-width: 426px)and (max-width: 896px) {
  #onetrust-banner-sdk.otCenterRounded {
    left: 0;
    top: 15%;
    transform: translateY(-13%);
    -webkit-transform: translateY(-13%);
    max-width: 600px;
    width: 95%
  }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk .ot-b-addl-desc,
#onetrust-consent-sdk .ot-dpd-desc,
#onetrust-consent-sdk .ot-dpd-title,
#onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
#onetrust-banner-sdk .ot-cat-header,
#onetrust-banner-sdk .ot-optout-signal {
  color: #696969;
}

#onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details {
  background-color: #E9E9E9;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href],
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
  color: #3860BE;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #ot-dialog-confirm-handler {
  background-color: #346E4A;
  border-color: #346E4A;
  color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline-color: #000000;
  outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
#onetrust-consent-sdk #ot-dialog-cancel-handler {
  color: #346E4A;
  border-color: #346E4A;
  background-color:
    #FFFFFF;
}

#onetrust-banner-sdk #onetrust-policy-text a.ot-cookie-policy-link,
#onetrust-banner-sdk #onetrust-policy-text a.ot-imprint-link {
  margin-left: 5px;
}

.ot-sdk-cookie-policy {
  font-family: inherit;
  font-size: 16px
}

.ot-sdk-cookie-policy.otRelFont {
  font-size: 1rem
}

.ot-sdk-cookie-policy h3,
.ot-sdk-cookie-policy h4,
.ot-sdk-cookie-policy h6,
.ot-sdk-cookie-policy p,
.ot-sdk-cookie-policy li,
.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy th,
.ot-sdk-cookie-policy #cookie-policy-description,
.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
.ot-sdk-cookie-policy #cookie-policy-title {
  color: dimgray
}

.ot-sdk-cookie-policy #cookie-policy-description {
  margin-bottom: 1em
}

.ot-sdk-cookie-policy h4 {
  font-size: 1.2em
}

.ot-sdk-cookie-policy h6 {
  font-size: 1em;
  margin-top: 2em
}

.ot-sdk-cookie-policy th {
  min-width: 75px
}

.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy a:hover {
  background: #fff
}

.ot-sdk-cookie-policy thead {
  background-color: #f6f6f4;
  font-weight: bold
}

.ot-sdk-cookie-policy .ot-mobile-border {
  display: none
}

.ot-sdk-cookie-policy section {
  margin-bottom: 2em
}

.ot-sdk-cookie-policy table {
  border-collapse: inherit
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
  font-family: inherit;
  font-size: 1rem
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
  color: dimgray
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  margin-bottom: 1em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup {
  margin-left: 1.5em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
  font-size: .9em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a {
  font-size: inherit
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
  font-size: 1em;
  margin-bottom: .6em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title {
  margin-bottom: 1.2em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section {
  margin-bottom: 1em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
  min-width: 75px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
  background: #fff
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead {
  background-color: #f6f6f4;
  font-weight: bold
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border {
  display: none
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section {
  margin-bottom: 2em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li {
  list-style: disc;
  margin-left: 1.5em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4 {
  display: inline-block
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
  border-collapse: inherit;
  margin: auto;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  border-spacing: initial;
  width: 100%;
  overflow: hidden
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
  border-bottom: 0px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child {
  border-right: 0px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
  width: 25%
}

.ot-sdk-cookie-policy[dir=rtl] {
  text-align: left
}

#ot-sdk-cookie-policy h3 {
  font-size: 1.5em
}

@media only screen and (max-width: 530px) {

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
    display: block
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
    margin: 0 0 1em 0
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a {
    background: #f6f6f4
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
    position: absolute;
    height: 100%;
    left: 6px;
    width: 40%;
    padding-right: 10px
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border {
    display: inline-block;
    background-color: #e4e4e4;
    position: absolute;
    height: 100%;
    top: 0;
    left: 45%;
    width: 2px
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
    content: attr(data-label);
    font-weight: bold
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li {
    word-break: break-word;
    word-wrap: break-word
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    overflow: hidden
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    border: none;
    border-bottom: 1px solid #d7d7d7
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
    display: block
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
    width: auto
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
    margin: 0 0 1em 0
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
    height: 100%;
    width: 40%;
    padding-right: 10px
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
    content: attr(data-label);
    font-weight: bold
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li {
    word-break: break-word;
    word-wrap: break-word
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -9999
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 0px
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child {
    border-bottom: 0px
  }
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  color: #696969;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
  color: #696969;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
  color: #696969;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
  color: #696969;
}


#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
  background-color: #F8F8F8;
}

.ot-floating-button__front {
  background-image: url('../assets/images/ot_persistent_cookie.png')
}

#ot-sdk-btn-floating.ot-floating-button {
  position: fixed;
  bottom: 10px;
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 15px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: all 300ms ease;
  z-index: 2147483646;
  animation: otFloatingBtnIntro 800ms ease 0ms 1 forwards
}

#ot-sdk-btn-floating.ot-floating-button.ot-hide {
  display: none
}

#ot-sdk-btn-floating.ot-floating-button::before,
#ot-sdk-btn-floating.ot-floating-button::after {
  text-transform: none;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transition: all 300ms ease;
  display: block;
  height: auto
}

#ot-sdk-btn-floating.ot-floating-button::before {
  content: "";
  border: 5px solid rgba(0, 0, 0, 0);
  z-index: 1001;
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(10px, -50%)
}

#ot-sdk-btn-floating.ot-floating-button::after {
  content: attr(data-title);
  position: absolute;
  text-align: center;
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(10px, -50%);
  font-size: .75rem;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, .35);
  background: #333;
  color: #fff;
  z-index: 2147483645
}

#ot-sdk-btn-floating.ot-floating-button:hover::before,
#ot-sdk-btn-floating.ot-floating-button:hover::after {
  opacity: 1
}

#ot-sdk-btn-floating.ot-floating-button:hover::before {
  transform: translate(0.5em, -50%) scale(1)
}

#ot-sdk-btn-floating.ot-floating-button:hover::after {
  transform: translate(0.5em, -50%) scale(1)
}

#ot-sdk-btn-floating.ot-floating-button.ot-pc-open .ot-floating-button__front {
  transform: rotateY(-180deg)
}

#ot-sdk-btn-floating.ot-floating-button.ot-pc-open .ot-floating-button__back {
  transform: rotateY(0)
}

#ot-sdk-btn-floating .ot-floating-button__front,
#ot-sdk-btn-floating .ot-floating-button__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #6aaae4;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  transition: transform .6s;
  transform-style: preserve-3d
}

#ot-sdk-btn-floating .ot-floating-button__front {
  background-color: #6aaae4;
  transform: rotateY(0)
}

#ot-sdk-btn-floating .ot-floating-button__front.custom-persistent-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100px
}

#ot-sdk-btn-floating .ot-floating-button__front svg:not(.ot-source-sprite) {
  width: 30px;
  height: 37px
}

#ot-sdk-btn-floating .ot-floating-button__front svg.ot-source-sprite {
  width: 50px;
  height: 50px
}

#ot-sdk-btn-floating .ot-floating-button__back {
  background-color: #fff;
  transform: rotateY(-180deg)
}

#ot-sdk-btn-floating .ot-floating-button__back.custom-persistent-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100px
}

#ot-sdk-btn-floating .ot-floating-button__back svg {
  width: 24px;
  height: 24px
}

#ot-sdk-btn-floating.ot-floating-button button {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: 100%;
  height: 100%;
  cursor: pointer
}

#ot-sdk-btn-floating.ot-floating-button button>* {
  pointer-events: none
}

@keyframes otFloatingBtnIntro {
  0% {
    opacity: 0;
    left: -75px
  }

  100% {
    opacity: 1;
    left: 1%
  }
}

@keyframes otFloatingBtnImageIntro {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-270deg)
  }

  100% {
    opacity: 100%;
    transform: scale(0.95) rotate(0deg)
  }
}

/* ===== survicate-core-styles.css ===== */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

#survicate-box h1,
#survicate-box h2,
#survicate-box h3,
#survicate-box h4 {
  color: #29292a;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 0
}

#survicate-box .h1,
#survicate-box h1 {
  font-size: 24px
}

#survicate-box .h2,
#survicate-box h2 {
  font-size: 18px
}

#survicate-box .h3,
#survicate-box h3 {
  font-size: 16px
}

#survicate-box .h4,
#survicate-box h4 {
  font-size: 14px
}

#survicate-box {
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
}

#survicate-box html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

#survicate-box body {
  margin: 0
}

#survicate-box h1 {
  font-size: 2em;
  margin: .67em 0
}

#survicate-box hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

#survicate-box pre {
  font-family: monospace, monospace;
  font-size: 1em
}

#survicate-box a {
  background-color: transparent
}

#survicate-box abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

#survicate-box b,
#survicate-box strong {
  font-weight: bolder
}

#survicate-box code,
#survicate-box kbd,
#survicate-box samp {
  font-family: monospace, monospace;
  font-size: 1em
}

#survicate-box small {
  font-size: 80%
}

#survicate-box sub,
#survicate-box sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

#survicate-box sub {
  bottom: -.25em
}

#survicate-box sup {
  top: -.5em
}

#survicate-box img {
  border-style: none
}

#survicate-box button,
#survicate-box input,
#survicate-box optgroup,
#survicate-box select,
#survicate-box textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

#survicate-box button,
#survicate-box input {
  overflow: visible
}

#survicate-box button,
#survicate-box select {
  text-transform: none
}

#survicate-box [type=button],
#survicate-box [type=reset],
#survicate-box [type=submit],
#survicate-box button {
  -webkit-appearance: button
}

#survicate-box [type=button]::-moz-focus-inner,
#survicate-box [type=reset]::-moz-focus-inner,
#survicate-box [type=submit]::-moz-focus-inner,
#survicate-box button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

#survicate-box [type=button]:-moz-focusring,
#survicate-box [type=reset]:-moz-focusring,
#survicate-box [type=submit]:-moz-focusring,
#survicate-box button:-moz-focusring {
  outline: 1px dotted ButtonText
}

#survicate-box fieldset {
  padding: .35em .75em .625em
}

#survicate-box legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

#survicate-box progress {
  vertical-align: baseline
}

#survicate-box textarea {
  overflow: auto
}

#survicate-box [type=checkbox],
#survicate-box [type=radio] {
  box-sizing: border-box;
  padding: 0
}

#survicate-box [type=number]::-webkit-inner-spin-button,
#survicate-box [type=number]::-webkit-outer-spin-button {
  height: auto
}

#survicate-box [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

#survicate-box [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

#survicate-box ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

#survicate-box details {
  display: block
}

#survicate-box summary {
  display: list-item
}

#survicate-box [hidden],
#survicate-box template {
  display: none
}

#survicate-box .sv__answer-hint {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 4px;
  line-height: 20px;
  margin-bottom: 8px;
  text-align: left
}

#survicate-box .sv__answer-hint--invalid {
  color: #993b4c
}

#survicate-box .sv__answer-hint--invalid svg,
#survicate-box .sv__answer-hint--invalid svg * {
  color: inherit
}

#survicate-box .sv__answer-hint+.sv__choice-button-wrapper {
  margin-top: 8px
}

#survicate-box .sv__multiple-choice .sv__choice-button .sv__textarea-wrapper .sv--color-answer.sv__answer-hint,
#survicate-box .sv__single-choice .sv__choice-button .sv__textarea-wrapper .sv--color-answer.sv__answer-hint {
  font-size: 14px;
  font-weight: 600
}

#survicate-box .sv__footer {
  display: inline-block;
  font-size: 11px;
  padding: 0 5px
}

#survicate-box .sv__labels {
  display: flex;
  justify-content: space-between;
  margin: 24px 0
}

#survicate-box .sv__labels .sv__label {
  font-size: 12px
}

#survicate-box .sv__labels .sv__label--left {
  margin-right: 5px
}

#survicate-box .sv__labels .sv__label--right {
  margin-left: 5px
}

#survicate-box .sv__progress-bar {
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

#survicate-box .sv__progress-bar>div {
  height: 100%
}

#survicate-box .sv__opened-in-new-tab {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  text-align: center
}

#survicate-box :host .sv__opened-in-new-tab {
  height: 100%
}

#survicate-box .sv__opened-in-new-tab p {
  font-family: Open sans, sans-serif !important;
  font-size: 21px
}

#survicate-box .sv__branded-footer,
#survicate-box .sv__branded-footer__content {
  align-items: center;
  display: flex
}

#survicate-box .sv__branded-footer {
  justify-content: center
}

#survicate-box .sv__branded-footer:before {
  border-top: 1px solid #c2cbcb;
  content: "";
  left: 24px;
  position: absolute;
  transform: translateY(-39px);
  width: calc(100% - 48px)
}

#survicate-box .sv__branded-footer__content {
  transform: translateX(16px)
}

#survicate-box .sv__branded-footer__content .sv__branded-footer__text {
  color: #7f8c8d;
  font-family: Open sans, sans-serif !important;
  font-size: 12px
}

#survicate-box .sv__branded-footer__content .sv__survicate-wordmark {
  height: 10px
}

#survicate-box .sv__disclaimer {
  padding-top: 16px;
  text-align: left
}

#survicate-box .sv__disclaimer__body {
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 16px;
  padding-top: 16px
}

#survicate-box .sv__disclaimer__text,
#survicate-box .sv__disclaimer__title {
  font-size: 12px;
  margin: 0;
  overflow-wrap: break-word
}

#survicate-box .sv__disclaimer__text a,
#survicate-box .sv__disclaimer__text b,
#survicate-box .sv__disclaimer__text em,
#survicate-box .sv__disclaimer__text i,
#survicate-box .sv__disclaimer__text strong,
#survicate-box .sv__disclaimer__title a,
#survicate-box .sv__disclaimer__title b,
#survicate-box .sv__disclaimer__title em,
#survicate-box .sv__disclaimer__title i,
#survicate-box .sv__disclaimer__title strong {
  color: inherit;
  font-size: inherit
}

#survicate-box .sv__disclaimer__text a,
#survicate-box .sv__disclaimer__title a {
  cursor: pointer;
  text-decoration: underline
}

#survicate-box .sv__disclaimer__title {
  font-weight: 600;
  padding-bottom: 8px
}

#survicate-box .sv__rtl-lang .sv__disclaimer,
#survicate-box .sv__rtl-lang .sv__disclaimer__body {
  text-align: right
}

#survicate-box .sv__tooltip-container {
  display: inline-block;
  position: relative
}

#survicate-box .sv__tooltip-container .sv__tooltip {
  background-color: #000;
  border-radius: 4px;
  bottom: 120%;
  color: #fff;
  font-size: 14px;
  height: 40px;
  left: 50%;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: opacity .2s ease-in-out;
  white-space: nowrap;
  z-index: 2147483647
}

#survicate-box .sv__tooltip-container .sv__tooltip--align-left {
  left: 0;
  transform: none
}

#survicate-box .sv__tooltip-container .sv__tooltip--with-caret.sv__tooltip:after {
  border: 6px solid transparent;
  border-top-color: #000;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%)
}

#survicate-box .sv__tooltip-container .sv__tooltip--align-left.sv__tooltip--with-caret:after {
  left: 20px;
  transform: none
}

#survicate-box .sv__confirmation.sv__confirmation--disclaimer {
  align-items: center;
  border-radius: 0;
  border-top: 1px solid;
  display: flex;
  margin: 0;
  padding: 16px 0
}

#survicate-box .sv__confirmation.sv__confirmation--disclaimer .checkbox-label {
  width: auto
}

#survicate-box .sv__confirmation.sv__confirmation--disclaimer .sv__checkbox {
  margin-left: 0;
  transform: none
}

#survicate-box .sv__confirmation .sv__checkbox {
  min-width: 20px
}

#survicate-box .sv__confirmation .sv__confirmation__agreement-label {
  overflow-wrap: break-word;
  overflow-x: auto
}

#survicate-box .sv__confirmation .sv__confirmation__agreement-label a,
#survicate-box .sv__confirmation .sv__confirmation__agreement-label b,
#survicate-box .sv__confirmation .sv__confirmation__agreement-label i,
#survicate-box .sv__confirmation .sv__confirmation__agreement-label strong {
  color: inherit;
  font-size: inherit
}

#survicate-box .sv__confirmation .sv__confirmation__agreement-label a {
  cursor: pointer;
  text-decoration: underline
}

#survicate-box .sv__contact-form .sv__disclaimer .sv__confirmation.sv__confirmation--disclaimer {
  padding: 16px 0
}

#survicate-box .sv__rtl-lang .sv__confirmation.sv__confirmation--disclaimer .sv__checkbox {
  margin-left: 10px
}

#survicate-box .sv__point-image {
  border-radius: 6px;
  height: auto
}

#survicate-box .sv__point-image__container {
  display: flex;
  justify-content: center;
  position: relative
}

#survicate-box .sv__point-image__container img {
  max-width: 100%
}

#survicate-box .sv__point-image__container--loading {
  margin: 20px 0;
  width: 100%
}

@keyframes spinnerRotation {
  to {
    transform: rotate(1turn)
  }
}

#survicate-box .sv__spinner {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 100
}

#survicate-box .sv__spinner:before {
  animation: spinnerRotation .9s linear infinite;
  aspect-ratio: 1;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 30px
}

#survicate-box .sv__submit-button__wrapper {
  display: flex
}

#survicate-box .sv__submit-button__wrapper .sv__navigation-button {
  margin: initial
}

#survicate-box .sv__submit-button__wrapper .sv__navigation-button--back {
  margin-right: 16px
}

#survicate-box .sv__submit-button__wrapper .sv__submit-button.sv__navigation-button {
  overflow: auto;
  word-break: break-word
}

#survicate-box .sv__submit-button__wrapper .sv__submit-button.sv__navigation-button.sv__navigation-button--back {
  margin-right: 16px
}

#survicate-box .sv__submit-button__wrapper .sv__submit-button.sv__navigation-button.sv__navigation-button--back .sv__navigation-button__arrow {
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: block;
  transform: rotate(135deg)
}

#survicate-box .sv__position-mobile .sv__navigation-button {
  width: 48%
}

#survicate-box .sv__position-mobile .sv__navigation-button .sv__navigation-button__text {
  max-width: 48%
}

#survicate-box .sv__position-mobile .sv__navigation-button:first-child {
  margin-left: 0
}

#survicate-box .sv__position-mobile .sv__navigation-button:last-child {
  margin-right: 0
}

#survicate-box .sv__scroll-container>.sv__tooltip-container,
#survicate-box .sv__text-container>.sv__tooltip-container {
  display: block;
  width: 100%
}

#survicate-box .sv__dot-loader-container {
  border-top: 1px solid;
  display: flex;
  justify-content: center;
  width: 100%
}

#survicate-box .sv__dot-loader {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  width: 13px
}

#survicate-box .sv__dot-loader__dot {
  animation: growShrink 1s infinite;
  border-radius: 50%;
  height: 3px;
  width: 3px
}

#survicate-box .sv__dot-loader__dot:nth-child(2) {
  animation-delay: .2s
}

#survicate-box .sv__dot-loader__dot:nth-child(3) {
  animation-delay: .4s
}

@keyframes growShrink {

  0%,
  to {
    transform: scale(1)
  }

  50% {
    transform: scale(1.333)
  }
}

#survicate-box .sv__language-selector {
  position: relative
}

#survicate-box .sv__language-selector__trigger {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 32px;
  min-width: 32px;
  padding: 4px
}

#survicate-box .sv__language-selector__trigger:focus,
#survicate-box .sv__language-selector__trigger:hover,
#survicate-box .sv__language-selector__trigger[aria-expanded=true] {
  outline: none
}

#survicate-box .sv__language-selector__trigger:focus-visible {
  outline: 2px solid;
  outline-offset: 2px
}

#survicate-box .sv__language-selector__icon {
  color: inherit;
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: 22px
}

#survicate-box .sv__language-selector__icon svg {
  display: block;
  height: 100%;
  width: 100%
}

#survicate-box .sv__language-selector__trigger--full {
  border: 1px solid;
  border-radius: 6px;
  min-height: 40px;
  min-width: 100px;
  padding: 8px 12px
}

#survicate-box .sv__language-selector__trigger-inner {
  align-items: center;
  display: inline-flex;
  gap: 6px
}

#survicate-box .sv__language-selector__trigger--full .sv__language-selector__label {
  font-size: 12px
}

#survicate-box .sv__language-selector__trigger--full .sv__language-selector__chevron {
  flex-shrink: 0;
  transition: transform .2s ease
}

#survicate-box .sv__language-selector__trigger--full .sv__language-selector__chevron--open {
  transform: rotate(180deg)
}

#survicate-box .sv__language-selector__trigger--full .sv__language-selector__chevron svg {
  display: block
}

#survicate-box .sv__language-selector__list {
  border: 1px solid transparent;
  border-radius: 6px;
  list-style: none;
  margin: 4px 0 0;
  max-height: 240px;
  min-width: 120px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10
}

#survicate-box .sv__language-selector__option {
  cursor: pointer;
  font-size: 12px;
  padding: 8px 12px;
  text-align: start
}

#survicate-box .sv__language-selector__option[dir=rtl] {
  text-align: right
}

#survicate-box .sv__language-selector__option--selected {
  font-weight: 600
}

#survicate-box .sv__language-selector__option:focus {
  outline: none
}

#survicate-box .sv__language-selector__option:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px
}

#survicate-box .sv__language-selector__option:first-child {
  border-radius: 6px 6px 0 0
}

#survicate-box .sv__language-selector__option:last-child {
  border-radius: 0 0 6px 6px
}

#survicate-box .sv__language-selector__option:only-child {
  border-radius: 6px
}

#survicate-box .sv__rtl-lang .sv__language-selector__trigger {
  margin-right: 0
}

#survicate-box .sv__rtl-lang .sv__language-selector__list {
  left: 0;
  right: auto
}

#survicate-box .sv__notification-banner {
  align-items: center;
  background-color: #fff1d7;
  display: flex;
  height: 64px;
  padding: 16px 20px
}

#survicate-box .sv__notification-banner__text {
  color: #664a16
}

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

#survicate-box .sv__choice-button {
  overflow-wrap: break-word
}

#survicate-box .sv__choice-button a {
  text-decoration: underline
}

#survicate-box .sv__choice-button .sv__answer-text {
  white-space: pre-line
}

#survicate-box .sv__choice-button .sv__textarea {
  font-size: 14px
}

#survicate-box .sv__rtl-lang .sv__choice-button-wrapper .sv__choice-button {
  text-align: right
}

#survicate-box .sv__date {
  border: 2px solid transparent;
  border-radius: 6px;
  display: block;
  justify-content: flex-start
}

#survicate-box .sv__date__input {
  background-color: transparent;
  border: none;
  font-weight: 400
}

#survicate-box .sv__date__input:focus {
  border-color: transparent !important
}

#survicate-box .sv__date.sv__invalid {
  background-color: #fff7f8 !important;
  border-style: solid;
  border-width: 2px
}

#survicate-box .sv__date.sv__invalid.focused {
  border-color: #e33a22 !important
}

#survicate-box .sv__date.sv__invalid .sv__date__input {
  background-color: transparent
}

#survicate-box .sv__date.sv__invalid .sv__date__separator {
  color: #e33a22 !important
}

#survicate-box .sv__dropdown__wrapper {
  margin: 25px auto 0;
  position: relative
}

#survicate-box .sv__dropdown__wrapper .sv__select-buttons .sv__select-icon {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  right: 0;
  top: 2px;
  width: 46px
}

#survicate-box .sv__dropdown__wrapper .sv__select-buttons .sv__select-icon.sv__select__clear-input {
  right: 0
}

#survicate-box .sv__dropdown__wrapper .sv__select input {
  cursor: text
}

#survicate-box .sv__dropdown__wrapper .sv__select input:focus {
  padding: 14px
}

#survicate-box .sv__dropdown__wrapper .sv__select input,
#survicate-box .sv__dropdown__wrapper .sv__select input:focus {
  padding-right: 48px;
  text-overflow: ellipsis
}

#survicate-box .sv__dropdown__wrapper .sv__select .sv__caret svg {
  transform: scale(1.5)
}

#survicate-box .sv__dropdown__wrapper .sv__select--open .sv__caret svg {
  transform: scale(1.5) rotate(180deg) translateY(2px)
}

#survicate-box .sv__dropdown__wrapper .sv__select .sv__select-list {
  margin-top: 8px
}

#survicate-box .sv__dropdown__wrapper .sv__validation {
  top: 11px
}

@media(max-width:1181px) {
  #survicate-box .sv-box-child .sv__dropdown__wrapper .sv__validation {
    top: -26px
  }
}

#survicate-box .sv__dropdown__wrapper .sv-invalid .sv__clear-input-icon svg g rect,
#survicate-box .sv__dropdown__wrapper .sv-invalid .sv__clear-input-icon svg path {
  fill: #e33a22 !important
}

#survicate-box .sv__nps .sv__buttons {
  display: flex;
  justify-content: space-between
}

#survicate-box .sv__nps--vertical {
  margin: auto;
  width: 100%
}

#survicate-box .sv__rating {
  text-align: center
}

#survicate-box .sv__rating__wrapper {
  flex-direction: column;
  margin: 0 auto
}

#survicate-box .sv__rating__wrapper .sv__buttons {
  flex-direction: row
}

#survicate-box .sv__rating__wrapper .sv__buttons .sv__button {
  background: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

#survicate-box .sv__rating__wrapper .sv__buttons .sv__button:first-child {
  margin-left: 0
}

#survicate-box .sv__rating__wrapper .sv__buttons .sv__button:last-child {
  margin-right: 0
}

#survicate-box .sv__rating__wrapper .sv__buttons .sv__button--selected {
  border: none
}

#survicate-box .sv__rating__number {
  font-weight: 400
}

#survicate-box .sv__smiley-scale {
  margin: auto;
  text-align: center
}

#survicate-box .sv__smiley-scale .sv__selected {
  transform: scale(1.2)
}

#survicate-box .sv__smiley-scale.sv__three-smileys {
  text-align: center
}

#survicate-box .sv__smiley-scale.sv__three-smileys .sv__smiley-scale__buttons .sv__smiley-scale__button:first-child {
  margin-right: 22px
}

#survicate-box .sv__smiley-scale.sv__three-smileys .sv__smiley-scale__buttons .sv__smiley-scale__button:last-child {
  margin-left: 22px
}

#survicate-box .sv__smiley-scale--svg .sv__smiley-scale__icon-container {
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain
}

#survicate-box .sv__smiley-scale--svg:not(.sv__three-smileys) .sv__smiley-scale__buttons {
  justify-content: space-between
}

#survicate-box .sv__smiley-scale--svg:not(.sv__three-smileys) .sv__smiley-scale__button {
  margin-left: 0;
  margin-right: 0
}

#survicate-box .sv__smiley-scale__wrapper {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto
}

#survicate-box .sv__smiley-scale--svg .sv__smiley-scale__wrapper {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  width: 100%
}

#survicate-box .sv__smiley-scale__buttons {
  display: flex;
  justify-content: center
}

#survicate-box .sv__smiley-scale__button {
  background: none;
  border-radius: 50%;
  height: 59px;
  margin: 0 20px;
  padding: 0;
  transition: transform .2s ease-out;
  width: 59px
}

#survicate-box .sv__smiley-scale__button:first-child {
  margin-left: 0
}

#survicate-box .sv__smiley-scale__button:last-child {
  margin-right: 0
}

#survicate-box .sv__smiley-scale__button:hover {
  transform: scale(1.1)
}

#survicate-box .sv__smiley-scale__icon-container {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  position: relative;
  width: 100%
}

#survicate-box .sv__matrix-widget .sv__choice-button-wrapper .sv__textarea-wrapper {
  height: max-content;
  padding-bottom: 0
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-animation-wrapper {
  box-sizing: border-box
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown {
  height: unset;
  justify-content: space-between;
  margin-bottom: 8px;
  min-height: 64px;
  padding: 16px
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown .sv__matrix-answer {
  overflow: hidden;
  width: inherit
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown .sv__matrix-answer .sv__answer-text,
#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown .sv__matrix-answer .sv__matrix-answer--selected {
  overflow: inherit;
  text-overflow: ellipsis;
  white-space: normal;
  width: 95%
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown .sv__matrix-answer--selected {
  font-size: 12px
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown .sv__caret {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown .sv__caret svg {
  height: 12px;
  transform: rotate(180deg);
  width: 20px
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown--closed.sv__choice-button {
  height: 64px
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown--closed.sv__choice-button svg {
  transform: none
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown--closed.sv__choice-button .sv__matrix-answer .sv__answer-text,
#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown--closed.sv__choice-button .sv__matrix-answer--selected {
  white-space: nowrap
}

#survicate-box .sv__matrix-row {
  border: 2px solid transparent;
  border-radius: 6px;
  display: flex;
  gap: 5px;
  margin-bottom: 12px;
  min-height: 50px;
  padding: 11px 0
}

#survicate-box .sv__matrix-row.sv__selected .sv__matrix-cell div {
  font-weight: 600
}

#survicate-box .sv__matrix-row.sv__matrix-header {
  background-color: transparent
}

#survicate-box .sv__matrix-row:not(:first-child) .sv__matrix-cell:not(:first-child) {
  cursor: pointer
}

#survicate-box .sv__matrix-cell {
  align-items: center;
  color: #7f8c8d;
  display: flex;
  flex-basis: 50px;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  text-align: center
}

#survicate-box .sv__matrix-cell:first-child {
  flex-basis: 30%;
  justify-content: flex-start;
  padding: 0 20px;
  text-align: left;
  word-break: break-word
}

#survicate-box .sv__matrix-cell .sv__checkbox {
  margin: 0
}

#survicate-box .sv__matrix-cell .sv__checkbox.sv__circle {
  background-clip: content-box;
  border-style: solid;
  border-width: 2px;
  padding: 4px
}

#survicate-box .sv__ie .sv__matrix-cell {
  height: 40px
}

#survicate-box .sv__matrix-widget .sv__matrix-dropdown__wrapper .sv__matrix-dropdown {
  display: flex
}

#survicate-box .sv-box-child.sv-mobile {
  font-size: 16px
}

@media only screen and (max-device-width:812px)and (-webkit-min-device-pixel-ratio:3)and (orientation:landscape),
only screen and (max-width:767px) {
  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) {
    font-size: 16px
  }
}

@media only screen and (min-width:768px)and (-webkit-max-device-pixel-ratio:2),
only screen and (min-width:813px) {
  #survicate-box .sv-box-child:not(.sv-mobile) .sv__matrix-widget {
    max-width: 256px
  }
}

#survicate-box .sv-box-child.sv-desktop .sv__matrix-widget,
#survicate-box .sv-box-child.sv-tablet .sv__matrix-widget {
  max-width: 256px
}

#survicate-box .sv__survey .sv__contact-form-field.sv__invalid .sv__input {
  background-color: #fff7f8 !important;
  border-color: #c00 !important;
  color: #e33a22 !important
}

#survicate-box .sv__text-question .sv__text-container {
  position: relative
}

#survicate-box .sv__text-question .sv__text-container .sv__textarea.sv__has-followup-questions {
  margin-bottom: 4px
}

#survicate-box .sv__text-question .sv__text-input-stats {
  display: flex;
  justify-content: flex-end;
  text-align: right
}

#survicate-box .sv__text-question .sv__text-input-stats-text {
  font-size: 12px
}

#survicate-box .sv__text-question .sv__follow-up {
  border-top: 1px solid
}

#survicate-box .sv__text-question .sv__follow-up .sv__point-text {
  margin-top: 16px
}

#survicate-box .sv__buttons {
  display: flex;
  justify-content: center
}

#survicate-box .sv__buttons .sv__button {
  border-radius: 6px
}

#survicate-box .sv__buttons--vertical.sv__buttons {
  display: flex;
  flex-direction: column-reverse;
  width: 100%
}

#survicate-box .sv__buttons--vertical.sv__buttons .sv__button {
  border: none;
  font-weight: 400;
  height: 48px;
  margin: 0 0 8px;
  overflow-wrap: break-word;
  width: 100%
}

#survicate-box .sv__buttons--vertical.sv__buttons .sv__button--selected,
#survicate-box .sv__buttons--vertical.sv__buttons .sv__button:active {
  border-style: solid;
  border-width: 2px;
  font-weight: 600
}

#survicate-box .sv__buttons--vertical.sv__buttons .sv__button--selected svg,
#survicate-box .sv__buttons--vertical.sv__buttons .sv__button:active svg {
  margin-bottom: 0
}

#survicate-box .sv__buttons__answer {
  overflow-wrap: break-word;
  overflow-x: auto
}

#survicate-box .sv__checkbox {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px
}

#survicate-box .sv__checkbox.sv__circle {
  border-radius: 50%
}

#survicate-box .sv__checkbox.sv__circle .sv__tick {
  border-radius: 100%;
  height: 5px;
  left: 6px;
  top: 4px;
  width: 5px
}

#survicate-box .sv__checkbox.sv__circle label:after {
  background: initial;
  border: initial;
  height: auto;
  left: auto;
  position: static;
  top: auto;
  width: auto
}

#survicate-box .sv__checkbox.sv__square {
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  margin-top: 1px;
  transition: background-color .3s cubic-bezier(.4, 0, .23, 1)
}

#survicate-box .sv__checkbox.sv__square:after {
  border-radius: 100%;
  content: "";
  height: 36px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 36px
}

#survicate-box .sv__checkbox.sv__square svg {
  border-radius: 3px;
  height: 100%;
  position: absolute;
  transform: scale(1.2);
  width: 100%
}

#survicate-box .sv__checkbox .sv__tick {
  display: none;
  display: block;
  position: absolute
}

#survicate-box .sv__checkbox.sv__circle .sv__tick {
  background-color: #fff;
  display: none;
  height: 8px;
  top: 6px;
  width: 8px
}

#survicate-box .sv__rtl-lang .sv__checkbox {
  margin-left: 10px;
  margin-right: 0
}

#survicate-box .sv__hide-input {
  height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0
}

#survicate-box .sv__outline .sv__checkbox.sv__checkbox--focused {
  box-shadow: 0 0 0 8px rgba(26, 109, 85, .2);
  outline: 2px solid #6f27f6
}

#survicate-box .sv__select {
  border-radius: 6px;
  position: relative;
  width: 100%;
  z-index: 1
}

#survicate-box .sv__select-icon {
  position: absolute;
  right: 16px;
  top: 10px
}

#survicate-box .sv__select input {
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 16px;
  width: 100%
}

#survicate-box .sv__select--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 100
}

#survicate-box .sv__select .sv__clear-input-icon {
  background: none;
  font-weight: 600
}

#survicate-box .sv__select .sv__caret {
  background: none;
  border: none;
  cursor: pointer
}

#survicate-box .sv__select .sv__select-list {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  list-style: none;
  margin: 0;
  max-height: 180px;
  overflow: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 100
}

#survicate-box .sv__select .sv__select-list .sv__select-button {
  border: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  height: auto;
  overflow-wrap: break-word;
  padding: 10px 16px;
  text-align: left;
  transition: none;
  width: 100%
}

#survicate-box .sv__select.sv-invalid {
  border: none
}

#survicate-box .sv__select.sv-invalid input,
#survicate-box .sv__select.sv-invalid input:focus {
  background-color: #fff7f8 !important;
  border: 2px;
  border-color: #e33a22 !important;
  border-style: solid;
  color: #e33a22 !important;
  padding: 14px
}

#survicate-box .sv__select.sv-invalid+.sv__submit-button__wrapper {
  visibility: visible
}

#survicate-box .sv__outline .sv__select-list .sv__select-button.sv__select-button--focused {
  outline: 2px solid #6f27f6;
  outline-offset: -4px
}

#survicate-box .sv__rtl-lang .sv__dropdown__wrapper .sv__select-list .sv__select-button {
  text-align: right
}

#survicate-box .sv__rtl-lang .sv__dropdown__wrapper .sv__select-icon {
  left: 16px;
  right: unset
}

#survicate-box .sv__rtl-lang .sv__dropdown__wrapper .sv__select-icon.sv__select__clear-input {
  left: 0
}

#survicate-box .sv__rtl-lang .sv__dropdown__wrapper .sv__select .sv__input {
  padding-right: 16px
}

#survicate-box .sv__validation {
  align-items: center;
  background-color: #e33a22;
  border-radius: 4px;
  display: flex;
  left: 100%;
  padding: 5px 6px;
  position: absolute;
  top: 36px;
  white-space: nowrap;
  width: max-content
}

#survicate-box .sv__validation__message {
  color: #fff;
  font-size: 12px;
  margin-left: 3px
}

#survicate-box .sv__validation:after {
  border-color: transparent #e33a22 transparent transparent;
  border-style: solid;
  border-width: 4px 8px 4px 0;
  content: " ";
  height: 0;
  left: -7px;
  position: absolute;
  top: 9px;
  width: 0
}

#survicate-box .sv__survey .sv__invalid input {
  background-color: #fff7f8 !important;
  color: #e33a22 !important
}

#survicate-box .sv__survey .sv__invalid input:focus {
  border-color: #e33a22;
  border-width: 2px
}

@media(max-width:1181px) {
  #survicate-box .sv-box-child .sv__validation {
    left: auto;
    right: 0;
    top: 1px
  }

  #survicate-box .sv-box-child .sv__validation:after {
    border-color: #e33a22 transparent transparent;
    border-width: 8px 4px 0;
    bottom: -8px;
    left: auto;
    right: 10px;
    top: auto
  }
}

#survicate-box :host .sv-mobile .sv__validation {
  left: auto;
  right: 0;
  top: 1px
}

#survicate-box :host .sv-mobile .sv__validation:after {
  border-color: #e33a22 transparent transparent;
  border-width: 8px 4px 0;
  bottom: -8px;
  left: auto;
  right: 10px;
  top: auto
}

#survicate-box .sv__comment-field {
  border: 2px solid;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 4px 8px
}

#survicate-box .sv__comment-field .sv__textarea {
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 8px;
  max-height: 200px;
  min-height: 80px;
  padding: 8px;
  resize: none;
  width: 100%
}

#survicate-box .sv__comment-field__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  text-align: left;
  word-break: break-word
}

#survicate-box .sv__comment-field__label span {
  font-size: 14px;
  font-weight: 600
}

#survicate-box .sv__rtl-lang .sv__comment-field__label {
  text-align: right
}

#survicate-box .sv__point .sv__point-description a,
#survicate-box .sv__point .sv__point-description b,
#survicate-box .sv__point .sv__point-description em,
#survicate-box .sv__point .sv__point-description h1,
#survicate-box .sv__point .sv__point-description h2,
#survicate-box .sv__point .sv__point-description h3,
#survicate-box .sv__point .sv__point-description h4,
#survicate-box .sv__point .sv__point-description h5,
#survicate-box .sv__point .sv__point-description i,
#survicate-box .sv__point .sv__point-description small,
#survicate-box .sv__point .sv__point-description strong,
#survicate-box .sv__point .sv__point-question a,
#survicate-box .sv__point .sv__point-question b,
#survicate-box .sv__point .sv__point-question em,
#survicate-box .sv__point .sv__point-question h1,
#survicate-box .sv__point .sv__point-question h2,
#survicate-box .sv__point .sv__point-question h3,
#survicate-box .sv__point .sv__point-question h4,
#survicate-box .sv__point .sv__point-question h5,
#survicate-box .sv__point .sv__point-question i,
#survicate-box .sv__point .sv__point-question small,
#survicate-box .sv__point .sv__point-question strong,
#survicate-box .sv__point .sv__point-wrapper a,
#survicate-box .sv__point .sv__point-wrapper b,
#survicate-box .sv__point .sv__point-wrapper em,
#survicate-box .sv__point .sv__point-wrapper h1,
#survicate-box .sv__point .sv__point-wrapper h2,
#survicate-box .sv__point .sv__point-wrapper h3,
#survicate-box .sv__point .sv__point-wrapper h4,
#survicate-box .sv__point .sv__point-wrapper h5,
#survicate-box .sv__point .sv__point-wrapper i,
#survicate-box .sv__point .sv__point-wrapper small,
#survicate-box .sv__point .sv__point-wrapper strong {
  color: inherit
}

#survicate-box .sv__point .sv__point-description a.sv__social-button,
#survicate-box .sv__point .sv__point-description b.sv__social-button,
#survicate-box .sv__point .sv__point-description em.sv__social-button,
#survicate-box .sv__point .sv__point-description h1.sv__social-button,
#survicate-box .sv__point .sv__point-description h2.sv__social-button,
#survicate-box .sv__point .sv__point-description h3.sv__social-button,
#survicate-box .sv__point .sv__point-description h4.sv__social-button,
#survicate-box .sv__point .sv__point-description h5.sv__social-button,
#survicate-box .sv__point .sv__point-description i.sv__social-button,
#survicate-box .sv__point .sv__point-description small.sv__social-button,
#survicate-box .sv__point .sv__point-description strong.sv__social-button,
#survicate-box .sv__point .sv__point-question a.sv__social-button,
#survicate-box .sv__point .sv__point-question b.sv__social-button,
#survicate-box .sv__point .sv__point-question em.sv__social-button,
#survicate-box .sv__point .sv__point-question h1.sv__social-button,
#survicate-box .sv__point .sv__point-question h2.sv__social-button,
#survicate-box .sv__point .sv__point-question h3.sv__social-button,
#survicate-box .sv__point .sv__point-question h4.sv__social-button,
#survicate-box .sv__point .sv__point-question h5.sv__social-button,
#survicate-box .sv__point .sv__point-question i.sv__social-button,
#survicate-box .sv__point .sv__point-question small.sv__social-button,
#survicate-box .sv__point .sv__point-question strong.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper a.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper b.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper em.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper h1.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper h2.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper h3.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper h4.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper h5.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper i.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper small.sv__social-button,
#survicate-box .sv__point .sv__point-wrapper strong.sv__social-button {
  color: #fff
}

#survicate-box .sv__point .sv__point-description a.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-description b.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-description em.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-description h1.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-description h2.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-description h3.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-description h4.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-description h5.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-description i.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-description small.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-description strong.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question a.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question b.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question em.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question h1.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question h2.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question h3.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question h4.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question h5.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question i.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question small.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-question strong.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper a.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper b.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper em.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper h1.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper h2.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper h3.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper h4.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper h5.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper i.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper small.sv__social-button--disabled,
#survicate-box .sv__point .sv__point-wrapper strong.sv__social-button--disabled {
  cursor: not-allowed;
  opacity: .5
}

#survicate-box .sv__point .sv__point-description b,
#survicate-box .sv__point .sv__point-description em,
#survicate-box .sv__point .sv__point-description i,
#survicate-box .sv__point .sv__point-description strong,
#survicate-box .sv__point .sv__point-question b,
#survicate-box .sv__point .sv__point-question em,
#survicate-box .sv__point .sv__point-question i,
#survicate-box .sv__point .sv__point-question strong,
#survicate-box .sv__point .sv__point-wrapper b,
#survicate-box .sv__point .sv__point-wrapper em,
#survicate-box .sv__point .sv__point-wrapper i,
#survicate-box .sv__point .sv__point-wrapper strong {
  font-size: inherit
}

#survicate-box .sv__point .sv__point-description b,
#survicate-box .sv__point .sv__point-description strong,
#survicate-box .sv__point .sv__point-question b,
#survicate-box .sv__point .sv__point-question strong,
#survicate-box .sv__point .sv__point-wrapper b,
#survicate-box .sv__point .sv__point-wrapper strong {
  font-weight: 600
}

#survicate-box .sv__point .sv__point-description small,
#survicate-box .sv__point .sv__point-question small,
#survicate-box .sv__point .sv__point-wrapper small {
  font-size: 12px
}

#survicate-box .sv__point .sv__point-description small a,
#survicate-box .sv__point .sv__point-description small b,
#survicate-box .sv__point .sv__point-description small em,
#survicate-box .sv__point .sv__point-description small i,
#survicate-box .sv__point .sv__point-description small strong,
#survicate-box .sv__point .sv__point-question small a,
#survicate-box .sv__point .sv__point-question small b,
#survicate-box .sv__point .sv__point-question small em,
#survicate-box .sv__point .sv__point-question small i,
#survicate-box .sv__point .sv__point-question small strong,
#survicate-box .sv__point .sv__point-wrapper small a,
#survicate-box .sv__point .sv__point-wrapper small b,
#survicate-box .sv__point .sv__point-wrapper small em,
#survicate-box .sv__point .sv__point-wrapper small i,
#survicate-box .sv__point .sv__point-wrapper small strong {
  font-size: inherit
}

#survicate-box * {
  box-sizing: border-box;
  font-family: Open sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  outline: none
}

#survicate-box .sv__outline :focus {
  outline: 2px solid #6f27f6
}

#survicate-box button {
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 3px
}

#survicate-box p {
  margin: 0
}

#survicate-box a {
  text-decoration: none
}

#survicate-box .sv__overlay,
#sv-screenshot-controls .sv__overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999995
}

#survicate-box :host .sv__overlay,
#sv-screenshot-controls :host .sv__overlay {
  height: 100%;
  position: absolute;
  width: 100%
}

#survicate-box .sv__overlay--dark,
#sv-screenshot-controls .sv__overlay--dark {
  background-color: #000;
  opacity: .35
}

#survicate-box .sv__overlay--light,
#sv-screenshot-controls .sv__overlay--light {
  background-color: #fff;
  opacity: .5
}

#survicate-box .sv__submit-screenshot-button-container,
#sv-screenshot-controls .sv__submit-screenshot-button-container {
  border-top: 1px solid;
  display: flex;
  margin: 0 auto;
  width: calc(100% - 48px)
}

#survicate-box .sv__submit-screenshot-button-container .sv__submit-button__wrapper.sv--border-top-color-question-20,
#sv-screenshot-controls .sv__submit-screenshot-button-container .sv__submit-button__wrapper.sv--border-top-color-question-20 {
  margin-left: 12px
}

#survicate-box .sv__submit-screenshot-button-container .sv__submit-button__wrapper.sv--border-top-color-question-20 .sv__navigation-button.sv__navigation-button--back,
#survicate-box .sv__submit-screenshot-button-container .sv__submit-button__wrapper.sv--border-top-color-question-20 .sv__navigation-button.sv__submit-button,
#sv-screenshot-controls .sv__submit-screenshot-button-container .sv__submit-button__wrapper.sv--border-top-color-question-20 .sv__navigation-button.sv__navigation-button--back,
#sv-screenshot-controls .sv__submit-screenshot-button-container .sv__submit-button__wrapper.sv--border-top-color-question-20 .sv__navigation-button.sv__submit-button {
  width: 96px
}

#survicate-box .sv__submit-screenshot-button-container .sv__submit-button__wrapper.sv--border-top-color-question-20 .sv__navigation-button.sv__navigation-button--back,
#sv-screenshot-controls .sv__submit-screenshot-button-container .sv__submit-button__wrapper.sv--border-top-color-question-20 .sv__navigation-button.sv__navigation-button--back {
  margin-right: 12px
}

#survicate-box .sv__screenshot-button-wrapper,
#sv-screenshot-controls .sv__screenshot-button-wrapper {
  display: flex;
  margin: 23px auto 0
}

#survicate-box .sv__screenshot-button-wrapper .sv__screenshot-button,
#sv-screenshot-controls .sv__screenshot-button-wrapper .sv__screenshot-button {
  height: 40px;
  padding: 8px 10px
}

#survicate-box .sv__color-picker-input-wrapper,
#survicate-box .sv__screenshot-button-wrapper,
#survicate-box .sv__screenshot-button__close,
#sv-screenshot-controls .sv__color-picker-input-wrapper,
#sv-screenshot-controls .sv__screenshot-button-wrapper,
#sv-screenshot-controls .sv__screenshot-button__close {
  width: 40px
}

#survicate-box .sv__color-picker-input-wrapper,
#survicate-box .sv__screenshot-button-wrapper,
#survicate-box .sv__screenshot-button__close,
#survicate-box .sv__screenshot-button__save,
#sv-screenshot-controls .sv__color-picker-input-wrapper,
#sv-screenshot-controls .sv__screenshot-button-wrapper,
#sv-screenshot-controls .sv__screenshot-button__close,
#sv-screenshot-controls .sv__screenshot-button__save {
  height: 40px
}

#survicate-box .sv__screenshot-button-overlay,
#survicate-box .sv__screenshot-button__action-buttons,
#survicate-box .sv__screenshot-button__color-picker,
#survicate-box .sv__screenshot-button__remove-wrapper,
#sv-screenshot-controls .sv__screenshot-button-overlay,
#sv-screenshot-controls .sv__screenshot-button__action-buttons,
#sv-screenshot-controls .sv__screenshot-button__color-picker,
#sv-screenshot-controls .sv__screenshot-button__remove-wrapper {
  position: fixed
}

#survicate-box .sv__screenshot-button__action-buttons,
#sv-screenshot-controls .sv__screenshot-button__action-buttons {
  gap: 5px;
  padding: unset;
  right: 24px;
  top: 24px
}

#survicate-box .sv__screenshot-button__action-buttons,
#survicate-box .sv__screenshot-button__remove,
#survicate-box .sv__screenshot-button__save,
#sv-screenshot-controls .sv__screenshot-button__action-buttons,
#sv-screenshot-controls .sv__screenshot-button__remove,
#sv-screenshot-controls .sv__screenshot-button__save {
  display: inline-flex
}

#survicate-box .sv__screenshot-button__action-buttons,
#survicate-box .sv__screenshot-button__remove-wrapper,
#sv-screenshot-controls .sv__screenshot-button__action-buttons,
#sv-screenshot-controls .sv__screenshot-button__remove-wrapper {
  padding-bottom: 8px
}

#survicate-box .sv__screenshot-button__remove,
#survicate-box .sv__screenshot-button__save,
#sv-screenshot-controls .sv__screenshot-button__remove,
#sv-screenshot-controls .sv__screenshot-button__save {
  align-items: center;
  gap: 10px;
  padding: 5px 10px
}

#survicate-box .sv__screenshot-button-overlay,
#sv-screenshot-controls .sv__screenshot-button-overlay {
  background: rgba(0, 0, 0, .2);
  cursor: crosshair;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100vw
}

#survicate-box .sv__screenshot-button,
#survicate-box .sv__screenshot-button__close,
#survicate-box .sv__screenshot-button__remove,
#survicate-box .sv__screenshot-button__save,
#sv-screenshot-controls .sv__screenshot-button,
#sv-screenshot-controls .sv__screenshot-button__close,
#sv-screenshot-controls .sv__screenshot-button__remove,
#sv-screenshot-controls .sv__screenshot-button__save {
  border: 2px solid
}

#survicate-box .sv__screenshot-button,
#survicate-box .sv__screenshot-button__close,
#survicate-box .sv__screenshot-button__color-picker,
#survicate-box .sv__screenshot-button__remove,
#survicate-box .sv__screenshot-button__save,
#sv-screenshot-controls .sv__screenshot-button,
#sv-screenshot-controls .sv__screenshot-button__close,
#sv-screenshot-controls .sv__screenshot-button__color-picker,
#sv-screenshot-controls .sv__screenshot-button__remove,
#sv-screenshot-controls .sv__screenshot-button__save {
  cursor: pointer
}

#survicate-box .sv__screenshot-button__color-picker,
#sv-screenshot-controls .sv__screenshot-button__color-picker {
  border: none;
  height: 50px;
  left: 24px;
  top: 24px;
  width: 50px
}

#survicate-box .sv__screenshot-button-overlay,
#survicate-box .sv__screenshot-button-overlay__rectangle,
#survicate-box .sv__screenshot-button-overlay__rectangles,
#survicate-box .sv__screenshot-button__action-buttons,
#survicate-box .sv__screenshot-button__color-picker,
#survicate-box .sv__screenshot-button__remove,
#survicate-box .sv__screenshot-button__remove-wrapper,
#survicate-box .sv__screenshot-button__save,
#sv-screenshot-controls .sv__screenshot-button-overlay,
#sv-screenshot-controls .sv__screenshot-button-overlay__rectangle,
#sv-screenshot-controls .sv__screenshot-button-overlay__rectangles,
#sv-screenshot-controls .sv__screenshot-button__action-buttons,
#sv-screenshot-controls .sv__screenshot-button__color-picker,
#sv-screenshot-controls .sv__screenshot-button__remove,
#sv-screenshot-controls .sv__screenshot-button__remove-wrapper,
#sv-screenshot-controls .sv__screenshot-button__save {
  z-index: 2147483647
}

#survicate-box .sv__color-picker-input-wrapper,
#survicate-box .sv__screenshot-button__close,
#survicate-box .sv__screenshot-button__color-picker,
#sv-screenshot-controls .sv__color-picker-input-wrapper,
#sv-screenshot-controls .sv__screenshot-button__close,
#sv-screenshot-controls .sv__screenshot-button__color-picker {
  align-items: center;
  display: flex;
  justify-content: center
}

#survicate-box .sv__color-picker-input-wrapper,
#survicate-box .sv__screenshot-button,
#survicate-box .sv__screenshot-button__close,
#survicate-box .sv__screenshot-button__color-picker,
#survicate-box .sv__screenshot-button__remove,
#survicate-box .sv__screenshot-button__save,
#sv-screenshot-controls .sv__color-picker-input-wrapper,
#sv-screenshot-controls .sv__screenshot-button,
#sv-screenshot-controls .sv__screenshot-button__close,
#sv-screenshot-controls .sv__screenshot-button__color-picker,
#sv-screenshot-controls .sv__screenshot-button__remove,
#sv-screenshot-controls .sv__screenshot-button__save {
  border-radius: 5px
}

#survicate-box .sv__color-picker-input-wrapper,
#sv-screenshot-controls .sv__color-picker-input-wrapper {
  position: relative
}

#survicate-box .sv__color-picker-input-wrapper .sv__color-picker-input,
#sv-screenshot-controls .sv__color-picker-input-wrapper .sv__color-picker-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}

#survicate-box .sv__point-image,
#sv-screenshot-controls .sv__point-image {
  margin-bottom: 24px
}

#survicate-box .sv__point-image.sv__image-position--bottom,
#sv-screenshot-controls .sv__point-image.sv__image-position--bottom {
  margin-top: 16px
}

#survicate-box .sv__survey--button_link .sv__branded-footer:before,
#sv-screenshot-controls .sv__survey--button_link .sv__branded-footer:before {
  border-top-style: hidden
}

#survicate-box .sv__footer__wrapper.sv__branded-footer--with-border,
#sv-screenshot-controls .sv__footer__wrapper.sv__branded-footer--with-border {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 23px 0 24px;
  transform: translateY(16px);
  width: 100%
}

#survicate-box .sv__footer__wrapper .sv__branded-footer,
#sv-screenshot-controls .sv__footer__wrapper .sv__branded-footer {
  padding-bottom: 8px;
  padding-top: 8px;
  position: unset
}

#survicate-box .sv__footer__wrapper .sv__branded-footer .sv__survicate-wordmark,
#sv-screenshot-controls .sv__footer__wrapper .sv__branded-footer .sv__survicate-wordmark {
  transform: translate(-8px)
}

#survicate-box .sv__footer__wrapper .sv__branded-footer .sv__arrow-forward,
#sv-screenshot-controls .sv__footer__wrapper .sv__branded-footer .sv__arrow-forward {
  height: 14px;
  transform: translate(-24px, 1px)
}

#survicate-box .sv__position-mobile .sv__footer__wrapper.sv__branded-footer--with-border,
#sv-screenshot-controls .sv__position-mobile .sv__footer__wrapper.sv__branded-footer--with-border {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

#survicate-box .sv__survey.sv__micro-theme,
#sv-screenshot-controls .sv__survey.sv__micro-theme {
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(41, 41, 42, .07);
  display: flex;
  flex-direction: column;
  max-height: 664px;
  max-width: 304px;
  min-width: 304px;
  overflow: hidden;
  padding: 0 0 16px;
  position: fixed;
  width: unset;
  z-index: 2147483646
}

#survicate-box .sv__survey.sv__micro-theme.sv__rtl-lang,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__rtl-lang {
  direction: rtl
}

#survicate-box .sv__survey.sv__micro-theme.sv__survey--hidden,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--hidden {
  display: none
}

#survicate-box .sv__survey.sv__micro-theme.sv__feedback-survey,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__feedback-survey {
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2147483645
}

#survicate-box .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-right,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-right {
  right: 24px
}

#survicate-box .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-right.sv__feedback-survey--minimized,
#survicate-box .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-right.sv__position-mobile.sv__feedback-survey--mobile.sv__feedback-survey--minimized,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-right.sv__feedback-survey--minimized,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-right.sv__position-mobile.sv__feedback-survey--mobile.sv__feedback-survey--minimized {
  border-radius: 0 0 10px 10px;
  margin-right: 0;
  right: 0;
  transform: translateY(50%) rotateY(0deg) rotate(90deg);
  transform-origin: right top
}

#survicate-box .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-left,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-left {
  left: 24px
}

#survicate-box .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-left.sv__feedback-survey--minimized,
#survicate-box .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-left.sv__position-mobile.sv__feedback-survey--mobile.sv__feedback-survey--minimized,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-left.sv__feedback-survey--minimized,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-center-left.sv__position-mobile.sv__feedback-survey--mobile.sv__feedback-survey--minimized {
  border-radius: 0 0 10px 10px;
  left: 0;
  margin-left: 0;
  transform: translateY(-50%) rotate(270deg) translateX(-50%);
  transform-origin: left top
}

#survicate-box .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-mobile.sv__feedback-survey--mobile:not(.sv__feedback-survey--minimized),
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__feedback-survey.sv__position-mobile.sv__feedback-survey--mobile:not(.sv__feedback-survey--minimized) {
  bottom: unset;
  left: 24px;
  margin-left: 0;
  margin-right: 0;
  max-width: unset;
  min-width: unset;
  right: 24px;
  width: calc(100% - 48px)
}

#survicate-box :host .sv__survey.sv__micro-theme,
#sv-screenshot-controls :host .sv__survey.sv__micro-theme {
  position: absolute
}

#survicate-box .sv__survey.sv__micro-theme.sv__position-top-left,
#survicate-box .sv__survey.sv__micro-theme.sv__position-top-right,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__position-top-left,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__position-top-right {
  top: 0
}

#survicate-box .sv__survey.sv__micro-theme.sv__position-left,
#survicate-box .sv__survey.sv__micro-theme.sv__position-right,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__position-left,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__position-right {
  bottom: 0
}

#survicate-box .sv__survey.sv__micro-theme.sv__position-right,
#survicate-box .sv__survey.sv__micro-theme.sv__position-top-right,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__position-right,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__position-top-right {
  right: 30px
}

#survicate-box .sv__survey.sv__micro-theme.sv__position-left,
#survicate-box .sv__survey.sv__micro-theme.sv__position-top-left,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__position-left,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__position-top-left {
  left: 30px
}

#survicate-box .sv__survey.sv__micro-theme.sv__position-center,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__position-center {
  bottom: 50%;
  max-width: 608px;
  right: 50%;
  transform: translate(50%, 50%)
}

#survicate-box .sv__survey.sv__micro-theme.sv__position-fullscreen,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__position-fullscreen {
  height: 100vh;
  justify-content: space-between
}

#survicate-box :host .sv__survey.sv__micro-theme.sv__position-fullscreen,
#sv-screenshot-controls :host .sv__survey.sv__micro-theme.sv__position-fullscreen {
  height: 100%
}

#survicate-box .sv__survey.sv__micro-theme:not(.sv__position-center),
#sv-screenshot-controls .sv__survey.sv__micro-theme:not(.sv__position-center) {
  margin: 24px -6px
}

#survicate-box .sv__survey.sv__micro-theme.sv__minimized,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 39px;
  overflow-wrap: break-word;
  padding: 16px 24px
}

#survicate-box .sv__survey.sv__micro-theme.sv__minimized.sv__position-center,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized.sv__position-center {
  bottom: 50%;
  right: 50%;
  transform: translate(50%);
  width: auto
}

#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__expand-area,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__expand-area {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: row;
  min-width: 0
}

#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__actions,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__actions {
  align-items: center;
  display: flex;
  margin-left: 12px
}

#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__minimized-symbol,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__minimized-symbol {
  align-items: center;
  border-radius: 6px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: 0;
  width: 40px
}

#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__minimized-symbol:focus,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__minimized-symbol:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6f27f6;
  outline: none
}

#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__actions .sv__btn-close,
#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__actions .sv__minimized-symbol+.sv__btn-close,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__actions .sv__btn-close,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__actions .sv__minimized-symbol+.sv__btn-close {
  margin-left: 6px
}

#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__text,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__text {
  width: 75%
}

#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__btn-close--minimized,
#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__btn-close--minimized:active,
#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__btn-close--minimized:focus,
#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__btn-close--minimized:hover,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__btn-close--minimized,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__btn-close--minimized:active,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__btn-close--minimized:focus,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized .sv__btn-close--minimized:hover {
  background: none;
  background-color: transparent;
  border: none;
  box-shadow: none
}

#survicate-box .sv__survey.sv__micro-theme.sv__minimized.sv__rtl-lang .sv__btn-close--minimized,
#survicate-box .sv__survey.sv__micro-theme.sv__minimized.sv__rtl-lang .sv__minimized .sv__btn-close,
#survicate-box .sv__survey.sv__micro-theme.sv__minimized.sv__rtl-lang .sv__minimized__actions .sv__btn-close,
#survicate-box .sv__survey.sv__micro-theme.sv__minimized.sv__rtl-lang .sv__minimized__actions .sv__minimized-symbol+.sv__btn-close,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized.sv__rtl-lang .sv__btn-close--minimized,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized.sv__rtl-lang .sv__minimized .sv__btn-close,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized.sv__rtl-lang .sv__minimized__actions .sv__btn-close,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__minimized.sv__rtl-lang .sv__minimized__actions .sv__minimized-symbol+.sv__btn-close {
  margin-left: unset;
  margin-right: 6px
}

#survicate-box .sv__survey.sv__micro-theme.sv__survey--nps,
#survicate-box .sv__survey.sv__micro-theme.sv__survey--numerical_scale,
#survicate-box .sv__survey.sv__micro-theme.sv__survey--rating,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--nps,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--numerical_scale,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--rating {
  max-width: 520px
}

#survicate-box .sv__survey.sv__micro-theme.sv__survey--matrix,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--matrix {
  max-width: unset
}

#survicate-box .sv__survey.sv__micro-theme.sv__survey--matrix .sv__matrix-wrapper,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--matrix .sv__matrix-wrapper {
  max-width: 608px;
  min-width: 336px
}

#survicate-box .sv__survey.sv__micro-theme.sv__survey--finished,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--finished {
  width: 304px
}

#survicate-box .sv__survey.sv__micro-theme.sv__survey--finished.sv__survey--branded,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--finished.sv__survey--branded {
  background-color: #fff !important;
  color: #000 !important
}

#survicate-box .sv__survey.sv__micro-theme.sv__survey--slide-out,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--slide-out {
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-name: slide-out
}

#survicate-box .sv__survey.sv__micro-theme.sv__survey--slide-in,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--slide-in {
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-name: slide-in;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

#survicate-box .sv__survey.sv__micro-theme.sv__survey--slide-down,
#sv-screenshot-controls .sv__survey.sv__micro-theme.sv__survey--slide-down {
  animation-duration: .3s;
  animation-name: slide-down
}

#survicate-box .sv__micro-theme.sv__survey.sv__mobile-survey.sv__position-fullscreen .sv__point,
#sv-screenshot-controls .sv__micro-theme.sv__survey.sv__mobile-survey.sv__position-fullscreen .sv__point {
  margin: auto 0
}

#survicate-box .sv__micro-theme .sv__point,
#sv-screenshot-controls .sv__micro-theme .sv__point {
  max-height: none;
  overflow-y: auto;
  padding: 0
}

#survicate-box .sv__micro-theme .sv__point::-webkit-scrollbar,
#sv-screenshot-controls .sv__micro-theme .sv__point::-webkit-scrollbar {
  background-color: transparent;
  width: 4px
}

#survicate-box .sv__micro-theme .sv__point::-webkit-scrollbar-thumb,
#sv-screenshot-controls .sv__micro-theme .sv__point::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 4px
}

#survicate-box .sv__micro-theme .sv__point-wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__point-wrapper {
  box-sizing: content-box;
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px
}

#survicate-box .sv__micro-theme .sv__point .sv__point-texts-wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__point .sv__point-texts-wrapper {
  display: flex;
  flex-direction: column
}

#survicate-box .sv__micro-theme .sv__point .sv__point-texts-wrapper--image-bottom,
#sv-screenshot-controls .sv__micro-theme .sv__point .sv__point-texts-wrapper--image-bottom {
  flex-direction: column-reverse
}

#survicate-box .sv__micro-theme .sv__point .sv__point-texts-wrapper .sv__point-text,
#sv-screenshot-controls .sv__micro-theme .sv__point .sv__point-texts-wrapper .sv__point-text {
  hyphens: auto;
  margin: 0 0 8px;
  overflow-wrap: anywhere;
  text-align: left
}

#survicate-box .sv__micro-theme .sv__point .sv__point-texts-wrapper .sv__point-text.sv__point-description,
#sv-screenshot-controls .sv__micro-theme .sv__point .sv__point-texts-wrapper .sv__point-text.sv__point-description {
  font-size: 12px;
  line-height: 19px;
  margin: 4px 0
}

#survicate-box .sv__micro-theme .sv__point .sv__point-texts-wrapper .sv__point-text.sv__point-question,
#sv-screenshot-controls .sv__micro-theme .sv__point .sv__point-texts-wrapper .sv__point-text.sv__point-question {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 16px
}

#survicate-box .sv__micro-theme .sv__point .sv__point-texts-wrapper .sv__point-text.sv__point-description a,
#survicate-box .sv__micro-theme .sv__point .sv__point-texts-wrapper .sv__point-text.sv__point-question a,
#sv-screenshot-controls .sv__micro-theme .sv__point .sv__point-texts-wrapper .sv__point-text.sv__point-description a,
#sv-screenshot-controls .sv__micro-theme .sv__point .sv__point-texts-wrapper .sv__point-text.sv__point-question a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__point .sv__point-wrapper .sv__point-text,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__point .sv__point-wrapper .sv__point-text {
  margin-right: 4px;
  text-align: right
}

#survicate-box .sv__micro-theme .sv__contact-form,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form {
  display: flex;
  flex-direction: column
}

#survicate-box .sv__micro-theme .sv__contact-form-field,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-field {
  border-radius: 6px;
  margin-bottom: 8px;
  margin-top: 0;
  position: relative;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__contact-form-field:last-child,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-field:last-child {
  margin-bottom: 16px
}

#survicate-box .sv__micro-theme .sv__contact-form-field .sv__input,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-field .sv__input {
  border: 2px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  height: 40px;
  outline-offset: 3px;
  padding: 0 16px;
  transition: none;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__contact-form-field .sv__input:focus,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-field .sv__input:focus {
  border-style: solid;
  border-width: 2px
}

#survicate-box .sv__micro-theme .sv__contact-form-field-label,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-field-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  opacity: 1;
  overflow-wrap: break-word;
  position: static;
  transition: opacity .5s
}

#survicate-box .sv__micro-theme .sv__contact-form-field .checkbox-label,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-field .checkbox-label {
  margin-left: 0;
  margin-right: 0
}

#survicate-box .sv__micro-theme .sv__contact-form .sv__confirmation,
#survicate-box .sv__micro-theme .sv__contact-form-security,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form .sv__confirmation,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-security {
  align-items: center;
  display: flex;
  margin-top: 16px;
  min-height: 40px;
  padding: 8px 16px
}

#survicate-box .sv__micro-theme .sv__contact-form .sv__confirmation .sv__checkbox,
#survicate-box .sv__micro-theme .sv__contact-form-security .sv__checkbox,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form .sv__confirmation .sv__checkbox,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-security .sv__checkbox {
  margin-right: 16px
}

#survicate-box .sv__micro-theme .sv__contact-form .sv__confirmation .sv__checkbox.sv__square.sv-invalid.sv-nested-bg-bw,
#survicate-box .sv__micro-theme .sv__contact-form-security .sv__checkbox.sv__square.sv-invalid.sv-nested-bg-bw,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form .sv__confirmation .sv__checkbox.sv__square.sv-invalid.sv-nested-bg-bw,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-security .sv__checkbox.sv__square.sv-invalid.sv-nested-bg-bw {
  border-style: solid;
  border-width: 2px
}

#survicate-box .sv__micro-theme .sv__contact-form .sv__confirmation .sv__checkbox.sv__square svg,
#survicate-box .sv__micro-theme .sv__contact-form-security .sv__checkbox.sv__square svg,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form .sv__confirmation .sv__checkbox.sv__square svg,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-security .sv__checkbox.sv__square svg {
  position: relative
}

#survicate-box .sv__micro-theme .sv__contact-form .sv__confirmation .sv__lock-icon,
#survicate-box .sv__micro-theme .sv__contact-form-security .sv__lock-icon,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form .sv__confirmation .sv__lock-icon,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-security .sv__lock-icon {
  margin-right: 8px;
  padding-left: 2px
}

#survicate-box .sv__micro-theme .sv__contact-form .sv__confirmation .sv__lock-icon svg,
#survicate-box .sv__micro-theme .sv__contact-form-security .sv__lock-icon svg,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form .sv__confirmation .sv__lock-icon svg,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-security .sv__lock-icon svg {
  height: 20px;
  margin-right: 8px
}

#survicate-box .sv__micro-theme .sv__contact-form .sv__confirmation .sv__validation,
#survicate-box .sv__micro-theme .sv__contact-form-security .sv__validation,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form .sv__confirmation .sv__validation,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-security .sv__validation {
  bottom: unset;
  top: -27px
}

#survicate-box .sv__micro-theme .sv__contact-form-security,
#sv-screenshot-controls .sv__micro-theme .sv__contact-form-security {
  font-size: 12px
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__contact-form .sv__contact-form-security .sv__lock-icon,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__contact-form .sv__contact-form-security .sv__lock-icon {
  margin-left: 8px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 2px
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__contact-form .sv__contact-form-security .sv__lock-icon svg,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__contact-form .sv__contact-form-security .sv__lock-icon svg {
  margin-left: 8px;
  margin-right: 0
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__contact-form .sv__confirmation .sv__checkbox,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__contact-form .sv__confirmation .sv__checkbox {
  margin-right: 0
}

#survicate-box .sv__micro-theme .sv__choice-button,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  margin: 0;
  min-height: 40px;
  padding: 10px;
  text-align: left;
  transition: background-color .3s;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__choice-button-wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button-wrapper {
  margin-bottom: 8px
}

#survicate-box .sv__micro-theme .sv__choice-button-wrapper:last-child,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button-wrapper:last-child {
  margin-bottom: 16px
}

#survicate-box .sv__micro-theme .sv__choice-button-question,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button-question {
  align-items: center;
  display: flex;
  overflow-x: initial;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__choice-button-question .sv-bg-bv,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button-question .sv-bg-bv {
  width: auto
}

#survicate-box .sv__micro-theme .sv__choice-button-question .sv-color-fa,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button-question .sv-color-fa {
  overflow-x: inherit;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__choice-button>div:last-child,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button>div:last-child {
  width: auto
}

#survicate-box .sv__micro-theme .sv__choice-button.sv__choice-button--selected--expanded,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button.sv__choice-button--selected--expanded {
  align-items: baseline
}

#survicate-box .sv__micro-theme .sv__choice-button.sv__choice-button--selected--expanded>div:last-child,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button.sv__choice-button--selected--expanded>div:last-child {
  width: 100%
}

#survicate-box .sv__micro-theme .sv__choice-button.sv__choice-button--selected .sv-color-fa,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button.sv__choice-button--selected .sv-color-fa {
  font-weight: 600
}

#survicate-box .sv__micro-theme .sv__choice-button:active .sv__circle,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button:active .sv__circle {
  background-color: transparent;
  border-style: solid;
  border-width: 2px
}

#survicate-box .sv__micro-theme .sv__choice-button--selected--expanded,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button--selected--expanded {
  flex-direction: column
}

#survicate-box .sv__micro-theme .sv__choice-button--selected .sv__circle,
#survicate-box .sv__micro-theme .sv__choice-button:active .sv__circle,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button--selected .sv__circle,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button:active .sv__circle {
  background-clip: content-box;
  padding: 2px
}

#survicate-box .sv__micro-theme .sv__choice-button .sv__textarea-wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button .sv__textarea-wrapper {
  margin-top: 16px
}

#survicate-box .sv__micro-theme .sv__choice-button .sv__textarea-wrapper .sv__answer-hint,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button .sv__textarea-wrapper .sv__answer-hint {
  font-size: 12px
}

#survicate-box .sv__micro-theme .sv__choice-button .sv__textarea-wrapper .sv__textarea,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button .sv__textarea-wrapper .sv__textarea {
  border: 2px solid transparent;
  border-radius: 4px;
  margin-top: 0;
  max-height: 72px;
  min-height: 64px;
  padding: 8px;
  resize: none;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__choice-button .sv__textarea-wrapper .sv__textarea:active,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button .sv__textarea-wrapper .sv__textarea:active {
  border-width: 2px
}

#survicate-box .sv__micro-theme .sv__choice-button .sv__checkbox,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button .sv__checkbox {
  flex: 1 0 auto
}

#survicate-box .sv__micro-theme .sv__choice-button .sv__circle,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button .sv__circle {
  padding: 3px;
  top: 0
}

#survicate-box .sv__micro-theme .sv__choice-button .sv__answer-text,
#sv-screenshot-controls .sv__micro-theme .sv__choice-button .sv__answer-text {
  overflow-wrap: anywhere;
  word-break: break-word
}

#survicate-box .sv__micro-theme.sv__mobile-survey .sv__circle:hover,
#survicate-box .sv__micro-theme.sv__mobile-survey .sv__circle:hover:after,
#survicate-box .sv__micro-theme.sv__mobile-survey .sv__square:hover,
#survicate-box .sv__micro-theme.sv__mobile-survey .sv__square:hover:after,
#sv-screenshot-controls .sv__micro-theme.sv__mobile-survey .sv__circle:hover,
#sv-screenshot-controls .sv__micro-theme.sv__mobile-survey .sv__circle:hover:after,
#sv-screenshot-controls .sv__micro-theme.sv__mobile-survey .sv__square:hover,
#sv-screenshot-controls .sv__micro-theme.sv__mobile-survey .sv__square:hover:after {
  box-shadow: none !important
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__choice-button-wrapper .sv__choice-button,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__choice-button-wrapper .sv__choice-button {
  text-align: right
}

#survicate-box .sv__micro-theme .sv__customer-satisfaction .sv__buttons--vertical,
#sv-screenshot-controls .sv__micro-theme .sv__customer-satisfaction .sv__buttons--vertical {
  margin-bottom: 0
}

#survicate-box .sv__micro-theme .sv__date,
#sv-screenshot-controls .sv__micro-theme .sv__date {
  box-sizing: border-box;
  display: block;
  height: 40px;
  margin-bottom: 16px;
  margin-top: 0;
  padding: 8px 10px 8px 8px;
  text-align: left
}

#survicate-box .sv__micro-theme .sv__date__input,
#survicate-box .sv__micro-theme .sv__date__separator,
#sv-screenshot-controls .sv__micro-theme .sv__date__input,
#sv-screenshot-controls .sv__micro-theme .sv__date__separator {
  display: inline-block
}

#survicate-box .sv__micro-theme .sv__date__input,
#sv-screenshot-controls .sv__micro-theme .sv__date__input {
  background: none;
  padding: 0;
  text-align: center;
  width: 30%
}

#survicate-box .sv__micro-theme .sv__date__separator,
#sv-screenshot-controls .sv__micro-theme .sv__date__separator {
  padding: 0
}

#survicate-box .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker,
#sv-screenshot-controls .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker {
  box-shadow: none;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  width: max-content
}

#survicate-box .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker--selected,
#sv-screenshot-controls .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker--selected {
  border: none;
  border-radius: 6px;
  transform: translateY(-60%);
  width: 100%
}

#survicate-box .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker .sv__roller__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker .sv__roller__wrapper {
  display: flex
}

#survicate-box .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker .sv__roller__wrapper:after,
#survicate-box .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker .sv__roller__wrapper:before,
#sv-screenshot-controls .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker .sv__roller__wrapper:after,
#sv-screenshot-controls .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker .sv__roller__wrapper:before {
  background: inherit
}

#survicate-box .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker .sv__roller__option,
#sv-screenshot-controls .sv__micro-theme .sv__date__wrapper .sv__mobile-datepicker .sv__roller__option {
  font-size: 14px
}

#survicate-box .sv__micro-theme .sv__date.sv__invalid,
#survicate-box .sv__micro-theme .sv__date.sv__invalid.sv--background-answer-opacity-10,
#sv-screenshot-controls .sv__micro-theme .sv__date.sv__invalid,
#sv-screenshot-controls .sv__micro-theme .sv__date.sv__invalid.sv--background-answer-opacity-10 {
  background-color: #fff7f8 !important;
  position: relative
}

#survicate-box .sv__micro-theme .sv__date.sv__invalid .sv__date__input,
#survicate-box .sv__micro-theme .sv__date.sv__invalid .sv__date__input::placeholder,
#survicate-box .sv__micro-theme .sv__date.sv__invalid .sv__date__separator,
#survicate-box .sv__micro-theme .sv__date.sv__invalid.sv--background-answer-opacity-10 .sv__date__input,
#survicate-box .sv__micro-theme .sv__date.sv__invalid.sv--background-answer-opacity-10 .sv__date__input::placeholder,
#survicate-box .sv__micro-theme .sv__date.sv__invalid.sv--background-answer-opacity-10 .sv__date__separator,
#sv-screenshot-controls .sv__micro-theme .sv__date.sv__invalid .sv__date__input,
#sv-screenshot-controls .sv__micro-theme .sv__date.sv__invalid .sv__date__input::placeholder,
#sv-screenshot-controls .sv__micro-theme .sv__date.sv__invalid .sv__date__separator,
#sv-screenshot-controls .sv__micro-theme .sv__date.sv__invalid.sv--background-answer-opacity-10 .sv__date__input,
#sv-screenshot-controls .sv__micro-theme .sv__date.sv__invalid.sv--background-answer-opacity-10 .sv__date__input::placeholder,
#sv-screenshot-controls .sv__micro-theme .sv__date.sv__invalid.sv--background-answer-opacity-10 .sv__date__separator {
  color: #e33a22 !important
}

#survicate-box .sv__micro-theme .sv__date.sv__invalid.focused,
#survicate-box .sv__micro-theme .sv__date.sv__invalid.sv--background-answer-opacity-10.focused,
#sv-screenshot-controls .sv__micro-theme .sv__date.sv__invalid.focused,
#sv-screenshot-controls .sv__micro-theme .sv__date.sv__invalid.sv--background-answer-opacity-10.focused {
  border-color: #e33a22 !important
}

#survicate-box .sv__micro-theme .sv__date .sv__validation,
#sv-screenshot-controls .sv__micro-theme .sv__date .sv__validation {
  bottom: 38px;
  display: flex;
  padding: 5px 6px;
  right: 0
}

#survicate-box .sv__micro-theme .sv__point-texts--empty+.sv__date,
#sv-screenshot-controls .sv__micro-theme .sv__point-texts--empty+.sv__date {
  margin-top: 26px
}

#survicate-box .sv__micro-theme.sv__outline .sv--background-answer-opacity-10.sv__date.focused,
#sv-screenshot-controls .sv__micro-theme.sv__outline .sv--background-answer-opacity-10.sv__date.focused {
  border-color: #6f27f6 !important
}

#survicate-box .sv__micro-theme.sv__outline .sv--background-answer-opacity-10.sv__date.focused .sv__date__input,
#sv-screenshot-controls .sv__micro-theme.sv__outline .sv--background-answer-opacity-10.sv__date.focused .sv__date__input {
  outline: none
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv-invalid.sv__select.sv-invalid .sv__input,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv-invalid.sv__select.sv-invalid .sv__input {
  background-color: #fff7f8 !important;
  color: #e33a22 !important
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv-invalid.sv__select.sv-invalid .sv__input:focus,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv-invalid.sv__select.sv-invalid .sv__input:focus {
  border-color: #e33a22 !important
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv-invalid.sv__select.sv-invalid svg g g polygon,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv-invalid.sv__select.sv-invalid svg g g polygon {
  fill: #e33a22 !important
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv__select,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv__select {
  display: flex;
  flex-direction: column-reverse
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv__select-list,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv__select-list {
  margin-bottom: 10px;
  margin-top: 0;
  position: static
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv__select-icon,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv__select-icon {
  top: 4px
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv__select-icon.sv__caret,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv__select-icon.sv__caret {
  border: 0
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv__select .sv__clear-input-icon,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv__select .sv__clear-input-icon {
  right: 0;
  top: 2px
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv__select input,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv__select input {
  border: 2px solid transparent;
  font-size: 14px;
  height: 50px;
  padding: 16px
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv__select .sv__validation,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv__select .sv__validation {
  bottom: 50px;
  top: auto
}

#survicate-box .sv__micro-theme .sv__dropdown__wrapper .sv__submit-button__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__dropdown__wrapper .sv__submit-button__wrapper {
  bottom: auto
}

#survicate-box .sv__micro-theme .sv__outline .sv__select-list .sv__select-button.sv__select-button--focused,
#sv-screenshot-controls .sv__micro-theme .sv__outline .sv__select-list .sv__select-button.sv__select-button--focused {
  outline: 2px solid #6f27f6;
  outline-offset: -4px
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__dropdown__wrapper .sv__select .sv__caret,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__dropdown__wrapper .sv__select .sv__caret {
  left: 20px;
  right: unset
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__dropdown__wrapper .sv__select .sv__clear-input-icon,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__dropdown__wrapper .sv__select .sv__clear-input-icon {
  right: 0
}

#survicate-box .sv__micro-theme .sv__numerical-scale--mobile .sv__numerical-scale__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__numerical-scale--mobile .sv__numerical-scale__wrapper {
  display: flex;
  flex-direction: column
}

#survicate-box .sv__micro-theme .sv__numerical-scale--mobile .sv__numerical-scale__buttons,
#sv-screenshot-controls .sv__micro-theme .sv__numerical-scale--mobile .sv__numerical-scale__buttons {
  flex-direction: column-reverse
}

#survicate-box .sv__micro-theme .sv__numerical-scale--mobile .sv__numerical-scale__button,
#sv-screenshot-controls .sv__micro-theme .sv__numerical-scale--mobile .sv__numerical-scale__button {
  margin: 0 0 10px;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__numerical-scale .sv__point-text,
#sv-screenshot-controls .sv__micro-theme .sv__numerical-scale .sv__point-text {
  min-width: 100%;
  width: min-content
}

#survicate-box .sv__micro-theme .sv__numerical-scale__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__numerical-scale__wrapper {
  display: flex;
  flex-direction: column
}

#survicate-box .sv__micro-theme .sv__numerical-scale__wrapper .sv__buttons,
#sv-screenshot-controls .sv__micro-theme .sv__numerical-scale__wrapper .sv__buttons {
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__numerical-scale__wrapper .sv__buttons .sv__button,
#sv-screenshot-controls .sv__micro-theme .sv__numerical-scale__wrapper .sv__buttons .sv__button {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: initial;
  text-align: center
}

#survicate-box .sv__micro-theme .sv__numerical-scale__wrapper .sv__buttons .sv__button:first-child,
#sv-screenshot-controls .sv__micro-theme .sv__numerical-scale__wrapper .sv__buttons .sv__button:first-child {
  margin-left: 0
}

#survicate-box .sv__micro-theme .sv__numerical-scale__wrapper .sv__buttons .sv__button:last-child,
#sv-screenshot-controls .sv__micro-theme .sv__numerical-scale__wrapper .sv__buttons .sv__button:last-child {
  margin-right: 0
}

#survicate-box .sv__micro-theme .sv__rating .sv__point-text,
#survicate-box .sv__micro-theme .sv__rating-survey-point .sv__point-wrapper--with-personalization .sv__micro-top-bar__row,
#survicate-box .sv__micro-theme .sv__rating__micro-top-bar.sv__micro-top-bar--with-personalization .sv__micro-top-bar__row,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__point-text,
#sv-screenshot-controls .sv__micro-theme .sv__rating-survey-point .sv__point-wrapper--with-personalization .sv__micro-top-bar__row,
#sv-screenshot-controls .sv__micro-theme .sv__rating__micro-top-bar.sv__micro-top-bar--with-personalization .sv__micro-top-bar__row {
  min-width: 100%;
  width: min-content
}

#survicate-box .sv__micro-theme .sv__rating__number,
#sv-screenshot-controls .sv__micro-theme .sv__rating__number {
  font-weight: 400
}

#survicate-box .sv__micro-theme .sv__rating .sv__buttons,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__buttons {
  justify-content: center;
  margin-bottom: 16px
}

#survicate-box .sv__micro-theme .sv__rating .sv__buttons .sv__button,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__buttons .sv__button {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: unset;
  justify-content: center;
  min-height: unset;
  min-width: unset
}

#survicate-box .sv__micro-theme .sv__rating .sv__buttons .sv__button:hover,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__buttons .sv__button:hover {
  background-color: transparent
}

#survicate-box .sv__micro-theme .sv__rating .sv__buttons .sv__button--selected,
#survicate-box .sv__micro-theme .sv__rating .sv__buttons .sv__button:active,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__buttons .sv__button--selected,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__buttons .sv__button:active {
  border-width: 0
}

#survicate-box .sv__micro-theme .sv__rating .sv__buttons .sv__button svg,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__buttons .sv__button svg {
  height: 32px;
  margin-bottom: 8px;
  width: 32px
}

#survicate-box .sv__micro-theme .sv__rating .sv__buttons--vertical.sv__buttons,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__buttons--vertical.sv__buttons {
  flex-direction: column-reverse
}

#survicate-box .sv__micro-theme .sv__rating .sv__buttons--vertical.sv__buttons .sv__button,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__buttons--vertical.sv__buttons .sv__button {
  flex-direction: row;
  height: 40px;
  margin: 0 0 8px
}

#survicate-box .sv__micro-theme .sv__rating .sv__buttons--vertical.sv__buttons .sv__button:active,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__buttons--vertical.sv__buttons .sv__button:active {
  border-width: 2px
}

#survicate-box .sv__micro-theme .sv__rating .sv__buttons--vertical.sv__buttons .sv__button svg,
#sv-screenshot-controls .sv__micro-theme .sv__rating .sv__buttons--vertical.sv__buttons .sv__button svg {
  height: 20px;
  margin-bottom: 0;
  width: 20px
}

#survicate-box .sv__micro-theme.sv__outline .sv__rating .sv__rating__buttons .sv__button--selected,
#survicate-box .sv__micro-theme.sv__outline .sv__rating .sv__rating__buttons .sv__button:focus,
#sv-screenshot-controls .sv__micro-theme.sv__outline .sv__rating .sv__rating__buttons .sv__button--selected,
#sv-screenshot-controls .sv__micro-theme.sv__outline .sv__rating .sv__rating__buttons .sv__button:focus {
  outline: none
}

#survicate-box .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale__buttons,
#sv-screenshot-controls .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale__buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-left: 3px;
  padding-right: 3px
}

#survicate-box .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale__wrapper {
  width: 100%
}

#survicate-box .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale__button,
#sv-screenshot-controls .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale__button {
  margin: 0
}

#survicate-box .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale__button,
#survicate-box .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale__icon-container,
#sv-screenshot-controls .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale__button,
#sv-screenshot-controls .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale__icon-container {
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  width: 38px
}

#survicate-box .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale.sv__three-smileys .sv__smiley-scale__buttons,
#sv-screenshot-controls .sv__micro-theme .sv__smiley_scale-survey-point .sv__smiley-scale.sv__three-smileys .sv__smiley-scale__buttons {
  justify-content: center
}

#survicate-box .sv__micro-theme .sv__smiley_scale .sv__point-texts .sv__point-question,
#sv-screenshot-controls .sv__micro-theme .sv__smiley_scale .sv__point-texts .sv__point-question {
  margin-bottom: 32px
}

#survicate-box .sv__micro-theme.sv__mobile-survey .sv__smiley-scale__button:hover,
#sv-screenshot-controls .sv__micro-theme.sv__mobile-survey .sv__smiley-scale__button:hover {
  transform: none
}

#survicate-box .sv__micro-theme .sv__point-texts--empty+.sv__smiley-scale__buttons,
#sv-screenshot-controls .sv__micro-theme .sv__point-texts--empty+.sv__smiley-scale__buttons {
  margin-top: 16px
}

#survicate-box .sv__micro-theme.sv__outline .sv__smiley-scale__button:focus,
#sv-screenshot-controls .sv__micro-theme.sv__outline .sv__smiley-scale__button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6f27f6;
  outline: none;
  transform: scale(1.2)
}

#survicate-box .sv__micro-theme .sv-box-child.sv-mobile .sv__smiley-scale__button,
#survicate-box .sv__micro-theme .sv-box-child.sv-mobile .sv__smiley-scale__icon-container,
#sv-screenshot-controls .sv__micro-theme .sv-box-child.sv-mobile .sv__smiley-scale__button,
#sv-screenshot-controls .sv__micro-theme .sv-box-child.sv-mobile .sv__smiley-scale__icon-container {
  height: 48px;
  width: 48px
}

@media only screen and (max-device-width:812px)and (-webkit-min-device-pixel-ratio:3)and (orientation:landscape),
only screen and (max-width:767px) {

  #survicate-box .sv__micro-theme .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__smiley-scale__button,
  #survicate-box .sv__micro-theme .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__smiley-scale__icon-container,
  #sv-screenshot-controls .sv__micro-theme .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__smiley-scale__button,
  #sv-screenshot-controls .sv__micro-theme .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__smiley-scale__icon-container {
    height: 48px;
    width: 48px
  }
}

#survicate-box .sv__micro-theme .sv__text-container,
#sv-screenshot-controls .sv__micro-theme .sv__text-container {
  position: relative
}

#survicate-box .sv__micro-theme .sv__text-question .sv__text-input-stats,
#sv-screenshot-controls .sv__micro-theme .sv__text-question .sv__text-input-stats {
  margin-bottom: 16px
}

#survicate-box .sv__micro-theme .sv__text-question .sv__textarea,
#sv-screenshot-controls .sv__micro-theme .sv__text-question .sv__textarea {
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 16px;
  max-height: 200px;
  min-height: 80px;
  padding: 8px;
  resize: none;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__text-question .sv__textarea:focus,
#sv-screenshot-controls .sv__micro-theme .sv__text-question .sv__textarea:focus {
  border: 2px solid
}

#survicate-box .sv__micro-theme .sv__text-question .sv__follow-up,
#sv-screenshot-controls .sv__micro-theme .sv__text-question .sv__follow-up {
  border-top: 1px solid
}

#survicate-box .sv__micro-theme .sv__text-question .sv__follow-up .sv__point-text,
#sv-screenshot-controls .sv__micro-theme .sv__text-question .sv__follow-up .sv__point-text {
  margin-top: 16px
}

#survicate-box .sv__micro-theme .sv__matrix-row,
#sv-screenshot-controls .sv__micro-theme .sv__matrix-row {
  gap: 8px
}

@media only screen and (min-width:768px)and (max-width:1181px)and (orientation:portrait) {

  #survicate-box .sv__micro-theme.sv__survey.sv__survey--matrix .sv__matrix-wrapper,
  #sv-screenshot-controls .sv__micro-theme.sv__survey.sv__survey--matrix .sv__matrix-wrapper {
    max-width: unset
  }
}

#survicate-box .sv__micro-theme .sv__social-button,
#sv-screenshot-controls .sv__micro-theme .sv__social-button {
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: background-color .3s
}

#survicate-box .sv__micro-theme .sv__social-button.sv__facebook,
#sv-screenshot-controls .sv__micro-theme .sv__social-button.sv__facebook {
  background-color: #3579ea;
  border-bottom: 1px solid #11192b
}

#survicate-box .sv__micro-theme .sv__social-button.sv__facebook:hover,
#sv-screenshot-controls .sv__micro-theme .sv__social-button.sv__facebook:hover {
  background-color: #165ed6
}

#survicate-box .sv__micro-theme .sv__social-button.sv__twitter,
#sv-screenshot-controls .sv__micro-theme .sv__social-button.sv__twitter {
  background-color: #000
}

#survicate-box .sv__micro-theme .sv__social-button.sv__twitter:hover,
#sv-screenshot-controls .sv__micro-theme .sv__social-button.sv__twitter:hover {
  background-color: #1a1a1a
}

#survicate-box .sv__micro-theme .sv__social-button.sv__twitter svg,
#sv-screenshot-controls .sv__micro-theme .sv__social-button.sv__twitter svg {
  left: 17px;
  top: 12px
}

#survicate-box .sv__micro-theme .sv__social-button.sv__linkedin,
#sv-screenshot-controls .sv__micro-theme .sv__social-button.sv__linkedin {
  background-color: #2a66bc;
  border-bottom: 1px solid #0f5f9b
}

#survicate-box .sv__micro-theme .sv__social-button.sv__linkedin:hover,
#sv-screenshot-controls .sv__micro-theme .sv__social-button.sv__linkedin:hover {
  background-color: #4480d5
}

#survicate-box .sv__micro-theme .sv__social-button.sv__linkedin svg,
#sv-screenshot-controls .sv__micro-theme .sv__social-button.sv__linkedin svg {
  left: 17px
}

#survicate-box .sv__micro-theme .sv__social-button svg,
#sv-screenshot-controls .sv__micro-theme .sv__social-button svg {
  fill: #fff;
  left: 20px;
  position: absolute
}

#survicate-box .sv__micro-theme .sv__nps--horizontal .sv__buttons,
#sv-screenshot-controls .sv__micro-theme .sv__nps--horizontal .sv__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center
}

#survicate-box .sv__micro-theme .sv__nps .sv__button,
#sv-screenshot-controls .sv__micro-theme .sv__nps .sv__button {
  border-radius: 4px;
  min-height: 40px;
  min-width: 39px;
  padding: initial;
  text-align: center
}

#survicate-box .sv__micro-theme .sv__footer,
#sv-screenshot-controls .sv__micro-theme .sv__footer {
  font-size: 600px;
  justify-content: center
}

#survicate-box .sv__micro-theme .sv__footer__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__footer__wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 0
}

#survicate-box .sv__micro-theme .sv__footer__button,
#sv-screenshot-controls .sv__micro-theme .sv__footer__button {
  align-items: center;
  display: flex;
  padding: 8px
}

#survicate-box .sv__micro-theme .sv__footer__button svg,
#sv-screenshot-controls .sv__micro-theme .sv__footer__button svg {
  height: 10px;
  margin-top: -2px;
  width: 68px
}

#survicate-box .sv__micro-theme .sv__footer__small-text,
#sv-screenshot-controls .sv__micro-theme .sv__footer__small-text {
  font-family: Open sans, sans-serif !important;
  font-size: 12px;
  margin-right: 4px
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__footer__wrapper,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__footer__wrapper {
  direction: ltr
}

#survicate-box .sv__micro-theme.sv__outline .sv__footer__wrapper .sv__footer .sv__footer__button:focus,
#sv-screenshot-controls .sv__micro-theme.sv__outline .sv__footer__wrapper .sv__footer .sv__footer__button:focus {
  outline: none
}

#survicate-box .sv__micro-theme.sv__outline .sv__footer__wrapper .sv__footer .sv__footer__button:focus .sv__footer__small-text,
#sv-screenshot-controls .sv__micro-theme.sv__outline .sv__footer__wrapper .sv__footer .sv__footer__button:focus .sv__footer__small-text {
  font-family: Open sans, sans-serif !important
}

#survicate-box .sv__micro-theme.sv__outline .sv__footer__wrapper .sv__footer .sv__footer__button:focus svg path,
#sv-screenshot-controls .sv__micro-theme.sv__outline .sv__footer__wrapper .sv__footer .sv__footer__button:focus svg path {
  fill: #6f27f6 !important
}

#survicate-box .sv__language-selector__list,
#sv-screenshot-controls .sv__language-selector__list {
  box-shadow: 0 0 10px 5px rgba(41, 41, 42, .07);
  max-height: 160px
}

#survicate-box .sv__micro-theme .sv__micro-top-bar,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px
}

#survicate-box .sv__micro-theme .sv__micro-top-bar--with-personalization.sv__micro-top-bar--with-logo .sv__micro-top-bar__row,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar--with-personalization.sv__micro-top-bar--with-logo .sv__micro-top-bar__row {
  align-items: center
}

#survicate-box .sv__micro-theme .sv__micro-top-bar--with-personalization .sv__micro-top-bar__row,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar--with-personalization .sv__micro-top-bar__row {
  align-items: flex-start
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__personalization,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__personalization {
  align-items: center;
  display: flex;
  margin-top: 12px
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -10px
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__micro-top-bar__logo,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__micro-top-bar__logo {
  margin-right: 8px;
  max-height: 24px;
  max-width: 60%
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__micro-top-bar__avatar,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__micro-top-bar__avatar {
  border-radius: 100%;
  border-style: none;
  height: 24px;
  max-width: unset;
  object-fit: cover;
  object-position: center;
  width: 24px
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__micro-top-bar__short-text,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__micro-top-bar__short-text {
  line-height: 1.3;
  margin-right: 8px;
  word-break: break-word
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__micro-top-bar__actions,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__micro-top-bar__actions {
  align-items: center;
  display: flex;
  justify-content: flex-end
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons {
  color: #b3b3b3;
  display: flex;
  justify-content: flex-end
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv-color-small-button-bw,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv-color-small-button-bw {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-family: Open sans, sans-serif;
  font-weight: 600;
  padding: 6px;
  transition: color .3s
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv-color-small-button-bw:focus,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv-color-small-button-bw:focus {
  border-radius: 10px
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-close,
#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-minimize,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-close,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-minimize {
  height: 40px;
  padding: 0;
  width: 40px
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-close,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-close {
  margin-right: -12px
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-minimize svg rect:first-child,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-minimize svg rect:first-child {
  fill: transparent
}

#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-minimize:active svg g,
#survicate-box .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-minimize:hover svg g,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-minimize:active svg g,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar__row .sv__bar-buttons .sv__btn-minimize:hover svg g {
  opacity: 1
}

#survicate-box .sv__micro-theme .sv__micro-top-bar--flat,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar--flat {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse
}

#survicate-box .sv__micro-theme .sv__micro-top-bar--flat .sv__micro-top-bar__row,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar--flat .sv__micro-top-bar__row {
  flex-direction: row-reverse;
  justify-content: space-between
}

#survicate-box .sv__micro-theme .sv__micro-top-bar--flat .sv__progress-bar__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar--flat .sv__progress-bar__wrapper {
  width: 100%
}

#survicate-box .sv__micro-theme .sv__micro-top-bar--flat .sv__progress-bar__wrapper .sv__progress-bar,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar--flat .sv__progress-bar__wrapper .sv__progress-bar {
  top: 2px
}

#survicate-box .sv__micro-theme .sv__micro-top-bar--flat .sv__micro-top-bar__actions,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar--flat .sv__micro-top-bar__actions {
  margin-left: 16px;
  margin-right: unset
}

#survicate-box .sv__micro-theme .sv__micro-top-bar--flat .sv__bar-buttons,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar--flat .sv__bar-buttons {
  margin-left: unset;
  margin-right: unset
}

#survicate-box .sv__micro-theme .sv__micro-top-bar .sv__bar-buttons svg,
#sv-screenshot-controls .sv__micro-theme .sv__micro-top-bar .sv__bar-buttons svg {
  height: 40px;
  width: 40px
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__micro-top-bar .sv__micro-top-bar__actions,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__micro-top-bar .sv__micro-top-bar__actions {
  margin-left: unset;
  margin-right: 16px
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__micro-top-bar .sv__bar-buttons,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__micro-top-bar .sv__bar-buttons {
  margin-left: unset;
  margin-right: unset
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__micro-top-bar .sv__bar-buttons .sv__btn-close,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__micro-top-bar .sv__bar-buttons .sv__btn-close {
  margin-left: -12px;
  margin-right: unset
}

#survicate-box .sv__micro-theme.sv__mobile-survey .sv__btn-close:hover svg g g,
#sv-screenshot-controls .sv__micro-theme.sv__mobile-survey .sv__btn-close:hover svg g g {
  fill: inherit !important
}

#survicate-box .sv__micro-theme.sv__survey--finished .sv__micro-top-bar--branded,
#sv-screenshot-controls .sv__micro-theme.sv__survey--finished .sv__micro-top-bar--branded {
  margin-bottom: 24px
}

#survicate-box .sv__micro-theme.sv__survey--finished .sv__micro-top-bar--branded .sv__micro-top-bar__row,
#sv-screenshot-controls .sv__micro-theme.sv__survey--finished .sv__micro-top-bar--branded .sv__micro-top-bar__row {
  flex-direction: row;
  justify-content: space-between;
  width: 100%
}

#survicate-box .sv__micro-theme.sv__survey--finished .sv__micro-top-bar--branded .sv__micro-top-bar__row .sv__survicate__logo,
#sv-screenshot-controls .sv__micro-theme.sv__survey--finished .sv__micro-top-bar--branded .sv__micro-top-bar__row .sv__survicate__logo {
  max-width: 106px
}

#survicate-box .sv__micro-theme .sv__progress-bar,
#sv-screenshot-controls .sv__micro-theme .sv__progress-bar {
  border-radius: 4px;
  height: 4px;
  position: relative;
  top: 0
}

#survicate-box .sv__micro-theme .sv__progress-bar>div,
#sv-screenshot-controls .sv__micro-theme .sv__progress-bar>div {
  border-radius: 4px
}

#survicate-box .sv__micro-theme .sv__progress-bar__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__progress-bar__wrapper {
  height: 28px
}

@media only screen and (min-width:768px)and (-webkit-max-device-pixel-ratio:2),
only screen and (min-width:813px) {

  #survicate-box .sv__micro-theme .sv-box-child:not(.sv-mobile) .sv__position-top-left .sv__progress-bar,
  #survicate-box .sv__micro-theme .sv-box-child:not(.sv-mobile) .sv__position-top-left .sv__progress-bar>div,
  #survicate-box .sv__micro-theme .sv-box-child:not(.sv-mobile) .sv__position-top-right .sv__progress-bar,
  #survicate-box .sv__micro-theme .sv-box-child:not(.sv-mobile) .sv__position-top-right .sv__progress-bar>div,
  #sv-screenshot-controls .sv__micro-theme .sv-box-child:not(.sv-mobile) .sv__position-top-left .sv__progress-bar,
  #sv-screenshot-controls .sv__micro-theme .sv-box-child:not(.sv-mobile) .sv__position-top-left .sv__progress-bar>div,
  #sv-screenshot-controls .sv__micro-theme .sv-box-child:not(.sv-mobile) .sv__position-top-right .sv__progress-bar,
  #sv-screenshot-controls .sv__micro-theme .sv-box-child:not(.sv-mobile) .sv__position-top-right .sv__progress-bar>div {
    border-radius: 0
  }
}

#survicate-box .sv__micro-theme .sv-box-child.sv-desktop .sv__position-top-left .sv__progress-bar,
#survicate-box .sv__micro-theme .sv-box-child.sv-desktop .sv__position-top-left .sv__progress-bar>div,
#survicate-box .sv__micro-theme .sv-box-child.sv-desktop .sv__position-top-right .sv__progress-bar,
#survicate-box .sv__micro-theme .sv-box-child.sv-desktop .sv__position-top-right .sv__progress-bar>div,
#survicate-box .sv__micro-theme .sv-box-child.sv-tablet .sv__position-top-left .sv__progress-bar,
#survicate-box .sv__micro-theme .sv-box-child.sv-tablet .sv__position-top-left .sv__progress-bar>div,
#survicate-box .sv__micro-theme .sv-box-child.sv-tablet .sv__position-top-right .sv__progress-bar,
#survicate-box .sv__micro-theme .sv-box-child.sv-tablet .sv__position-top-right .sv__progress-bar>div,
#sv-screenshot-controls .sv__micro-theme .sv-box-child.sv-desktop .sv__position-top-left .sv__progress-bar,
#sv-screenshot-controls .sv__micro-theme .sv-box-child.sv-desktop .sv__position-top-left .sv__progress-bar>div,
#sv-screenshot-controls .sv__micro-theme .sv-box-child.sv-desktop .sv__position-top-right .sv__progress-bar,
#sv-screenshot-controls .sv__micro-theme .sv-box-child.sv-desktop .sv__position-top-right .sv__progress-bar>div,
#sv-screenshot-controls .sv__micro-theme .sv-box-child.sv-tablet .sv__position-top-left .sv__progress-bar,
#sv-screenshot-controls .sv__micro-theme .sv-box-child.sv-tablet .sv__position-top-left .sv__progress-bar>div,
#sv-screenshot-controls .sv__micro-theme .sv-box-child.sv-tablet .sv__position-top-right .sv__progress-bar,
#sv-screenshot-controls .sv__micro-theme .sv-box-child.sv-tablet .sv__position-top-right .sv__progress-bar>div {
  border-radius: 0
}

#survicate-box .sv__micro-theme.sv__survey--branded .sv__finish-view,
#sv-screenshot-controls .sv__micro-theme.sv__survey--branded .sv__finish-view {
  overflow-x: hidden;
  overflow-y: auto
}

#survicate-box .sv__micro-theme.sv__survey--branded .sv__finish-view *,
#sv-screenshot-controls .sv__micro-theme.sv__survey--branded .sv__finish-view * {
  font-family: Open sans, sans-serif !important
}

#survicate-box .sv__micro-theme .sv__branded-finish-view--content,
#survicate-box .sv__micro-theme .sv__finish-view,
#sv-screenshot-controls .sv__micro-theme .sv__branded-finish-view--content,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view {
  display: flex;
  flex-direction: column
}

#survicate-box .sv__micro-theme .sv__finish-view,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view {
  margin-left: 24px;
  margin-right: 24px
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__branded-finish-view--content,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__branded-finish-view--content {
  margin-right: -18px;
  overflow-y: auto;
  padding-right: 14px
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__branded-finish-view--content::-webkit-scrollbar,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__branded-finish-view--content::-webkit-scrollbar {
  background-color: transparent;
  width: 4px
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__branded-finish-view--content::-webkit-scrollbar-thumb,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__branded-finish-view--content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .15) !important;
  border-radius: 4px
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__introduction,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__introduction {
  margin-bottom: 24px
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__paragraph__item,
#survicate-box .sv__micro-theme .sv__finish-view .sv__thank-you-message,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__paragraph__item,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__thank-you-message {
  font-weight: 600
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__thank-you-message,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__thank-you-message {
  align-items: flex-end;
  display: flex;
  margin-bottom: 8px
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__paragraph__container,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__paragraph__container {
  margin-bottom: 32px
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__paragraph__item,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__paragraph__item {
  margin-bottom: 16px
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__finish-logo,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__finish-logo {
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  width: 168px
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__simple-link-button__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__simple-link-button__wrapper {
  border-top: 1px solid #c2cbcb;
  padding-bottom: 8px;
  padding-top: 24px
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__simple-link-button__wrapper .sv__simple-link-button,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__simple-link-button__wrapper .sv__simple-link-button {
  align-items: center;
  background-color: #6f27f6;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 56px;
  justify-content: center;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__finish-view .sv__simple-link-button__wrapper .sv__simple-link-button:hover,
#sv-screenshot-controls .sv__micro-theme .sv__finish-view .sv__simple-link-button__wrapper .sv__simple-link-button:hover {
  background-color: #390993
}

@media(max-width:1181px) {

  #survicate-box .sv__micro-theme .sv-box-child .sv__finish-view,
  #sv-screenshot-controls .sv__micro-theme .sv-box-child .sv__finish-view {
    width: 300px
  }
}

#survicate-box .sv__micro-theme .sv__buttons,
#sv-screenshot-controls .sv__micro-theme .sv__buttons {
  margin-bottom: 16px
}

#survicate-box .sv__micro-theme .sv__buttons--vertical.sv__buttons .sv__button,
#sv-screenshot-controls .sv__micro-theme .sv__buttons--vertical.sv__buttons .sv__button {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  min-height: 40px;
  padding: 8px;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__buttons--vertical.sv__buttons .sv__button svg,
#sv-screenshot-controls .sv__micro-theme .sv__buttons--vertical.sv__buttons .sv__button svg {
  margin-bottom: 0;
  margin-right: 10px;
  width: 20px
}

#survicate-box .sv__micro-theme .sv__buttons .sv__button,
#sv-screenshot-controls .sv__micro-theme .sv__buttons .sv__button {
  font-size: 14px;
  height: 40px;
  margin-right: 4px;
  width: 40px
}

#survicate-box .sv__micro-theme .sv__buttons .sv__button:last-child,
#sv-screenshot-controls .sv__micro-theme .sv__buttons .sv__button:last-child {
  margin-right: 0
}

#survicate-box .sv__micro-theme .sv__buttons .sv__button--selected,
#survicate-box .sv__micro-theme .sv__buttons .sv__button:active,
#sv-screenshot-controls .sv__micro-theme .sv__buttons .sv__button--selected,
#sv-screenshot-controls .sv__micro-theme .sv__buttons .sv__button:active {
  border: 2px solid;
  border-color: unset
}

#survicate-box .sv__micro-theme .sv__social-button,
#sv-screenshot-controls .sv__micro-theme .sv__social-button {
  border-radius: 6px
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__buttons .sv__button:last-child,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__buttons .sv__button:last-child {
  margin-right: 4px
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__buttons .sv__button:first-child,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__buttons .sv__button:first-child {
  margin-right: 0
}

#survicate-box .sv__micro-theme .sv__checkbox,
#sv-screenshot-controls .sv__micro-theme .sv__checkbox {
  background: transparent;
  height: 20px;
  width: 20px
}

#survicate-box .sv__micro-theme .sv__checkbox .checkbox-label:before,
#survicate-box .sv__micro-theme .sv__checkbox input[type=checkbox]+.checkbox-label:before,
#survicate-box .sv__micro-theme .sv__checkbox input[type=radio]+.checkbox-label:before,
#sv-screenshot-controls .sv__micro-theme .sv__checkbox .checkbox-label:before,
#sv-screenshot-controls .sv__micro-theme .sv__checkbox input[type=checkbox]+.checkbox-label:before,
#sv-screenshot-controls .sv__micro-theme .sv__checkbox input[type=radio]+.checkbox-label:before {
  content: none !important
}

#survicate-box .sv__micro-theme .sv__checkbox.sv__square,
#sv-screenshot-controls .sv__micro-theme .sv__checkbox.sv__square {
  border-radius: 4px
}

#survicate-box .sv__micro-theme .sv__checkbox.sv__square svg,
#sv-screenshot-controls .sv__micro-theme .sv__checkbox.sv__square svg {
  border-radius: 0;
  transform: scale(1.2)
}

#survicate-box .sv__micro-theme .sv__checkbox.sv__square:after,
#sv-screenshot-controls .sv__micro-theme .sv__checkbox.sv__square:after {
  height: 20px;
  left: -2px;
  min-width: 20px;
  top: -2px;
  width: 20px
}

#survicate-box .sv__micro-theme .sv__checkbox .checkbox-label,
#sv-screenshot-controls .sv__micro-theme .sv__checkbox .checkbox-label {
  display: block
}

#survicate-box .sv__micro-theme .sv__checkbox .checkbox-label:after,
#sv-screenshot-controls .sv__micro-theme .sv__checkbox .checkbox-label:after {
  min-width: 24px
}

#survicate-box .sv__micro-theme .sv__circle,
#sv-screenshot-controls .sv__micro-theme .sv__circle {
  border-style: solid;
  border-width: 2px;
  top: 2px
}

#survicate-box .sv__micro-theme .sv__circle:active,
#sv-screenshot-controls .sv__micro-theme .sv__circle:active {
  background-clip: content-box;
  padding: 2px
}

#survicate-box .sv__micro-theme .sv__labels,
#sv-screenshot-controls .sv__micro-theme .sv__labels {
  margin: 0 0 16px;
  overflow-wrap: break-word
}

#survicate-box .sv__micro-theme .sv__labels .sv__label,
#sv-screenshot-controls .sv__micro-theme .sv__labels .sv__label {
  font-size: 14px;
  line-height: 18px
}

#survicate-box .sv__micro-theme .sv__labels .sv__label--left,
#survicate-box .sv__micro-theme .sv__labels .sv__label--right,
#sv-screenshot-controls .sv__micro-theme .sv__labels .sv__label--left,
#sv-screenshot-controls .sv__micro-theme .sv__labels .sv__label--right {
  max-width: 120px
}

#survicate-box .sv__micro-theme .sv__labels .sv__label--right,
#sv-screenshot-controls .sv__micro-theme .sv__labels .sv__label--right {
  margin-left: 4px;
  text-align: right
}

#survicate-box .sv__micro-theme .sv__labels .sv__label--left,
#sv-screenshot-controls .sv__micro-theme .sv__labels .sv__label--left {
  margin-right: 4px;
  text-align: left
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__labels .sv__label--right,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__labels .sv__label--right {
  text-align: left
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__labels .sv__label--left,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__labels .sv__label--left {
  text-align: right
}

#survicate-box .sv__micro-theme .sv__select,
#sv-screenshot-controls .sv__micro-theme .sv__select {
  margin-bottom: 16px;
  position: relative
}

#survicate-box .sv__micro-theme .sv__select-icon,
#sv-screenshot-controls .sv__micro-theme .sv__select-icon {
  top: 16px
}

#survicate-box .sv__micro-theme .sv__select-list,
#sv-screenshot-controls .sv__micro-theme .sv__select-list {
  border-radius: 6px !important;
  border-style: solid;
  border-width: 1px;
  bottom: calc(100% + 10px);
  box-shadow: 0 0 10px 5px rgba(41, 41, 42, .07)
}

#survicate-box .sv__micro-theme .sv__select-list::-webkit-scrollbar,
#sv-screenshot-controls .sv__micro-theme .sv__select-list::-webkit-scrollbar {
  background-color: transparent;
  width: 4px
}

#survicate-box .sv__micro-theme .sv__select-list::-webkit-scrollbar-thumb,
#sv-screenshot-controls .sv__micro-theme .sv__select-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 4px
}

#survicate-box .sv__micro-theme .sv__select .sv__input,
#sv-screenshot-controls .sv__micro-theme .sv__select .sv__input {
  width: 100%
}

#survicate-box .sv__micro-theme .sv__select .sv__input .sv__caret,
#sv-screenshot-controls .sv__micro-theme .sv__select .sv__input .sv__caret {
  background: none
}

#survicate-box .sv__micro-theme .sv__select .sv__input,
#survicate-box .sv__micro-theme .sv__select .sv__select-list .sv__select-button,
#sv-screenshot-controls .sv__micro-theme .sv__select .sv__input,
#sv-screenshot-controls .sv__micro-theme .sv__select .sv__select-list .sv__select-button {
  min-height: 40px
}

#survicate-box .sv__micro-theme.sv__position-mobile .sv__dropdown__wrapper .sv__select-list,
#sv-screenshot-controls .sv__micro-theme.sv__position-mobile .sv__dropdown__wrapper .sv__select-list {
  bottom: calc(100% + 10px);
  top: unset
}

#survicate-box .sv__micro-theme.sv__position-center .sv__dropdown__wrapper .sv__select-list,
#survicate-box .sv__micro-theme.sv__position-top-left .sv__dropdown__wrapper .sv__select-list,
#survicate-box .sv__micro-theme.sv__position-top-right .sv__dropdown__wrapper .sv__select-list,
#sv-screenshot-controls .sv__micro-theme.sv__position-center .sv__dropdown__wrapper .sv__select-list,
#sv-screenshot-controls .sv__micro-theme.sv__position-top-left .sv__dropdown__wrapper .sv__select-list,
#sv-screenshot-controls .sv__micro-theme.sv__position-top-right .sv__dropdown__wrapper .sv__select-list {
  bottom: auto
}

#survicate-box .sv__micro-theme .sv__submit-button__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__submit-button__wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  margin-left: 24px;
  margin-top: 0;
  padding: 23px 0 8px;
  width: calc(100% - 48px)
}

#survicate-box .sv__micro-theme .sv__submit-button__wrapper .sv__submit-button,
#sv-screenshot-controls .sv__micro-theme .sv__submit-button__wrapper .sv__submit-button {
  align-items: center;
  border-bottom-width: 0;
  border-radius: 4px;
  border-style: none none solid;
  display: flex;
  font-weight: 600;
  height: auto;
  justify-content: center;
  margin: auto;
  min-height: 40px;
  outline-offset: 3px;
  overflow-wrap: break-word;
  width: 100%;
  word-break: break-word
}

#survicate-box .sv__micro-theme .sv__submit-button__wrapper .sv__submit-button:disabled,
#sv-screenshot-controls .sv__micro-theme .sv__submit-button__wrapper .sv__submit-button:disabled {
  cursor: not-allowed;
  opacity: .5
}

#survicate-box .sv__micro-theme .sv__submit-button__wrapper .sv__submit-button:disabled:hover,
#sv-screenshot-controls .sv__micro-theme .sv__submit-button__wrapper .sv__submit-button:disabled:hover {
  opacity: .5
}

#survicate-box .sv__micro-theme .sv__submit-button__wrapper .sv__submit-button:hover,
#sv-screenshot-controls .sv__micro-theme .sv__submit-button__wrapper .sv__submit-button:hover {
  opacity: .8;
  text-decoration: none
}

#survicate-box .sv__micro-theme.sv__rtl-lang .sv__submit-button__wrapper,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang .sv__submit-button__wrapper {
  margin-left: 0;
  margin-right: 24px
}

#survicate-box .sv__micro-theme.sv__mobile-survey .sv__submit-button:hover,
#survicate-box .sv__micro-theme.sv__position-mobile .sv__submit-button:hover,
#sv-screenshot-controls .sv__micro-theme.sv__mobile-survey .sv__submit-button:hover,
#sv-screenshot-controls .sv__micro-theme.sv__position-mobile .sv__submit-button:hover {
  opacity: unset
}

#survicate-box .sv__micro-theme .sv__submit-screenshot-button-container .sv__submit-button__wrapper,
#sv-screenshot-controls .sv__micro-theme .sv__submit-screenshot-button-container .sv__submit-button__wrapper {
  border-top: none;
  width: 100%
}

#survicate-box .sv__micro-theme .sv__validation,
#sv-screenshot-controls .sv__micro-theme .sv__validation {
  bottom: 40px;
  left: auto;
  right: 0;
  top: auto
}

#survicate-box .sv__micro-theme .sv__validation:after,
#sv-screenshot-controls .sv__micro-theme .sv__validation:after {
  border-color: #e33a22 transparent transparent;
  border-width: 8px 4px 0;
  bottom: -8px;
  left: auto;
  right: 10px;
  top: auto
}

#survicate-box .sv__micro-theme .sv-invalid.sv-invalid.sv-invalid,
#sv-screenshot-controls .sv__micro-theme .sv-invalid.sv-invalid.sv-invalid {
  border: none
}

#survicate-box .sv__micro-theme.sv__feedback-survey.sv__feedback-survey--minimized,
#sv-screenshot-controls .sv__micro-theme.sv__feedback-survey.sv__feedback-survey--minimized {
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  max-height: 80px;
  max-width: 304px;
  min-width: 112px;
  padding-bottom: 0;
  transform: translateY(-50%) rotate(270deg);
  transform-origin: left center
}

#survicate-box .sv__micro-theme.sv__feedback-survey.sv__feedback-survey--minimized .sv__feedback-survey__text,
#sv-screenshot-controls .sv__micro-theme.sv__feedback-survey.sv__feedback-survey--minimized .sv__feedback-survey__text {
  font-size: 14px;
  font-weight: 600;
  margin-left: unset;
  margin-right: unset;
  padding: 8px 24px;
  word-break: break-word
}

#survicate-box .sv__micro-theme.sv__position-center-right.sv__feedback-survey.sv__feedback-survey--minimized .sv__feedback-survey__text,
#sv-screenshot-controls .sv__micro-theme.sv__position-center-right.sv__feedback-survey.sv__feedback-survey--minimized .sv__feedback-survey__text {
  transform: rotate(180deg)
}

#survicate-box .sv__micro-theme.sv__outline.sv__feedback-survey.sv__feedback-survey--minimized:focus,
#sv-screenshot-controls .sv__micro-theme.sv__outline.sv__feedback-survey.sv__feedback-survey--minimized:focus {
  border: 2px solid #6f27f6
}

#survicate-box .sv__micro-theme.sv__micro-theme .sv__submit-button__wrapper--navigation,
#sv-screenshot-controls .sv__micro-theme.sv__micro-theme .sv__submit-button__wrapper--navigation {
  justify-content: flex-end
}

#survicate-box .sv__micro-theme.sv__micro-theme .sv__submit-button__wrapper .sv__navigation-button,
#sv-screenshot-controls .sv__micro-theme.sv__micro-theme .sv__submit-button__wrapper .sv__navigation-button {
  margin: 0;
  width: 120px
}

#survicate-box .sv__micro-theme.sv__micro-theme .sv__submit-button__wrapper .sv__navigation-button.sv__navigation-button--back,
#sv-screenshot-controls .sv__micro-theme.sv__micro-theme .sv__submit-button__wrapper .sv__navigation-button.sv__navigation-button--back {
  border: 2px solid;
  margin-right: 16px
}

#survicate-box .sv__micro-theme.sv__micro-theme .sv__submit-button__wrapper .sv__navigation-button.sv__navigation-button--back .sv__navigation-button__arrow,
#sv-screenshot-controls .sv__micro-theme.sv__micro-theme .sv__submit-button__wrapper .sv__navigation-button.sv__navigation-button--back .sv__navigation-button__arrow {
  margin-right: 4px;
  padding: 3px
}

#survicate-box .sv__micro-theme.sv__micro-theme .sv__submit-button__wrapper .sv__navigation-button.sv__navigation-button--back .sv__navigation-button__text,
#sv-screenshot-controls .sv__micro-theme.sv__micro-theme .sv__submit-button__wrapper .sv__navigation-button.sv__navigation-button--back .sv__navigation-button__text {
  font-weight: 600;
  max-width: 80px
}

#survicate-box .sv__micro-theme.sv__micro-theme.sv__position-mobile .sv__navigation-button,
#sv-screenshot-controls .sv__micro-theme.sv__micro-theme.sv__position-mobile .sv__navigation-button {
  width: 48%
}

#survicate-box .sv__micro-theme.sv__micro-theme.sv__position-mobile .sv__navigation-button .sv__navigation-button__text,
#sv-screenshot-controls .sv__micro-theme.sv__micro-theme.sv__position-mobile .sv__navigation-button .sv__navigation-button__text {
  max-width: 48%
}

#survicate-box .sv__micro-theme.sv__micro-theme.sv__position-mobile .sv__navigation-button:first-child,
#sv-screenshot-controls .sv__micro-theme.sv__micro-theme.sv__position-mobile .sv__navigation-button:first-child {
  margin-left: 0
}

#survicate-box .sv__micro-theme.sv__micro-theme.sv__position-mobile .sv__navigation-button:last-child,
#sv-screenshot-controls .sv__micro-theme.sv__micro-theme.sv__position-mobile .sv__navigation-button:last-child {
  margin-right: 0
}

#survicate-box .sv__micro-theme.sv__rtl-lang.sv__micro-theme .sv__navigation-button.sv__navigation-button--back,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang.sv__micro-theme .sv__navigation-button.sv__navigation-button--back {
  margin-left: 16px;
  margin-right: 0
}

#survicate-box .sv__micro-theme.sv__rtl-lang.sv__micro-theme .sv__navigation-button.sv__navigation-button--back .sv__navigation-button__arrow,
#sv-screenshot-controls .sv__micro-theme.sv__rtl-lang.sv__micro-theme .sv__navigation-button.sv__navigation-button--back .sv__navigation-button__arrow {
  margin-left: 8px;
  margin-right: 0;
  transform: rotate(-45deg)
}

#survicate-box .sv__micro-theme .sv__disclaimer-container,
#sv-screenshot-controls .sv__micro-theme .sv__disclaimer-container {
  padding: 0 24px
}

#survicate-box .sv__micro-theme.sv__survey--matrix .sv__disclaimer,
#sv-screenshot-controls .sv__micro-theme.sv__survey--matrix .sv__disclaimer {
  max-width: 608px
}

#survicate-box .sv__micro-theme.sv__survey--matrix .sv__disclaimer--narrow,
#sv-screenshot-controls .sv__micro-theme.sv__survey--matrix .sv__disclaimer--narrow {
  max-width: 256px
}

#survicate-box .sv__micro-theme.sv__survey--matrix.sv__position-mobile .sv__disclaimer,
#sv-screenshot-controls .sv__micro-theme.sv__survey--matrix.sv__position-mobile .sv__disclaimer {
  max-width: unset
}

#survicate-box .sv__micro-theme .sv__disclaimer__body,
#sv-screenshot-controls .sv__micro-theme .sv__disclaimer__body {
  max-height: 120px;
  overflow-y: auto
}

#survicate-box .sv__micro-theme .sv__disclaimer__body::-webkit-scrollbar,
#sv-screenshot-controls .sv__micro-theme .sv__disclaimer__body::-webkit-scrollbar {
  background-color: transparent;
  width: 4px
}

#survicate-box .sv__micro-theme .sv__disclaimer__body::-webkit-scrollbar-track,
#sv-screenshot-controls .sv__micro-theme .sv__disclaimer__body::-webkit-scrollbar-track {
  background-color: transparent
}

#survicate-box .sv__micro-theme .sv__disclaimer__body::-webkit-scrollbar-thumb,
#sv-screenshot-controls .sv__micro-theme .sv__disclaimer__body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .15);
  border-radius: 4px
}

#survicate-box .sv__micro-theme .sv__notification-banner,
#sv-screenshot-controls .sv__micro-theme .sv__notification-banner {
  border-radius: 4px;
  margin: 8px 0 24px
}

#survicate-box .sv-desktop .sv__survey.sv__micro-theme .sv__mobile-datepicker,
#sv-screenshot-controls .sv-desktop .sv__survey.sv__micro-theme .sv__mobile-datepicker {
  width: 100%
}

#survicate-box .sr-only,
#sv-screenshot-controls .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

@keyframes slide-out {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

@keyframes slide-in {
  0% {
    transform: translateX(100%)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes slide-down {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(100%)
  }
}

#survicate-box .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey),
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey) {
  border-radius: 4px;
  left: 20px;
  margin: 20px auto;
  right: 20px;
  transform: none;
  width: calc(100% - 40px)
}

#survicate-box .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__position-top-left,
#survicate-box .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__position-top-right,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__position-top-left,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__position-top-right {
  top: 0
}

#survicate-box .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__position-left,
#survicate-box .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__position-right,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__position-left,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__position-right {
  bottom: 0
}

#survicate-box .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__position-center,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__position-center {
  transform: translateY(50%)
}

#survicate-box .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__minimized,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__minimized {
  left: 0;
  margin: 0;
  right: 0;
  width: 100%
}

#survicate-box .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__minimized.sv__position-center,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__minimized.sv__position-center {
  right: 0;
  transform: none;
  width: 100%
}

#survicate-box .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__minimized .sv__minimized-symbol,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey:not(.sv__feedback-survey).sv__minimized .sv__minimized-symbol {
  background-color: transparent;
  bottom: 10px;
  position: absolute;
  right: 15px
}

@media only screen and (max-width:568px) {

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey),
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey) {
    border-radius: 4px;
    left: 20px;
    margin: 20px auto;
    right: 20px;
    transform: none;
    width: calc(100% - 40px)
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__position-top-left,
  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__position-top-right,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__position-top-left,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__position-top-right {
    top: 0
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__position-left,
  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__position-right,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__position-left,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__position-right {
    bottom: 0
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__position-center,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__position-center {
    transform: translateY(50%)
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__minimized,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__minimized {
    left: 0;
    margin: 0;
    right: 0;
    width: 100%
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__minimized.sv__position-center,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__minimized.sv__position-center {
    right: 0;
    transform: none;
    width: 100%
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__minimized .sv__minimized-symbol,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey:not(.sv__feedback-survey).sv__minimized .sv__minimized-symbol {
    background-color: transparent;
    bottom: 10px;
    position: absolute;
    right: 15px
  }
}

@media only screen and (max-width:1181px)and (orientation:portrait) {

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey),
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) {
    border-radius: 10px 10px 0 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    max-height: 85vh;
    max-width: 100%;
    min-width: 100%;
    right: auto;
    top: unset;
    transform: unset;
    width: 100%
  }

  #survicate-box :host .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey),
  #sv-screenshot-controls :host .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) {
    max-height: 90% !important
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__survey--hidden,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__survey--hidden {
    display: none
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__position-fullscreen,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__position-fullscreen {
    max-height: unset !important
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) input,
  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) textarea,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) input,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) textarea {
    font-size: 16px
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point {
    overflow-y: auto
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__scroll-container,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__scroll-container {
    transition: max-height .3s ease-in-out
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper {
    max-width: unset
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-description,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-description {
    font-size: 14px;
    line-height: 22px
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-question,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-question {
    font-size: 16px;
    line-height: 24px
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__choice-button,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__choice-button {
    min-height: 48px
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized {
    align-items: center;
    flex-direction: row;
    height: 104px
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized__actions,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized__actions {
    margin-left: auto
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized-symbol,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized-symbol {
    bottom: unset;
    position: relative;
    right: unset
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized.sv__rtl-lang .sv__minimized__actions,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized.sv__rtl-lang .sv__minimized__actions {
    margin-left: unset;
    margin-right: auto
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__micro-top-bar,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__micro-top-bar {
    max-width: none
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey .sv__answer-picker,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey .sv__answer-picker {
    height: 280px;
    overflow: hidden;
    position: relative
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey .sv__answer-picker--selected,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey .sv__answer-picker--selected {
    position: absolute;
    top: 25%;
    width: 100%
  }

  #survicate-box .sv-box-child:not(.sv-desktop) .sv__survey .sv__answer-picker .sv__roller,
  #sv-screenshot-controls .sv-box-child:not(.sv-desktop) .sv__survey .sv__answer-picker .sv__roller {
    align-items: center;
    display: flex;
    flex-direction: column
  }
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey),
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) {
  border-radius: 10px 10px 0 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0;
  max-height: 85vh;
  max-width: 100%;
  min-width: 100%;
  right: auto;
  top: unset;
  transform: unset;
  width: 100%
}

#survicate-box :host .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey),
#sv-screenshot-controls :host .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) {
  max-height: 90% !important
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__survey--hidden,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__survey--hidden {
  display: none
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__position-fullscreen,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__position-fullscreen {
  max-height: unset !important
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) input,
#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) textarea,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) input,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) textarea {
  font-size: 16px
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point {
  overflow-y: auto
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__scroll-container,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__scroll-container {
  transition: max-height .3s ease-in-out
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper {
  max-width: unset
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-description,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-description {
  font-size: 14px;
  line-height: 22px
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-question,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-question {
  font-size: 16px;
  line-height: 24px
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__choice-button,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__choice-button {
  min-height: 48px
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized {
  align-items: center;
  flex-direction: row;
  height: 104px
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized__actions,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized__actions {
  margin-left: auto
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized-symbol,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized-symbol {
  bottom: unset;
  position: relative;
  right: unset
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized.sv__rtl-lang .sv__minimized__actions,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized.sv__rtl-lang .sv__minimized__actions {
  margin-left: unset;
  margin-right: auto
}

#survicate-box .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__micro-top-bar,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__micro-top-bar {
  max-width: none
}

#survicate-box .sv-box-child.sv-mobile .sv__survey .sv__answer-picker,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey .sv__answer-picker {
  height: 280px;
  overflow: hidden;
  position: relative
}

#survicate-box .sv-box-child.sv-mobile .sv__survey .sv__answer-picker--selected,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey .sv__answer-picker--selected {
  position: absolute;
  top: 25%;
  width: 100%
}

#survicate-box .sv-box-child.sv-mobile .sv__survey .sv__answer-picker .sv__roller,
#sv-screenshot-controls .sv-box-child.sv-mobile .sv__survey .sv__answer-picker .sv__roller {
  align-items: center;
  display: flex;
  flex-direction: column
}

@media only screen and (max-width:568px) {

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey),
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) {
    border-radius: 10px 10px 0 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    max-height: 85vh;
    max-width: 100%;
    min-width: 100%;
    right: auto;
    top: unset;
    transform: unset;
    width: 100%
  }

  #survicate-box :host .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey),
  #sv-screenshot-controls :host .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) {
    max-height: 90% !important
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__survey--hidden,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__survey--hidden {
    display: none
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__position-fullscreen,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__position-fullscreen {
    max-height: unset !important
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) input,
  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) textarea,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) input,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) textarea {
    font-size: 16px
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point {
    overflow-y: auto
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__scroll-container,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__scroll-container {
    transition: max-height .3s ease-in-out
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper {
    max-width: unset
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-description,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-description {
    font-size: 14px;
    line-height: 22px
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-question,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__point-question {
    font-size: 16px;
    line-height: 24px
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__choice-button,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__point .sv__point-wrapper .sv__choice-button {
    min-height: 48px
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized {
    align-items: center;
    flex-direction: row;
    height: 104px
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized__actions,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized__actions {
    margin-left: auto
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized-symbol,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized .sv__minimized-symbol {
    bottom: unset;
    position: relative;
    right: unset
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized.sv__rtl-lang .sv__minimized__actions,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey).sv__minimized.sv__rtl-lang .sv__minimized__actions {
    margin-left: unset;
    margin-right: auto
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__micro-top-bar,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey.sv__micro-theme:not(.sv__feedback-survey) .sv__micro-top-bar {
    max-width: none
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey .sv__answer-picker,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey .sv__answer-picker {
    height: 280px;
    overflow: hidden;
    position: relative
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey .sv__answer-picker--selected,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey .sv__answer-picker--selected {
    position: absolute;
    top: 25%;
    width: 100%
  }

  #survicate-box .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey .sv__answer-picker .sv__roller,
  #sv-screenshot-controls .sv-box-child:not(.sv-tablet):not(.sv-desktop) .sv__survey .sv__answer-picker .sv__roller {
    align-items: center;
    display: flex;
    flex-direction: column
  }
}

#survicate-box .sv__survey-bottom-placeholder,
#sv-screenshot-controls .sv__survey-bottom-placeholder {
  height: 12px
}

#survicate-box .survicate_plus-button_OvC0J,
#sv-screenshot-controls .survicate_plus-button_OvC0J {
  bottom: 10px;
  position: absolute;
  right: 15px
}

#survicate-box .sv__survey.sv-tablet.sv__micro-theme,
#sv-screenshot-controls .sv__survey.sv-tablet.sv__micro-theme {
  min-height: 285px
}

#survicate-box .sv__survey.sv-tablet.sv__micro-theme .sv__micro-top-bar,
#sv-screenshot-controls .sv__survey.sv-tablet.sv__micro-theme .sv__micro-top-bar {
  max-width: none
}

#survicate-box input::-webkit-input-placeholder,
#sv-screenshot-controls input::-webkit-input-placeholder {
  line-height: normal !important
}

/* ===== ulpn-theme-global-font.css ===== */
body {
  font-family: "Open Sans", "Open Sans Fallback Windows", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

@font-face {
  font-family: "Open Sans Fallback Windows";
  src: local("Times New Roman");
  font-weight: 400;
  size-adjust: 115.38%;
  ascent-override: 92.63%;
  descent-override: 25.39%;
  line-gap-override: 0%
}

@font-face {
  font-family: "Open Sans Fallback Windows";
  src: local("Times New Roman Bold");
  font-weight: bold;
  size-adjust: 116.25%;
  ascent-override: 91.94%;
  descent-override: 25.20%;
  line-gap-override: 0%
}

/* ===== ulpn-theme-head.css ===== */
:root {
  --general-text-color: #000000;
  --title-text-color: #000000;
  --subtitle-text-color: #000000;
  --heading2-text-color: #000000;
  --heading3-text-color: #000000;
  --link-default-color: #000000;
  --link-hover-color: #000000;
  --header-cta-text-color: #000000;
  --header-cta-bg-color: #C8F348;
  --header-cta-hover-text-color: #C8F348;
  --header-cta-hover-bg-color: #000000
}

body {
  color: var(--general-text-color)
}

.post-info-title {
  color: var(--title-text-color)
}

.post-info-subtitle {
  color: var(--subtitle-text-color)
}

body h2 {
  color: var(--heading2-text-color)
}

body h3 {
  color: var(--heading3-text-color)
}

a {
  color: var(--link-default-color)
}

a:hover,
a:focus {
  color: var(--link-hover-color)
}

#masthead {
  background-color: #ffffff
}

.header-cta a {
  color: var(--header-cta-text-color);
  background-color: var(--header-cta-bg-color)
}

.header-cta a:focus {
  color: var(--header-cta-text-color)
}

.header-cta a:hover {
  color: var(--header-cta-hover-text-color);
  background-color: var(--header-cta-hover-bg-color)
}

ul li:before {
  background: var(--general-text-color)
}

.post-content ol.branded-list li:before {
  color: #000000
}

/* ===== wp-block-styles-placeholder-inline-css.css ===== */
:root {
  --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer."
}

/* ===== wp-global-styles-placeholder-inline-css.css ===== */
:root {
  --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer."
}

/* ===== wp-img-auto-sizes-contain-inline-css.css ===== */
img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px
}

