/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

@layer base {
  /* Anodina Regular*/
  @font-face {
    font-family: "Anodina";
    src: url("/fonts/Anodina-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }
  /* Anodina Regular Italic*/
  @font-face {
    font-family: "Anodina";
    src: url("/fonts/Anodina-RegularItalic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
    font-display: swap; }
  /* Anodina Bold */
  @font-face {
    font-family: "Anodina";
    src: url("/fonts/Anodina-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap; }
  /* Anodina ExtraBold */
  @font-face {
    font-family: "Anodina";
    src: url("/fonts/Anodina-ExtraBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap; }
  /* Anodina Bold Italic */
  @font-face {
    font-family: "Anodina";
    src: url("/fonts/Anodina-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
    font-display: swap; }
  /* Anodina ExtraBold Italic */
  @font-face {
    font-family: "Anodina";
    src: url("/fonts/Anodina-ExtraBoldItalic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: swap; }
  /* Anodina Light */
  @font-face {
    font-family: "Anodina";
    src: url("/fonts/Anodina-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap; }
  /* Anodina ExtraLight */
  @font-face {
    font-family: "Anodina";
    src: url("/fonts/Anodina-ExtraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap; }
  /* Anodina Light Italic */
  @font-face {
    font-family: "Anodina";
    src: url("/fonts/Anodina-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap; }
  /* Anodina ExtraLight Italic */
  @font-face {
    font-family: "Anodina";
    src: url("/fonts/Anodina-ExtraLightItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap; }
  @font-face {
    font-family: "Jennasue";
    src: url("/fonts/JennaSue.ttf") format("truetype");
    font-weight: 400; } }

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards; }

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards; }

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  animation: noty_modal_out .3s ease-out;
  animation-fill-mode: forwards; }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

html,
body {
  background-color: #fff;
  font-family: "Anodina" !important; }

p {
  line-height: 1.3rem;
  font-size: 1rem;
  font-weight: 500;
  color: #4d4d4d; }

a {
  color: #ff6318;
  text-decoration: none;
  font-weight: 500; }

h1,
h2,
h3,
h4 {
  color: #4d4d4d; }

.mt-2 {
  margin-top: 10px; }

.mt-3 {
  margin-top: 15px; }

.btn {
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #fff; }
  .btn.fw {
    width: 100%; }
  .btn.btn-primary {
    background-color: #eb5828;
    border-color: #eb5828; }
  .btn.kingkong {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 23px;
    padding: 20px 30px !important;
    border-radius: 10px;
    height: auto !important; }
  .btn.btn-back {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    font-weight: 500; }
    .btn.btn-back img {
      transform: scaleX(-1); }

.centered {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center; }

.loading {
  display: flex;
  justify-content: center;
  margin-top: 150px;
  font-size: 2em;
  color: #eb5828; }

.splitted {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto; }

.container_sm {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }

.handwritten {
  font-family: "Jennasue"; }

.forgot_password {
  margin-bottom: 3px;
  display: block;
  text-align: right;
  font-weight: 600;
  white-space: nowrap; }

header.sub_header {
  background-color: #eb5828; }
  header.sub_header .container {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header.sub_header .container p {
      color: #fff;
      font-weight: 600; }
    header.sub_header .container a {
      color: #fff;
      text-decoration: none; }
      header.sub_header .container a i,
      header.sub_header .container a svg {
        margin-right: 10px;
        font-size: 0.9rem; }
      header.sub_header .container a span {
        font-weight: 600; }
    header.sub_header .container .logout {
      margin-left: 30px; }

header.main_header {
  background-color: #fff;
  padding: 10px 0px; }
  header.main_header.authenticated {
    border-bottom: 1px solid #e9e9e9; }
  header.main_header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header.main_header .container .logo img {
      width: 100px; }
    header.main_header .container .right_side {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex: 1; }
      header.main_header .container .right_side p {
        margin: 0px;
        display: block;
        margin-right: 20px;
        font-weight: 500;
        color: #4d4d4d;
        white-space: nowrap; }
      header.main_header .container .right_side img {
        width: 130px; }

.banner {
  height: 600px;
  margin: 0px 60px;
  border-radius: 10px;
  position: relative; }
  .banner .bg_image {
    background-size: cover;
    background-position: center;
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
    .banner .bg_image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      mix-blend-mode: normal;
      background: linear-gradient(0.4turn, rgba(0, 184, 241, 0.5), rgba(23, 212, 35, 0.4));
      z-index: 0; }
  .banner .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    height: 100%; }
    .banner .container .left_side {
      flex: 1;
      position: relative;
      height: 100%; }
      .banner .container .left_side h2 {
        font-size: 90px;
        color: #fff;
        font-weight: 400;
        position: absolute;
        /* bottom: 100px; */
        top: 50%;
        margin: 0px; }
    .banner .container .right_side {
      flex: 0 0 600px;
      height: 100%;
      position: relative; }
      .banner .container .right_side .hoverblock {
        background: #ffffff;
        box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        padding: 50px 60px;
        position: absolute;
        top: 40%;
        width: 100%; }
        .banner .container .right_side .hoverblock img.logo {
          width: 110px; }
        .banner .container .right_side .hoverblock h1 {
          color: #4d4d4d;
          font-size: 40px;
          margin-bottom: 18px;
          line-height: 40px;
          margin-top: 30px; }
        .banner .container .right_side .hoverblock a.btn-primary {
          margin-top: 50px; }

section.info {
  margin-top: 80px; }
  section.info .content {
    max-width: 700px; }
    section.info .content h2 {
      margin-bottom: 0px;
      line-height: 1; }
    section.info .content p {
      margin-top: 10px; }

.noninitial {
  margin-top: 40px !important; }

form .form-group {
  margin-bottom: 30px; }
  form .form-group .multiple-answer .checkbox {
    margin-top: 5px; }
    form .form-group .multiple-answer .checkbox.other {
      margin-top: 10px; }
    form .form-group .multiple-answer .checkbox label {
      margin-top: 1.5px; }
  form .form-group .multiple-answer input.other {
    margin-top: 5px; }
  form .form-group label {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.1rem;
    color: #4d4d4d; }
  form .form-group p.description {
    font-size: smaller;
    line-height: 1.3;
    margin-top: 0px;
    font-style: normal;
    color: #7c7c7c;
    margin-bottom: 9px; }
    form .form-group p.description.pl-cb {
      margin-left: 30px; }
  form .form-group p.hint {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 5px;
    font-style: normal;
    color: #7c7c7c;
    margin-bottom: 9px; }
  form .form-group input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #a2a2a2;
    padding: 16px 15px;
    font-size: 1.2rem;
    font-weight: 500; }
    form .form-group input::placeholder {
      color: #c6c6c6; }
    form .form-group input:focus {
      outline: none; }
  form .form-group .checkbox {
    display: flex;
    align-items: flex-start; }
    form .form-group .checkbox input {
      width: 14px;
      margin-top: 4px;
      margin-right: 16px;
      scale: 1.3;
      scale: 1.3;
      transform-origin: center; }
  form .form-group .PhoneInput {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #a2a2a2;
    padding-left: 15px;
    font-size: 1.2rem;
    font-weight: 500; }
    form .form-group .PhoneInput input {
      border: 0px;
      padding-left: 5px; }
  form .form-group .multi_input input {
    margin-top: 10px; }
    form .form-group .multi_input input:first-child {
      margin-top: 0px; }
  form .form-group .custom_select__control {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #a2a2a2;
    padding: 7px 6px;
    font-weight: 500;
    box-shadow: none; }

form .buttons_container .btn-back {
  flex: 0 0 50px; }

form .error {
  color: #cf1717;
  margin-top: 7.5px;
  font-size: 1rem;
  font-weight: 600; }
  form .error a {
    color: #cf1717;
    text-decoration: underline;
    font-weight: 600; }
  form .error.global {
    margin-bottom: 10px; }

form button {
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  box-shadow: 1px 1px 3px #0000000f;
  cursor: pointer; }
  form button .spinner {
    width: 100%;
    display: flex;
    justify-content: center; }
    form button .spinner img {
      width: 30px;
      animation: spin 1s linear infinite; }
  form button:disabled {
    opacity: 0.75; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.home,
.register {
  margin-bottom: 100px; }

section.campaign {
  align-items: center;
  border-top: 1px solid #e9e9e9; }
  section.campaign .container_sm {
    margin-top: 0px; }
    section.campaign .container_sm h1 {
      margin: 0px;
      font-size: 38px; }
    section.campaign .container_sm p {
      margin-top: 10px; }
    section.campaign .container_sm h3.subtitle {
      margin: 0px;
      font-weight: 400;
      font-size: 22px;
      margin-bottom: 2px; }
    section.campaign .container_sm .content {
      margin: 120px 0px 40px 0px;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
    section.campaign .container_sm .sub-question-content {
      margin: 50px 0px 20px 0px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
    section.campaign .container_sm .form-group {
      margin-top: 20px; }
    section.campaign .container_sm .btn,
    section.campaign .container_sm button {
      width: 100%;
      height: 50px;
      padding: 15px 20px;
      box-shadow: 1px 1px 3px #0000000f;
      cursor: pointer;
      padding: 15px 20px;
      text-align: center; }
    section.campaign .container_sm .radio,
    section.campaign .container_sm .checkbox {
      margin-bottom: 10px; }
      section.campaign .container_sm .radio label,
      section.campaign .container_sm .checkbox label {
        width: 100%;
        display: block;
        font-weight: 500;
        margin-bottom: 5px;
        padding-left: 28px;
        font-size: 1.1rem;
        position: relative; }
        section.campaign .container_sm .radio label::before,
        section.campaign .container_sm .checkbox label::before {
          content: "";
          width: 15px;
          height: 15px;
          background-color: #fff;
          border: 1px solid #757575;
          border-radius: 100%;
          position: absolute;
          /* top: 0px; */
          top: 0px;
          left: 0px; }
      section.campaign .container_sm .radio input,
      section.campaign .container_sm .checkbox input {
        opacity: 0;
        position: absolute; }
        section.campaign .container_sm .radio input:checked + label::before,
        section.campaign .container_sm .checkbox input:checked + label::before {
          background-color: #eb5828; }
      section.campaign .container_sm .radio.checkbox label::before,
      section.campaign .container_sm .checkbox.checkbox label::before {
        border-radius: 3px; }

.buttons_container {
  width: 100%;
  /* max-width: calc(500px - 80px); */
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em; }
  .buttons_container .btn-back {
    margin-right: 30px;
    flex: 0 0 200px;
    font-weight: 500; }

.register_form .steps .step {
  display: none; }
  .register_form .steps .step.active {
    display: block; }

section.verify_email p {
  margin-bottom: 40px; }

.popup-content {
  padding: 30px 40px;
  width: 500px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 100px 0px #00000040;
  box-shadow: 0px 6px 100px 0px #00000040; }
  .popup-content h2 {
    margin-top: 0px;
    color: #4d4d4d; }
  .popup-content p {
    color: #4d4d4d; }

.profile_section {
  margin: 0 auto;
  max-width: 700px;
  margin-top: 60px; }
  .profile_section h1 {
    text-align: center; }
  .profile_section .unsubscribe_text {
    margin-top: 40px;
    text-align: center;
    font-size: 1rem;
    color: #7c7c7c; }
    .profile_section .unsubscribe_text a {
      color: #eb5828; }
  .profile_section .profile_section__big_buttons {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 40px; }
    .profile_section .profile_section__big_buttons .big_button {
      width: 100%;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 15px 20px;
      padding-left: 0px;
      transition: transform 0.2s ease-in-out; }
      .profile_section .profile_section__big_buttons .big_button:hover:not(.selected) {
        transform: scale(1.02); }
      .profile_section .profile_section__big_buttons .big_button .icon {
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        min-width: 70px;
        max-width: 70px; }
        .profile_section .profile_section__big_buttons .big_button .icon i,
        .profile_section .profile_section__big_buttons .big_button .icon svg {
          font-size: 1.3rem; }
      .profile_section .profile_section__big_buttons .big_button .content {
        text-align: left; }
        .profile_section .profile_section__big_buttons .big_button .content span {
          margin: 0px;
          font-size: 1.2rem;
          font-weight: 600;
          color: #4d4d4d;
          margin-bottom: 5px;
          display: block; }
        .profile_section .profile_section__big_buttons .big_button .content p {
          margin: 0px;
          font-size: 0.85rem;
          font-weight: 500;
          color: #4d4d4d;
          line-height: 16px; }
      .profile_section .profile_section__big_buttons .big_button.selected {
        background-color: #eb5828; }
  .profile_section .profile_form_tabs .tab {
    display: none; }
    .profile_section .profile_form_tabs .tab.selected {
      display: block; }
  .profile_section .register_form {
    margin-top: 40px; }

h1.form-intro {
  margin-bottom: 2px !important; }

p.form-intro {
  margin-top: 0px; }

.question-title {
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 800; }
  .question-title p:first-child {
    margin-top: 0 !important;
    margin-bottom: 14px !important; }
  .question-title p:last-child {
    margin-bottom: 0 !important; }
  .question-title p {
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 800; }

@media only screen and (max-width: 1700px) {
  .container {
    max-width: 1100px; }
  section.info .content {
    max-width: 400px; } }

@media only screen and (max-width: 1300px) {
  .container {
    max-width: 800px; }
  .banner {
    height: auto; }
    .banner .bg_image {
      height: 600px; }
    .banner .container {
      flex-direction: column; }
      .banner .container .left_side .handwritten {
        text-align: center;
        width: 100%;
        margin-top: 50px;
        position: relative;
        top: 0px;
        margin-bottom: 40px; }
      .banner .container .right_side {
        display: flex;
        justify-content: center;
        flex: auto; }
        .banner .container .right_side .hoverblock {
          max-width: 550px;
          position: relative;
          top: 0px;
          display: table; }
  section.info .content {
    max-width: 100%; } }

@media only screen and (max-width: 1000px) {
  .container {
    max-width: calc(100% - 40px); }
  .banner {
    margin: 0px 20px; }
  .banner .container .right_side .hoverblock img.logo {
    width: 100px; }
  .banner .container .right_side .hoverblock h1 {
    font-size: 30px;
    margin-top: 20px; }
  .banner .container .left_side h2 {
    font-size: 60px; }
  .banner .container .right_side .hoverblock a.btn-primary {
    margin-top: 40px; }
  form .form-group label {
    font-size: 1rem; }
  form .form-group {
    margin-bottom: 20px; }
  .btn.kingkong {
    font-size: 20px;
    padding: 15px 27px !important; }
    .btn.kingkong img {
      width: 24px; }
    .btn.kingkong .spinner img {
      width: 24px; }
  section.campaign .container_sm h3.subtitle {
    font-size: 22px; }
  section.campaign .container_sm h1 {
    font-size: 30px; }
  section.campaign .container_sm .content {
    min-height: 300px; }
  form .error {
    font-size: 1rem; }
  form .form-group input {
    font-size: 1.1rem; } }

@media only screen and (max-width: 768px) {
  .question-title p {
    font-size: 28px !important;
    line-height: 1 !important; }
  h3.subtitle {
    font-size: 22px; } }

@media only screen and (max-width: 740px) {
  .popup-span {
    display: none; }
  .container_sm {
    max-width: calc(100% - 40px); }
  section.campaign .btn-back {
    flex: 0 0 50px; }
    section.campaign .btn-back span {
      display: none; }
  .profile_section {
    padding: 0px 20px; } }

@media only screen and (max-width: 500px) {
  .banner {
    margin: 0px 10px; }
    .banner .container {
      max-width: calc(100% - 20px); }
      .banner .container .right_side .hoverblock {
        padding: 20px 20px; }
  .banner .container .right_side .hoverblock h1 {
    font-size: 25px;
    margin-top: 20px; }
  .banner .container .left_side h2 {
    font-size: 50px; }
  form .form-group label {
    font-size: 0.9rem; }
  form .form-group {
    margin-bottom: 20px; }
  .btn.kingkong {
    font-size: 17px;
    padding: 15px 27px !important; }
  form .error {
    font-size: 0.9rem; }
  form .form-group input {
    font-size: 1rem; }
  h2 {
    font-size: 1.3rem; }
  p {
    font-size: 0.9rem; }
  form .form-group p.description {
    font-size: 0.8rem; }
  header.main_header .container .right_side img {
    width: 100px; }
  header.main_header .container .right_side p {
    white-space: initial;
    margin-right: 10px;
    width: 80px;
    line-height: 14px;
    font-size: 12px;
    text-align: right; }
  .buttons_container {
    flex-direction: column-reverse; }
    .buttons_container .btn-back {
      margin-top: 20px;
      padding: 11px 15px !important;
      width: 52px !important; }
  section.campaign .container_sm .radio label,
  section.campaign .container_sm .checkbox label {
    font-size: 1rem; }
  .buttons_container .btn-back {
    margin-right: 10px;
    margin-top: 10px; }
  section.campaign .container_sm .content {
    margin: 60px 0px 40px 0px; }
  header.sub_header {
    font-size: 12px; }
    header.sub_header p {
      font-size: 12px; }
    header.sub_header i .logout,
    header.sub_header .container .logout {
      margin-left: 15px; }
    header.sub_header i a svg,
    header.sub_header .container a svg {
      font-size: 12px; }
  .profile_section h1 {
    font-size: 24px;
    margin-top: 0px; }
  .profile_section .profile_section__big_buttons {
    flex-direction: column;
    margin-top: 20px; }
    .profile_section .profile_section__big_buttons .big_button .icon svg {
      font-size: 1.2rem; }
    .profile_section .profile_section__big_buttons .big_button .content span {
      font-size: 1.05rem; }
    .profile_section .profile_section__big_buttons .big_button .content p {
      font-size: 0.8rem; } }

@media only screen and (max-width: 425px) {
  .question-title {
    font-size: 20px !important;
    line-height: 1 !important; }
    .question-title p {
      font-size: 20px !important;
      line-height: 1 !important; }
  h3.subtitle {
    font-size: 18px !important; } }
