:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@media print {

  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: #0071f5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0071f5;
  text-decoration: underline;
}



@media print {

  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

nav {
  display: block;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #0071f5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0071f5;
  text-decoration: underline;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type=button] {
  -webkit-appearance: button;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: .875rem;
  color: #181818;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(24, 24, 24, .15);
  border-radius: .25rem;
  box-shadow: 0 .5rem 1rem #1818182d;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.ml-auto {
  margin-left: auto !important;
}

@media print {

  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }
}

.dropdown-item {
  cursor: pointer;
}

.dropdown-toggle {
  transition: all .2s ease;
}

.dropdown-toggle:hover:after {
  border-bottom: 2px solid #0071f5;
  border-left: 2px solid #0071f5;
}

.dropdown-toggle:after {
  margin-top: -5px;
  border: 0;
  border-bottom: 2px solid #181818;
  border-left: 2px solid #181818;
}

.dropdown-toggle:after {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  vertical-align: middle;
  transform: rotate(-45deg);
}

button:focus {
  outline: none;
}

.nav-access>.navbar-nav {
  align-items: center;
}

.nav-access>.navbar-nav>li {
  margin-top: -2px;
  padding-right: 13px;
  padding-left: 13px;
}

.nav-access>.navbar-nav>li:first-of-type {
  padding-left: 0;
}

.nav-access>.navbar-nav>li:last-of-type {
  padding-right: 0;
}

.nav-access>.navbar-nav>li>.nav-link {
  padding: 0;
  font-size: 19px;
  color: #626365;
  cursor: pointer;
  transition: all .4s ease;
}

.nav-access>.navbar-nav>li>.nav-link[type=button] {
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
}

.nav-access>.navbar-nav>li>.nav-link:hover {
  color: #0071f5;
}

.nav-access>.navbar-nav>li>.nav-link:after {
  display: none;
}

.nav-access>.navbar-nav>li.nav-access-langs>.nav-link {
  font-size: 12px;
  color: #181818;
  font-weight: 700;
  outline: 0;
  outline: none;
}

.nav-access>.navbar-nav>li.nav-access-langs>.nav-link:after {
  display: inline-block;
  margin-left: 15px;
  border-bottom-color: #181818;
  border-left-color: #181818;
}

.nav-access>.navbar-nav>li.nav-access-langs>.nav-link:hover {
  color: #0071f5;
}

.nav-access>.navbar-nav>li.nav-access-langs>.nav-link:hover:after {
  border-bottom-color: #0071f5;
  border-left-color: #0071f5;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type=button] {
  -webkit-appearance: button;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.625rem + 2px);
  padding: .625rem 1rem;
  font-size: .875rem;
  line-height: 1.375rem;
  color: #181818;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4c4c6;
  border-radius: 8px;
  box-shadow: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #181818;
  background-color: #fff;
  border-color: #0071f5;
  outline: 0;
  box-shadow: none, none;
}

.form-control::placeholder {
  color: #c4c4c6;
  opacity: 1;
}

.form-control:disabled {
  background-color: #dcdcde;
  opacity: 1;
}

