@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: initial;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: initial;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  background: none;
  border-color: transparent;
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  box-sizing: initial;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#survey-container {
  position: relative;
}
#survey-container:before {
  -webkit-animation: spin 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  animation: spin 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  border: 3px solid #3498db;
  border-bottom-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  margin: 20px auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s;
  width: 50px;
}
#survey-container.survey-loading .survey__content {
  height: 0;
  opacity: 0;
}
#survey-container.survey-loading:before {
  height: 50px;
  opacity: 1;
  position: relative;
}
#survey-container #recaptcha-container {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#survey-container #recaptcha-container > div {
  left: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#survey-container form.leadgenform label {
  margin-bottom: 15px;
}
#survey-container .react-form {
  margin: 20px auto;
  max-width: 300px;
  text-align: left;
}
#survey-container .react-form .leadgenform__phone-label {
  font-size: 12px;
}
#survey-container .react-form .leadgenform__button {
  font-size: 16px;
  line-height: 1.2;
}
#survey-container .react-form #recaptcha-container {
  display: none;
}
.survey__content {
  color: #222;
  font-size: 2rem;
  min-height: 200px;
  opacity: 1;
  padding: 2rem;
  transition: 0.4s;
}
.survey__heading {
  color: #67a130;
  font-weight: 700;
  margin-bottom: 20px;
}
.survey__question-text {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.survey__options-wrapper {
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
.survey__options-wrapper.thank_you .survey__button {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 60px !important;
  min-width: 294px !important;
}
.survey__button {
  background: #f7f7f7;
  border-radius: 0.5rem;
  box-shadow: inset 0 0 0 0.1rem #67a130;
  cursor: pointer;
  flex: 0 0 40%;
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  transition: 0.4s;
}
.survey__button:hover {
  box-shadow: inset 0 0 0 0.3rem #67a130;
}
.survey__button:active,
.survey__button:only-child {
  background-color: #67a130;
  color: #fff;
}
.survey__button:only-child:active,
.survey__button:only-child:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
.survey__back-button {
  border-radius: 0.5rem;
  box-shadow: inset 0 0 0 0.1rem gray;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 1rem 3rem;
}
.survey__back-button:hover {
  box-shadow: inset 0 0 0 0.3rem gray;
}
.survey__email-form {
  margin-top: 20px;
  position: relative;
}
.survey__email-form.loading .email-form__button,
.survey__email-form.loading .email-form__input {
  opacity: 0.5;
}
.survey__email-form.loading:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.survey__email-form.loading:after {
  -webkit-animation: spin 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  animation: spin 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  border: 3px solid #3498db;
  border-bottom-color: transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  left: 50%;
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  z-index: 3;
}
.survey__email-form .email-form__input {
  border: 1px solid #d8d9db;
  border-radius: 4px;
  color: #1a2730;
  display: block;
  margin: 0 auto 20px;
  max-width: 300px;
  padding: 10px;
  width: 100%;
}
.survey__email-form .email-form__button {
  background: rgba(0, 232, 113, 0.1);
  border: 0.2rem solid #00e871;
  border-radius: 4px;
  color: #00e871;
  cursor: pointer;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
  max-width: 300px;
  padding: 2rem 1rem;
  text-align: center;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
  width: 100%;
}
.survey__email-form .email-form__button:hover {
  background: #00e871;
  color: #444;
}
.dark-v2 .survey__button.not_interested {
  background-color: #222;
  border: 1px solid #646464;
  color: #c8c8c8 !important;
  letter-spacing: 0.2rem;
  margin-top: 3rem;
  text-transform: lowercase;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 500px) {
  .survey__options-wrapper {
    flex-direction: column;
  }
  .survey__button {
    margin: 0.5rem 0;
    width: 100%;
  }
}
.button__last_step .survey__option-text {
  width: 305px;
}
@media screen and (min-width: 720px) {
  .button__last_step .survey__option-text {
    font-size: 1.6rem;
  }
}
.survey__content {
  position: relative;
}
.survey__loading-screen {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.survey__loading-screen.alternate {
  background: none;
  position: relative;
}
.loading-screen__body {
  width: 100%;
}
.loading-screen__title-wrapper {
  height: 30px;
  position: relative;
  width: 100%;
}
.loading-screen__title {
  font-weight: 700;
  margin-bottom: 20px;
}
.loading-screen__content,
.loading-screen__text_dynamic {
  margin-bottom: 20px;
}
.loading-screen__progressbar {
  display: block;
  height: 4px;
  margin: 20px auto;
  overflow: hidden;
  width: 100%;
}
.loading-screen__progressbar:before {
  -webkit-animation: survey-progress 2s ease forwards;
  animation: survey-progress 2s ease forwards;
  background: #29b765;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.loading-screen__progressbar .loading-screen__progressbar-line,
.loading-screen__progressbar.alternate:before {
  display: none;
}
.loading-screen__progressbar.alternate .loading-screen__progressbar-line {
  background: #29b765;
  display: block;
  height: 100%;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
  width: 100%;
}
@-webkit-keyframes survey-progress {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes survey-progress {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.opacity-switch-enter,
.opacity-switch-exit {
  transition: 0.4s;
}
.opacity-switch-enter,
.opacity-switch-exit-active {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.opacity-switch-enter-active,
.opacity-switch-exit {
  opacity: 1;
  position: relative;
}
.fade-enter,
.fade-exit {
  transition: 0.4s;
}
.fade-enter,
.fade-exit-active {
  opacity: 0;
}
.fade-enter-active,
.fade-exit {
  opacity: 1;
}
.custom-alert {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.custom-alert__body {
  -webkit-animation: appear 0.3s normal forwards;
  animation: appear 0.3s normal forwards;
  background: #6a8092;
  border-radius: 4px;
  color: #fff;
  font-size: 1.5rem;
  max-width: 1000px;
  opacity: 0;
  padding: 1em 2em;
  position: relative;
  transition: 0.3s ease;
  white-space: normal;
  width: 100%;
  word-break: break-word;
  z-index: 11;
}
.custom-alert.info .custom-alert__body {
  background: #3498db;
}
.custom-alert.danger .custom-alert__body {
  background: #e74c3c;
}
.custom-alert.success .custom-alert__body {
  background: #29b765;
}
.custom-alert.warning .custom-alert__body {
  background: #ffc82c;
  color: #1a2730;
}
.custom-alert__title p {
  line-height: 1.3em;
  text-align: left;
}
.custom-alert__button {
  background: #ed7119;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5em;
  padding: 1rem 2rem;
}
.custom-alert__close {
  cursor: pointer;
  font-size: 25px;
  line-height: 15px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.main__alert {
  align-items: self-start;
  margin-top: 10px;
}
.main__alert-title {
  font-weight: 500;
}
.main__alert .custom-alert__wrap-button {
  display: flex;
  justify-content: end;
}
@media screen and (min-width: 760px) {
  .dark-v2 .main__alert .custom-alert__button {
    padding: 0.5rem 1rem;
    width: 150px;
  }
  .dark-v2 .main__alert .custom-alert__title p {
    font-size: 18px;
  }
}
.sweep-alert {
  background: #fff;
  box-shadow: 0 0 37px -3px rgba(0, 0, 0, 0.54);
  color: #222;
}
#form-wrapper .leadgenform__loader,
.leadgenform-twostep.react-form .leadgenform__loader,
.leadgenform.react-form .leadgenform__loader {
  background-color: hsla(0, 0%, 100%, 0.5);
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 11;
}
#form-wrapper .leadgenform__loader .loader__spinner,
.leadgenform-twostep.react-form .leadgenform__loader .loader__spinner,
.leadgenform.react-form .leadgenform__loader .loader__spinner {
  -webkit-animation: rolling 1s linear infinite;
  animation: rolling 1s linear infinite;
  border: 4px solid #000;
  border-radius: 50%;
  border-top-color: transparent;
  height: 64px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
}
#form-wrapper .leadgenform__loader .loader__timer,
.leadgenform-twostep.react-form .leadgenform__loader .loader__timer,
.leadgenform.react-form .leadgenform__loader .loader__timer {
  font-size: 30px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.rain {
  -webkit-animation: snow 13s linear infinite;
  animation: snow 13s linear infinite;
  background-image: url(/img/rain/dollars-1.png), url(/img/rain/dollars-2.png),
    url(/img/rain/dollars-3.png);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 1;
}
@-webkit-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  50% {
    background-position: 500px 500px, 100px 400px, -200px 300px;
  }
  to {
    background-position: 500px 1000px, 200px 800px, -200px 600px;
  }
}
@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  50% {
    background-position: 500px 500px, 100px 400px, -200px 300px;
  }
  to {
    background-position: 500px 1000px, 200px 800px, -200px 600px;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
body.rtl {
  direction: rtl;
}
.text--info {
  color: #3498db;
}
.text--success {
  color: #29b765;
}
.text--warning {
  color: #ffc82c;
}
.text--danger {
  color: #e74c3c;
}
.text--steel {
  color: #33424d;
}
.text--black {
  color: #1a2730;
}
.text--silver {
  color: #6a8092;
}
.text--slate {
  color: #26343e;
}
.blink {
  -webkit-animation: blink 1.5s ease-in-out infinite;
  animation: blink 1.5s ease-in-out infinite;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.m-1 {
  margin: 10px !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.ml-1 {
  margin-left: 10px !important;
}
.mr-1 {
  margin-right: 10px !important;
}
.m-2 {
  margin: 20px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.ml-2 {
  margin-left: 20px !important;
}
.mr-2 {
  margin-right: 20px !important;
}
.m-3 {
  margin: 30px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.ml-3 {
  margin-left: 30px !important;
}
.mr-3 {
  margin-right: 30px !important;
}
.m-4 {
  margin: 60px !important;
}
.mt-4 {
  margin-top: 60px !important;
}
.mb-4 {
  margin-bottom: 60px !important;
}
.ml-4 {
  margin-left: 60px !important;
}
.mr-4 {
  margin-right: 60px !important;
}
.m-5 {
  margin: 90px !important;
}
.mt-5 {
  margin-top: 90px !important;
}
.mb-5 {
  margin-bottom: 90px !important;
}
.ml-5 {
  margin-left: 90px !important;
}
.mr-5 {
  margin-right: 90px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.p-1 {
  padding: 10px !important;
}
.pt-1 {
  padding-top: 10px !important;
}
.pb-1 {
  padding-bottom: 10px !important;
}
.pl-1 {
  padding-left: 10px !important;
}
.pr-1 {
  padding-right: 10px !important;
}
.p-2 {
  padding: 20px !important;
}
.pt-2 {
  padding-top: 20px !important;
}
.pb-2 {
  padding-bottom: 20px !important;
}
.pl-2 {
  padding-left: 20px !important;
}
.pr-2 {
  padding-right: 20px !important;
}
.p-3 {
  padding: 30px !important;
}
.pt-3 {
  padding-top: 30px !important;
}
.pb-3 {
  padding-bottom: 30px !important;
}
.pl-3 {
  padding-left: 30px !important;
}
.pr-3 {
  padding-right: 30px !important;
}
.p-4 {
  padding: 60px !important;
}
.pt-4 {
  padding-top: 60px !important;
}
.pb-4 {
  padding-bottom: 60px !important;
}
.pl-4 {
  padding-left: 60px !important;
}
.pr-4 {
  padding-right: 60px !important;
}
.p-5 {
  padding: 90px !important;
}
.pt-5 {
  padding-top: 90px !important;
}
.pb-5 {
  padding-bottom: 90px !important;
}
.pl-5 {
  padding-left: 90px !important;
}
.pr-5 {
  padding-right: 90px !important;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex > aside,
.d-flex > div,
.d-flex > em,
.d-flex > footer,
.d-flex > header,
.d-flex > main,
.d-flex > nav,
.d-flex > ol,
.d-flex > p,
.d-flex > section,
.d-flex > span,
.d-flex > strong,
.d-flex > table,
.d-flex > ul {
  flex: 0 0 auto;
}
.d-inline-block {
  display: inline-block;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.w-1-1 {
  width: 100%;
}
.w-1-2 {
  width: 50%;
}
.w-1-3 {
  width: 33.33%;
}
.w-1-4 {
  width: 25%;
}
@media (max-width: 500px) {
  .w-1-1-mob {
    width: 100%;
  }
  .w-1-2-mob {
    width: 50%;
  }
  .w-1-3-mob {
    width: 33.33%;
  }
  .w-1-4-mob {
    width: 25%;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.05;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.05;
  }
  to {
    opacity: 1;
  }
}
.cookie-consent {
  background-color: #333;
  border-radius: 0.5rem;
  bottom: -3000px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 25%;
  padding: 1.5rem;
  position: fixed;
  right: 1rem;
  transition: all 1s ease-in-out;
  width: 100%;
  z-index: 9999;
}
.cookie-consent--show {
  bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .cookie-consent--show {
    border-radius: 0;
    bottom: 0;
    flex-direction: row;
    max-width: 100%;
    right: 0;
  }
}
.cookie-consent__text {
  color: #777;
}
.cookie-consent__text p {
  font-size: 1.5rem;
  margin: 0;
  text-align: justify;
}
.cookie-consent__text a {
  text-decoration: underline;
  transition: 0.2s;
  white-space: nowrap;
}
.cookie-consent__text a:hover {
  border-bottom: 0;
  text-decoration: none;
}
.cookie-consent__btn {
  align-self: center;
  max-width: 100px;
  padding-top: 1.5rem;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .cookie-consent__btn {
    padding-left: 1.5rem;
    padding-top: 0;
  }
}
.cookie-consent__btn div {
  background-color: #444;
  border-radius: 0.5rem;
  color: #8da9ca;
  cursor: pointer;
  font-size: 1.7rem;
  padding: 1rem;
  text-align: center;
  text-decoration: underline;
  transition: 0.4s;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .cookie-consent__btn div {
    padding: 1rem 0;
  }
}
.offerwall__itm {
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 1rem;
  transition: 0.4s;
  width: 100%;
}
.offerwall__img {
  width: 10%;
}
.offerwall__img img {
  width: 100%;
}
.offerwall__desc {
  text-align: left;
  width: 60%;
}
.offerwall__desc h4 {
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 0.5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 750px) {
  .offerwall__desc h4 {
    font-size: 2.2rem;
  }
}
.offerwall__desc p {
  font-size: 2rem;
  line-height: 1.3em;
  padding: 0 1rem;
}
@media screen and (max-width: 750px) {
  .offerwall__desc p {
    font-size: 1.5rem;
  }
}
.offerwall__btn {
  align-self: center;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-left: 1rem;
  max-width: 220px;
  padding: 2.5rem 0.5rem;
  transition: 0.4s;
  width: 30%;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  color: #fff;
  font-family: -apple-system, Roboto, Helvetica Neue, Trebuchet MS, sans-serif;
  font-size: 0.6rem;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  body,
  html {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  body,
  html {
    font-size: 1.5vmin;
  }
}
@media screen and (max-width: 500px) {
  body,
  html {
    font-size: 1.75vmin;
  }
}
@media screen and (max-width: 450px) {
  body,
  html {
    font-size: 2vmin;
  }
}
@media screen and (max-width: 350px) {
  body,
  html {
    font-size: 2.25vmin;
  }
}
body {
  background-color: #222;
}
a,
img {
  border: 0;
  outline: 0;
}
a {
  color: #fff;
  text-decoration: none;
}
img {
  vertical-align: top;
}
h1,
h2,
p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.header {
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}
.header__content {
  padding-top: 5rem;
}
@media screen and (max-width: 1300px) {
  .header__content {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 400px) {
  .header__content {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 320px) {
  .header__content {
    padding-top: 2rem;
  }
}
.main {
  flex: 1 0 auto;
  margin-bottom: 7rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .main {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 425px) {
  .main {
    margin-bottom: 3rem;
    margin-top: 0;
    padding: 2rem;
  }
}
.footer {
  flex: 0 0 auto;
  padding: 2rem 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .footer__content {
    margin: 0 auto;
    max-width: 500px;
  }
}
.title,
.wpmodal__header {
  font-size: 4rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 680px) {
  .title,
  .wpmodal__header {
    font-size: 3rem;
  }
}
@media screen and (max-width: 425px) {
  .title,
  .wpmodal__header {
    font-size: 2.5rem;
  }
}
.subtitle,
.wpmodal__text {
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 1rem;
}
@media screen and (max-width: 680px) {
  .subtitle,
  .wpmodal__text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  .subtitle,
  .wpmodal__text {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
}
.text {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (max-width: 1024px) {
  .text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .text {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 0.5rem;
  }
}
.text--strong {
  font-weight: 500;
}
.text--links {
  font-size: 1.3rem;
  line-height: 1.5em;
}
.text--links a {
  color: #f7f7f7;
  display: inline-block;
  padding: 0 1rem;
  transition: color 0.2s ease;
}
.text--links a:first-child {
  border-right: 1px solid #c4c4c4;
}
.text--links a:hover {
  color: #fff;
}
.text--footer {
  font-size: 1.8rem;
  line-height: 1.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .text--footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.content {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 1440px) {
  .content {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0;
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .content {
    width: 95%;
  }
}
@media screen and (orientation: portrait) {
  .content {
    width: 95%;
  }
}
.logo {
  padding: 5rem 0;
}
@media screen and (max-width: 1300px) {
  .logo {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 425px) {
  .logo {
    padding: 3rem 0;
  }
}
.logo-link {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin: 0 auto;
  width: -webkit-max-content;
  width: max-content;
}
.logo__img {
  display: block;
  flex: 0 1 auto;
  height: 4rem;
  margin: 0 1rem;
  width: 4rem;
}
.logo__text {
  flex: 0 1 auto;
  font-size: 3rem;
}
@media screen and (max-width: 1300px) {
  .logo__text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 680px) {
  .logo__text {
    font-size: 2.5rem;
  }
}
.body-wrapper,
.welcome-page {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.survey {
  background-color: #fff;
  margin: 0 auto;
}
.survey__content {
  margin-top: 3rem;
  padding-top: 4rem;
}
@media screen and (max-width: 500px) {
  .survey__content {
    min-height: unset;
  }
  .survey__button:hover {
    -webkit-animation: inactiveNew 0.4s ease;
    animation: inactiveNew 0.4s ease;
    box-shadow: inset 0 0 0 0.1rem #67a130;
  }
}
.survey .thank_you .survey__button {
  flex: 0 0 100%;
  max-width: -webkit-max-content;
  max-width: max-content;
  padding-top: 1rem;
}
.survey .survey__loading-screen p {
  font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
  .survey .survey__loading-screen p {
    font-size: 1.75rem;
  }
}
.survey__question-content {
  margin-bottom: 1rem;
}
.comments {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  margin: 6rem 0;
  opacity: 1;
  padding: 0 2rem;
  transition: opacity 0.4s;
}
@media screen and (max-width: 500px) {
  .comments {
    display: flex;
    flex-flow: column;
    padding: 0 1.2rem;
  }
}
.comments.flex {
  display: flex;
}
.comments.show {
  opacity: 1;
}
.comments.latinos .comments-avatar {
  display: none;
}
.comments.latinos .comments-avatar--latinos {
  display: block;
}
.comments-header {
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.comments-header-sum {
  font-size: 2rem;
}
.comments-header-wrap {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.comments-header-text {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.comments .linked {
  color: #4267b2;
  font-size: 1.5rem;
  padding-bottom: 0.6rem;
  transition: all 0.4s ease-in-out;
}
.comments .linked:hover {
  opacity: 0.75;
}
.comments-btn {
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: text;
  outline: none;
  transition: all 0.4s ease-in-out;
}
.comments-btn--sort {
  font-size: 1.6rem;
  padding: 0.5rem 1.2rem;
}
.comments-btn--create {
  background: #aaa;
  cursor: pointer;
  font-size: 2rem;
  padding: 0.5rem 2.5rem;
}
@media screen and (max-width: 500px) {
  .comments-btn--create {
    align-self: flex-end;
  }
}
.comments-create {
  align-items: flex-start;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  order: 1;
  padding-top: 2rem;
}
.comments-create-wrap {
  width: 100%;
}
.comments-avatar {
  border-radius: 1rem;
  margin-right: 2rem;
  max-width: 5.3rem;
  transition: all 0.4s ease-in-out;
}
.comments-avatar--latinos {
  display: none;
}
.comments-avatar--main {
  display: block !important;
}
.comments-textarea {
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.05);
  color: #000;
  max-height: 16rem;
  padding: 1rem;
  resize: none;
  transition: all 0.4s ease-in-out;
  width: inherit;
}
@media screen and (max-width: 450px) {
  .comments-textarea {
    max-height: 8rem;
  }
}
.comments-textarea:focus,
.comments-textarea:hover {
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.35);
  outline: #d3d3d3;
}
.comments-textarea.error {
  border: 1px solid red;
}
.comments-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 450px) {
  .comments-label {
    margin-bottom: 1rem;
  }
}
.comments-label:hover {
  opacity: 0.75;
}
.comments-checkbox {
  cursor: pointer;
  margin-right: 0.5rem;
}
.comments .row--create {
  align-items: flex-start;
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  padding: 1rem 0;
}
@media screen and (max-width: 450px) {
  .comments .row--create {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
}
.comments .row--function {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.comments-content {
  align-items: flex-start;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  padding-top: 2rem;
}
@media screen and (max-width: 500px) {
  .comments-content-wrap {
    margin-bottom: 0.8rem;
  }
}
.comments-content-header {
  display: flex;
  flex-flow: column;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .comments-content-header {
    font-size: 2.4rem;
  }
}
.comments-content-name {
  font-size: 1.8rem;
  margin: 0;
  padding-bottom: 0.6rem;
  padding-top: 0.2rem;
  transition: all 0.4s ease-in-out;
}
.comments-content-name:hover {
  opacity: 0.65;
}
.comments-content-text {
  font-size: 1.5rem;
  padding-bottom: 0.6rem;
}
.comments-content-link {
  font-size: 1.2rem;
  margin-right: 1.3rem;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 500px) {
  .comments-content-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .comments-content-link {
    margin-bottom: 0.5rem;
  }
}
.comments-content-link--function,
.comments-content-link--time {
  color: #90949c;
}
.comments-content-link--reply {
  display: none;
}
.comments .subcomments {
  padding: 1rem 0 0;
}
.comments .show-more {
  background-color: #ffba5f;
  border-radius: 0.5rem;
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.25);
  color: #000;
  display: block;
  font-size: 1.5rem;
  margin: 1rem 0;
  padding: 0.7rem;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.comments .show-more:hover {
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.45);
}
.row {
  display: flex;
  flex-flow: row wrap;
}
.row--linked {
  align-items: center;
  font-size: 1.5rem;
}
@-webkit-keyframes inactiveNew {
  0% {
    box-shadow: inset 0 0 0 0.1rem #67a130;
  }
  5% {
    box-shadow: inset 0 0 0 0.3rem #67a130;
  }
  to {
    box-shadow: inset 0 0 0 0.1rem #67a130;
  }
}
@keyframes inactiveNew {
  0% {
    box-shadow: inset 0 0 0 0.1rem #67a130;
  }
  5% {
    box-shadow: inset 0 0 0 0.3rem #67a130;
  }
  to {
    box-shadow: inset 0 0 0 0.1rem #67a130;
  }
}
@-webkit-keyframes inactive {
  0% {
    background-color: #ffba5f;
  }
  5% {
    background-color: #ff9800;
  }
  to {
    background-color: #ffba5f;
  }
}
@keyframes inactive {
  0% {
    background-color: #ffba5f;
  }
  5% {
    background-color: #ff9800;
  }
  to {
    background-color: #ffba5f;
  }
}
.dark {
  color: #fff;
}
.dark .text--footer {
  color: inherit;
}
.dark-v2 .survey {
  background-color: #222;
}
.dark-v2 .survey__question-content,
.dark-v2 .survey__question-text {
  color: #fff;
}
.dark-v2 .survey #survey-container #recaptcha-container,
.dark-v2 .survey__loading-screen {
  background-color: #5b5959;
  color: #fff;
}
.dark-v2 .survey__loading-screen__text,
.dark-v2 .survey__loading-screen__text_dynamic,
.dark-v2 .survey__loading-screen__title {
  color: #fff;
}
.dark-v2 .survey__loading-screen__progressbar:before {
  background: #ff9800;
}
.dark-v2 .survey__content {
  margin-top: 0;
}
.dark-v2 .survey__button {
  background-color: #ffba5f;
  border: none;
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.25);
  color: #000 !important;
}
@media screen and (max-width: 500px) {
  .dark-v2 .survey__button {
    margin: 0.5rem auto;
    max-width: 260px;
  }
}
.dark-v2 .survey__button:hover {
  background-color: #ff9800;
}
@media (pointer: coarse) {
  .dark-v2 .survey__button:hover {
    background-color: #ff9800;
  }
}
@media screen and (max-width: 500px) {
  .dark-v2 .survey__button:hover {
    -webkit-animation: inactive 0.4s ease;
    animation: inactive 0.4s ease;
    background-color: #ffba5f;
  }
}
.dark-v2 .survey__offerwall {
  color: #fff;
}
.dark-v2 .survey__offerwall .offerwall__itm {
  border: 1px solid hsla(0, 0%, 100%, 0.3);
}
.dark-v2 .survey__offerwall .offerwall__itm:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.dark-v2 .survey__offerwall .offerwall__btn {
  background-color: #ffba5f;
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.25);
  color: #000;
}
.dark-v2 .survey__offerwall .offerwall__btn:hover {
  background-color: #ff9800;
}
.dark-v2 .comments {
  background-color: unset;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .dark-v2 .comments {
    margin: 2rem 0;
  }
}
.dark-v2 .comments .linked {
  color: #5ba6fc;
  padding-bottom: 0;
}
.dark-v2 .comments-btn {
  color: #fff;
}
.dark-v2 .comments-content-wrap {
  background-color: #474747;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
.dark-v2 .comments-content-link--function,
.dark-v2 .comments-content-link--time {
  color: #fff;
}
.dark-v2 .comments-content-text {
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .dark-v2 .comments-content-text {
    font-size: 1.7rem;
  }
}
.dark-v2 .comments-content-text--linked {
  color: #ffba5f;
}
.dark-v2 .comments .show-more {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  margin: 1rem auto;
  width: -webkit-max-content;
  width: max-content;
}
@media screen and (max-width: 500px) {
  .dark-v2 .comments .show-more {
    width: 100%;
  }
}
.dark-v2 .comments .show-more:hover {
  opacity: 0.75;
}
.dark-v2 .custom-alert.info .custom-alert__body {
  background-color: #fff;
  color: #000;
}
.dark-v2 .custom-alert.info .custom-alert__body .custom-alert__title {
  font-size: 3rem;
  margin-bottom: 0;
}
.dark-v2 .custom-alert__body {
  max-width: 600px;
  padding: 30px 2em;
  width: 95%;
}
.dark-v2 .custom-alert__button {
  background: #ffba5f;
  color: #000;
  max-width: 260px;
  width: 100%;
}
.dark-v2 .custom-alert__title {
  margin-bottom: 20px;
}
.dark-v2 .custom-alert__title p {
  font-size: 16px;
  margin: 0 auto 10px;
  max-width: 90%;
}
.dark-v2 .custom-alert__close {
  font-size: 30px;
}
.dark-v2 .alert-item {
  margin-bottom: 10px;
}
.dark-v2 .alert-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.dark-v2-geo-in,
.dark-v2-geo-in--bg-rupee-1,
.dark-v2-geo-in--bg-rupee-2 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (orientation: portrait) {
  .dark-v2-geo-in,
  .dark-v2-geo-in--bg-rupee-1,
  .dark-v2-geo-in--bg-rupee-2 {
    background-position: top;
    background-size: 100% auto;
  }
}
@media (orientation: landscape) {
  .dark-v2-geo-in,
  .dark-v2-geo-in--bg-rupee-1,
  .dark-v2-geo-in--bg-rupee-2 {
    background-size: 100% 100%;
  }
}
.dark-v2-geo-in--bg-rupee-1,
.dark-v2-geo-in--bg-rupee-1--bg-rupee-1,
.dark-v2-geo-in--bg-rupee-2--bg-rupee-1 {
  background-image: radial-gradient(
      ellipse at center,
      transparent 0,
      #222 80%,
      #222 100%
    ),
    url(/img/background/rupee.jpg);
}
.dark-v2-geo-in--bg-rupee-1--bg-rupee-2,
.dark-v2-geo-in--bg-rupee-2,
.dark-v2-geo-in--bg-rupee-2--bg-rupee-2 {
  background-image: radial-gradient(
      ellipse at center,
      transparent 0,
      #222 80%,
      #222 100%
    ),
    url(/img/background/rupee.jpeg);
}
.dark-v2-geo-in .body-wrapper,
.dark-v2-geo-in--bg-rupee-1 .body-wrapper,
.dark-v2-geo-in--bg-rupee-2 .body-wrapper {
  position: relative;
}
.dark-v2-geo-in .body-wrapper .geolocation,
.dark-v2-geo-in--bg-rupee-1 .body-wrapper .geolocation,
.dark-v2-geo-in--bg-rupee-2 .body-wrapper .geolocation {
  display: flex;
  flex-direction: row;
  font-size: 1.8rem;
  justify-content: space-between;
  margin: auto;
  padding: 1rem 2rem 0;
  position: relative;
  z-index: 4;
}
.dark-v2-geo-in .body-wrapper .geolocation__city,
.dark-v2-geo-in .body-wrapper .geolocation__country,
.dark-v2-geo-in--bg-rupee-1 .body-wrapper .geolocation__city,
.dark-v2-geo-in--bg-rupee-1 .body-wrapper .geolocation__country,
.dark-v2-geo-in--bg-rupee-2 .body-wrapper .geolocation__city,
.dark-v2-geo-in--bg-rupee-2 .body-wrapper .geolocation__country {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 4rem;
  padding: 0.5rem;
  width: auto;
}
.dark-v2-geo-in .body-wrapper .geolocation__country,
.dark-v2-geo-in--bg-rupee-1 .body-wrapper .geolocation__country,
.dark-v2-geo-in--bg-rupee-2 .body-wrapper .geolocation__country {
  background-color: #222;
  position: relative;
}
.dark-v2-geo-in .body-wrapper .geolocation__country:after,
.dark-v2-geo-in--bg-rupee-1 .body-wrapper .geolocation__country:after,
.dark-v2-geo-in--bg-rupee-2 .body-wrapper .geolocation__country:after {
  border-color: transparent transparent transparent #222;
  border-style: solid;
  border-width: 2rem 0 2rem 2rem;
  bottom: 0;
  content: "";
  height: 0;
  left: 100%;
  position: absolute;
  right: auto;
  top: 0;
  width: 0;
}
.dark-v2-geo-in .body-wrapper .geolocation__city,
.dark-v2-geo-in--bg-rupee-1 .body-wrapper .geolocation__city,
.dark-v2-geo-in--bg-rupee-2 .body-wrapper .geolocation__city {
  margin-left: auto;
}
.dark-v2-geo-in .body-wrapper .geolocation__flag,
.dark-v2-geo-in .body-wrapper .geolocation__icon,
.dark-v2-geo-in--bg-rupee-1 .body-wrapper .geolocation__flag,
.dark-v2-geo-in--bg-rupee-1 .body-wrapper .geolocation__icon,
.dark-v2-geo-in--bg-rupee-2 .body-wrapper .geolocation__flag,
.dark-v2-geo-in--bg-rupee-2 .body-wrapper .geolocation__icon {
  height: 100%;
  margin-right: 1rem;
  width: auto;
}
.dark-v2-geo-in .survey,
.dark-v2-geo-in--bg-rupee-1 .survey,
.dark-v2-geo-in--bg-rupee-2 .survey {
  background-color: rgba(2, 2, 2, 0.65);
}
.dark-v2-geo-in .survey__question-content,
.dark-v2-geo-in .survey__question-text,
.dark-v2-geo-in--bg-rupee-1 .survey__question-content,
.dark-v2-geo-in--bg-rupee-1 .survey__question-text,
.dark-v2-geo-in--bg-rupee-2 .survey__question-content,
.dark-v2-geo-in--bg-rupee-2 .survey__question-text {
  color: #fff;
}
.dark-v2-geo-in .survey #recaptcha-container,
.dark-v2-geo-in .survey__loading-screen,
.dark-v2-geo-in--bg-rupee-1 .survey #recaptcha-container,
.dark-v2-geo-in--bg-rupee-1 .survey__loading-screen,
.dark-v2-geo-in--bg-rupee-2 .survey #recaptcha-container,
.dark-v2-geo-in--bg-rupee-2 .survey__loading-screen {
  background: #222;
}
.dark-v2-geo-in .survey__loading-screen__text,
.dark-v2-geo-in .survey__loading-screen__text_dynamic,
.dark-v2-geo-in .survey__loading-screen__title,
.dark-v2-geo-in--bg-rupee-1 .survey__loading-screen__text,
.dark-v2-geo-in--bg-rupee-1 .survey__loading-screen__text_dynamic,
.dark-v2-geo-in--bg-rupee-1 .survey__loading-screen__title,
.dark-v2-geo-in--bg-rupee-2 .survey__loading-screen__text,
.dark-v2-geo-in--bg-rupee-2 .survey__loading-screen__text_dynamic,
.dark-v2-geo-in--bg-rupee-2 .survey__loading-screen__title {
  color: #fff;
}
.dark-v2-geo-in .survey__loading-screen__progressbar:before,
.dark-v2-geo-in--bg-rupee-1 .survey__loading-screen__progressbar:before,
.dark-v2-geo-in--bg-rupee-2 .survey__loading-screen__progressbar:before {
  background: #ff9800;
}
.dark-v2-geo-in .survey__content,
.dark-v2-geo-in--bg-rupee-1 .survey__content,
.dark-v2-geo-in--bg-rupee-2 .survey__content {
  margin-top: 0;
}
.dark-v2-geo-in .survey__button,
.dark-v2-geo-in--bg-rupee-1 .survey__button,
.dark-v2-geo-in--bg-rupee-2 .survey__button {
  background-color: #ffba5f;
  border: none;
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.25);
  color: #000 !important;
}
@media screen and (max-width: 500px) {
  .dark-v2-geo-in .survey__button,
  .dark-v2-geo-in--bg-rupee-1 .survey__button,
  .dark-v2-geo-in--bg-rupee-2 .survey__button {
    margin: 0.5rem auto;
    max-width: 260px;
  }
}
.dark-v2-geo-in .survey__button:hover,
.dark-v2-geo-in--bg-rupee-1 .survey__button:hover,
.dark-v2-geo-in--bg-rupee-2 .survey__button:hover {
  background-color: #ff9800;
}
@media (pointer: coarse) {
  .dark-v2-geo-in .survey__button:hover,
  .dark-v2-geo-in--bg-rupee-1 .survey__button:hover,
  .dark-v2-geo-in--bg-rupee-2 .survey__button:hover {
    background-color: #ff9800;
  }
}
@media screen and (max-width: 500px) {
  .dark-v2-geo-in .survey__button:hover,
  .dark-v2-geo-in--bg-rupee-1 .survey__button:hover,
  .dark-v2-geo-in--bg-rupee-2 .survey__button:hover {
    -webkit-animation: inactive 0.4s ease;
    animation: inactive 0.4s ease;
    background-color: #ffba5f;
  }
}
.dark-v2-geo-in .comments,
.dark-v2-geo-in--bg-rupee-1 .comments,
.dark-v2-geo-in--bg-rupee-2 .comments {
  background-color: unset;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .dark-v2-geo-in .comments,
  .dark-v2-geo-in--bg-rupee-1 .comments,
  .dark-v2-geo-in--bg-rupee-2 .comments {
    margin: 2rem 0;
  }
}
.dark-v2-geo-in .comments .linked,
.dark-v2-geo-in--bg-rupee-1 .comments .linked,
.dark-v2-geo-in--bg-rupee-2 .comments .linked {
  color: #5ba6fc;
  padding-bottom: 0;
}
.dark-v2-geo-in .comments-btn,
.dark-v2-geo-in--bg-rupee-1 .comments-btn,
.dark-v2-geo-in--bg-rupee-2 .comments-btn {
  color: #fff;
}
.dark-v2-geo-in .comments-content-wrap,
.dark-v2-geo-in--bg-rupee-1 .comments-content-wrap,
.dark-v2-geo-in--bg-rupee-2 .comments-content-wrap {
  background-color: #474747;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
.dark-v2-geo-in .comments-content-link--function,
.dark-v2-geo-in .comments-content-link--time,
.dark-v2-geo-in--bg-rupee-1 .comments-content-link--function,
.dark-v2-geo-in--bg-rupee-1 .comments-content-link--time,
.dark-v2-geo-in--bg-rupee-2 .comments-content-link--function,
.dark-v2-geo-in--bg-rupee-2 .comments-content-link--time {
  color: #fff;
}
.dark-v2-geo-in .comments-content-text,
.dark-v2-geo-in--bg-rupee-1 .comments-content-text,
.dark-v2-geo-in--bg-rupee-2 .comments-content-text {
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .dark-v2-geo-in .comments-content-text,
  .dark-v2-geo-in--bg-rupee-1 .comments-content-text,
  .dark-v2-geo-in--bg-rupee-2 .comments-content-text {
    font-size: 1.7rem;
  }
}
.dark-v2-geo-in .comments-content-text--linked,
.dark-v2-geo-in--bg-rupee-1 .comments-content-text--linked,
.dark-v2-geo-in--bg-rupee-2 .comments-content-text--linked {
  color: #ffba5f;
}
.dark-v2-geo-in .comments .show-more,
.dark-v2-geo-in--bg-rupee-1 .comments .show-more,
.dark-v2-geo-in--bg-rupee-2 .comments .show-more {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  margin: 1rem auto;
  width: -webkit-max-content;
  width: max-content;
}
@media screen and (max-width: 500px) {
  .dark-v2-geo-in .comments .show-more,
  .dark-v2-geo-in--bg-rupee-1 .comments .show-more,
  .dark-v2-geo-in--bg-rupee-2 .comments .show-more {
    width: 100%;
  }
}
.dark-v2-geo-in .comments .show-more:hover,
.dark-v2-geo-in--bg-rupee-1 .comments .show-more:hover,
.dark-v2-geo-in--bg-rupee-2 .comments .show-more:hover {
  opacity: 0.75;
}
.dark-v2-geo-in .rain,
.dark-v2-geo-in--bg-rupee-1 .rain,
.dark-v2-geo-in--bg-rupee-2 .rain {
  background-image: url(/img/rain/indian-rupee-1.png),
    url(/img/rain/indian-rupee-2.png), url(/img/rain/indian-rupee-3.png);
  opacity: 0.5;
}
.dark-v2-geo-in .marquee,
.dark-v2-geo-in--bg-rupee-1 .marquee,
.dark-v2-geo-in--bg-rupee-2 .marquee {
  background-color: #222;
  bottom: 0;
  font-size: 1.8rem;
  left: 0;
  padding: 0.5rem;
  position: fixed;
  right: 0;
  z-index: 3;
}
.light {
  background-color: #f1f4f7;
  background-image: url(/img/hero-bg.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
}
.light .logo {
  padding: 2rem 0;
}
.light .logo__text {
  font-size: 2.5rem;
}
@media screen and (max-width: 1300px) {
  .light .logo__img {
    height: 3rem;
    width: 3rem;
  }
}
.light .footer,
.light .logo {
  background-color: #455a64;
}
.light .title,
.light .wpmodal__header {
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .light .title,
  .light .wpmodal__header {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  .light .title,
  .light .wpmodal__header {
    font-size: 2.5rem;
    padding-top: 3rem;
  }
  .light .subtitle,
  .light .wpmodal__text {
    padding-bottom: 3rem;
  }
}
.light .content {
  padding: 3rem 2rem 0;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .light .content {
    max-width: 100%;
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .light .content {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .light .content {
    padding: 0 1.2rem;
  }
}
@media screen and (orientation: portrait) {
  .light .content {
    width: 100%;
  }
}
.light .survey {
  box-shadow: 0 0 37px -3px rgba(0, 0, 0, 0.54);
  margin-bottom: 8rem;
}
.light .survey__content {
  margin-top: 0;
  padding: 4rem 2rem;
}
@media screen and (max-width: 1300px) {
  .light .survey__content {
    padding: 3rem 2rem 2rem;
  }
}
.light .survey .loading-screen__progressbar:before {
  background: #ff9800;
}
.light .survey__heading {
  margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .light .survey__heading {
    margin-bottom: 2rem;
  }
}
.light .survey__question-text {
  font-weight: 500;
  margin-bottom: 2rem;
  word-break: break-word;
}
@media screen and (max-width: 500px) {
  .light .survey__question-text {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.light .survey__button {
  background-color: #ffba5f;
  border: none;
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.25);
  color: #000 !important;
}
@media screen and (max-width: 500px) {
  .light .survey__button {
    margin: 0.5rem auto;
    max-width: 260px;
  }
}
.light .survey__button:hover {
  background-color: #ff9800;
}
.light .comments {
  box-shadow: 0 0 37px -3px rgba(0, 0, 0, 0.54);
}
.light .text--footer {
  color: #fff;
}
.light .wpmodal {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.light .custom-alert__body {
  max-width: 600px;
  padding: 30px 2em;
  width: 95%;
}
.light .custom-alert.info .custom-alert__body {
  background-color: #fff;
  color: #000;
}
.light .custom-alert__button {
  background: #ffba5f;
  color: #000;
  max-width: 260px;
  width: 100%;
}
.light .custom-alert__title {
  margin-bottom: 20px;
}
.light .custom-alert__title p {
  font-size: 16px;
  margin: 0 auto 10px;
  max-width: 90%;
}
.light .custom-alert__close {
  font-size: 30px;
}
.light .alert-item {
  margin-bottom: 10px;
}
.light .alert-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.blue,
.blue--bg-marine,
.blue--bg-yokohama {
  background-attachment: fixed;
  background-color: #a5d4fc;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #222;
}
.blue .footer,
.blue .logo,
.blue--bg-marine .footer,
.blue--bg-marine .logo,
.blue--bg-yokohama .footer,
.blue--bg-yokohama .logo {
  background-color: #1769aa;
}
.blue .logo,
.blue--bg-marine .logo,
.blue--bg-yokohama .logo {
  padding: 2rem 0;
}
.blue .logo__text,
.blue--bg-marine .logo__text,
.blue--bg-yokohama .logo__text {
  font-size: 2.5rem;
}
.blue .content,
.blue--bg-marine .content,
.blue--bg-yokohama .content {
  padding: 3rem 2rem 0;
}
@media screen and (max-width: 450px) {
  .blue .main.content,
  .blue--bg-marine .main.content,
  .blue--bg-yokohama .main.content {
    padding-top: 0;
  }
}
.blue .survey,
.blue--bg-marine .survey,
.blue--bg-yokohama .survey {
  background-color: transparent;
}
.blue .survey .loading-screen__progressbar:before,
.blue--bg-marine .survey .loading-screen__progressbar:before,
.blue--bg-yokohama .survey .loading-screen__progressbar:before {
  background: #0075ff !important;
}
.blue .survey__content,
.blue--bg-marine .survey__content,
.blue--bg-yokohama .survey__content {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 9px 9px 15px -8px rgba(0, 0, 0, 0.75);
  margin-top: 0;
  min-height: 0;
  padding: 1rem;
}
.blue .survey__content.step-main,
.blue--bg-marine .survey__content.step-main,
.blue--bg-yokohama .survey__content.step-main {
  background-color: transparent;
}
.blue .survey__content.step-thank_you,
.blue--bg-marine .survey__content.step-thank_you,
.blue--bg-yokohama .survey__content.step-thank_you {
  margin-top: 1rem;
}
.blue .survey__options-wrapper,
.blue .survey__question-text,
.blue--bg-marine .survey__options-wrapper,
.blue--bg-marine .survey__question-text,
.blue--bg-yokohama .survey__options-wrapper,
.blue--bg-yokohama .survey__question-text {
  margin: 0;
}
.blue .survey__button,
.blue--bg-marine .survey__button,
.blue--bg-yokohama .survey__button {
  background-color: #1769aa;
  box-shadow: inset 0 0 0 0.1rem #1769aa;
  color: #fff;
  -webkit-filter: brightness(1.5) saturate(150%);
  filter: brightness(1.5) saturate(150%);
  font-weight: 700;
}
.blue .survey__button:active,
.blue .survey__button:hover,
.blue--bg-marine .survey__button:active,
.blue--bg-marine .survey__button:hover,
.blue--bg-yokohama .survey__button:active,
.blue--bg-yokohama .survey__button:hover {
  -webkit-filter: brightness(1.7);
  filter: brightness(1.7);
}
.blue .survey__progress,
.blue--bg-marine .survey__progress,
.blue--bg-yokohama .survey__progress {
  color: #222;
  font-size: 2rem;
  padding: 1rem;
}
.blue .survey__progress__progress,
.blue--bg-marine .survey__progress__progress,
.blue--bg-yokohama .survey__progress__progress {
  width: 275px;
}
.blue .survey__progress__progress[value],
.blue--bg-marine .survey__progress__progress[value],
.blue--bg-yokohama .survey__progress__progress[value] {
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  height: 9px;
  width: 275px;
}
.blue .survey__progress__progress[value]::-webkit-progress-bar,
.blue--bg-marine .survey__progress__progress[value]::-webkit-progress-bar,
.blue--bg-yokohama .survey__progress__progress[value]::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
}
.blue .survey__progress__progress[value]::-webkit-progress-value,
.blue--bg-marine .survey__progress__progress[value]::-webkit-progress-value,
.blue--bg-yokohama .survey__progress__progress[value]::-webkit-progress-value {
  background-color: #0075ff;
  border-radius: 5px;
}
.blue .survey__range-width,
.blue--bg-marine .survey__range-width,
.blue--bg-yokohama .survey__range-width {
  width: 275px;
}
.blue .survey__range__value-list,
.blue--bg-marine .survey__range__value-list,
.blue--bg-yokohama .survey__range__value-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blue .survey__range__value-list__value-min,
.blue--bg-marine .survey__range__value-list__value-min,
.blue--bg-yokohama .survey__range__value-list__value-min {
  text-align: left;
}
.blue .survey__range__value-list__value-max,
.blue--bg-marine .survey__range__value-list__value-max,
.blue--bg-yokohama .survey__range__value-list__value-max {
  text-align: right;
}
.blue .survey__range .survey__options-wrapper-range,
.blue--bg-marine .survey__range .survey__options-wrapper-range,
.blue--bg-yokohama .survey__range .survey__options-wrapper-range {
  flex-direction: column;
}
.blue .footer,
.blue--bg-marine .footer,
.blue--bg-yokohama .footer {
  color: #fff;
}
.blue .text-small,
.blue--bg-marine .text-small,
.blue--bg-yokohama .text-small {
  font-size: 75%;
}
.blue .comments .show-more,
.blue .comments-load-more,
.blue--bg-marine .comments .show-more,
.blue--bg-marine .comments-load-more,
.blue--bg-yokohama .comments .show-more,
.blue--bg-yokohama .comments-load-more {
  background-color: #1769aa;
  color: #fff;
  -webkit-filter: brightness(1.5) saturate(150%);
  filter: brightness(1.5) saturate(150%);
}
.blue .comments .show-more:active,
.blue .comments .show-more:hover,
.blue .comments-load-more:active,
.blue .comments-load-more:hover,
.blue--bg-marine .comments .show-more:active,
.blue--bg-marine .comments .show-more:hover,
.blue--bg-marine .comments-load-more:active,
.blue--bg-marine .comments-load-more:hover,
.blue--bg-yokohama .comments .show-more:active,
.blue--bg-yokohama .comments .show-more:hover,
.blue--bg-yokohama .comments-load-more:active,
.blue--bg-yokohama .comments-load-more:hover {
  -webkit-filter: brightness(1.7);
  filter: brightness(1.7);
}
.blue {
  background-image: url(/img/background/blue.jpg);
}
.blue--bg-marine {
  background-image: url(/img/background/marine.jpg);
}
.blue--bg-marine .subtitle,
.blue--bg-marine .title {
  color: #fff;
  text-shadow: 1px 1px 2px #222;
}
.blue--bg-yokohama {
  background-image: url(/img/background/yokohama.jpg);
}
.finance__jochem {
  background-color: #e0cfb1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
}
.finance__jochem .logo {
  padding: 2rem 0;
}
.finance__jochem .logo__text {
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  .finance__jochem .logo__img {
    height: 3rem;
    width: 3rem;
  }
}
.finance__jochem .footer,
.finance__jochem .logo {
  background-color: #455a64;
}
.finance__jochem .title,
.finance__jochem .wpmodal__header {
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .finance__jochem .title,
  .finance__jochem .wpmodal__header {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  .finance__jochem .title,
  .finance__jochem .wpmodal__header {
    font-size: 2.5rem;
    padding-top: 3rem;
  }
  .finance__jochem .subtitle,
  .finance__jochem .wpmodal__text {
    padding-bottom: 3rem;
  }
}
.finance__jochem .content {
  padding: 3rem 2rem 0;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .finance__jochem .content {
    max-width: 100%;
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .finance__jochem .content {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .finance__jochem .content {
    padding: 0 1.2rem;
  }
}
@media screen and (orientation: portrait) {
  .finance__jochem .content {
    width: 100%;
  }
}
.finance__jochem .survey {
  border-radius: 0;
  box-shadow: 0 0 37px -3px rgba(0, 0, 0, 0.54);
  margin-bottom: 8rem;
}
.finance__jochem .survey__content {
  margin-top: 0;
  padding: 4rem 2rem;
}
@media screen and (max-width: 1300px) {
  .finance__jochem .survey__content {
    padding: 3rem 2rem 2rem;
  }
}
.finance__jochem .survey .loading-screen__progressbar:before {
  background: #ff9800;
}
.finance__jochem .survey__heading {
  margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .finance__jochem .survey__heading {
    margin-bottom: 2rem;
  }
}
.finance__jochem .survey__question-text {
  font-weight: 500;
  margin-bottom: 2rem;
  word-break: break-word;
}
@media screen and (max-width: 500px) {
  .finance__jochem .survey__question-text {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.finance__jochem .survey__button {
  background-color: #c3e0b2;
  border: none;
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.25);
  color: #000 !important;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (max-width: 500px) {
  .finance__jochem .survey__button {
    margin: 0.5rem auto;
    max-width: 260px;
  }
}
.finance__jochem .survey__button:hover {
  background-color: #b2e0b9;
}
.finance__jochem .comments {
  border-radius: 0;
  box-shadow: 0 0 37px -3px rgba(0, 0, 0, 0.54);
}
.finance__jochem .comments .show-more {
  background-color: #c3e0b2;
}
.finance__jochem .text--footer {
  color: #fff;
}
.finance__jochem .wpmodal {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.finance__jochem .custom-alert__body {
  max-width: 600px;
  padding: 30px 2em;
  width: 95%;
}
.finance__jochem .custom-alert.info .custom-alert__body {
  background-color: #fff;
  color: #000;
}
.finance__jochem .custom-alert__button {
  background: #ffba5f;
  color: #000;
  max-width: 260px;
  width: 100%;
}
.finance__jochem .custom-alert__title {
  margin-bottom: 20px;
}
.finance__jochem .custom-alert__title p {
  font-size: 16px;
  margin: 0 auto 10px;
  max-width: 90%;
}
.finance__jochem .custom-alert__close {
  font-size: 30px;
}
.finance__jochem .alert-item {
  margin-bottom: 10px;
}
.finance__jochem .alert-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.finance-theme-v3 {
  background-color: #e0cfb1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
}
.finance-theme-v3 .logo {
  padding: 2rem 0;
}
.finance-theme-v3 .logo__text {
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 1300px) {
  .finance-theme-v3 .logo__img {
    height: 7rem;
    width: 7rem;
  }
}
.finance-theme-v3 .footer,
.finance-theme-v3 .logo {
  background-color: #455a64;
}
.finance-theme-v3 .title,
.finance-theme-v3 .wpmodal__header {
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .finance-theme-v3 .title,
  .finance-theme-v3 .wpmodal__header {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  .finance-theme-v3 .title,
  .finance-theme-v3 .wpmodal__header {
    font-size: 2.5rem;
    padding-top: 3rem;
  }
  .finance-theme-v3 .subtitle,
  .finance-theme-v3 .wpmodal__text {
    padding-bottom: 3rem;
  }
}
.finance-theme-v3 .content {
  padding: 3rem 2rem 0;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .finance-theme-v3 .content {
    max-width: 100%;
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .finance-theme-v3 .content {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .finance-theme-v3 .content {
    padding: 0 1.2rem;
  }
}
@media screen and (orientation: portrait) {
  .finance-theme-v3 .content {
    width: 100%;
  }
}
.finance-theme-v3 .survey {
  border-radius: 10px;
  box-shadow: 0 0 37px -3px rgba(0, 0, 0, 0.54);
  margin-bottom: 8rem;
}
.finance-theme-v3 .survey__content {
  margin-top: 0;
  padding: 4rem 2rem;
}
@media screen and (max-width: 1300px) {
  .finance-theme-v3 .survey__content {
    padding: 3rem 2rem 2rem;
  }
}
.finance-theme-v3 .survey .loading-screen__progressbar:before {
  background: #ff9800;
}
.finance-theme-v3 .survey__heading {
  margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .finance-theme-v3 .survey__heading {
    margin-bottom: 2rem;
  }
}
.finance-theme-v3 .survey__question-text {
  font-weight: 500;
  margin-bottom: 2rem;
  word-break: break-word;
}
@media screen and (max-width: 500px) {
  .finance-theme-v3 .survey__question-text {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.finance-theme-v3 .survey__button {
  background-color: #c3e0b2;
  border: none;
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.25);
  color: #000 !important;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (max-width: 500px) {
  .finance-theme-v3 .survey__button {
    margin: 0.5rem auto;
    max-width: 260px;
  }
}
.finance-theme-v3 .survey__button:hover {
  background-color: #b2e0b9;
}
.finance-theme-v3 .comments {
  border-radius: 10px;
  box-shadow: 0 0 37px -3px rgba(0, 0, 0, 0.54);
}
.finance-theme-v3 .comments .show-more {
  background-color: #c3e0b2;
}
.finance-theme-v3 .text--footer {
  color: #fff;
}
.finance-theme-v3 .wpmodal {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.finance-theme-v3 .custom-alert__body {
  max-width: 600px;
  padding: 30px 2em;
  width: 95%;
}
.finance-theme-v3 .custom-alert.info .custom-alert__body {
  background-color: #fff;
  color: #000;
}
.finance-theme-v3 .custom-alert__button {
  background: #ffba5f;
  color: #000;
  max-width: 260px;
  width: 100%;
}
.finance-theme-v3 .custom-alert__title {
  margin-bottom: 20px;
}
.finance-theme-v3 .custom-alert__title p {
  font-size: 16px;
  margin: 0 auto 10px;
  max-width: 90%;
}
.finance-theme-v3 .custom-alert__close {
  font-size: 30px;
}
.finance-theme-v3 .alert-item {
  margin-bottom: 10px;
}
.finance-theme-v3 .alert-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.finance-theme-v3 .rain {
  background-image: url(/img/rain/coins.png), url(/img/rain/coins.png),
    url(/img/rain/coins.png);
}
.dark-v2 .cookie-consent__text {
  color: #777;
}
.dark-v2 .cookie-consent a {
  border-color: #8da9ca;
  color: #8da9ca;
}
.dark-v2 .cookie-consent:hover {
  color: #7a7a7a;
}
.light .cookie-consent {
  background-color: #fff;
  box-shadow: 0 0 37px -3px rgba(0, 0, 0, 0.54);
}
.light .cookie-consent__btn div {
  background-color: rgba(255, 186, 95, 0.5);
  color: #000;
}
.welcome-page {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity 0.5s linear 0.1s;
  width: 100%;
  z-index: 9;
}
.welcome-page__modal {
  margin: 0 auto;
  min-width: 320px;
  width: 60%;
}
.wpmodal {
  background-color: rgba(0, 0, 0, 0.7);
}
.wpmodal__header {
  margin: 0 auto;
  max-width: 80%;
  padding-top: 3rem;
}
@media screen and (max-width: 425px) {
  .wpmodal__header {
    font-size: 4rem;
  }
}
.wpmodal__text {
  margin: 0 auto;
  max-width: 80%;
  text-align: justify;
}
@media screen and (max-width: 450px) {
  .wpmodal__text {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.wpmodal__button {
  background-color: #ffba5f;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 5px 10px -3px hsla(210, 9%, 43%, 0.25);
  color: #000;
  cursor: pointer;
  flex: 0 0 40%;
  font-size: 3rem;
  margin: 1rem auto 3rem;
  max-width: 450px;
  min-width: 300px;
  padding: 1rem;
  text-align: center;
  transition: 0.4s;
  width: 90%;
}
.wpmodal__button:hover {
  background-color: #ff9800;
}
.rtl .comments-content-name,
.rtl .comments-content-text {
  text-align: right;
}
.rtl .comments-avatar {
  margin-left: 2rem;
  margin-right: 0;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.finance_money h3 {
  margin: 0;
}
.finance_money ul {
  margin: 0;
  padding: 0;
}
.finance_money li {
  list-style: none;
}
.finance_money .logo {
  border-bottom: 1px solid #5f90fe;
}
.finance_money .logo__img {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 1300px) {
  .finance_money .logo {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 425px) {
  .finance_money .logo {
    padding: 2rem 0;
  }
}
.finance_money .rain {
  -webkit-animation: snow 35s linear infinite;
  animation: snow 35s linear infinite;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.7;
}
.finance_money .rain__add {
  -webkit-filter: none;
  filter: none;
}
.finance_money #header__hideble-content {
  padding-top: 12px;
  width: 90%;
}
.finance_money .header {
  margin-bottom: 2rem;
}
.finance_money .title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 30px;
  padding-bottom: 5px;
  text-align: left;
}
.finance_money .subtitle {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.09em;
  line-height: 22px;
  padding-bottom: 0;
}
.finance_money .subtitle__item-text {
  color: #ecfd65;
}
.finance_money .survey {
  background-color: transparent;
}
.finance_money .survey__loading-screen {
  background-color: #5b5959;
  border-radius: 25px;
  color: #fff;
}
.finance_money .survey__options-wrapper {
  flex-direction: row;
  justify-content: space-evenly;
}
.finance_money .survey__options-wrapper.question {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .finance_money .survey__options-wrapper.question {
    max-width: 400px;
  }
}
.finance_money .survey__question-text {
  color: #ecfd65;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 22px;
  margin: 0 auto 10px;
  max-width: 95%;
  text-transform: uppercase;
}
.finance_money .survey__content {
  border: none;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 450px;
  padding: 0 5px;
}
.finance_money .survey__description {
  background: #001f66;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-bottom: none;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 24px 0;
}
.finance_money .survey__description-header {
  align-items: center;
  display: flex;
  font-size: 32px;
  justify-content: space-around;
  margin-bottom: 10px;
}
.finance_money .survey__description-header-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 21px;
  width: 220px;
}
.finance_money .survey__description-body {
  align-items: center;
  display: flex;
  font-size: 32px;
  justify-content: space-around;
  margin-bottom: 10px;
}
.finance_money .survey__description-body-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 21px;
  width: 220px;
}
.finance_money .survey__description-footer {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: start;
}
.finance_money .survey__description-footer-color {
  color: #ecfd65;
}
.finance_money .survey__answer-box {
  background: #001f66;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 16px;
  color: #fff;
  padding-top: 53px;
}
.finance_money .survey__question-content {
  margin-bottom: 0;
}
.finance_money .survey__option-img {
  margin-left: 10px;
  width: 27px;
}
.finance_money .survey__option-text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 14px;
  order: -1;
  padding-right: 1px;
  text-align: start;
  text-transform: uppercase;
}
@media screen and (min-width: 380px) {
  .finance_money .survey__option-text {
    font-size: 11px;
  }
}
.finance_money .survey__result-container-count {
  display: block;
}
.finance_money .survey__result-box {
  background: #001f66;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 25px;
  margin: 0 0 5px;
  padding: 24px 0;
}
.finance_money .survey__result-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 30px;
  margin-bottom: 10px;
}
.finance_money .survey__result-body {
  color: #ecfd65;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 25px;
  margin-bottom: 12px;
}
.finance_money .survey__result-footer {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 19px;
}
.finance_money .survey .survey__thank-you .survey__content {
  background: none;
  border: none;
  margin-top: 0;
}
.finance_money .survey .survey__thank-you .step-thank_you .survey__answer-box {
  background: none;
  border: none;
  padding-top: 0;
}
.finance_money
  .survey
  .survey__thank-you
  .step-thank_you
  .survey__question-text {
  margin: 0;
}
.finance_money .survey .survey__options-wrapper.thank_you {
  background: #001f66;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 0;
  padding: 8px 0;
}
.finance_money .survey .survey__thank-you .survey__button {
  background: linear-gradient(94.89deg, #5bf2fb, #5f90fe);
  border: 1px solid #ecfd65;
  box-shadow: 1px 1px 10px hsla(0, 0%, 100%, 0.25),
    -1px -1px 10px hsla(0, 0%, 100%, 0.25);
  min-width: 188px !important;
}
.finance_money .survey .survey__thank-you .survey__button .survey__option-text {
  color: #000;
  display: table;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 21px;
  text-align: center;
}
.finance_money .survey__option.survey__button {
  align-items: center;
  background: #1b2537;
  border: 1px solid #395da5;
  border-radius: 16px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  max-width: 165px;
  min-height: 87px;
}
.finance_money .survey__option.survey__button:hover {
  background-color: #516280;
}
.finance_money .progress-bar {
  background: hsla(0, 0%, 100%, 0.6);
  border-radius: 10px;
  left: 0;
  margin: 0 auto;
  order: -1;
  position: absolute;
  right: 0;
  top: 20px;
  width: 62%;
}
.finance_money .progress-bar__progress {
  background: linear-gradient(90deg, #5bf2fb, #5f90fe);
  border-radius: 10px;
  height: 20px;
}
.finance_money .progress-bar__text {
  font-size: 11px;
  left: 0;
  line-height: 13px;
  position: absolute;
  right: 0;
  top: 18%;
}
.finance_money .rating {
  color: #fff;
  margin-top: 30px;
}
.finance_money .rating__form-about {
  color: #5f90fe;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 17px;
  margin: 20px auto 0;
  max-width: 316px;
  text-align: center;
  text-transform: uppercase;
}
.finance_money .rating__title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.finance_money .rating__star {
  width: 100%;
}
.finance_money .rating__star-item {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.finance_money .rating__container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.finance_money .rating__star-scale {
  background: hsla(0, 0%, 83%, 0.6);
  border-radius: 10px;
  height: 8px;
  margin-left: 8px;
  max-width: 55%;
  width: 100%;
}
.finance_money .rating__star-scale-filled {
  background: linear-gradient(
    90deg,
    rgba(91, 242, 251, 0.6),
    rgba(95, 144, 254, 0.6) 91%
  );
  border-radius: 10px;
  height: 8px;
  width: 94%;
}
.finance_money .rating__star-scale-filled-for {
  width: 4.3%;
}
.finance_money .rating__star-stars {
  font-size: 8px;
}
.finance_money .rating__number-big {
  color: #ecfd65;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 56px;
  text-align: center;
}
.finance_money .rating__number-text {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 14px;
  text-align: center;
}
.finance_money .rating__star-reviews {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: end;
}
.finance_money .rating__step {
  color: #5f90fe;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 17px;
  margin-top: 16px;
  max-width: 260px;
  text-transform: uppercase;
}
.finance_money .rating__form-content {
  margin-top: 32px;
}
.finance_money .rating__form-button {
  border: 1px solid #ecfd65;
  border-radius: 16px;
  color: #5f90fe;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 19px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  width: 200px;
}
.finance_money .form__container {
  background: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 16px;
  padding: 16px 0;
}
.finance_money .form__box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 77%;
}
.finance_money .form__label-name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 16px;
  margin-bottom: 1px;
  text-align: start;
}
.finance_money .form__input-name {
  margin-bottom: 25px;
  padding: 4px;
}
.finance_money .form__input-name,
.finance_money .form__input-review {
  background: #a3a3a3;
  border: 0;
  border-radius: 10px;
  color: #000;
  text-align: start;
}
.finance_money .form__input-review {
  padding: 10px;
  resize: none;
}
.finance_money .form__input-name::-webkit-input-placeholder {
  background: #a3a3a3;
  border: 0;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 4px;
  text-align: center;
}
.finance_money .form__input-name::placeholder {
  background: #a3a3a3;
  border: 0;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 4px;
  text-align: center;
}
.finance_money .form__input-review::-webkit-input-placeholder {
  background: #a3a3a3;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  resize: none;
  text-align: center;
}
.finance_money .form__input-review::placeholder {
  background: #a3a3a3;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  resize: none;
  text-align: center;
}
.finance_money .form__button {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.finance_money .form__cancel {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #5bf2fb;
  border-radius: 10px;
  color: #7e7e7e;
}
.finance_money .form__cancel,
.finance_money .form__submit {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 16px;
  min-width: 90px;
  padding: 11px 6px;
}
.finance_money .form__submit {
  background: #001f66;
  border: 1px solid rgba(91, 242, 251, 0.4);
  border-radius: 10px;
  color: #ecfd65;
}
.finance_money .stars__container {
  margin-top: 15px;
}
.finance_money .stars input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.finance_money .stars label {
  background: url(/img/icon/finance/star-old.svg);
  background-repeat: no-repeat;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 30px;
  margin-right: 6px;
  width: 30px;
}
.finance_money .stars input:first-child:checked ~ label:nth-of-type(-n + 1),
.finance_money .stars input:nth-child(2):checked ~ label:nth-of-type(-n + 2),
.finance_money .stars input:nth-child(3):checked ~ label:nth-of-type(-n + 3),
.finance_money .stars input:nth-child(4):checked ~ label:nth-of-type(-n + 4),
.finance_money .stars input:nth-child(5):checked ~ label:nth-of-type(-n + 5) {
  -webkit-filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(357deg)
    brightness(119%) contrast(119%);
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(357deg)
    brightness(119%) contrast(119%);
}
.finance_money #comments-section {
  margin: 20px auto 0;
  max-width: 550px;
}
.finance_money .comments-main {
  display: flex;
  overflow-x: scroll;
}
@media screen and (max-width: 414px) {
  .finance_money .comments-main::-webkit-scrollbar {
    display: none;
  }
}
.finance_money .comments__content {
  background: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 16px;
  margin-right: 15px;
  min-width: 80%;
  padding: 20px 10px 10px;
}
.finance_money .comments__content:last-child {
  margin-right: 0;
}
.finance_money .comments__content-header {
  display: flex;
}
.finance_money .comments__avatar {
  height: 50px;
  margin-right: 10px;
  object-fit: cover;
  width: 50px;
}
.finance_money .comments__content-title {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.finance_money .comments__content-check {
  font-size: 1.5rem;
}
.finance_money .comments__content-name {
  color: #ecfd65;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 19px;
  margin-right: 8px;
}
.finance_money .comments__content-name-block {
  width: 100%;
}
.finance_money .comments__content-time {
  color: #5f90fe;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 14px;
}
.finance_money .comments__content-body {
  margin-top: 10px;
}
.finance_money .comments__content-text {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 17px;
  text-align: start;
}
.finance_money .comments__content-review {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.finance_money .comments__content-star {
  font-size: 12px;
}
.finance_money .comment__form {
  background: #000;
  border-radius: 16px;
  padding: 8px 15px;
}
.finance_money .comment__form-text {
  color: #5f90fe;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 22px;
}
@media screen and (min-width: 480px) {
  .finance_money .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .finance_money .logo {
    padding: 1.5rem 0;
  }
  .finance_money .header {
    margin-bottom: 40px;
  }
  .finance_money .subtitle {
    font-size: 20px;
    line-height: 23px;
  }
  .finance_money .title {
    font-size: 30px;
    margin: 0 auto;
    max-width: 892px;
    padding-bottom: 20px;
    text-align: center;
  }
  .finance_money .survey__content {
    max-width: 500px;
    padding: 0;
  }
  .finance_money .survey__result-box {
    margin: 0 0 15px;
  }
  .finance_money .survey__result-title {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 20px;
  }
  .finance_money .survey__result-body {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .finance_money .survey__result-footer {
    font-size: 20px;
    line-height: 23px;
  }
  .finance_money .survey__description {
    padding: 24px 24px 0;
  }
  .finance_money .survey__description-header {
    margin-bottom: 15px;
  }
  .finance_money .survey__description-body {
    margin-bottom: 25px;
  }
  .finance_money .survey__description-body-text,
  .finance_money .survey__description-header-text {
    font-size: 20px;
    line-height: 28px;
    max-width: 385px;
    width: 100%;
  }
  .finance_money .survey__description-footer {
    font-size: 16px;
    letter-spacing: 0.09em;
    line-height: 22px;
  }
  .finance_money .survey__question-text {
    font-size: 20px;
    line-height: 33px;
    max-width: 77%;
  }
  .finance_money .survey .survey__thank-you .survey__button {
    margin: 0;
  }
  .finance_money .survey .survey__options-wrapper.thank_you {
    padding: 26px 0 20px;
  }
  .finance_money .rating {
    margin-top: 16px;
  }
  .finance_money .rating__title {
    font-size: 26px;
    line-height: 30px;
  }
  .finance_money .rating__container {
    margin-top: 25px;
  }
  .finance_money .rating__number-big {
    font-size: 60px;
    line-height: 70px;
  }
  .finance_money .rating__form-content {
    margin-top: 23px;
  }
  .finance_money .rating__star-scale {
    max-width: 279px;
  }
  .finance_money #comments-section {
    margin-top: 18px;
  }
  .finance_money .comments__content {
    padding: 33px 20px 20px;
  }
  .finance_money .comments__content-name {
    font-size: 16px;
  }
  .finance_money .comments__avatar {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .finance_money .logo {
    padding: 1.5rem 0;
  }
}
.testCoomentsOne .comments-main {
  display: inherit;
  overflow-x: auto;
}
.testCoomentsOne .comments__content {
  margin-bottom: 20px;
  margin-right: 0;
}
.testCoomentsTwo .comments {
  background-color: unset;
  color: #fff;
}
.testCoomentsTwo .comments-main {
  display: block;
  overflow-x: auto;
}
.testCoomentsTwo .comments-content-wrap {
  background-color: #474747;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
.testCoomentsTwo .comments .show-more {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  margin: 1rem auto;
  width: -webkit-max-content;
  width: max-content;
}
.rewardis .logo__text {
  font-size: 2.3rem;
}
.rewardis .survey__progress {
  color: #222;
  font-size: 2rem;
  padding: 1rem;
}
.rewardis .survey__progress__progress {
  width: 275px;
}
.rewardis .survey__progress__progress[value] {
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  height: 9px;
  width: 275px;
}
.rewardis .survey__progress__progress[value]::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
}
.rewardis .survey__progress__progress[value]::-webkit-progress-value {
  background-color: #8c8c8c;
  border-radius: 5px;
}
.grecaptcha-badge {
  display: none !important;
}
