@charset "UTF-8";
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

html {
  min-width: auto !important;
  font-size: 14px;
}

html {
  font-size: 14px;
}

html {
  min-height: 100%;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

html {
  background-color: #f8f9f9 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

html {
  min-height: 100%;
}

html {
  --block-radius: 5px;
}

html {
  background-color: #eff2f7 !important;
}

.page,
.page a,
.page a:hover,
.page span[href],
.page label,
.page .checkbox:hover,
.page .radio:hover,
.page .collapse-item .a,
.page.is-light .collection-bar .button,
.page.is-dark .collection-bar .button,
.page.is-light .collection-bar .button:hover,
.page.is-dark .collection-bar .button:hover {
  color: #000000;
}

.page {
  position: relative;
  font-size: 8px;
}

body,
button,
input,
select,
textarea {
  font-family: Roboto, Helvetica, Arial;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

body {
  color: #333;
}

body {
  background: 0 0;
}

body {
  font-family: Roboto, "Helvetica Neue", Ubuntu, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body,
body button,
body input,
body select,
body textarea,
.iti__country {
  font-family: "Roboto", sans-serif;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.theme-main:after,
.theme-main:before {
  background: none;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.is-flex-fullheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-shrink,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.section-main > div {
  padding: 1rem 0;
}

.has-pb-1 {
  padding-bottom: 0.5rem !important;
}

.has-pt-1 {
  padding-top: 0.5rem !important;
}

.block-avatar-history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-avatar {
  color: #3d3f40 !important;
  font-size: 2em;
}

.has-text-centered {
  text-align: center !important;
}

a {
  color: #0383de;
  cursor: pointer;
  text-decoration: none;
}

.has-p-2 {
  padding: 1rem !important;
}

.fab,
.fai {
  font-family: icons;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* speak: none; */
}

.fai:before {
  line-height: 1;
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.avatar-history {
  font-size: 2rem;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity, -webkit-transform 50ms ease-out;
  transition: opacity, -webkit-transform 50ms ease-out;
  -o-transition: opacity, transform 50ms ease-out;
  transition: opacity, transform 50ms ease-out;
  transition: opacity, transform 50ms ease-out, -webkit-transform 50ms ease-out;
  visibility: hidden;
}

.block-avatar a,
.block-avatar a:active,
.block-avatar a:hover,
.block-avatar a:link,
.block-avatar a:visited {
  text-decoration: none;
}

.avatar-history.is-hide.is-left {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(2rem, 0, 0);
          transform: translate3d(2rem, 0, 0);
}

embed,
iframe,
img,
object,
video {
  height: auto;
  max-width: 100%;
}

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

.profile-avatar {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
}

.profile-avatar-95 {
  width: 95px;
  height: 95px;
}

.button,
.is-unselectable,
.modal-close,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button,
.input,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: -webkit-calc(0.375em - 1px);
  padding-bottom: calc(0.375em - 1px);
  padding-left: -webkit-calc(0.625em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: -webkit-calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: -webkit-calc(0.375em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.button,
.is-unselectable,
.modal-close,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button,
.input,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: -webkit-calc(0.375em - 1px);
  padding-bottom: calc(0.375em - 1px);
  padding-left: -webkit-calc(0.625em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: -webkit-calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: -webkit-calc(0.375em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: -webkit-calc(0.375em - 1px);
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: -webkit-calc(0.375em - 1px);
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button,
.file-cta,
.file-name,
.input,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.tabs a {
  height: 2.45em;
}

a:hover {
  color: #363636;
}

a:focus,
button:focus {
  outline: 0;
}

.button:active,
.button:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.input,
.is-active.pagination-ellipsis,
.is-active.pagination-link,
.is-active.pagination-next,
.is-active.pagination-previous,
.is-active.textarea,
.is-focused.button,
.is-focused.input,
.is-focused.pagination-ellipsis,
.is-focused.pagination-link,
.is-focused.pagination-next,
.is-focused.pagination-previous,
.is-focused.textarea,
.pagination-ellipsis:active,
.pagination-ellipsis:focus,
.pagination-link:active,
.pagination-link:focus,
.pagination-next:active,
.pagination-next:focus,
.pagination-previous:active,
.pagination-previous:focus,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  outline: 0;
}

.button:active,
.button:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.input,
.is-active.pagination-ellipsis,
.is-active.pagination-link,
.is-active.pagination-next,
.is-active.pagination-previous,
.is-active.textarea,
.is-focused.button,
.is-focused.input,
.is-focused.pagination-ellipsis,
.is-focused.pagination-link,
.is-focused.pagination-next,
.is-focused.pagination-previous,
.is-focused.textarea,
.pagination-ellipsis:active,
.pagination-ellipsis:focus,
.pagination-link:active,
.pagination-link:focus,
.pagination-next:active,
.pagination-next:focus,
.pagination-previous:active,
.pagination-previous:focus,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  outline: 0;
}

.button.is-hovered,
.button:hover {
  border-color: none;
  color: #363636;
}

.button.is-active,
.button:active {
  border-color: none;
  color: #363636;
}

.button.is-active,
.button.is-focused,
.button.is-hovered,
.button:active,
.button:focus,
.button:hover {
  border-color: none;
  color: inherit;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading:not(.btn-link-icon) > * {
  visibility: hidden;
}

.button.is-loading::after,
.control.is-loading::after,
.select.is-loading::after {
  -webkit-animation: spinAround 0.5s infinite linear;
          animation: spinAround 0.5s infinite linear;
  border: 2px solid #dbdbdb;
  -webkit-border-radius: 290486px;
          border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.button.is-loading::after,
.control.is-loading::after,
.select.is-loading::after {
  -webkit-animation: spinAround 0.5s infinite linear;
          animation: spinAround 0.5s infinite linear;
  border: 2px solid #dbdbdb;
  -webkit-border-radius: 290486px;
          border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.button.is-loading::after {
  position: absolute;
  left: -webkit-calc(50% - (1em / 2));
  left: calc(50% - (1em / 2));
  top: -webkit-calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.btn-link.is-loading:after {
  width: 1.2em;
  height: 1.2em;
}

.btn-link,
.btn-link:active,
.btn-link:hover,
.btn-link:link,
.btn-link:visited {
  display: block;
  width: 100%;
  text-decoration: none !important;
  font-size: 2em;
  border: 2px solid transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative;
  height: auto;
  line-height: 1.2;
  white-space: normal;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}

.btn-link:hover {
  opacity: 0.9;
}

.btn-link:focus {
  opacity: 0.9;
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
  -webkit-box-shadow: 0 rgba(3, 131, 222, 0.25);
          box-shadow: 0 rgba(3, 131, 222, 0.25);
}

.btn-link-align-left:before,
.btn-link:before {
  font-family: icons;
  font-weight: 200;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.2rem;
  opacity: 0.7;
}

.block-item .btn-link,
.block-item .btn-link:hover,
.block-item .btn-link:link,
.block-item .btn-link:active,
.block-item .btn-link:visited {
  background: #00bfff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-color: #00bfff;
  -webkit-border-radius: NaNpx;
          border-radius: NaNpx;
}

.block-item .btn-link-title {
  text-transform: none;
  quotes: "«" "»";
}

.btn-link-subtitle {
  opacity: 0.7;
  font-size: 90%;
  margin-top: 0.2rem;
}

.btn-link-subtitle {
  color: #ffffff;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

.footer-link {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 1rem 2rem 1rem;
  font-size: 1rem;
  opacity: 0.7;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.footer-link:hover {
  text-decoration: none;
  opacity: 1;
}

.footer-link,
.footer-link:active,
.footer-link:hover,
.footer-link:link,
.footer-link:visited {
  text-decoration: none;
}

.app-icon {
  height: 1em;
  width: 2em;
  top: 0.125em;
  position: relative;
  fill: #ffffff;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

.footer-link span {
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 962px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    -webkit-flex-basis: 83.333%;
    max-width: 83.333%;
    width: 83.333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
}

@media (min-width: 992px) {
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    -webkit-flex-basis: 66.667%;
    max-width: 66.667%;
    width: 66.667%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
}