.form-group {
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .65625rem 24px;
  font-size: .875rem;
  line-height: 1.58;
  border-radius: 100px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.btn:disabled {
  opacity: .65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active {
  box-shadow: inset 0 3px 5px #18181820;
}

.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem #007bff40, inset 0 3px 5px #18181820;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group>.form-control:focus {
  z-index: 3;
}

.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-append {
  display: flex;
}

.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-append {
  margin-left: -1px;
}

.input-group>.input-group-append>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media print {

  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}

.ico-font {
  display: inline-block;
  background: none;
  font-family: font_icons;
  line-height: 1;
  color: inherit;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-font {
  text-align: center;
}

.ico-font-eye-off:before {
  content: "\e89a";
}

.btn {
  white-space: normal;
  font-size: 16px;
  line-height: 1.3125rem;
  box-shadow: none;
  transition: all .2s ease;
}

.btn:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.btn:focus,
.btn:not(:disabled):not(.disabled):focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  outline: none;
  box-shadow: none;
}

.btn .ico-font {
  margin-top: -3px;
}

.input-group .input-group-append .btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

button:focus {
  outline: none;
}

.form-control {
  font-size: 1rem;
  font-weight: 400;
  caret-color: #0071f5;
}

.form-control:disabled:not(.is-invalid) {
  border-color: #c4c4c6;
  background-color: #dcdcde;
  color: #181818;
  opacity: 1;
  cursor: not-allowed;
}

.form-control::placeholder {
  font-weight: 400;
}

.form-control:disabled::placeholder {
  color: #939394;
}

label {
  margin-bottom: 5px;
  color: #181818;
  font-weight: 400;
}

.input-group .input-group-append .btn {
  box-shadow: none;
}

.password {
  border-radius: 8px;
}

.password .btn {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0 8px 8px 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .password .btn {
    transition: none;
  }
}

.password .btn,
.password .btn:hover,
.password .btn:focus,
.password .btn:active {
  border: 1px solid #c4c4c6;
  border-left: 0;
  background: #fff !important;
  box-shadow: none !important;
}

.password .btn:hover,
.password .btn:focus,
.password .btn:active {
  color: #0071f5;
}

.password .form-control {
  border-right: 0;
  box-shadow: none;
}

.password .form-control:focus+.input-group-append .btn {
  border-color: #0071f5;
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}

.notification-danger-kirdyu {
  background-color: #dc3545;
  border-left: 8px solid #a71d2a;
}

.modal-backdrop2-rezqcu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.error-field {
  border-color: var(--red, #dc3545) !important;
}

.modal-backdrop2-rezqcu.active {
  visibility: visible;
  opacity: 1;
}

.spinner-lsyjbp {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #0071f5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
  animation: spin 1s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

.notification-close-tonkuv span,
.notification-message-klmhrt,
.notification-title-nvrmye {
  color: #fff;
}

.notification-item-ogydfn,
.notification-message-klmhrt,
.notification-title-nvrmye {
  font-family: Arial, Helvetica, sans-serif;
}

.notification-close-tonkuv {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 0;
}

.notification-item-ogydfn {
  display: flex;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 1px 3px 4px #0003;
}

.notification-title-nvrmye {
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.notification-message-klmhrt {
  max-width: calc(100% - 15px);
  font-size: 14px;
  line-height: 150%;
  word-wrap: break-word;
  margin-bottom: 0;
  margin-top: 0;
}

.notification-content-mppnef {
  padding: 8px 15px;
  display: inline-block;
  width: 100%;
}

.animated-hioeke {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeIn-ggifnp {
  animation-name: fadeIn;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h4 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #0071f5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0071f5;
  text-decoration: underline;
}

h4 {
  margin-bottom: 2.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h4 {
  font-size: 1.3125rem;
}

.col-xl-3-wpgdpp,
.col-lg-4-ocevio,
.col-md-6-puilph,
.col-sm-8-sokadj {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 576px) {
  .col-sm-8-sokadj {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-6-puilph {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-4-ocevio {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3-wpgdpp {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media print {

  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn-zrsihx) {
    text-decoration: underline;
  }

  p {
    orphans: 3;
    widows: 3;
  }
}

.notification-message-klmhrt a {
  color: #fff;
  text-decoration: underline;
}

.notification-message-klmhrt a:hover {
  text-decoration: none;
}

.notification-item-ogydfn.notification-login-udadxb {
  padding: 0;
}

@media only screen and (max-width: 375px) {
.box-zbgjlc.box-access-zwagkx .box-aside-tizbtc {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .box-zbgjlc.box-access-zwagkx .box-aside-tizbtc {
    display: none;
  }

  .notification-item-ogydfn.notification-login-udadxb {
    top: 10px !important;
    right: 10px !important;
    left: 10px !important;
    width: calc(100% - 20px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

:root {
  --react-pdf-annotation-layer: 1;
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Inter", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(24, 24, 24, 0);
}

header,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.58;
  color: #181818;
  text-align: left;
  background-color: #f5f5f7;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  font-weight: bolder;
}

a {
  color: #0071f5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0071f5;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

.hidden-npttgl {
  display: none !important;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type=button] {
  -webkit-appearance: button;
}

.list-inline-igkizj {
  padding-left: 0;
  list-style: none;
}

.list-inline-item-mcvcuv {
  display: inline-block;
}

.list-inline-item-mcvcuv:not(:last-child) {
  margin-right: .5rem;
}

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

.row-ffillt {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters-dqiboh {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg-8-yshmiv,
.col-md-10-rdtede,
.col-md-6-puilph,
.col-sm-8-sokadj {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 576px) {
  .col-sm-8-sokadj {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-sm-2-lwvzpd {
    margin-left: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-6-puilph {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-10-rdtede {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-md-1-pprtoy {
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8-yshmiv {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-lg-2-czwzom {
    margin-left: 16.6666666667%;
  }
}

.form-control-aweslz {
  display: block;
  width: 100%;
  height: calc(2.625rem + 2px);
  padding: .625rem 1rem;
  font-size: .875rem;
  line-height: 1.375rem;
  color: #181818;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4c4c6;
  border-radius: 8px;
  box-shadow: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control-aweslz {
    transition: none;
  }
}

.form-control-aweslz:focus {
  color: #181818;
  background-color: #fff;
  border-color: #0071f5;
  outline: 0;
  box-shadow: none, none;
}

.form-control-aweslz::placeholder {
  color: #c4c4c6;
  opacity: 1;
}

.form-control-aweslz:disabled {
  background-color: #dcdcde;
  opacity: 1;
}

.form-group-whsqsi {
  margin-bottom: 15px;
}

.btn-zrsihx {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .65625rem 24px;
  font-size: .875rem;
  line-height: 1.58;
  border-radius: 100px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-zrsihx {
    transition: none;
  }
}

.btn-zrsihx:hover,
.btn-zrsihx:focus {
  text-decoration: none;
}

.btn-zrsihx:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.btn-zrsihx:disabled {
  opacity: .65;
  box-shadow: none;
}

.btn-zrsihx:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-zrsihx:not(:disabled):not(.disabled):active {
  box-shadow: inset 0 3px 5px #18181820;
}

.btn-zrsihx:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem #007bff40, inset 0 3px 5px #18181820;
}

.btn-primary-rrgfkh {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: inset 0 1px #ffffff26, 0 1px 1px #18181813;
}

.btn-primary-rrgfkh:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary-rrgfkh:focus {
  box-shadow: inset 0 1px #ffffff26, 0 1px 1px #18181813, 0 0 0 .2rem #007bff80;
}

.btn-primary-rrgfkh:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary-rrgfkh:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary-rrgfkh:not(:disabled):not(.disabled):active:focus {
  box-shadow: inset 0 3px 5px #18181820, 0 0 0 .2rem #007bff80;
}

.btn-block-fvtiut {
  display: block;
  width: 100%;
}

.dropdown-gqrkiw {
  position: relative;
}

.dropdown-toggle-rrilyi:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle-rrilyi:empty:after {
  margin-left: 0;
}

.dropdown-menu-hyuwvt {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: .875rem;
  color: #181818;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(24, 24, 24, .15);
  border-radius: .25rem;
  box-shadow: 0 .5rem 1rem #1818182d;
}

.dropdown-menu-right-mkhdkt {
  right: 0;
  left: auto;
}

.dropdown-item-xxcenv {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item-xxcenv:hover,
.dropdown-item-xxcenv:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item-xxcenv:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item-xxcenv:disabled {
  color: #6c757d;
  background-color: transparent;
}

.input-group-irhmvb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control-aweslz {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group>.form-control-aweslz:focus {
  z-index: 3;
}

.input-group>.form-control-aweslz:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-append-lwlotb {
  display: flex;
}

.input-group-append-lwlotb .btn-zrsihx {
  position: relative;
  z-index: 2;
}

.input-group-append-lwlotb {
  margin-left: -1px;
}

.input-group>.input-group-append>.btn-zrsihx {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-link-fvtlti {
  display: block;
  padding: .5rem 1rem;
}

.nav-link-fvtlti:hover,
.nav-link-fvtlti:focus {
  text-decoration: none;
}

.navbar-uozhco {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar-brand-tiindz {
  display: inline-block;
  padding-top: .3271875rem;
  padding-bottom: .3271875rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand-tiindz:hover,
.navbar-brand-tiindz:focus {
  text-decoration: none;
}

.navbar-nav-mvcvak {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav-mvcvak .nav-link-fvtlti {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav-mvcvak .dropdown-menu-hyuwvt {
  position: static;
  float: none;
}

.navbar-expand-jnatao {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand-jnatao .navbar-nav-mvcvak {
  flex-direction: row;
}

.navbar-expand-jnatao .navbar-nav-mvcvak .dropdown-menu-hyuwvt {
  position: absolute;
}

.navbar-expand-jnatao .navbar-nav-mvcvak .nav-link-fvtlti {
  padding-right: .5rem;
  padding-left: .5rem;
}

.align-items-stretch-hnxmcg {
  align-items: stretch !important;
}

.ml-auto-ojyhez {
  margin-left: auto !important;
}

.text-center-chznyz {
  text-align: center !important;
}

@media print {

  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn-zrsihx) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  body {
    min-width: 992px !important;
  }

  .navbar-uozhco {
    display: none;
  }
}

.dropdown-item-xxcenv {
  cursor: pointer;
}

html,
body {
  height: 100%;
}

:root body.body-center-hfnzky {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
}

:root body.body-center-hfnzky .wrapper-wbpuej {
  overflow: visible;
  min-height: 1px;
}

:root body.body-center-hfnzky .line-loader-wrapper-bqlrex {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

strong {
  font-weight: 700;
}

html .line-loader-wrapper-bqlrex {
  opacity: 0;
  z-index: -1;
}

html .line-loader-wrapper-bqlrex .line-loader-svvjbk {
  opacity: 0;
}

.line-loader-svvjbk {
  background-color: #fff;
  height: 4px;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: opacity cubic-bezier(.4, 0, .2, 1) 436ms;
  z-index: 9999;
}

.line-loader-svvjbk .line-left-irrlzh,
.line-loader-svvjbk .line-right-yebemo {
  background-color: #007ff5;
  inset: 0;
  position: absolute;
  transform-origin: left center;
  transform: scaleX(0);
}

.line-loader-svvjbk .line-left-irrlzh {
  animation: line-left 2s linear infinite;
}

.line-loader-svvjbk .line-right-yebemo {
  animation: line-right 2s linear infinite;
}

.ico-font-opmwih {
  display: inline-block;
  background: none;
  font-family: font_icons;
  line-height: 1;
  color: inherit;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-font-opmwih {
  text-align: center;
}

.ico-font-eye-off-klnoyo:before {
  content: "\e89a";
}

.btn-zrsihx {
  white-space: normal;
  font-size: 16px;
  line-height: 1.3125rem;
  box-shadow: none;
  transition: all .2s ease;
}

.btn-zrsihx:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.btn-zrsihx:focus,
.btn-zrsihx:not(:disabled):not(.disabled):focus,
.btn-zrsihx:not(:disabled):not(.disabled):active,
.btn-zrsihx:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  outline: none;
  box-shadow: none;
}

.btn-zrsihx .ico-font-opmwih {
  margin-top: -3px;
}

.input-group-irhmvb .input-group-append-lwlotb .btn-zrsihx {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dropdown-toggle-rrilyi {
  transition: all .2s ease;
}

.dropdown-toggle-rrilyi:hover:after {
  border-bottom: 2px solid #0071f5;
  border-left: 2px solid #0071f5;
}

.dropdown-toggle-rrilyi:after {
  margin-top: -5px;
  border: 0;
  border-bottom: 2px solid #181818;
  border-left: 2px solid #181818;
}

.dropdown-toggle-rrilyi:after {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  vertical-align: middle;
  transform: rotate(-45deg);
}

.btn-primary-rrgfkh {
  background: #0071f5;
  border: 1px solid #0071f5;
}

.btn-primary-rrgfkh:hover,
.btn-primary-rrgfkh:focus,
.btn-primary-rrgfkh:focus:hover {
  background: #005ac4;
  border: 1px solid #005ac4;
}

.btn-primary-rrgfkh:focus {
  outline: none;
}

.btn-primary-rrgfkh:disabled {
  background: #c4c4c6;
  border-color: #c4c4c6;
  opacity: 1;
}

.btn-primary-rrgfkh:disabled:hover,
.btn-primary-rrgfkh:disabled:focus,
.btn-primary-rrgfkh:disabled:focus:hover {
  background: #c4c4c6;
  border-color: #c4c4c6;
}

.btn-primary-rrgfkh:not(:disabled):not(.disabled):active,
.btn-primary-rrgfkh:not(:disabled):not(.disabled):active:focus {
  background: #005ac4;
  border: 1px solid #005ac4;
}

button:focus {
  outline: none;
}

.list-images-syybvk .list-inline-item-mcvcuv {
  margin: 5px 10px 5px 0;
}

.list-images-syybvk .list-inline-item-mcvcuv:last-of-type {
  margin-right: 0;
}

.list-images-syybvk .list-inline-item-mcvcuv a {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  vertical-align: middle;
}

@media only screen and (max-width: 575px) {

  .list-images-syybvk .list-inline-item-mcvcuv,
  .list-images-syybvk .list-inline-item-mcvcuv:last-of-type {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.form-control-aweslz {
  font-size: 1rem;
  font-weight: 400;
  caret-color: #0071f5;
}

.form-control-aweslz:disabled:not(.is-invalid) {
  border-color: #c4c4c6;
  background-color: #dcdcde;
  color: #181818;
  opacity: 1;
  cursor: not-allowed;
}

.form-control-aweslz::placeholder {
  font-weight: 400;
}

.form-control-aweslz:disabled::placeholder {
  color: #939394;
}

label {
  margin-bottom: 5px;
  color: #181818;
  font-weight: 400;
}

.input-group-irhmvb .input-group-append-lwlotb .btn-zrsihx {
  box-shadow: none;
}

.password-itvphe {
  border-radius: 8px;
}

.password-itvphe .btn-zrsihx {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0 8px 8px 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .password-itvphe .btn-zrsihx {
    transition: none;
  }
}

.password-itvphe .btn-zrsihx,
.password-itvphe .btn-zrsihx:hover,
.password-itvphe .btn-zrsihx:focus,
.password-itvphe .btn-zrsihx:active {
  border: 1px solid #c4c4c6;
  border-left: 0;
  background: #fff !important;
  box-shadow: none !important;
}

.password-itvphe .btn-zrsihx:hover,
.password-itvphe .btn-zrsihx:focus,
.password-itvphe .btn-zrsihx:active {
  color: #0071f5;
}

.password-itvphe .form-control-aweslz {
  border-right: 0;
  box-shadow: none;
}

.password-itvphe .form-control-aweslz:focus+.input-group-append-lwlotb .btn-zrsihx {
  border-color: #0071f5;
}

.box-zbgjlc {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  animation-name: fadeInLoader;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.box-zbgjlc.box-access-zwagkx:not([class*=mb_]) {
  margin-bottom: 107px;
}

.box-zbgjlc.box-access-zwagkx .box-aside-tizbtc {
  display: flex;
  flex-flow: column;
  position: relative;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.box-zbgjlc.box-access-zwagkx .box-aside-tizbtc .box-aside-inner-xbfwdn {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 30px;
}

.box-zbgjlc.box-access-zwagkx .box-aside-tizbtc .box-aside-image-moftio,
.box-zbgjlc.box-access-zwagkx .box-aside-tizbtc .box-aside-content-wymdiu {
  text-align: center;
}

.box-zbgjlc.box-access-zwagkx .box-aside-tizbtc .box-aside-image-moftio img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.box-zbgjlc.box-access-zwagkx .box-aside-tizbtc .box-aside-content-wymdiu {
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
}

.box-zbgjlc.box-access-zwagkx .box-aside-tizbtc .box-aside-content-wymdiu.no_padding-ydayek {
  padding: 0;
}

.box-zbgjlc.box-access-zwagkx .box-aside-tizbtc .box-aside-title-bflrqi {
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
  font-weight: 700;
}

.box-zbgjlc.box-access-zwagkx .box-content-qxubeo {
  display: flex;
  flex-flow: column;
  padding: 20px;
}

.box-zbgjlc.box-access-zwagkx .form-access-jlysof {
  margin: auto 0;
  padding: 20px;
}

.box-zbgjlc.box-access-zwagkx .form-access-jlysof .form-title-xilqdz {
  font-size: 18px;
  font-weight: 700;
}

.box-zbgjlc.box-access-zwagkx .form-access-jlysof .form-head-ufeigh {
  padding-bottom: 10px;
}

.box-zbgjlc.box-access-zwagkx .form-access-jlysof .form-body-chkugq {
  display: flex;
  flex-flow: column;
  min-height: 250px;
  padding: 20px 0 10px;
}

.box-zbgjlc.box-access-zwagkx .form-access-jlysof .form-body>.form-content-pclczi {
  margin-top: auto;
  margin-bottom: auto;
}

.box-zbgjlc.box-access-zwagkx .form-access-jlysof .form-foot-natwod {
  padding-top: 10px;
}

.box-zbgjlc.box-access-zwagkx.box-access-aside-blue-fbssct .box-aside-tizbtc {
  background-color: #3480c2;
  background-image: url(img/login-aside-bg-overlay-blue.28b66346.jpg);
}

@media only screen and (max-width: 767px) {
  .box-zbgjlc.box-access-zwagkx .box-aside-tizbtc {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .box-zbgjlc.box-access-zwagkx .box-aside-tizbtc .box-aside-content-wymdiu {
    padding-right: 20px;
    padding-left: 20px;
  }

  .box-zbgjlc.box-access-zwagkx .form-access-jlysof {
    padding-right: 0;
    padding-left: 0;
  }
}

.wrapper-wbpuej {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
}

.wrapper-wbpuej.wrapper-center-lymbxs {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: center;
  flex: 1;
}

.shell-xeijie {
  width: 100%;
  max-width: 1333px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.shell-xeijie.shell-access-kcjpgy {
  max-width: 960px;
}

.header-wrapper-bhccey {
  flex: 0 0 auto;
  margin-bottom: 20px;
}

#header {
  position: relative;
  z-index: 4;
  padding: 20px 0;
  background: #fff;
}

#header .navbar-uozhco {
  padding: 0;
}

#header.header-access-ryuvmr {
  background: none;
}

#header.header-access-ryuvmr .navbar-uozhco {
  align-items: flex-end;
}

.logo-fktxco {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

.logo-fktxco:hover {
  text-decoration: none;
}

.nav-access>.navbar-nav-mvcvak {
  align-items: center;
}

.nav-access>.navbar-nav>li {
  margin-top: -2px;
  padding-right: 13px;
  padding-left: 13px;
}

.nav-access>.navbar-nav>li:first-of-type {
  padding-left: 0;
}

.nav-access>.navbar-nav>li:last-of-type {
  padding-right: 0;
}

.nav-access>.navbar-nav>li>.nav-link-fvtlti {
  padding: 0;
  font-size: 19px;
  color: #626365;
  cursor: pointer;
  transition: all .4s ease;
}

.nav-access>.navbar-nav>li>.nav-link-fvtlti[type=button] {
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
}

.nav-access>.navbar-nav>li>.nav-link-fvtlti:hover {
  color: #0071f5;
}

.nav-access>.navbar-nav>li>.nav-link-fvtlti:after {
  display: none;
}

.nav-access>.navbar-nav>li.nav-access-langs>.nav-link-fvtlti {
  font-size: 12px;
  color: #181818;
  font-weight: 700;
  outline: 0;
  outline: none;
}

.nav-access>.navbar-nav>li.nav-access-langs>.nav-link-fvtlti:after {
  display: inline-block;
  margin-left: 15px;
  border-bottom-color: #181818;
  border-left-color: #181818;
}

.nav-access>.navbar-nav>li.nav-access-langs>.nav-link-fvtlti:hover {
  color: #0071f5;
}

.nav-access>.navbar-nav>li.nav-access-langs>.nav-link-fvtlti:hover:after {
  border-bottom-color: #0071f5;
  border-left-color: #0071f5;
}

.w_110-zbckha {
  width: 110px;
}

.mt_10-iwcerl {
  margin-top: 10px;
}

.mt_20-wlrvge {
  margin-top: 20px;
}

.mb_0-ebfcis {
  margin-bottom: 0;
}

.mb_5-yuidib {
  margin-bottom: 5px;
}

.pt_20-nhcfvk {
  padding-top: 20px;
}

.fw_medium-yrbtem {
  font-weight: 500;
}

/*! CSS Used keyframes */

@keyframes line-left {
  0% {
    transform: translate(0) scaleX(0);
  }

  25% {
    transform: translate(0) scaleX(.5);
  }

  50% {
    transform: translate(25%) scaleX(.75);
  }

  75% {
    transform: translate(100%) scaleX(0);
  }

  to {
    transform: translate(100%) scaleX(0);
  }
}

@keyframes line-right {
  0% {
    transform: translate(0) scaleX(0);
  }

  60% {
    transform: translate(0) scaleX(0);
  }

  80% {
    transform: translate(0) scaleX(.6);
  }

  to {
    transform: translate(100%) scaleX(.1);
  }
}

@keyframes fadeInLoader {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: font_icons;
  src: url(fonts/font_icons.f75b2549.eot);
  src: url(fonts/font_icons.f75b2549.eot#iefix) format("embedded-opentype"), url(fonts/font_icons.d7827e97.woff2) format("woff2"), url(fonts/font_icons.fd3931c7.woff) format("woff"), url(fonts/font_icons.c4ea60fd.ttf) format("truetype"), url(fonts/font_icons.e3a9ed61.svg#font_icons) format("svg");
  font-weight: 400;
  font-style: normal;
}