/*! 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.
 */

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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.PyWS2zo9nDLk6bbRef94C {
  color: #2392d0;
  text-decoration: none; }
  .PyWS2zo9nDLk6bbRef94C:hover {
    color: #46a9e0; }
  .PyWS2zo9nDLk6bbRef94C.upmzbrCFFNnR1n4TE1K4L {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

._32e5PSfht4Ydnb4dInGori {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

._32e5PSfht4Ydnb4dInGori > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: _1dHwu0xZcpNVk0aiu-8H6J 1.4s infinite ease-in-out both;
  animation: _1dHwu0xZcpNVk0aiu-8H6J 1.4s infinite ease-in-out both; }

._32e5PSfht4Ydnb4dInGori ._2MaDm4cfGaoKNZSUOWvaJK {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

._32e5PSfht4Ydnb4dInGori ._2vVmFtU2U01EvjTCJIfpFZ {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

._32e5PSfht4Ydnb4dInGori.OEyoG1qKB0ez4ZNk9SxqX > div {
  background-color: #000; }

._32e5PSfht4Ydnb4dInGori.M4tIHF1YA3e2LzZ3TRZo3 > div {
  background-color: #758793; }

@-webkit-keyframes _1dHwu0xZcpNVk0aiu-8H6J {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes _1dHwu0xZcpNVk0aiu-8H6J {
  0%,
  80%,
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

#__next {
  height: 100vh;
  overflow: hidden; }

body {
  font-family: 'Hind', system-ui, sans-serif;
  font-display: swap;
  background: #1e2226;
  overflow: hidden;
  color: #fff; }

#__next {
  height: 100vh;
  overflow: hidden; }

body {
  font-family: 'Hind', system-ui, sans-serif;
  font-display: swap;
  background: #1e2226;
  overflow: hidden;
  color: #fff; }

#__next {
  height: 100vh;
  overflow: hidden; }

body {
  font-family: 'Hind', system-ui, sans-serif;
  font-display: swap;
  background: #1e2226;
  overflow: hidden;
  color: #fff; }

body {
  font-weight: 400;
  font-size: 14px; }

._1A78J228TB5Uzz-1QdAjGD {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center; }
  ._2qhfjan0Q9DB806BLa9kCh {
    background-color: #fff; }
  ._1A78J228TB5Uzz-1QdAjGD ._3rAiomXtN0ZiQfrTNOIflk {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    max-width: 650px; }

._1GLhGlTLBX2y4lgo9VEdkG {
  display: flex;
  flex-flow: column; }
  ._1GLhGlTLBX2y4lgo9VEdkG :invalid ._1wlCBSsq_rqtH5M49-syBt {
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6); }
  ._1GLhGlTLBX2y4lgo9VEdkG:focus {
    outline: 0; }

._1wlCBSsq_rqtH5M49-syBt {
  margin: 0 0 2rem;
  padding: 0.9rem;
  display: block;
  width: 100%;
  background-color: #00b4d8;
  color: #fff;
  border: none;
  border-radius: 2px; }
  ._1wlCBSsq_rqtH5M49-syBt:hover {
    background-color: #009bb9; }
  ._1wlCBSsq_rqtH5M49-syBt:active, ._1wlCBSsq_rqtH5M49-syBt:focus {
    background-color: #0092af; }
  ._1wlCBSsq_rqtH5M49-syBt[disabled], ._1wlCBSsq_rqtH5M49-syBt[disabled]:hover {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

._278uINgtOZ69jfl2xo4P_E {
  background: transparent;
  border: none;
  color: #2591cf;
  text-decoration: none;
  cursor: pointer;
  outline: none; }
  ._278uINgtOZ69jfl2xo4P_E:hover {
    color: #207fb5;
    text-decoration: underline; }

.aGDNQxbccApOLV56iHdL {
  color: #ff5a5a;
  margin: 1rem auto;
  display: block; }
  .aGDNQxbccApOLV56iHdL a {
    color: #2591cf; }
    .aGDNQxbccApOLV56iHdL a:hover {
      color: #207fb5;
      font-weight: 500;
      text-decoration: underline; }

@charset "UTF-8";
@font-face {
  font-family: 'icons';
  src: url(/_next/static/assets/xsw.b699d9229198a3fead11c46f6814fbce.ttf) format("truetype"), url(/_next/static/assets/xsw.2c3dc7769054aad6da8178f32e38a024.woff) format("woff"), url(/socials/_next/static/images/xsw-3faecf44a42b93db2a8efbf08a896efd.svg#xsw) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

._1-OIBBg72leS8TuQogxyQv {
  display: inline-block;
  font-family: 'icons' !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

._2_cfydZg3Dab9G62mvoR8A:before {
  content: "\E936"; }

._5aBk5QukDS_eheAYk73Oh:before {
  content: "\EABE"; }

._1FKMDIc4J0Dtz8RQT2FMpK:before {
  content: "\E93D"; }

._9hpZRhD2jIcClmES60wd0:before {
  content: "\E93F"; }

._30GRRFkOoWCkmGbkTcJZLL:before {
  content: "\E93A"; }

._2CAfxzYW3obsev5uhtklHh:before {
  content: "@"; }

._1JHYQiwW6lyqaFt_Z4AN9F:before {
  content: "\E918"; }

._2C32BEcvMshLVNOoQiYxs6:before {
  content: "\E91E"; }

.wIcsIzCyyEdGHTUhSCSlH:before {
  content: "\E91D"; }

.o0-UrNIf-S_LXwgEy_6jY:before {
  content: "\E91C"; }

.o6WRBeOSKDvYKYwRqr19t:before {
  content: "\E91F"; }

._2kyMGjFv9Q1ne-6aAZCfu4:before {
  content: "\E919"; }

._3e9xKqgtIl0iy4Ln3d4WtF:before {
  content: "\E92C"; }

.n2LWIYPJEKjHp040axi_4:before {
  content: "\E92D"; }

._255S0Y4Vhr6XafNDz5viRD:before {
  content: "\E90F"; }

.fPZdjSm0LIhGGs6rrXgvX:before {
  content: "\E9C7"; }

._3hSo8CJgS3AjxTx-6o_bx9:before {
  content: "\E92A"; }

._1MEXqzKbgWzBr0BBRBNrY_:before {
  content: "\E91B"; }

._3P3FypcTMnm6vmX1aXvsnv:before {
  content: "\E91A"; }

._1WddSDF0obUZDp38frhQve:before {
  content: "\E90E"; }

._1zHE-UPE54LNxezc3PpIyY:before {
  content: "\EA90"; }

._2PUDBDyzFoibOzK2mS_lrt:before {
  content: "\E93C"; }

._3eT32G3i7UmQco6gb4TfVb:before {
  content: "\E900"; }

._3GdCo2ygzVHCnGl3y53Sk7:before {
  content: "\E92E"; }

._1JHnkrkmxbFlOKVEg9SXy-:before {
  content: "\E934"; }

._4YtcVc24W7Jp4FBpq11Fq:before {
  content: "\E907"; }

._3ybKZw-JIZ2x9dO6MXIxKK:before {
  content: "\E90C"; }

._2bcH2CSM8egTH0HZzjwH64:before {
  content: "\E906"; }

.KEzVLM-qbLlGYQ_INTFVD:before {
  content: "\E933"; }

.ERwIVJx-oX68ZaetdqhTu:before {
  content: "\E92F"; }

.XKNfTEPoGeMBbYiK0Eq4H:before {
  content: "\E917"; }

._1CmhlKySmKOzalyL7AZtRq:before {
  content: "\E93E"; }

.iDysZtmjaIkbjrJJAk08-:before {
  content: "\EACA"; }

._3M4uepWPP7Bf89jXEgv1OI:before {
  content: "\E929"; }

.INK8TPxb4FhOPC5_J7I5d:before {
  content: "\E939"; }

._1BURDtTiQXPAKjlFIog1DE:before {
  content: "\E930"; }

._28I9YRUtfBvT5KED7mrHbq:before {
  content: "\E908"; }

._3A7qjB-H7fxweq69I47BRE:before {
  content: "\E935"; }

._2hd4I1TEpLbiMAjaxLsz-z:before {
  content: "\E90D"; }

._3H6E7O5UtRFl1WXyzguSLZ:before {
  content: "\E909"; }

.en7AC0k0gpOk2Wf4uGiqY:before {
  content: "\E938"; }

._26F7LXrfFoSQTwpLqZfXkU:before {
  content: "\E920"; }

._3bX6AN10JLpo8_1SzZ7Dc3:before {
  content: "\E914"; }

._1O3ptRQ0IxQOWZfYdyjd8D:before {
  content: "\E931"; }

._3DxrOn8uGM_uxx4Q4TJkdm:before {
  content: "\EAC6"; }

._3VtKGeOUqvHabeJ8CSa3hr:before {
  content: "\E905"; }

._3qhacNbYqemVsXnIMR6h2u:before {
  content: "\E932"; }

._3nJP1fo7_t-qxJe4VuQFry:before {
  content: "\E910"; }

.X5VHTtgyEDH9F3NLO-TLE:before {
  content: "\E90B"; }

._3Cg7fbxfA5X2KsZMC_7OWE:before {
  content: "\E92B"; }

._2viEmN4_qfdsc8FgtOv4wq:before {
  content: "\E912"; }

.ucoPrCPZJzYtHpVmRUc8Z:before {
  content: "\E915"; }

._1HVJflRKGUMNWr5hbrvaYg:before {
  content: "\E93B"; }

.QRoWdcaXrTzgVMCX8GKMH:before {
  content: "\E9C8"; }

._31_qK90d2-yx38W3LMHveB:before {
  content: "\E906"; }

._2TmBkbiWkZpIbkichA2ttv:before {
  content: "\E937"; }

._1xUzxdo3U0S5rqNKf_SY6o:before {
  content: "\E90A"; }

._3SqVcoZNaEpJJ_ux88BUKn:before {
  content: "\E913"; }

._1mE8w16xnBHaRfud9QLjSd:before {
  content: "\E911"; }

.QzNyB64ztnEZx66qWKUle:before {
  content: "\E916"; }

._3gWcHLuMSOTlHwHrGIHC0g:before {
  content: "\E940"; }

.KlCJlHH4nQEeSnN5u01FP:before {
  content: "\E941"; }

._1j8qPoATtaYvjdTgiayZ08:before {
  content: "\E942"; }

._3XPZFlSJxsbdr9COJOLriM:before {
  content: "\E943"; }

._3P-OBRZ7-mh48sp42OykoH:before {
  content: "\E944"; }

._2l_4bnu6LoVJafq8dKFcfR:before {
  content: "\E945"; }

._3gpm6EXDwrIPHli16U0-WY:before {
  content: "\E947"; }

._1gk06tIfFUdyTs_qZDUd_c .q8-4Iw3jFTLQP2h0_d5FX:before {
  content: '\E901';
  color: #5059c9; }

._1gk06tIfFUdyTs_qZDUd_c .ukzX1Ru6MlCwBP05c2NB8:before {
  content: '\E902';
  margin-left: -1.0751953125em;
  color: #5059c9; }

._1gk06tIfFUdyTs_qZDUd_c .PmC8BYVpfTy-nuO0Hzpts:before {
  content: '\E903';
  margin-left: -1.0751953125em;
  color: #7b83eb; }

._1gk06tIfFUdyTs_qZDUd_c ._19lFuYxOD6NEghMbJnrX04:before {
  content: '\E904';
  margin-left: -1.0751953125em;
  color: #7b83eb; }

._1gk06tIfFUdyTs_qZDUd_c ._24i-X1KdrbyWJg2Sp8hWB3:before {
  content: '\E921';
  margin-left: -1.0751953125em;
  color: black;
  opacity: 0.1; }

._1gk06tIfFUdyTs_qZDUd_c ._3lVqFyaeY90-V8CtC81Jga:before {
  content: '\E922';
  margin-left: -1.0751953125em;
  color: black;
  opacity: 0.2; }

._1gk06tIfFUdyTs_qZDUd_c ._2d3aAQArREfP5etNdFyanF:before {
  content: '\E923';
  margin-left: -1.0751953125em;
  color: black;
  opacity: 0.2; }

._1gk06tIfFUdyTs_qZDUd_c .rWlOKWc6xgTsv5u5v8tnX:before {
  content: '\E924';
  margin-left: -1.0751953125em;
  color: black;
  opacity: 0.2; }

._1gk06tIfFUdyTs_qZDUd_c ._1932F0DABwSgVzrTrHsxni:before {
  content: '\E925';
  margin-left: -1.0751953125em;
  color: black;
  opacity: 0.1; }

._1gk06tIfFUdyTs_qZDUd_c ._244I3F35nzPUDXY2H-afW7:before {
  content: '\E926';
  margin-left: -1.0751953125em;
  color: black;
  opacity: 0.2; }

._1gk06tIfFUdyTs_qZDUd_c ._17mwCJ-V3SQ2MH5MTKVIz4:before {
  content: '\E927';
  margin-left: -1.0751953125em;
  color: black;
  opacity: 0.2; }

._1gk06tIfFUdyTs_qZDUd_c .mco-BNMpYTplbCbTPs4EC:before {
  content: '\E928';
  margin-left: -1.0751953125em;
  color: #5a62c3; }

._3H6E7O5UtRFl1WXyzguSLZ {
  content: '\E909';
  color: #302e31;
  border: 0.5px solid white;
  border-radius: 48%;
  line-height: 1;
  background: #c4c2c4; }

#_1e7kxmjeePEspOfjf8TWN9 {
  text-align: center; }

.otOxW5IZbkPYp_cma810E {
  max-width: 100%;
  width: 400px;
  display: flex;
  flex-flow: column; }

._3_s7Licfughy0JHASeBO2b {
  display: flex;
  font-size: 1rem;
  margin-bottom: 1rem;
  width: 100%; }
  ._3_s7Licfughy0JHASeBO2b ._2GbOuS4g6Vz05Yd3xm19iO {
    color: #030b0d;
    line-height: 1.5rem;
    margin-bottom: 0.5rem; }

._3LO7Uoq9ThtFYj30atnT3L {
  flex-flow: column; }
  ._3LO7Uoq9ThtFYj30atnT3L ._2FFP1CKJ9IaXId89uPBgFN {
    padding: 0.6rem;
    color: #1a1a1a;
    background: #fff;
    border: 1px solid #00b4d8;
    outline: none;
    border-radius: 2px; }
  ._3LO7Uoq9ThtFYj30atnT3L ._2kLziiUipDwzMo3BbmZBhg {
    margin: 1rem auto; }
    ._3LO7Uoq9ThtFYj30atnT3L ._2kLziiUipDwzMo3BbmZBhg[disabled], ._3LO7Uoq9ThtFYj30atnT3L ._2kLziiUipDwzMo3BbmZBhg[disabled]:hover {
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }

._25EIPazMv2frobmLcNGYr0 {
  flex-flow: row nowrap;
  align-items: flex-start;
  position: relative;
  cursor: pointer; }
  ._25EIPazMv2frobmLcNGYr0:before {
    content: '';
    height: 14px;
    width: 14px;
    background: #fff;
    border: 1px solid #00b4d8;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px; }
  ._25EIPazMv2frobmLcNGYr0 ._2GbOuS4g6Vz05Yd3xm19iO {
    color: #030b0d;
    padding-left: 1.5rem; }
  ._25EIPazMv2frobmLcNGYr0 ._2QQoR1Rc2SHaRRWYdQTnTr {
    width: 1px;
    top: 0;
    margin-left: 0.3rem;
    position: absolute;
    opacity: 0; }
    ._25EIPazMv2frobmLcNGYr0 ._2QQoR1Rc2SHaRRWYdQTnTr:checked + span:before {
      content: '\2713';
      background: #00b4d8;
      text-align: center;
      width: 16px;
      height: 16px;
      font-size: 0.625rem;
      line-height: 16px;
      border-radius: 2px;
      position: absolute;
      left: 0;
      top: 4px;
      color: #fff; }

._2KaFEE8-MWcPD0fKJC2x_1 {
  margin: 0.625rem auto;
  padding: 0.9rem;
  display: block;
  width: 100%;
  background-color: #00b4d8;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer; }
  ._2KaFEE8-MWcPD0fKJC2x_1:hover {
    background: #009bb9; }
  ._2KaFEE8-MWcPD0fKJC2x_1:active {
    background: #0092af; }
  ._2KaFEE8-MWcPD0fKJC2x_1[disabled] {
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6); }

._1CtZnWH01gcqTJkmJy_vnB {
  margin: 2rem 0;
  padding: 1rem;
  border-radius: 2px;
  background: #dee1e2;
  border: 1px solid #030b0d;
  color: #030b0d;
  font-weight: 500;
  position: relative; }
  ._1CtZnWH01gcqTJkmJy_vnB:hover {
    background: #ced2d4; }
  ._1CtZnWH01gcqTJkmJy_vnB ._3e3ja27a86BDJ5WkBVGdpM {
    color: #030b0d;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0.8rem; }

._2oB0hfFm6ElQtYgrmk4Wuq {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ce2a29;
  margin: 1rem auto 2rem;
  display: block; }
  ._2oB0hfFm6ElQtYgrmk4Wuq a {
    color: #00b4d8; }

.iY6W8PW3p8braQutsoE7F {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 2rem; }
  .iY6W8PW3p8braQutsoE7F ._2kLziiUipDwzMo3BbmZBhg {
    padding: 0; }
    .iY6W8PW3p8braQutsoE7F ._2kLziiUipDwzMo3BbmZBhg:only-child {
      flex: 1; }

._21EvZe8QSiVP_P-I6DWWsx {
  display: block;
  background: #31a378;
  color: #fff;
  line-height: 1.5rem;
  border-radius: 2px;
  padding: 1.5rem 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  font-size: 1rem; }
  ._21EvZe8QSiVP_P-I6DWWsx strong {
    font-weight: 700; }
  .tSVmEQM-zvqYfpdacpYnI {
    background: transparent;
    border: none;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 0.8rem; }

._23QNJ6UokF9gwVirUSP_tE {
  display: flex;
  flex-flow: row nowrap; }
  ._23QNJ6UokF9gwVirUSP_tE ._2FFP1CKJ9IaXId89uPBgFN {
    flex: 1; }

._3Q-i5nUn-pHNxuD1jq2-_8 {
  color: #030b0d;
  border: none;
  text-align: center;
  display: block;
  margin: 2rem auto; }
  ._3Q-i5nUn-pHNxuD1jq2-_8 ._2kLziiUipDwzMo3BbmZBhg {
    color: #00b4d8;
    background: none;
    border: none;
    cursor: pointer; }
    ._3Q-i5nUn-pHNxuD1jq2-_8 ._2kLziiUipDwzMo3BbmZBhg[disabled] {
      color: #d1d1d1;
      -webkit-filter: brightness(0.6);
              filter: brightness(0.6); }
      ._3Q-i5nUn-pHNxuD1jq2-_8 ._2kLziiUipDwzMo3BbmZBhg[disabled]:hover {
        color: #d1d1d1;
        text-decoration: none; }
    ._3Q-i5nUn-pHNxuD1jq2-_8 ._2kLziiUipDwzMo3BbmZBhg:hover {
      color: #009bb9;
      text-decoration: underline; }

._1hfLc18oMu7r73k3fqqtzc {
  margin: 1rem 0 0; }
  ._1hfLc18oMu7r73k3fqqtzc:invalid ._2KaFEE8-MWcPD0fKJC2x_1 {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    ._1hfLc18oMu7r73k3fqqtzc:invalid ._2KaFEE8-MWcPD0fKJC2x_1:hover {
      background: #00b4d8; }
    ._1hfLc18oMu7r73k3fqqtzc:invalid ._2KaFEE8-MWcPD0fKJC2x_1:active {
      background: #00b4d8; }
  ._1hfLc18oMu7r73k3fqqtzc ._2kLziiUipDwzMo3BbmZBhg {
    color: #00b4d8;
    text-decoration: none; }
    ._1hfLc18oMu7r73k3fqqtzc ._2kLziiUipDwzMo3BbmZBhg:hover {
      color: #009bb9;
      text-decoration: underline;
      font-weight: 500; }
  ._2ql7YAOSfxh8aBCKHT7N0e ._2GbOuS4g6Vz05Yd3xm19iO {
    color: #fff; }
  ._2GKDlBhFbD4FPPrQl6NSQV ._2GbOuS4g6Vz05Yd3xm19iO {
    color: #030b0d; }

._3jl7O_Fp10j1lwM4gsSRsa {
  display: flex;
  flex-flow: column; }

._1H3RsGmauq7Qwt9KQTM-sO {
  width: 100%; }
  ._1H3RsGmauq7Qwt9KQTM-sO ._1hfLc18oMu7r73k3fqqtzc {
    margin: 0; }
  ._1H3RsGmauq7Qwt9KQTM-sO ._2GbOuS4g6Vz05Yd3xm19iO {
    color: #444c54; }
  ._1H3RsGmauq7Qwt9KQTM-sO ._2q1ijcQLfjP_dEnuxS5BwD {
    margin: 0.3rem 0; }
  ._1H3RsGmauq7Qwt9KQTM-sO ._1CtZnWH01gcqTJkmJy_vnB {
    border: 1px solid #d8d9dc;
    background: #fcfcfc;
    color: #444c54;
    margin-bottom: 1rem; }
    ._1H3RsGmauq7Qwt9KQTM-sO ._1CtZnWH01gcqTJkmJy_vnB:hover {
      background: #efefef; }
  ._1H3RsGmauq7Qwt9KQTM-sO .iY6W8PW3p8braQutsoE7F {
    margin-top: 1rem; }
  ._1H3RsGmauq7Qwt9KQTM-sO ._3Q-i5nUn-pHNxuD1jq2-_8 {
    margin: 0.5rem auto; }

._3hwIWcwDWqwJ0eM1IwxWIx {
  padding: 0 50px;
  display: flex;
  flex-flow: column;
  position: relative;
  max-width: 800px; }
  ._3hwIWcwDWqwJ0eM1IwxWIx a {
    color: #49a3d0;
    text-decoration: none; }

._2hD7FFPA3AkGcCyRlUNNGL {
  font-size: 24px;
  font-weight: 700;
  color: #051c26;
  margin: 50px 50px 10px 50px;
  display: block; }

._1AxavzXQsJSOZVwea0FQ3_,
._2CC-J8yttCQks_FSELQhUU ._3dwd0mOXbwH1CJ7PpRUe0c,
._3K99NF-gAUf25jnJx1_rv1 {
  font-size: 14px;
  color: #657881;
  margin-bottom: 10px;
  line-height: 1.5em; }

._2CC-J8yttCQks_FSELQhUU {
  display: flex;
  flex-flow: column;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  ._2CC-J8yttCQks_FSELQhUU ._3dwd0mOXbwH1CJ7PpRUe0c {
    position: relative;
    padding-left: 25px; }
    ._2CC-J8yttCQks_FSELQhUU ._3dwd0mOXbwH1CJ7PpRUe0c:before {
      content: '';
      height: 15px;
      width: 15px;
      border: 1px solid #3c404d;
      border-radius: 3px;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  ._2CC-J8yttCQks_FSELQhUU ._16GiSo1Mn7-OgQ_p5bLW2r {
    width: 5px;
    top: 0;
    margin-left: 5px;
    position: absolute;
    opacity: 0; }
    ._2CC-J8yttCQks_FSELQhUU ._16GiSo1Mn7-OgQ_p5bLW2r:checked + span:before {
      content: '\2713';
      text-align: center;
      line-height: 14px;
      font-size: 14px;
      font-weight: 700; }

._3K99NF-gAUf25jnJx1_rv1 {
  padding: 10px 50px;
  display: flex;
  flex-flow: row;
  max-width: 800px;
  background-color: #fbeff4;
  margin: 0; }
  ._2Kx323B6LZsDXpRjm5NuO1 {
    display: flex; }
    ._2Kx323B6LZsDXpRjm5NuO1::before {
      color: #fb3e70;
      font-size: 23px;
      display: flex;
      align-items: center; }
  .PDEdef_i4CdAyqFzBlF2g {
    color: #fb3e70;
    padding-left: 20px; }

._1RaQDpK7l8YUExjO80DuQ_ {
  background-color: #f6f9fb;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 50px; }
  @media all and (max-width: 800px) {
    ._1l9EN4LvArULN0rCR20kpA {
      justify-content: center;
      display: flex;
      flex-wrap: wrap; } }
  ._1RaQDpK7l8YUExjO80DuQ_._3n3lb9YpZDt0xW56bTESgc {
    justify-content: center; }
  @media all and (max-width: 800px) {
    ._1RaQDpK7l8YUExjO80DuQ_ {
      justify-content: center;
      flex-direction: column-reverse; } }
  ._1RaQDpK7l8YUExjO80DuQ_ ._3rajy2sjQp6IK_xzo-zIaj {
    border: 1px solid #d9d9d9;
    background-color: transparent;
    border-radius: 3px;
    font-size: 14px;
    color: #858585;
    padding: 10px;
    margin: 10px;
    min-width: 100px;
    cursor: pointer;
    font-weight: bold; }
    ._1RaQDpK7l8YUExjO80DuQ_ ._3rajy2sjQp6IK_xzo-zIaj[disabled] {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      cursor: not-allowed; }
    ._1RaQDpK7l8YUExjO80DuQ_ ._3rajy2sjQp6IK_xzo-zIaj:not([disabled]):hover {
      border: 1px solid silver; }
  ._1RaQDpK7l8YUExjO80DuQ_ ._95eru3QZCsO-4rNr_naj_ {
    background: #1791d3 0% 0% no-repeat padding-box;
    color: #ffffff; }
    ._1RaQDpK7l8YUExjO80DuQ_ ._95eru3QZCsO-4rNr_naj_:not([disabled]):hover {
      background: #34a9e9;
      color: #fff; }
  ._1RaQDpK7l8YUExjO80DuQ_ ._3ASmHhoR9irDrun7mnJoRy {
    background: #f7e0e9 0% 0% no-repeat padding-box;
    color: #fa1854;
    border: 1px solid #fa1854; }

._11QQIivtT73nNj4o4Lb0xw {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }
  ._11QQIivtT73nNj4o4Lb0xw:before {
    position: absolute;
    content: '';
    background: #1d1b1b 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0.75;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

._3gj3Mjwgvl3dxx7e2zVrYY {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
  max-width: 90%;
  position: relative; }
  ._3gj3Mjwgvl3dxx7e2zVrYY ._3cyfrMsIdWFe71Go3JXKIR {
    color: #758793;
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 1; }
    ._3gj3Mjwgvl3dxx7e2zVrYY ._3cyfrMsIdWFe71Go3JXKIR:hover {
      color: #5e6d77; }
    ._3gj3Mjwgvl3dxx7e2zVrYY ._3cyfrMsIdWFe71Go3JXKIR:active {
      color: #505d66; }


/*# sourceMappingURL=c65cd285e5d87d2c32821598267cca8121e89fbd_CSS.36bfd3a5.chunk.css.map*/