/* ===== cursor.css ===== */

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ===== reset.css ===== */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #333;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-block-end: 1rem;
  margin-block-start: 0.5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-end: 0.9rem;
  margin-block-start: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}

a {
  background-color: transparent;
  color: #c36;
  text-decoration: none;
}

a:active,
a:hover {
  color: #336;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  border-block-end: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

figcaption {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

[hidden],
template {
  display: none;
}

@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    -moz-column-break-inside: avoid;
    border: 1px solid #ccc;
    break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  width: 100%;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  width: auto;
}

[type="button"],
[type="submit"],
button {
  background-color: transparent;
  border: 1px solid #c36;
  border-radius: 3px;
  color: #c36;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

[type="button"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  background-color: #c36;
  color: #fff;
  text-decoration: none;
}

[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

select {
  display: block;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9em;
  margin-block-end: 15px;
  width: 100%;
}

table td,
table th {
  border: 1px solid hsla(0, 0%, 50%, 0.502);
  line-height: 1.5;
  padding: 15px;
  vertical-align: top;
}

table th {
  font-weight: 700;
}

table tfoot th,
table thead th {
  font-size: 1em;
}

table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50%, 0.502);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50%, 0.071);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsla(0, 0%, 50%, 0.102);
}

table tbody + tbody {
  border-block-start: 2px solid hsla(0, 0%, 50%, 0.502);
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }

  table table td,
  table table th {
    line-height: 1.3;
    padding: 7px;
  }

  table table th {
    font-weight: 400;
  }
}

dd,
dl,
dt,
li,
ol,
ul {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin-block-end: 0;
  margin-block-start: 0;
  outline: 0;
  vertical-align: baseline;
}

/* ===== theme.css ===== */

.comments-area a,
.page-content a {
  text-decoration: underline;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-inline: auto;
}

.alignwide {
  margin-inline: -80px;
}

.alignfull {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
}

.alignfull,
.alignfull img {
  width: 100vw;
}

.wp-caption {
  margin-block-end: 1.25rem;
  max-width: 100%;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  display: block;
  margin-inline: auto;
}

.wp-caption-text {
  margin: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.sticky {
  display: block;
  position: relative;
}

.bypostauthor {
  font-size: inherit;
}

.hide {
  display: none !important;
}

.post-password-form {
  margin: 50px auto;
  max-width: 500px;
}

.post-password-form p {
  align-items: flex-end;
  display: flex;
  width: 100%;
}

.post-password-form [type="submit"] {
  margin-inline-start: 3px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.post .entry-title a {
  text-decoration: none;
}

.post .wp-post-image {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}

@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}

#comments .comment-list {
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 0;
}

#comments .comment,
#comments .pingback {
  position: relative;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
  border-block-end: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  padding-block-end: 30px;
  padding-block-start: 30px;
  padding-inline-end: 0;
  padding-inline-start: 60px;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  border-radius: 50%;
  left: 0;
  margin-inline-end: 10px;
  position: absolute;
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir="rtl"] #comments .comment .avatar,
html[dir="rtl"] #comments .pingback .avatar {
  left: auto;
  right: 0;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-block-end: 0.9rem;
}

#comments .comment-metadata,
#comments .reply {
  font-size: 11px;
  line-height: 1;
}

#comments .children {
  list-style: none;
  margin: 0;
  padding-inline-start: 30px;
  position: relative;
}

#comments .children li:last-child {
  padding-block-end: 0;
}

#comments ol.comment-list .children:before {
  content: "↪";
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  left: 0;
  line-height: 100%;
  position: absolute;
  top: 45px;
  width: auto;
}

body.rtl #comments ol.comment-list .children:before,
html[dir="rtl"] #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}

@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }

  #comments .children {
    padding-inline-start: 20px;
  }

  #comments .comment .avatar {
    float: left;
    position: inherit;
  }

  body.rtl #comments .comment .avatar,
  html[dir="rtl"] #comments .comment .avatar {
    float: right;
  }
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="page-"]) .site-main {
  margin-inline-end: auto;
  margin-inline-start: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="page-"]) .site-main {
    padding-inline-end: 10px;
    padding-inline-start: 10px;
  }
}

@media (min-width: 576px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="page-"]) .site-main {
    max-width: 500px;
  }

  .site-footer.footer-full-width .footer-inner,
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="page-"]) .site-main {
    max-width: 600px;
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="page-"]) .site-main {
    max-width: 800px;
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="page-"]) .site-main {
    max-width: 1140px;
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%;
  }
}

.site-header + .elementor {
  min-height: calc(100vh - 320px);
}

/* ===== e-animation-grow.min.css ===== */

.anim-grow {
  transition-duration: 0.3s;
  transition-property: transform;
}

.anim-grow:active,
.anim-grow:focus,
.anim-grow:hover {
  transform: scale(1.1);
}

/* ===== frontend.min.css ===== */

/*! elementor - v3.30.0 - 30-07-2025 */
.hidden {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
}

.screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  padding: 0.75em;
}

.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em;
}

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

.elementor a {
  box-shadow: none;
  text-decoration: none;
}

.elementor hr {
  background-color: transparent;
  margin: 0;
}

.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.elementor .widget:not(.widget-text):not(.widget-post-content) figure {
  margin: 0;
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.elementor .bg,
.elementor .bg-holder,
.elementor .bg-video-container {
  direction: ltr;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.elementor .bg-video-container {
  pointer-events: none;
  transition: opacity 1s;
}

.elementor .bg-video-container.loading {
  opacity: 0;
}

.elementor .bg-video-embed {
  max-width: none;
}

.elementor .bg-video,
.elementor .bg-video-embed,
.elementor .bg-video-hosted {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.elementor .bg-video {
  max-width: none;
}

.elementor .bg-video-hosted {
  -o-object-fit: cover;
  object-fit: cover;
}

.elementor .bg-overlay {
  inset: 0;
  position: absolute;
}

.elementor .bg-slideshow {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.elementor .bg-slideshow-image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.con-inner > .el.absolute,
.con > .el.absolute,
.widget-wrap > .el.absolute {
  position: absolute;
}

.con-inner > .el.fixed,
.con > .el.fixed,
.widget-wrap > .el.fixed {
  position: fixed;
}

.widget-wrap .el.widget-width-auto,
.widget-wrap .el.widget-width-initial {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .widget-wrap .el.widget-tablet-width-auto,
  .widget-wrap .el.widget-tablet-width-initial {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .widget-wrap .el.widget-mobile-width-auto,
  .widget-wrap .el.widget-mobile-width-initial {
    max-width: 100%;
  }
}

.el {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
}

.el.absolute,
.el.fixed {
  z-index: 1;
}

.el:where(.con-full, .widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content);
}

.invisible {
  visibility: hidden;
}

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

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center .btn,
.align-left .btn,
.align-right .btn {
  width: auto;
}

.align-justify .btn {
  width: 100%;
}

.embed-play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.embed-play i {
  color: #fff;
  font-size: 100px;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}

.embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}

.embed-play i,
.embed-play svg {
  opacity: 0.8;
  transition: all 0.5s;
}

.embed-play.playing i {
  font-family: eicons;
}

.embed-play.playing i:before {
  content: "\e8fb";
}

.embed-play.playing i,
.embed-play.playing svg {
  animation: eicon-spin 2s linear infinite;
}

.tag {
  display: inline-flex;
}

.ken-burns {
  transition-duration: 10s;
  transition-property: transform;
  transition-timing-function: linear;
}

.ken-burns-out {
  transform: scale(1.3);
}

.ken-burns-active {
  transition-duration: 20s;
}

.ken-burns-active.ken-burns-out {
  transform: scale(1);
}

.ken-burns-active.ken-burns-in {
  transform: scale(1.3);
}

@media (min-width: -1) {
  .align-widescreen-center {
    text-align: center;
  }

  .align-widescreen-right {
    text-align: right;
  }

  .align-widescreen-left {
    text-align: left;
  }

  .align-widescreen-center .btn,
  .align-widescreen-left .btn,
  .align-widescreen-right .btn {
    width: auto;
  }

  .align-widescreen-justify .btn {
    width: 100%;
  }
}

@media (max-width: -1) {
  .align-laptop-center {
    text-align: center;
  }

  .align-laptop-right {
    text-align: right;
  }

  .align-laptop-left {
    text-align: left;
  }

  .align-laptop-center .btn,
  .align-laptop-left .btn,
  .align-laptop-right .btn {
    width: auto;
  }

  .align-laptop-justify .btn {
    width: 100%;
  }

  .align-tablet-extra-center {
    text-align: center;
  }

  .align-tablet-extra-right {
    text-align: right;
  }

  .align-tablet-extra-left {
    text-align: left;
  }

  .align-tablet-extra-center .btn,
  .align-tablet-extra-left .btn,
  .align-tablet-extra-right .btn {
    width: auto;
  }

  .align-tablet-extra-justify .btn {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .align-tablet-center {
    text-align: center;
  }

  .align-tablet-right {
    text-align: right;
  }

  .align-tablet-left {
    text-align: left;
  }

  .align-tablet-center .btn,
  .align-tablet-left .btn,
  .align-tablet-right .btn {
    width: auto;
  }

  .align-tablet-justify .btn {
    width: 100%;
  }
}

@media (max-width: -1) {
  .align-mobile-extra-center {
    text-align: center;
  }

  .align-mobile-extra-right {
    text-align: right;
  }

  .align-mobile-extra-left {
    text-align: left;
  }

  .align-mobile-extra-center .btn,
  .align-mobile-extra-left .btn,
  .align-mobile-extra-right .btn {
    width: auto;
  }

  .align-mobile-extra-justify .btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .align-mobile-center {
    text-align: center;
  }

  .align-mobile-right {
    text-align: right;
  }

  .align-mobile-left {
    text-align: left;
  }

  .align-mobile-center .btn,
  .align-mobile-left .btn,
  .align-mobile-right .btn {
    width: auto;
  }

  .align-mobile-justify .btn {
    width: 100%;
  }
}

:root {
  --page-title-display: block;
}

.page-title,
h1.entry-title {
  display: var(--page-title-display);
}

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

  to {
    transform: rotate(359deg);
  }
}

.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite;
}

.section {
  position: relative;
}

.section .container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .section .container {
    flex-wrap: wrap;
  }
}

.section.section-boxed > .container {
  max-width: 1140px;
}

.section.section-stretched {
  position: relative;
  width: 100%;
}

.section.items-top > .container {
  align-items: flex-start;
}

.section.items-middle > .container {
  align-items: center;
}

.section.items-bottom > .container {
  align-items: flex-end;
}

@media (min-width: 768px) {
  .section.section-full-height {
    height: 100vh;
  }

  .section.section-full-height > .container {
    height: 100%;
  }
}

.widget-flex-legacy .content-align-top > .container > .column > .widget-wrap {
  align-items: flex-start;
}

.widget-flex-legacy
  .content-align-middle
  > .container
  > .column
  > .widget-wrap {
  align-items: center;
}

.widget-flex-legacy
  .content-align-bottom
  > .container
  > .column
  > .widget-wrap {
  align-items: flex-end;
}

.widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.elementor:not(.widget-flex-legacy) .widget-wrap {
  display: flex;
}

.widget-wrap > .el {
  width: 100%;
}

.widget-wrap.swiper-container {
  width: calc(
    100% -
      (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px))
  );
}

.widget {
  position: relative;
}

.widget:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 20px);
}

.widget:not(:last-child).absolute,
.widget:not(:last-child).widget-width-auto,
.widget:not(:last-child).widget-width-initial {
  margin-bottom: 0;
}

.column {
  display: flex;
  min-height: 1px;
  position: relative;
}

.gap-narrow > .column > .el-populated {
  padding: 5px;
}

.gap-default > .column > .el-populated {
  padding: 10px;
}

.gap-extended > .column > .el-populated {
  padding: 15px;
}

.gap-wide > .column > .el-populated {
  padding: 20px;
}

.gap-wider > .column > .el-populated {
  padding: 30px;
}

.inner-section .gap-none .el-populated {
  padding: 0;
}

@media (min-width: 768px) {
  .column.col-10,
  .column[data-col="10"] {
    width: 10%;
  }

  .column.col-11,
  .column[data-col="11"] {
    width: 11.111%;
  }

  .column.col-12,
  .column[data-col="12"] {
    width: 12.5%;
  }

  .column.col-14,
  .column[data-col="14"] {
    width: 14.285%;
  }

  .column.col-16,
  .column[data-col="16"] {
    width: 16.666%;
  }

  .column.col-20,
  .column[data-col="20"] {
    width: 20%;
  }

  .column.col-25,
  .column[data-col="25"] {
    width: 25%;
  }

  .column.col-30,
  .column[data-col="30"] {
    width: 30%;
  }

  .column.col-33,
  .column[data-col="33"] {
    width: 33.333%;
  }

  .column.col-40,
  .column[data-col="40"] {
    width: 40%;
  }

  .column.col-50,
  .column[data-col="50"] {
    width: 50%;
  }

  .column.col-60,
  .column[data-col="60"] {
    width: 60%;
  }

  .column.col-66,
  .column[data-col="66"] {
    width: 66.666%;
  }

  .column.col-70,
  .column[data-col="70"] {
    width: 70%;
  }

  .column.col-75,
  .column[data-col="75"] {
    width: 75%;
  }

  .column.col-80,
  .column[data-col="80"] {
    width: 80%;
  }

  .column.col-83,
  .column[data-col="83"] {
    width: 83.333%;
  }

  .column.col-90,
  .column[data-col="90"] {
    width: 90%;
  }

  .column.col-100,
  .column[data-col="100"] {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .column.col-xs-10 {
    width: 10%;
  }

  .column.col-xs-11 {
    width: 11.111%;
  }

  .column.col-xs-12 {
    width: 12.5%;
  }

  .column.col-xs-14 {
    width: 14.285%;
  }

  .column.col-xs-16 {
    width: 16.666%;
  }

  .column.col-xs-20 {
    width: 20%;
  }

  .column.col-xs-25 {
    width: 25%;
  }

  .column.col-xs-30 {
    width: 30%;
  }

  .column.col-xs-33 {
    width: 33.333%;
  }

  .column.col-xs-40 {
    width: 40%;
  }

  .column.col-xs-50 {
    width: 50%;
  }

  .column.col-xs-60 {
    width: 60%;
  }

  .column.col-xs-66 {
    width: 66.666%;
  }

  .column.col-xs-70 {
    width: 70%;
  }

  .column.col-xs-75 {
    width: 75%;
  }

  .column.col-xs-80 {
    width: 80%;
  }

  .column.col-xs-83 {
    width: 83.333%;
  }

  .column.col-xs-90 {
    width: 90%;
  }

  .column.col-xs-100 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .column.col-sm-10 {
    width: 10%;
  }

  .column.col-sm-11 {
    width: 11.111%;
  }

  .column.col-sm-12 {
    width: 12.5%;
  }

  .column.col-sm-14 {
    width: 14.285%;
  }

  .column.col-sm-16 {
    width: 16.666%;
  }

  .column.col-sm-20 {
    width: 20%;
  }

  .column.col-sm-25 {
    width: 25%;
  }

  .column.col-sm-30 {
    width: 30%;
  }

  .column.col-sm-33 {
    width: 33.333%;
  }

  .column.col-sm-40 {
    width: 40%;
  }

  .column.col-sm-50 {
    width: 50%;
  }

  .column.col-sm-60 {
    width: 60%;
  }

  .column.col-sm-66 {
    width: 66.666%;
  }

  .column.col-sm-70 {
    width: 70%;
  }

  .column.col-sm-75 {
    width: 75%;
  }

  .column.col-sm-80 {
    width: 80%;
  }

  .column.col-sm-83 {
    width: 83.333%;
  }

  .column.col-sm-90 {
    width: 90%;
  }

  .column.col-sm-100 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .column.col-md-10 {
    width: 10%;
  }

  .column.col-md-11 {
    width: 11.111%;
  }

  .column.col-md-12 {
    width: 12.5%;
  }

  .column.col-md-14 {
    width: 14.285%;
  }

  .column.col-md-16 {
    width: 16.666%;
  }

  .column.col-md-20 {
    width: 20%;
  }

  .column.col-md-25 {
    width: 25%;
  }

  .column.col-md-30 {
    width: 30%;
  }

  .column.col-md-33 {
    width: 33.333%;
  }

  .column.col-md-40 {
    width: 40%;
  }

  .column.col-md-50 {
    width: 50%;
  }

  .column.col-md-60 {
    width: 60%;
  }

  .column.col-md-66 {
    width: 66.666%;
  }

  .column.col-md-70 {
    width: 70%;
  }

  .column.col-md-75 {
    width: 75%;
  }

  .column.col-md-80 {
    width: 80%;
  }

  .column.col-md-83 {
    width: 83.333%;
  }

  .column.col-md-90 {
    width: 90%;
  }

  .column.col-md-100 {
    width: 100%;
  }
}

@media (min-width: -1) {
  .reverse-widescreen > .container > :first-child {
    order: 10;
  }

  .reverse-widescreen > .container > :nth-child(2) {
    order: 9;
  }

  .reverse-widescreen > .container > :nth-child(3) {
    order: 8;
  }

  .reverse-widescreen > .container > :nth-child(4) {
    order: 7;
  }

  .reverse-widescreen > .container > :nth-child(5) {
    order: 6;
  }

  .reverse-widescreen > .container > :nth-child(6) {
    order: 5;
  }

  .reverse-widescreen > .container > :nth-child(7) {
    order: 4;
  }

  .reverse-widescreen > .container > :nth-child(8) {
    order: 3;
  }

  .reverse-widescreen > .container > :nth-child(9) {
    order: 2;
  }

  .reverse-widescreen > .container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: 1025px) and (max-width: -1) {
  .reverse-laptop > .container > :first-child {
    order: 10;
  }

  .reverse-laptop > .container > :nth-child(2) {
    order: 9;
  }

  .reverse-laptop > .container > :nth-child(3) {
    order: 8;
  }

  .reverse-laptop > .container > :nth-child(4) {
    order: 7;
  }

  .reverse-laptop > .container > :nth-child(5) {
    order: 6;
  }

  .reverse-laptop > .container > :nth-child(6) {
    order: 5;
  }

  .reverse-laptop > .container > :nth-child(7) {
    order: 4;
  }

  .reverse-laptop > .container > :nth-child(8) {
    order: 3;
  }

  .reverse-laptop > .container > :nth-child(9) {
    order: 2;
  }

  .reverse-laptop > .container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: -1) and (max-width: -1) {
  .reverse-laptop > .container > :first-child {
    order: 10;
  }

  .reverse-laptop > .container > :nth-child(2) {
    order: 9;
  }

  .reverse-laptop > .container > :nth-child(3) {
    order: 8;
  }

  .reverse-laptop > .container > :nth-child(4) {
    order: 7;
  }

  .reverse-laptop > .container > :nth-child(5) {
    order: 6;
  }

  .reverse-laptop > .container > :nth-child(6) {
    order: 5;
  }

  .reverse-laptop > .container > :nth-child(7) {
    order: 4;
  }

  .reverse-laptop > .container > :nth-child(8) {
    order: 3;
  }

  .reverse-laptop > .container > :nth-child(9) {
    order: 2;
  }

  .reverse-laptop > .container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: 1025px) and (max-width: -1) {
  .reverse-laptop > .container > :first-child,
  .reverse-laptop > .container > :nth-child(10),
  .reverse-laptop > .container > :nth-child(2),
  .reverse-laptop > .container > :nth-child(3),
  .reverse-laptop > .container > :nth-child(4),
  .reverse-laptop > .container > :nth-child(5),
  .reverse-laptop > .container > :nth-child(6),
  .reverse-laptop > .container > :nth-child(7),
  .reverse-laptop > .container > :nth-child(8),
  .reverse-laptop > .container > :nth-child(9) {
    order: 0;
  }

  .reverse-tablet-extra > .container > :first-child {
    order: 10;
  }

  .reverse-tablet-extra > .container > :nth-child(2) {
    order: 9;
  }

  .reverse-tablet-extra > .container > :nth-child(3) {
    order: 8;
  }

  .reverse-tablet-extra > .container > :nth-child(4) {
    order: 7;
  }

  .reverse-tablet-extra > .container > :nth-child(5) {
    order: 6;
  }

  .reverse-tablet-extra > .container > :nth-child(6) {
    order: 5;
  }

  .reverse-tablet-extra > .container > :nth-child(7) {
    order: 4;
  }

  .reverse-tablet-extra > .container > :nth-child(8) {
    order: 3;
  }

  .reverse-tablet-extra > .container > :nth-child(9) {
    order: 2;
  }

  .reverse-tablet-extra > .container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .reverse-tablet > .container > :first-child {
    order: 10;
  }

  .reverse-tablet > .container > :nth-child(2) {
    order: 9;
  }

  .reverse-tablet > .container > :nth-child(3) {
    order: 8;
  }

  .reverse-tablet > .container > :nth-child(4) {
    order: 7;
  }

  .reverse-tablet > .container > :nth-child(5) {
    order: 6;
  }

  .reverse-tablet > .container > :nth-child(6) {
    order: 5;
  }

  .reverse-tablet > .container > :nth-child(7) {
    order: 4;
  }

  .reverse-tablet > .container > :nth-child(8) {
    order: 3;
  }

  .reverse-tablet > .container > :nth-child(9) {
    order: 2;
  }

  .reverse-tablet > .container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: -1) and (max-width: 1024px) {
  .reverse-tablet > .container > :first-child {
    order: 10;
  }

  .reverse-tablet > .container > :nth-child(2) {
    order: 9;
  }

  .reverse-tablet > .container > :nth-child(3) {
    order: 8;
  }

  .reverse-tablet > .container > :nth-child(4) {
    order: 7;
  }

  .reverse-tablet > .container > :nth-child(5) {
    order: 6;
  }

  .reverse-tablet > .container > :nth-child(6) {
    order: 5;
  }

  .reverse-tablet > .container > :nth-child(7) {
    order: 4;
  }

  .reverse-tablet > .container > :nth-child(8) {
    order: 3;
  }

  .reverse-tablet > .container > :nth-child(9) {
    order: 2;
  }

  .reverse-tablet > .container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: 768px) and (max-width: -1) {
  .reverse-tablet > .container > :first-child,
  .reverse-tablet > .container > :nth-child(10),
  .reverse-tablet > .container > :nth-child(2),
  .reverse-tablet > .container > :nth-child(3),
  .reverse-tablet > .container > :nth-child(4),
  .reverse-tablet > .container > :nth-child(5),
  .reverse-tablet > .container > :nth-child(6),
  .reverse-tablet > .container > :nth-child(7),
  .reverse-tablet > .container > :nth-child(8),
  .reverse-tablet > .container > :nth-child(9) {
    order: 0;
  }

  .reverse-mobile-extra > .container > :first-child {
    order: 10;
  }

  .reverse-mobile-extra > .container > :nth-child(2) {
    order: 9;
  }

  .reverse-mobile-extra > .container > :nth-child(3) {
    order: 8;
  }

  .reverse-mobile-extra > .container > :nth-child(4) {
    order: 7;
  }

  .reverse-mobile-extra > .container > :nth-child(5) {
    order: 6;
  }

  .reverse-mobile-extra > .container > :nth-child(6) {
    order: 5;
  }

  .reverse-mobile-extra > .container > :nth-child(7) {
    order: 4;
  }

  .reverse-mobile-extra > .container > :nth-child(8) {
    order: 3;
  }

  .reverse-mobile-extra > .container > :nth-child(9) {
    order: 2;
  }

  .reverse-mobile-extra > .container > :nth-child(10) {
    order: 1;
  }
}

@media (max-width: 767px) {
  .reverse-mobile > .container > :first-child {
    order: 10;
  }

  .reverse-mobile > .container > :nth-child(2) {
    order: 9;
  }

  .reverse-mobile > .container > :nth-child(3) {
    order: 8;
  }

  .reverse-mobile > .container > :nth-child(4) {
    order: 7;
  }

  .reverse-mobile > .container > :nth-child(5) {
    order: 6;
  }

  .reverse-mobile > .container > :nth-child(6) {
    order: 5;
  }

  .reverse-mobile > .container > :nth-child(7) {
    order: 4;
  }

  .reverse-mobile > .container > :nth-child(8) {
    order: 3;
  }

  .reverse-mobile > .container > :nth-child(9) {
    order: 2;
  }

  .reverse-mobile > .container > :nth-child(10) {
    order: 1;
  }

  .column {
    width: 100%;
  }
}

.grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}

.grid .grid-item {
  min-width: 0;
}

.grid-0 .grid {
  display: inline-block;
  margin-bottom: calc(-1 * var(--grid-row-gap));
  width: 100%;
  word-spacing: var(--grid-column-gap);
}

.grid-0 .grid .grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}

.grid-1 .grid {
  grid-template-columns: repeat(1, 1fr);
}

.grid-2 .grid {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 .grid {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 .grid {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 .grid {
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 .grid {
  grid-template-columns: repeat(6, 1fr);
}

.grid-7 .grid {
  grid-template-columns: repeat(7, 1fr);
}

.grid-8 .grid {
  grid-template-columns: repeat(8, 1fr);
}

.grid-9 .grid {
  grid-template-columns: repeat(9, 1fr);
}

.grid-10 .grid {
  grid-template-columns: repeat(10, 1fr);
}

.grid-11 .grid {
  grid-template-columns: repeat(11, 1fr);
}

.grid-12 .grid {
  grid-template-columns: repeat(12, 1fr);
}

@media (min-width: -1) {
  .grid-widescreen-0 .grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .grid-widescreen-0 .grid .grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .grid-widescreen-1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-widescreen-2 .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-widescreen-3 .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-widescreen-4 .grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-widescreen-5 .grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-widescreen-6 .grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-widescreen-7 .grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-widescreen-8 .grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-widescreen-9 .grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-widescreen-10 .grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-widescreen-11 .grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-widescreen-12 .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: -1) {
  .grid-laptop-0 .grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .grid-laptop-0 .grid .grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .grid-laptop-1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-laptop-2 .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-laptop-3 .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-laptop-4 .grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-laptop-5 .grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-laptop-6 .grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-laptop-7 .grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-laptop-8 .grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-laptop-9 .grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-laptop-10 .grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-laptop-11 .grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-laptop-12 .grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .grid-tablet_extra-0 .grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .grid-tablet_extra-0 .grid .grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .grid-tablet_extra-1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-tablet_extra-2 .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-tablet_extra-3 .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-tablet_extra-4 .grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-tablet_extra-5 .grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-tablet_extra-6 .grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-tablet_extra-7 .grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-tablet_extra-8 .grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-tablet_extra-9 .grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-tablet_extra-10 .grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-tablet_extra-11 .grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-tablet_extra-12 .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 1024px) {
  .grid-tablet-0 .grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .grid-tablet-0 .grid .grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .grid-tablet-1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-tablet-2 .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-tablet-3 .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-tablet-4 .grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-tablet-5 .grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-tablet-6 .grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-tablet-7 .grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-tablet-8 .grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-tablet-9 .grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-tablet-10 .grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-tablet-11 .grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-tablet-12 .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: -1) {
  .grid-mobile_extra-0 .grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .grid-mobile_extra-0 .grid .grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .grid-mobile_extra-1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-mobile_extra-2 .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-mobile_extra-3 .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-mobile_extra-4 .grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-mobile_extra-5 .grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-mobile_extra-6 .grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-mobile_extra-7 .grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-mobile_extra-8 .grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-mobile_extra-9 .grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-mobile_extra-10 .grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-mobile_extra-11 .grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-mobile_extra-12 .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 767px) {
  .grid-mobile-0 .grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .grid-mobile-0 .grid .grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .grid-mobile-1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-mobile-2 .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-mobile-3 .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-mobile-4 .grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-mobile-5 .grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-mobile-6 .grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-mobile-7 .grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-mobile-8 .grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-mobile-9 .grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-mobile-10 .grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-mobile-11 .grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-mobile-12 .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1025px) {
  #device-mode:after {
    content: "desktop";
  }
}

@media (min-width: -1) {
  #device-mode:after {
    content: "widescreen";
  }
}

@media (max-width: -1) {
  #device-mode:after {
    content: "laptop";
    content: "tablet_extra";
  }
}

@media (max-width: 1024px) {
  #device-mode:after {
    content: "tablet";
  }
}

@media (max-width: -1) {
  #device-mode:after {
    content: "mobile_extra";
  }
}

@media (max-width: 767px) {
  #device-mode:after {
    content: "mobile";
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --row-gap: var(--widgets-spacing-row, 20px);
  --column-gap: var(--widgets-spacing-column, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  border-radius: var(--border-radius);
  height: var(--height);
  min-height: var(--min-height);
  min-width: 0;
  overflow: var(--overflow);
  position: var(--position);
  width: var(--width);
  z-index: var(--z-index);
  --flex-wrap-mobile: wrap;
  margin-block-end: var(--margin-block-end);
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-end: var(--padding-inline-end);
  padding-inline-start: var(--padding-inline-start);
}

.con:where(:not(.e-div-block-base)) {
  transition:
    background var(--background-transition, 0.3s),
    border var(--border-transition, 0.3s),
    box-shadow var(--border-transition, 0.3s),
    transform var(--e-con-transform-transition-duration, 0.4s);
}

.con {
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
}

body.rtl .con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width);
}

.con.flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}

.con-full,
.con > .con-inner {
  padding-block-end: var(--padding-block-end);
  padding-block-start: var(--padding-block-start);
  text-align: var(--text-align);
}

.con-full.flex,
.con.flex > .con-inner {
  flex-direction: var(--flex-direction);
}

.con,
.con > .con-inner {
  display: var(--display);
}

.con.grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row;
}

.con.grid,
.con.grid > .con-inner {
  align-content: var(--grid-align-content);
  align-items: var(--align-items);
  grid-auto-flow: var(--grid-auto-flow);
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  justify-items: var(--justify-items);
}

.con-boxed.flex {
  align-content: normal;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
}

.con-boxed.grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: legacy;
}

.con-boxed {
  gap: initial;
  text-align: initial;
}

.con.flex > .con-inner {
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
}

.con.grid > .con-inner {
  align-items: var(--align-items);
  justify-items: var(--justify-items);
}

.con > .con-inner {
  gap: var(--row-gap) var(--column-gap);
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
}

:is(.section-wrap, [data-elementor-id]) > .con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width));
}

.con .widget.widget {
  margin-block-end: 0;
}

.con:before,
.con > .bg-slideshow:before,
.con > .motion-effect-container > .motion-effect-layer:before,
:is(.con, .con > .con-inner) > .bg-video-container:before {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  content: var(--background-overlay);
  display: block;
  height: max(
    100% + var(--border-top-width) + var(--border-bottom-width),
    100%
  );
  left: calc(0px - var(--border-left-width));
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
  top: calc(0px - var(--border-top-width));
  transition: var(--overlay-transition, 0.3s);
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

.con:before {
  transition:
    background var(--overlay-transition, 0.3s),
    border-radius var(--border-transition, 0.3s),
    opacity var(--overlay-transition, 0.3s);
}

.con > .bg-slideshow,
:is(.con, .con > .con-inner) > .bg-video-container {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  height: max(
    100% + var(--border-top-width) + var(--border-bottom-width),
    100%
  );
  left: calc(0px - var(--border-left-width));
  top: calc(0px - var(--border-top-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

@media (max-width: 767px) {
  :is(.con, .con > .con-inner) > .bg-video-container.hidden-mobile {
    display: none;
  }
}

:is(.con, .con > .con-inner) > .bg-video-container:before {
  z-index: 1;
}

:is(.con, .con > .con-inner) > .bg-slideshow:before {
  z-index: 2;
}

.con .widget {
  min-width: 0;
}

.con .widget-empty,
.con .widget-google-maps,
.con .widget-video,
.con .widget.widget-swiper {
  width: 100%;
}

.con > .con-inner > .widget > .widget-inner,
.con > .widget > .widget-inner {
  height: 100%;
}

.con.con > .con-inner > .widget,
.elementor.elementor .con > .widget {
  max-width: 100%;
}

.con .widget:not(:last-child) {
  --kit-widget-spacing: 0px;
}

@media (max-width: 767px) {
  .con.flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile);
  }

  .con.flex .widget-archive-posts {
    width: 100%;
  }
}

.form-fields {
  display: flex;
  flex-wrap: wrap;
}

.form-fields.form-labels-above .form-field-group .form-field-subgroup,
.form-fields.form-labels-above .form-field-group > .form-select,
.form-fields.form-labels-above .form-field-group > input,
.form-fields.form-labels-above .form-field-group > textarea {
  flex-basis: 100%;
  max-width: 100%;
}

.form-fields.form-labels-inline > .form-field-group .form-select,
.form-fields.form-labels-inline > .form-field-group > input {
  flex-grow: 1;
}

.form-field-group {
  align-items: center;
  flex-wrap: wrap;
}

.form-field-group.form-submit {
  align-items: flex-end;
}

.form-field-group .form-field-text {
  background-color: transparent;
  border: 1px solid #69727d;
  color: #1f2124;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

.form-field-group .form-field-text:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}

.form-field-group .form-field-text::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}

.form-field-group .form-field-text::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}

.form-field-group .form-select {
  display: flex;
  position: relative;
  width: 100%;
}

.form-field-group .form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  flex-basis: 100%;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-inline-end: 20px;
  text-transform: inherit;
}

.form-field-group .form-select:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  top: 50%;
  transform: translateY(-50%);
}

.form-field-group.form-multi-select .form-select:before {
  content: "";
}

.form-field-subgroup {
  display: flex;
  flex-wrap: wrap;
}

.form-field-subgroup .form-field-option label {
  display: inline-block;
}

.form-field-subgroup.form-subgroup-inline .form-field-option {
  padding-inline-end: 10px;
}

.form-field-subgroup:not(.form-subgroup-inline) .form-field-option {
  flex-basis: 100%;
}

.form-acceptance .form-field-subgroup .form-field-option input,
.form-acceptance .form-field-subgroup .form-field-option label,
.form-checkbox .form-field-subgroup .form-field-option input,
.form-checkbox .form-field-subgroup .form-field-option label,
.form-radio .form-field-subgroup .form-field-option input,
.form-radio .form-field-subgroup .form-field-option label {
  display: inline;
}

.form-label {
  cursor: pointer;
}

.form-required .form-label:after {
  color: red;
  content: "*";
  padding-inline-start: 0.2em;
}

.form-field-text {
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  min-height: 40px;
  padding: 5px 14px;
}

.form-field-text.size-xs {
  border-radius: 2px;
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
}

.form-field-text.size-md {
  border-radius: 4px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
}

.form-field-text.size-lg {
  border-radius: 5px;
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
}

.form-field-text.size-xl {
  border-radius: 6px;
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
}

.btn-align-stretch .form-submit:not(.form-btns-wrapper) .btn {
  flex-basis: 100%;
}

.btn-align-stretch .form-btns-wrapper {
  flex-basis: 50%;
  flex-grow: 1;
}

.btn-align-stretch .form-btn {
  flex-basis: 100%;
}

.btn-align-center .form-btns,
.btn-align-center .form-submit {
  justify-content: center;
}

.btn-align-start .form-btns,
.btn-align-start .form-submit {
  justify-content: flex-start;
}

.btn-align-end .form-btns,
.btn-align-end .form-submit {
  justify-content: flex-end;
}

.btn-align-center .form-submit:not(.form-btns-wrapper) .btn,
.btn-align-end .form-submit:not(.form-btns-wrapper) .btn,
.btn-align-start .form-submit:not(.form-btns-wrapper) .btn {
  flex-basis: auto;
}

.btn-align-center .form-btns-wrapper,
.btn-align-end .form-btns-wrapper,
.btn-align-start .form-btns-wrapper {
  flex-grow: 0;
}

.btn-align-center .form-btns-wrapper,
.btn-align-center .form-btn,
.btn-align-end .form-btns-wrapper,
.btn-align-end .form-btn,
.btn-align-start .form-btns-wrapper,
.btn-align-start .form-btn {
  flex-basis: auto;
}

@media screen and (max-width: 1024px) {
  .btn-tablet-stretch .form-submit:not(.form-btns-wrapper) .btn {
    flex-basis: 100%;
  }

  .btn-tablet-stretch .form-btns-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }

  .btn-tablet-stretch .form-btn {
    flex-basis: 100%;
  }

  .btn-tablet-center .form-btns,
  .btn-tablet-center .form-submit {
    justify-content: center;
  }

  .btn-tablet-start .form-btns,
  .btn-tablet-start .form-submit {
    justify-content: flex-start;
  }

  .btn-tablet-end .form-btns,
  .btn-tablet-end .form-submit {
    justify-content: flex-end;
  }

  .btn-tablet-center .form-submit:not(.form-btns-wrapper) .btn,
  .btn-tablet-end .form-submit:not(.form-btns-wrapper) .btn,
  .btn-tablet-start .form-submit:not(.form-btns-wrapper) .btn {
    flex-basis: auto;
  }

  .btn-tablet-center .form-btns-wrapper,
  .btn-tablet-end .form-btns-wrapper,
  .btn-tablet-start .form-btns-wrapper {
    flex-grow: 0;
  }

  .btn-tablet-center .form-btns-wrapper,
  .btn-tablet-center .form-btn,
  .btn-tablet-end .form-btns-wrapper,
  .btn-tablet-end .form-btn,
  .btn-tablet-start .form-btns-wrapper,
  .btn-tablet-start .form-btn {
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .btn-mobile-stretch .form-submit:not(.form-btns-wrapper) .btn {
    flex-basis: 100%;
  }

  .btn-mobile-stretch .form-btns-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }

  .btn-mobile-stretch .form-btn {
    flex-basis: 100%;
  }

  .btn-mobile-center .form-btns,
  .btn-mobile-center .form-submit {
    justify-content: center;
  }

  .btn-mobile-start .form-btns,
  .btn-mobile-start .form-submit {
    justify-content: flex-start;
  }

  .btn-mobile-end .form-btns,
  .btn-mobile-end .form-submit {
    justify-content: flex-end;
  }

  .btn-mobile-center .form-submit:not(.form-btns-wrapper) .btn,
  .btn-mobile-end .form-submit:not(.form-btns-wrapper) .btn,
  .btn-mobile-start .form-submit:not(.form-btns-wrapper) .btn {
    flex-basis: auto;
  }

  .btn-mobile-center .form-btns-wrapper,
  .btn-mobile-end .form-btns-wrapper,
  .btn-mobile-start .form-btns-wrapper {
    flex-grow: 0;
  }

  .btn-mobile-center .form-btns-wrapper,
  .btn-mobile-center .form-btn,
  .btn-mobile-end .form-btns-wrapper,
  .btn-mobile-end .form-btn,
  .btn-mobile-start .form-btns-wrapper,
  .btn-mobile-start .form-btn {
    flex-basis: auto;
  }
}

.error .form-field {
  border-color: #d9534f;
}

.error .help-inline {
  color: #d9534f;
  font-size: 0.9em;
}

.form-message {
  font-size: 1em;
  line-height: 1;
  margin: 10px 0;
}

.form-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  margin-inline-end: 5px;
  vertical-align: middle;
}

.form-message.form-message-error {
  color: #d9534f;
}

.form-message.form-message-error:before {
  content: "\e87f";
}

.form-message.form-message-success {
  color: #5cb85c;
}

.form .btn {
  border: none;
  padding-block-end: 0;
  padding-block-start: 0;
}

.form .btn-content,
.form .btn > span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}

.form .btn.size-xs {
  min-height: 33px;
}

.form .btn.size-sm {
  min-height: 40px;
}

.form .btn.size-md {
  min-height: 47px;
}

.form .btn.size-lg {
  min-height: 59px;
}

.form .btn.size-xl {
  min-height: 72px;
}

.el:where(:not(.con)):where(:not(.e-div-block-base)) .widget-inner,
.el:where(:not(.con)):where(:not(.e-div-block-base)):not(:has(.widget-inner)) {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}

.heading {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.btn {
  background-color: #69727d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}

.btn:focus,
.btn:hover,
.btn:visited {
  color: #fff;
}

.btn-content {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}

.btn-icon {
  align-items: center;
  display: flex;
}

.btn-icon svg {
  height: auto;
  width: 1em;
}

.btn-icon .e-font-icon-svg {
  height: 1em;
}

.btn-text {
  display: inline-block;
}

.btn.size-xs {
  border-radius: 2px;
  font-size: 13px;
  padding: 10px 20px;
}

.btn.size-md {
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 30px;
}

.btn.size-lg {
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px;
}

.btn.size-xl {
  border-radius: 6px;
  font-size: 20px;
  padding: 25px 50px;
}

.btn span {
  text-decoration: inherit;
}

.el.btn-info .btn {
  background-color: #5bc0de;
}

.el.btn-success .btn {
  background-color: #5cb85c;
}

.el.btn-warning .btn {
  background-color: #f0ad4e;
}

.el.btn-danger .btn {
  background-color: #d9534f;
}

.widget-button .btn .btn-info {
  background-color: #5bc0de;
}

.widget-button .btn .btn-success {
  background-color: #5cb85c;
}

.widget-button .btn .btn-warning {
  background-color: #f0ad4e;
}

.widget-button .btn .btn-danger {
  background-color: #d9534f;
}

.view-stacked .icon {
  background-color: #69727d;
  color: #fff;
  padding: 0.5em;
  fill: #fff;
}

.view-framed .icon {
  background-color: transparent;
  border: 3px solid #69727d;
  color: #69727d;
  padding: 0.5em;
}

.icon {
  color: #69727d;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}

.icon:hover {
  color: #69727d;
}

.icon i,
.icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.icon i:before,
.icon svg:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.icon i.fad {
  width: auto;
}

.shape-square .icon {
  border-radius: 0;
}

.shape-rounded .icon {
  border-radius: 10%;
}

.shape-circle .icon {
  border-radius: 50%;
}

.e-transform .widget-inner,
.e-transform:not(:has(.widget-inner)) {
  transform: perspective(var(--e-transform-perspective, 0))
    rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0))
    rotateY(var(--e-transform-rotateY, 0))
    translate(var(--e-transform-translate, 0))
    translateX(var(--e-transform-translateX, 0))
    translateY(var(--e-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-transform-flipX, 1) *
          var(--e-transform-scaleX, var(--e-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-transform-flipY, 1) *
          var(--e-transform-scaleY, var(--e-transform-scale, 1))
      )
    )
    skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0))
    rotate(var(--e-con-transform-rotateZ, 0))
    rotateX(var(--e-con-transform-rotateX, 0))
    rotateY(var(--e-con-transform-rotateY, 0))
    translate(var(--e-con-transform-translate, 0))
    translateX(var(--e-con-transform-translateX, 0))
    translateY(var(--e-con-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-con-transform-flipX, 1) *
          var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-con-transform-flipY, 1) *
          var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1))
      )
    )
    skewX(var(--e-con-transform-skewX, 0))
    skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y)
    var(--e-con-transform-origin-x);
}

.animated {
  animation-duration: 1.25s;
}

.animated.animated-slow {
  animation-duration: 2s;
}

.animated.animated-fast {
  animation-duration: 0.75s;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none;
  }
}

/* ===== elementor-icons.min.css ===== */

/*! elementor-icons - v5.43.0 - 30-05-2025 */
@font-face {
  font-family: eicons;
  src: url(fonts/eicons.eot?5.43.0);
  src:
    url(fonts/eicons.eot?5.43.0#iefix) format("embedded-opentype"),
    url(fonts/eicons.woff2?5.43.0) format("woff2"),
    url(fonts/eicons.woff?5.43.0) format("woff"),
    url(fonts/eicons.ttf?5.43.0) format("truetype"),
    url(fonts/eicons.svg?5.43.0#eicon) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" eicon-"],
[class^="eicon"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

  to {
    transform: rotate(359deg);
  }
}

.eicon-animation-spin {
  animation: a 2s infinite linear;
}

.eicon-editor-link:before {
  content: "\e800";
}

.eicon-editor-unlink:before {
  content: "\e801";
}

.eicon-editor-external-link:before {
  content: "\e802";
}

.eicon-editor-close:before {
  content: "\e803";
}

.eicon-editor-list-ol:before {
  content: "\e804";
}

.eicon-editor-list-ul:before {
  content: "\e805";
}

.eicon-editor-bold:before {
  content: "\e806";
}

.eicon-editor-italic:before {
  content: "\e807";
}

.eicon-editor-underline:before {
  content: "\e808";
}

.eicon-editor-paragraph:before {
  content: "\e809";
}

.eicon-editor-h1:before {
  content: "\e80a";
}

.eicon-editor-h2:before {
  content: "\e80b";
}

.eicon-editor-h3:before {
  content: "\e80c";
}

.eicon-editor-h4:before {
  content: "\e80d";
}

.eicon-editor-h5:before {
  content: "\e80e";
}

.eicon-editor-h6:before {
  content: "\e80f";
}

.eicon-editor-quote:before {
  content: "\e810";
}

.eicon-editor-code:before {
  content: "\e811";
}

.eicon-elementor:before {
  content: "\e812";
}

.eicon-elementor-circle:before {
  content: "\e813";
}

.eicon-pojome:before {
  content: "\e814";
}

.eicon-plus:before {
  content: "\e815";
}

.eicon-menu-bar:before {
  content: "\e816";
}

.eicon-apps:before {
  content: "\e817";
}

.eicon-accordion:before {
  content: "\e818";
}

.eicon-alert:before {
  content: "\e819";
}

.eicon-animation-text:before {
  content: "\e81a";
}

.eicon-animation:before {
  content: "\e81b";
}

.eicon-banner:before {
  content: "\e81c";
}

.eicon-blockquote:before {
  content: "\e81d";
}

.eicon-button:before {
  content: "\e81e";
}

.eicon-call-to-action:before {
  content: "\e81f";
}

.eicon-captcha:before {
  content: "\e820";
}

.eicon-carousel:before {
  content: "\e821";
}

.eicon-checkbox:before {
  content: "\e822";
}

.eicon-columns:before {
  content: "\e823";
}

.eicon-countdown:before {
  content: "\e824";
}

.eicon-counter:before {
  content: "\e825";
}

.eicon-date:before {
  content: "\e826";
}

.eicon-divider-shape:before {
  content: "\e827";
}

.eicon-divider:before {
  content: "\e828";
}

.eicon-download-button:before {
  content: "\e829";
}

.eicon-dual-button:before {
  content: "\e82a";
}

.eicon-email-field:before {
  content: "\e82b";
}

.eicon-facebook-comments:before {
  content: "\e82c";
}

.eicon-facebook-like-box:before {
  content: "\e82d";
}

.eicon-form-horizontal:before {
  content: "\e82e";
}

.eicon-form-vertical:before {
  content: "\e82f";
}

.eicon-gallery-grid:before {
  content: "\e830";
}

.eicon-gallery-group:before {
  content: "\e831";
}

.eicon-gallery-justified:before {
  content: "\e832";
}

.eicon-gallery-masonry:before {
  content: "\e833";
}

.eicon-icon-box:before {
  content: "\e834";
}

.eicon-image-before-after:before {
  content: "\e835";
}

.eicon-image-box:before {
  content: "\e836";
}

.eicon-image-hotspot:before {
  content: "\e837";
}

.eicon-image-rollover:before {
  content: "\e838";
}

.eicon-info-box:before {
  content: "\e839";
}

.eicon-inner-section:before {
  content: "\e83a";
}

.eicon-mailchimp:before {
  content: "\e83b";
}

.eicon-menu-card:before {
  content: "\e83c";
}

.eicon-navigation-horizontal:before {
  content: "\e83d";
}

.eicon-nav-menu:before {
  content: "\e83e";
}

.eicon-navigation-vertical:before {
  content: "\e83f";
}

.eicon-number-field:before {
  content: "\e840";
}

.eicon-parallax:before {
  content: "\e841";
}

.eicon-php7:before {
  content: "\e842";
}

.eicon-post-list:before {
  content: "\e843";
}

.eicon-post-slider:before {
  content: "\e844";
}

.eicon-post:before {
  content: "\e845";
}

.eicon-posts-carousel:before {
  content: "\e846";
}

.eicon-posts-grid:before {
  content: "\e847";
}

.eicon-posts-group:before {
  content: "\e848";
}

.eicon-posts-justified:before {
  content: "\e849";
}

.eicon-posts-masonry:before {
  content: "\e84a";
}

.eicon-posts-ticker:before {
  content: "\e84b";
}

.eicon-price-list:before {
  content: "\e84c";
}

.eicon-price-table:before {
  content: "\e84d";
}

.eicon-radio:before {
  content: "\e84e";
}

.eicon-rtl:before {
  content: "\e84f";
}

.eicon-scroll:before {
  content: "\e850";
}

.eicon-search:before {
  content: "\e851";
}

.eicon-select:before {
  content: "\e852";
}

.eicon-share:before {
  content: "\e853";
}

.eicon-sidebar:before {
  content: "\e854";
}

.eicon-skill-bar:before {
  content: "\e855";
}

.eicon-slider-3d:before {
  content: "\e856";
}

.eicon-slider-album:before {
  content: "\e857";
}

.eicon-slider-device:before {
  content: "\e858";
}

.eicon-slider-full-screen:before {
  content: "\e859";
}

.eicon-slider-push:before {
  content: "\e85a";
}

.eicon-slider-vertical:before {
  content: "\e85b";
}

.eicon-slider-video:before {
  content: "\e85c";
}

.eicon-slides:before {
  content: "\e85d";
}

.eicon-social-icons:before {
  content: "\e85e";
}

.eicon-spacer:before {
  content: "\e85f";
}

.eicon-table:before {
  content: "\e860";
}

.eicon-tabs:before {
  content: "\e861";
}

.eicon-tel-field:before {
  content: "\e862";
}

.eicon-text-area:before {
  content: "\e863";
}

.eicon-text-field:before {
  content: "\e864";
}

.eicon-thumbnails-down:before {
  content: "\e865";
}

.eicon-thumbnails-half:before {
  content: "\e866";
}

.eicon-thumbnails-right:before {
  content: "\e867";
}

.eicon-time-line:before {
  content: "\e868";
}

.eicon-toggle:before {
  content: "\e869";
}

.eicon-url:before {
  content: "\e86a";
}

.eicon-t-letter:before {
  content: "\e86b";
}

.eicon-wordpress:before {
  content: "\e86c";
}

.eicon-text:before {
  content: "\e86d";
}

.eicon-anchor:before {
  content: "\e86e";
}

.eicon-bullet-list:before {
  content: "\e86f";
}

.eicon-code:before {
  content: "\e870";
}

.eicon-favorite:before {
  content: "\e871";
}

.eicon-google-maps:before {
  content: "\e872";
}

.eicon-image:before {
  content: "\e873";
}

.eicon-photo-library:before {
  content: "\e874";
}

.eicon-woocommerce:before {
  content: "\e875";
}

.eicon-youtube:before {
  content: "\e876";
}

.eicon-flip-box:before {
  content: "\e877";
}

.eicon-settings:before {
  content: "\e878";
}

.eicon-headphones:before {
  content: "\e879";
}

.eicon-testimonial:before {
  content: "\e87a";
}

.eicon-counter-circle:before {
  content: "\e87b";
}

.eicon-person:before {
  content: "\e87c";
}

.eicon-chevron-right:before {
  content: "\e87d";
}

.eicon-chevron-left:before {
  content: "\e87e";
}

.eicon-close:before {
  content: "\e87f";
}

.eicon-file-download:before {
  content: "\e880";
}

.eicon-save:before {
  content: "\e881";
}

.eicon-zoom-in:before {
  content: "\e882";
}

.eicon-shortcode:before {
  content: "\e883";
}

.eicon-nerd:before {
  content: "\e884";
}

.eicon-device-desktop:before {
  content: "\e885";
}

.eicon-device-tablet:before {
  content: "\e886";
}

.eicon-device-mobile:before {
  content: "\e887";
}

.eicon-document-file:before {
  content: "\e888";
}

.eicon-folder-o:before {
  content: "\e889";
}

.eicon-hypster:before {
  content: "\e88a";
}

.eicon-h-align-left:before {
  content: "\e88b";
}

.eicon-h-align-right:before {
  content: "\e88c";
}

.eicon-h-align-center:before {
  content: "\e88d";
}

.eicon-h-align-stretch:before {
  content: "\e88e";
}

.eicon-v-align-top:before {
  content: "\e88f";
}

.eicon-v-align-bottom:before {
  content: "\e890";
}

.eicon-v-align-middle:before {
  content: "\e891";
}

.eicon-v-align-stretch:before {
  content: "\e892";
}

.eicon-pro-icon:before {
  content: "\e893";
}

.eicon-mail:before {
  content: "\e894";
}

.eicon-lock-user:before {
  content: "\e895";
}

.eicon-testimonial-carousel:before {
  content: "\e896";
}

.eicon-media-carousel:before {
  content: "\e897";
}

.eicon-section:before {
  content: "\e898";
}

.eicon-column:before {
  content: "\e899";
}

.eicon-edit:before {
  content: "\e89a";
}

.eicon-clone:before {
  content: "\e89b";
}

.eicon-trash:before {
  content: "\e89c";
}

.eicon-play:before {
  content: "\e89d";
}

.eicon-angle-right:before {
  content: "\e89e";
}

.eicon-angle-left:before {
  content: "\e89f";
}

.eicon-animated-headline:before {
  content: "\e8a0";
}

.eicon-menu-toggle:before {
  content: "\e8a1";
}

.eicon-fb-embed:before {
  content: "\e8a2";
}

.eicon-fb-feed:before {
  content: "\e8a3";
}

.eicon-twitter-embed:before {
  content: "\e8a4";
}

.eicon-twitter-feed:before {
  content: "\e8a5";
}

.eicon-sync:before {
  content: "\e8a6";
}

.eicon-import-export:before {
  content: "\e8a7";
}

.eicon-check-circle:before {
  content: "\e8a8";
}

.eicon-library-save:before {
  content: "\e8a9";
}

.eicon-library-download:before {
  content: "\e9dd";
}

.eicon-insert:before {
  content: "\e8ab";
}

.eicon-preview-medium:before {
  content: "\e8ac";
}

.eicon-sort-down:before {
  content: "\e8ad";
}

.eicon-sort-up:before {
  content: "\e8ae";
}

.eicon-heading:before {
  content: "\e8af";
}

.eicon-logo:before {
  content: "\e8b0";
}

.eicon-meta-data:before {
  content: "\e8b1";
}

.eicon-post-content:before {
  content: "\e8b2";
}

.eicon-post-excerpt:before {
  content: "\e8b3";
}

.eicon-post-navigation:before {
  content: "\e8b4";
}

.eicon-yoast:before {
  content: "\e8b5";
}

.eicon-nerd-chuckle:before {
  content: "\e8b6";
}

.eicon-nerd-wink:before {
  content: "\e8b7";
}

.eicon-comments:before {
  content: "\e8b8";
}

.eicon-download-circle-o:before {
  content: "\e8b9";
}

.eicon-library-upload:before {
  content: "\e8ba";
}

.eicon-save-o:before {
  content: "\e8bb";
}

.eicon-upload-circle-o:before {
  content: "\e8bc";
}

.eicon-ellipsis-h:before {
  content: "\e8bd";
}

.eicon-ellipsis-v:before {
  content: "\e8be";
}

.eicon-arrow-left:before {
  content: "\e8bf";
}

.eicon-arrow-right:before {
  content: "\e8c0";
}

.eicon-arrow-up:before {
  content: "\e8c1";
}

.eicon-arrow-down:before {
  content: "\e8c2";
}

.eicon-play-o:before {
  content: "\e8c3";
}

.eicon-archive-posts:before {
  content: "\e8c4";
}

.eicon-archive-title:before {
  content: "\e8c5";
}

.eicon-featured-image:before {
  content: "\e8c6";
}

.eicon-post-info:before {
  content: "\e8c7";
}

.eicon-post-title:before {
  content: "\e8c8";
}

.eicon-site-logo:before {
  content: "\e8c9";
}

.eicon-site-search:before {
  content: "\e8ca";
}

.eicon-site-title:before {
  content: "\e8cb";
}

.eicon-plus-square:before {
  content: "\e8cc";
}

.eicon-minus-square:before {
  content: "\e8cd";
}

.eicon-cloud-check:before {
  content: "\e8ce";
}

.eicon-drag-n-drop:before {
  content: "\e8cf";
}

.eicon-welcome:before {
  content: "\e8d0";
}

.eicon-handle:before {
  content: "\e8d1";
}

.eicon-cart:before {
  content: "\e8d2";
}

.eicon-product-add-to-cart:before {
  content: "\e8d3";
}

.eicon-product-breadcrumbs:before {
  content: "\e8d4";
}

.eicon-product-categories:before {
  content: "\e8d5";
}

.eicon-product-description:before {
  content: "\e8d6";
}

.eicon-product-images:before {
  content: "\e8d7";
}

.eicon-product-info:before {
  content: "\e8d8";
}

.eicon-product-meta:before {
  content: "\e8d9";
}

.eicon-product-pages:before {
  content: "\e8da";
}

.eicon-product-price:before {
  content: "\e8db";
}

.eicon-product-rating:before {
  content: "\e8dc";
}

.eicon-product-related:before {
  content: "\e8dd";
}

.eicon-product-stock:before {
  content: "\e8de";
}

.eicon-product-tabs:before {
  content: "\e8df";
}

.eicon-product-title:before {
  content: "\e8e0";
}

.eicon-product-upsell:before {
  content: "\e8e1";
}

.eicon-products:before {
  content: "\e8e2";
}

.eicon-bag-light:before {
  content: "\e8e3";
}

.eicon-bag-medium:before {
  content: "\e8e4";
}

.eicon-bag-solid:before {
  content: "\e8e5";
}

.eicon-basket-light:before {
  content: "\e8e6";
}

.eicon-basket-medium:before {
  content: "\e8e7";
}

.eicon-basket-solid:before {
  content: "\e8e8";
}

.eicon-cart-light:before {
  content: "\e8e9";
}

.eicon-cart-medium:before {
  content: "\e8ea";
}

.eicon-cart-solid:before {
  content: "\e8eb";
}

.eicon-exchange:before {
  content: "\e8ec";
}

.eicon-preview-thin:before {
  content: "\e8ed";
}

.eicon-device-laptop:before {
  content: "\e8ee";
}

.eicon-collapse:before {
  content: "\e8ef";
}

.eicon-expand:before {
  content: "\e8f0";
}

.eicon-navigator:before {
  content: "\e8f1";
}

.eicon-plug:before {
  content: "\e8f2";
}

.eicon-dashboard:before {
  content: "\e8f3";
}

.eicon-typography:before {
  content: "\e8f4";
}

.eicon-info-circle-o:before {
  content: "\e8f5";
}

.eicon-integration:before {
  content: "\e8f6";
}

.eicon-plus-circle-o:before {
  content: "\e8f7";
}

.eicon-rating:before {
  content: "\e8f8";
}

.eicon-review:before {
  content: "\e8f9";
}

.eicon-tools:before {
  content: "\e8fa";
}

.eicon-loading:before {
  content: "\e8fb";
}

.eicon-sitemap:before {
  content: "\e8fc";
}

.eicon-click:before {
  content: "\e8fd";
}

.eicon-clock:before {
  content: "\e8fe";
}

.eicon-library-open:before {
  content: "\e8ff";
}

.eicon-warning:before {
  content: "\e900";
}

.eicon-flow:before {
  content: "\e901";
}

.eicon-cursor-move:before {
  content: "\e902";
}

.eicon-arrow-circle-left:before {
  content: "\e903";
}

.eicon-flash:before {
  content: "\e904";
}

.eicon-redo:before {
  content: "\e905";
}

.eicon-ban:before {
  content: "\e906";
}

.eicon-barcode:before {
  content: "\e907";
}

.eicon-calendar:before {
  content: "\e908";
}

.eicon-caret-left:before {
  content: "\e909";
}

.eicon-caret-right:before {
  content: "\e90a";
}

.eicon-caret-up:before {
  content: "\e90b";
}

.eicon-chain-broken:before {
  content: "\e90c";
}

.eicon-check-circle-o:before {
  content: "\e90d";
}

.eicon-check:before {
  content: "\e90e";
}

.eicon-chevron-double-left:before {
  content: "\e90f";
}

.eicon-chevron-double-right:before {
  content: "\e910";
}

.eicon-undo:before {
  content: "\e911";
}

.eicon-filter:before {
  content: "\e912";
}

.eicon-circle-o:before {
  content: "\e913";
}

.eicon-circle:before {
  content: "\e914";
}

.eicon-clock-o:before {
  content: "\e915";
}

.eicon-cog:before {
  content: "\e916";
}

.eicon-cogs:before {
  content: "\e917";
}

.eicon-commenting-o:before {
  content: "\e918";
}

.eicon-copy:before {
  content: "\e919";
}

.eicon-database:before {
  content: "\e91a";
}

.eicon-dot-circle-o:before {
  content: "\e91b";
}

.eicon-envelope:before {
  content: "\e91c";
}

.eicon-external-link-square:before {
  content: "\e91d";
}

.eicon-eyedropper:before {
  content: "\e91e";
}

.eicon-folder:before {
  content: "\e91f";
}

.eicon-font:before {
  content: "\e920";
}

.eicon-adjust:before {
  content: "\e921";
}

.eicon-lightbox:before {
  content: "\e922";
}

.eicon-heart-o:before {
  content: "\e923";
}

.eicon-history:before {
  content: "\e924";
}

.eicon-image-bold:before {
  content: "\e925";
}

.eicon-info-circle:before {
  content: "\e926";
}

.eicon-link:before {
  content: "\e927";
}

.eicon-long-arrow-left:before {
  content: "\e928";
}

.eicon-long-arrow-right:before {
  content: "\e929";
}

.eicon-caret-down:before {
  content: "\e92a";
}

.eicon-paint-brush:before {
  content: "\e92b";
}

.eicon-pencil:before {
  content: "\e92c";
}

.eicon-plus-circle:before {
  content: "\e92d";
}

.eicon-zoom-in-bold:before {
  content: "\e92e";
}

.eicon-sort-amount-desc:before {
  content: "\e92f";
}

.eicon-sign-out:before {
  content: "\e930";
}

.eicon-spinner:before {
  content: "\e931";
}

.eicon-square:before {
  content: "\e932";
}

.eicon-star-o:before {
  content: "\e933";
}

.eicon-star:before {
  content: "\e934";
}

.eicon-text-align-justify:before {
  content: "\e935";
}

.eicon-text-align-center:before {
  content: "\e936";
}

.eicon-tags:before {
  content: "\e937";
}

.eicon-text-align-left:before {
  content: "\e938";
}

.eicon-text-align-right:before {
  content: "\e939";
}

.eicon-close-circle:before {
  content: "\e93a";
}

.eicon-trash-o:before {
  content: "\e93b";
}

.eicon-font-awesome:before {
  content: "\e93c";
}

.eicon-user-circle-o:before {
  content: "\e93d";
}

.eicon-video-camera:before {
  content: "\e93e";
}

.eicon-heart:before {
  content: "\e93f";
}

.eicon-wrench:before {
  content: "\e940";
}

.eicon-help:before {
  content: "\e941";
}

.eicon-help-o:before {
  content: "\e942";
}

.eicon-zoom-out-bold:before {
  content: "\e943";
}

.eicon-plus-square-o:before {
  content: "\e944";
}

.eicon-minus-square-o:before {
  content: "\e945";
}

.eicon-minus-circle:before {
  content: "\e946";
}

.eicon-minus-circle-o:before {
  content: "\e947";
}

.eicon-code-bold:before {
  content: "\e948";
}

.eicon-cloud-upload:before {
  content: "\e949";
}

.eicon-search-bold:before {
  content: "\e94a";
}

.eicon-map-pin:before {
  content: "\e94b";
}

.eicon-meetup:before {
  content: "\e94c";
}

.eicon-slideshow:before {
  content: "\e94d";
}

.eicon-t-letter-bold:before {
  content: "\e94e";
}

.eicon-preferences:before {
  content: "\e94f";
}

.eicon-table-of-contents:before {
  content: "\e950";
}

.eicon-tv:before {
  content: "\e951";
}

.eicon-upload:before {
  content: "\e952";
}

.eicon-instagram-comments:before {
  content: "\e953";
}

.eicon-instagram-nested-gallery:before {
  content: "\e954";
}

.eicon-instagram-post:before {
  content: "\e955";
}

.eicon-instagram-video:before {
  content: "\e956";
}

.eicon-instagram-gallery:before {
  content: "\e957";
}

.eicon-instagram-likes:before {
  content: "\e958";
}

.eicon-facebook:before {
  content: "\e959";
}

.eicon-twitter:before {
  content: "\e95a";
}

.eicon-pinterest:before {
  content: "\e95b";
}

.eicon-frame-expand:before {
  content: "\e95c";
}

.eicon-frame-minimize:before {
  content: "\e95d";
}

.eicon-archive:before {
  content: "\e95e";
}

.eicon-colors-typography:before {
  content: "\e95f";
}

.eicon-custom:before {
  content: "\e960";
}

.eicon-footer:before {
  content: "\e961";
}

.eicon-header:before {
  content: "\e962";
}

.eicon-layout-settings:before {
  content: "\e963";
}

.eicon-lightbox-expand:before {
  content: "\e964";
}

.eicon-error-404:before {
  content: "\e965";
}

.eicon-theme-style:before {
  content: "\e966";
}

.eicon-search-results:before {
  content: "\e967";
}

.eicon-single-post:before {
  content: "\e968";
}

.eicon-site-identity:before {
  content: "\e969";
}

.eicon-theme-builder:before {
  content: "\e96a";
}

.eicon-download-bold:before {
  content: "\e96b";
}

.eicon-share-arrow:before {
  content: "\e96c";
}

.eicon-global-settings:before {
  content: "\e96d";
}

.eicon-user-preferences:before {
  content: "\e96e";
}

.eicon-lock:before {
  content: "\e96f";
}

.eicon-export-kit:before {
  content: "\e970";
}

.eicon-import-kit:before {
  content: "\e971";
}

.eicon-lottie:before {
  content: "\e972";
}

.eicon-products-archive:before {
  content: "\e973";
}

.eicon-single-product:before {
  content: "\e974";
}

.eicon-disable-trash-o:before {
  content: "\e975";
}

.eicon-single-page:before {
  content: "\e976";
}

.eicon-wordpress-light:before {
  content: "\e977";
}

.eicon-cogs-check:before {
  content: "\e978";
}

.eicon-custom-css:before {
  content: "\e979";
}

.eicon-global-colors:before {
  content: "\e97a";
}

.eicon-globe:before {
  content: "\e97b";
}

.eicon-typography-1:before {
  content: "\e97c";
}

.eicon-background:before {
  content: "\e97d";
}

.eicon-device-responsive:before {
  content: "\e97e";
}

.eicon-device-wide:before {
  content: "\e97f";
}

.eicon-code-highlight:before {
  content: "\e980";
}

.eicon-video-playlist:before {
  content: "\e981";
}

.eicon-download-kit:before {
  content: "\e982";
}

.eicon-kit-details:before {
  content: "\e983";
}

.eicon-kit-parts:before {
  content: "\e984";
}

.eicon-kit-upload:before {
  content: "\e985";
}

.eicon-kit-plugins:before {
  content: "\e986";
}

.eicon-kit-upload-alt:before {
  content: "\e987";
}

.eicon-hotspot:before {
  content: "\e988";
}

.eicon-paypal-button:before {
  content: "\e989";
}

.eicon-shape:before {
  content: "\e98a";
}

.eicon-wordart:before {
  content: "\e98b";
}

.eicon-checkout:before {
  content: "\e98c";
}

.eicon-container:before {
  content: "\e98d";
}

.eicon-flip:before {
  content: "\e98e";
}

.eicon-info:before {
  content: "\e98f";
}

.eicon-my-account:before {
  content: "\e990";
}

.eicon-purchase-summary:before {
  content: "\e991";
}

.eicon-page-transition:before {
  content: "\e992";
}

.eicon-spotify:before {
  content: "\e993";
}

.eicon-stripe-button:before {
  content: "\e994";
}

.eicon-woo-settings:before {
  content: "\e995";
}

.eicon-woo-cart:before {
  content: "\e996";
}

.eicon-grow:before {
  content: "\e997";
}

.eicon-order-end:before {
  content: "\e998";
}

.eicon-nowrap:before {
  content: "\e999";
}

.eicon-order-start:before {
  content: "\e99a";
}

.eicon-progress-tracker:before {
  content: "\e99b";
}

.eicon-shrink:before {
  content: "\e99c";
}

.eicon-wrap:before {
  content: "\e99d";
}

.eicon-align-center-h:before {
  content: "\e99e";
}

.eicon-align-center-v:before {
  content: "\e99f";
}

.eicon-align-end-h:before {
  content: "\e9a0";
}

.eicon-align-end-v:before {
  content: "\e9a1";
}

.eicon-align-start-h:before {
  content: "\e9a2";
}

.eicon-align-start-v:before {
  content: "\e9a3";
}

.eicon-align-stretch-h:before {
  content: "\e9a4";
}

.eicon-align-stretch-v:before {
  content: "\e9a5";
}

.eicon-justify-center-h:before {
  content: "\e9a6";
}

.eicon-justify-center-v:before {
  content: "\e9a7";
}

.eicon-justify-end-h:before {
  content: "\e9a8";
}

.eicon-justify-end-v:before {
  content: "\e9a9";
}

.eicon-justify-space-around-h:before {
  content: "\e9aa";
}

.eicon-justify-space-around-v:before {
  content: "\e9ab";
}

.eicon-justify-space-between-h:before {
  content: "\e9ac";
}

.eicon-justify-space-between-v:before {
  content: "\e9ad";
}

.eicon-justify-space-evenly-h:before {
  content: "\e9ae";
}

.eicon-justify-space-evenly-v:before {
  content: "\e9af";
}

.eicon-justify-start-h:before {
  content: "\e9b0";
}

.eicon-justify-start-v:before {
  content: "\e9b1";
}

.eicon-woocommerce-cross-sells:before {
  content: "\e9b2";
}

.eicon-woocommerce-notices:before {
  content: "\e9b3";
}

.eicon-inner-container:before {
  content: "\e9b4";
}

.eicon-warning-full:before {
  content: "\e9b5";
}

.eicon-exit:before {
  content: "\e9b6";
}

.eicon-loop-builder:before {
  content: "\e9b7";
}

.eicon-notes:before {
  content: "\e9b8";
}

.eicon-read:before {
  content: "\e9b9";
}

.eicon-unread:before {
  content: "\e9ba";
}

.eicon-carousel-loop:before {
  content: "\e9bb";
}

.eicon-mega-menu:before {
  content: "\eb78";
}

.eicon-nested-carousel:before {
  content: "\e9bd";
}

.eicon-ai:before {
  content: "\e9be";
}

.eicon-taxonomy-filter:before {
  content: "\eb7d";
}

.eicon-container-grid:before {
  content: "\ef02";
}

.eicon-upgrade:before {
  content: "\e9c1";
}

.eicon-advanced:before {
  content: "\eb84";
}

.eicon-div-block:before {
  content: "\eb9b";
}

.eicon-notification:before {
  content: "\e9c3";
}

.eicon-light-mode:before {
  content: "\e9c4";
}

.eicon-dark-mode:before {
  content: "\e9c5";
}

.eicon-upgrade-crown:before {
  content: "\e9c6";
}

.eicon-off-canvas:before {
  content: "\e9c7";
}

.eicon-speakerphone:before {
  content: "\e9c9";
}

.eicon-ehp-cta:before {
  content: "\e9cb";
}

.eicon-ehp-forms:before {
  content: "\e9bc";
}

.eicon-ehp-hero:before {
  content: "\e9ca";
}

.eicon-ehp-zigzag:before {
  content: "\e9cc";
}

.eicon-e-button:before {
  content: "\e9ce";
}

.eicon-flexbox:before {
  content: "\e9d0";
}

.eicon-paragraph:before {
  content: "\e9d1";
}

.eicon-icon:before {
  content: "\e9d2";
}

.eicon-e-image:before {
  content: "\e9d3";
}

.eicon-video:before {
  content: "\e9d4";
}

.eicon-svg:before {
  content: "\e9d5";
}

.eicon-e-divider:before {
  content: "\e9d6";
}

.eicon-e-heading:before {
  content: "\e9d7";
}

.eicon-atomic:before {
  content: "\ebae";
}

.eicon-library-delete:before {
  content: "\e9d8";
}

.eicon-library-copy:before {
  content: "\e9d9";
}

.eicon-library-folder-empty:before {
  content: "\e9da";
}

.eicon-library-move:before {
  content: "\e9db";
}

.eicon-library-edit:before {
  content: "\e9dc";
}

.eicon-library-subscription-upgrade:before {
  content: "\e9de";
}

.eicon-library-folder-view:before {
  content: "\e9df";
}

.eicon-library-grid:before {
  content: "\e9e1";
}

.eicon-library-cloud-connect:before {
  content: "\e9e2";
}

.eicon-library-import:before {
  content: "\e9e3";
}

.eicon-library-list:before {
  content: "\e9e4";
}

.eicon-library-cloud-empty:before {
  content: "\e9e5";
}

.eicon-folder-plus:before {
  content: "\e8aa";
}

.eicon-library-folder:before {
  content: "\e9e6";
}

.eicon-accessibility:before {
  content: "\e9bf";
}

.eicon-lock-outline:before {
  content: "\e9e7";
}

.eicon-e-youtube:before {
  content: "\e9e8";
}

.eicon-eye:before {
  content: "\e8ac";
}

.eicon-elementor-square:before {
  content: "\e813";
}

/* ===== widget-contact-buttons-base.min.css ===== */

/*! elementor - v3.30.0 - 30-07-2025 */
.contact-btn {
  --e-contact-buttons-chat-box-width: 360px;
  --e-contact-buttons-size-small: 55px;
  --e-contact-buttons-size-medium: 65px;
  --e-contact-buttons-size-large: 75px;
  --e-contact-buttons-svg-size-small: 32px;
  --e-contact-buttons-svg-size-medium: 38px;
  --e-contact-buttons-svg-size-large: 42px;
  --e-contact-buttons-profile-image-size-small: 65px;
  --e-contact-buttons-profile-image-size-medium: 75px;
  --e-contact-buttons-profile-image-size-large: 85px;
  --e-contact-buttons-dot: red;
  --e-contact-buttons-dot-size: 16px;
  --e-contact-buttons-profile-dot-bg: #39aa59;
  --e-contact-buttons-border-radius: 20px;
  --e-contact-button-chat-button-animation-delay: 0;
  --e-contact-buttons-icon-size-small: 45px;
  --e-contact-buttons-icon-size-medium: 50px;
  --e-contact-buttons-icon-size-large: 55px;
  --e-contact-buttons-contact-gap: 15px;
  --e-contact-buttons-horizontal-offset: 25px;
  --e-contact-buttons-vertical-offset: 25px;
  --e-contact-buttons-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --e-contact-buttons-drop-shadow: drop-shadow(
    4px 4px 10px rgba(0, 0, 0, 0.15)
  );
  --e-contact-buttons-button-bg: #467ff7;
  --e-contact-buttons-button-bg-hover: #1c2448;
  --e-contact-buttons-button-icon: #fff;
  --e-contact-buttons-button-icon-hover: #fff;
  --e-contact-buttons-top-bar-bg: #1c2448;
  --e-contact-buttons-top-bar-title: #fff;
  --e-contact-buttons-top-bar-subtitle: #fff;
  --e-contact-buttons-close-button-color: #fff;
  --e-contact-buttons-active-button-bg: #fff;
  --e-contact-buttons-message-bubble-name: #000;
  --e-contact-buttons-message-bubble-body: #000;
  --e-contact-buttons-message-bubble-time: #000;
  --e-contact-buttons-message-bubble-bubble-bg: #fff;
  --e-contact-buttons-message-bubble-chat-bg: #c8d5dc;
  --e-contact-buttons-send-button-icon: #fff;
  --e-contact-buttons-send-button-bg: #467ff7;
  --e-contact-buttons-send-button-icon-hover: #fff;
  --e-contact-buttons-send-button-bg-hover: #1c2448;
  --e-contact-buttons-chat-box-bg: #fff;
  --e-contact-buttons-contact-button-icon: #fff;
  --e-contact-buttons-contact-button-icon-hover: #fff;
  --e-contact-buttons-contact-button-bg: #467ff7;
  --e-contact-buttons-contact-button-bg-hover: #1c2448;
  --e-contact-buttons-tooltip-text: #1c2448;
  --e-contact-buttons-tooltip-bg: #fff;
  --e-contact-buttons-contact-title-text-color: #1c2448;
  --e-contact-buttons-contact-description-text-color: #1c2448;
  display: flex;
  flex-direction: column;
  gap: 20px;
  pointer-events: none;
  position: fixed;
  width: var(--e-contact-buttons-chat-box-width);
  z-index: 10000;
}

@media (max-width: 767px) {
  .contact-btn {
    inset-inline-end: 0;
    width: 90vw;
  }
}

.contact-btn.has-h-alignment-start {
  inset-inline-start: var(--e-contact-buttons-horizontal-offset);
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .contact-btn.has-h-alignment-start {
    inset-inline-start: 0;
  }
}

.contact-btn.has-h-alignment-start .contact-btn__chat-container {
  justify-content: flex-start;
  padding-inline-end: 0;
  padding-inline-start: 20px;
}

@media (max-width: 767px) {
  .contact-btn.has-h-alignment-start .contact-btn__chat-container {
    inset-inline-end: unset;
    inset-inline-start: var(--e-contact-buttons-horizontal-offset);
  }
}

.contact-btn.has-h-alignment-end {
  align-items: flex-end;
  inset-inline-end: var(--e-contact-buttons-horizontal-offset);
  justify-content: flex-end;
}

.contact-btn.has-h-alignment-end .contact-btn__chat-container {
  inset-inline-end: var(--e-contact-buttons-horizontal-offset);
  justify-content: flex-end;
  padding-inline-end: 20px;
}

@media (max-width: 767px) {
  .contact-btn.has-h-alignment-end .contact-btn__chat-container {
    inset-inline-end: unset;
  }
}

.contact-btn.has-h-alignment-center {
  inset-inline-start: 50%;
  justify-content: center;
  transform: translateX(-50%);
}

.contact-btn.has-h-alignment-center .contact-btn__chat-container {
  justify-content: center;
  padding-inline: 0;
}

.contact-btn.has-h-alignment-center .contact-btn__content-wrap {
  inset-inline-end: calc(var(--e-contact-buttons-chat-box-width) / 2 - 40px);
  position: relative;
}

.contact-btn.has-v-alignment-top {
  top: var(--e-contact-buttons-vertical-offset);
}

.contact-btn.has-v-alignment-top .contact-btn__content-wrap {
  order: 2;
}

.contact-btn.has-v-alignment-top .contact-btn__chat-container {
  order: 1;
}

.contact-btn.has-v-alignment-middle {
  align-items: center;
  flex-direction: row;
  top: 50%;
  transform: translateY(-50%);
}

.contact-btn.has-v-alignment-middle .contact-btn__chat-container {
  padding-inline: 0;
}

.contact-btn.has-v-alignment-middle.has-h-alignment-start
  .contact-btn__content-wrap {
  order: 2;
}

.contact-btn.has-v-alignment-middle.has-h-alignment-start
  .contact-btn__chat-container {
  order: 1;
  padding-inline: 0;
}

.contact-btn.has-h-alignment-center.has-v-alignment-middle {
  flex-direction: column;
  transform: translate(-50%, -50%);
}

.contact-btn.has-v-alignment-bottom {
  bottom: var(--e-contact-buttons-vertical-offset);
}

.contact-btn.has-platform-whatsapp {
  --e-contact-buttons-button-bg: #25d366;
  --e-contact-buttons-button-bg-hover: #075e54;
  --e-contact-buttons-button-icon: #fff;
  --e-contact-buttons-button-icon-hover: #fff;
  --e-contact-buttons-top-bar-bg: #075e54;
  --e-contact-buttons-top-bar-title: #fff;
  --e-contact-buttons-top-bar-subtitle: #fff;
  --e-contact-buttons-close-button-color: #fff;
  --e-contact-buttons-message-bubble-body: #000;
  --e-contact-buttons-message-bubble-time: #000;
  --e-contact-buttons-message-bubble-name: #000;
  --e-contact-buttons-message-bubble-bubble-bg: #fff;
  --e-contact-buttons-message-bubble-chat-bg: #ece5dd;
  --e-contact-buttons-send-button-icon: #fff;
  --e-contact-buttons-send-button-bg: #25d366;
  --e-contact-buttons-send-button-icon-hover: #fff;
  --e-contact-buttons-send-button-bg-hover: #075e54;
  --e-contact-buttons-chat-box-bg: #fff;
}

.contact-btn.has-platform-skype {
  --e-contact-buttons-button-bg: #00aff0;
  --e-contact-buttons-button-bg-hover: #0d72cf;
  --e-contact-buttons-button-icon: #fff;
  --e-contact-buttons-button-icon-hover: #fff;
  --e-contact-buttons-top-bar-bg: #0d72cf;
  --e-contact-buttons-top-bar-title: #fff;
  --e-contact-buttons-top-bar-subtitle: #fff;
  --e-contact-buttons-close-button-color: #fff;
  --e-contact-buttons-message-bubble-body: #000;
  --e-contact-buttons-message-bubble-time: #000;
  --e-contact-buttons-message-bubble-name: #000;
  --e-contact-buttons-message-bubble-bubble-bg: #fff;
  --e-contact-buttons-message-bubble-chat-bg: #cdf7ff;
  --e-contact-buttons-send-button-icon: #fff;
  --e-contact-buttons-send-button-bg: #00aff0;
  --e-contact-buttons-send-button-icon-hover: #fff;
  --e-contact-buttons-send-button-bg-hover: #0d72cf;
  --e-contact-buttons-chat-box-bg: #fff;
}

.contact-btn.has-platform-messenger {
  --e-contact-buttons-button-bg: #168aff;
  --e-contact-buttons-button-bg-hover: #168aff;
  --e-contact-buttons-button-icon: #fff;
  --e-contact-buttons-button-icon-hover: #fff;
  --e-contact-buttons-top-bar-bg: #168aff;
  --e-contact-buttons-top-bar-title: #fff;
  --e-contact-buttons-top-bar-subtitle: #fff;
  --e-contact-buttons-close-button-color: #fff;
  --e-contact-buttons-message-bubble-body: #000;
  --e-contact-buttons-message-bubble-time: #000;
  --e-contact-buttons-message-bubble-name: #000;
  --e-contact-buttons-message-bubble-bubble-bg: #fff;
  --e-contact-buttons-message-bubble-chat-bg: #f0f0f0;
  --e-contact-buttons-send-button-icon: #fff;
  --e-contact-buttons-send-button-bg: #168aff;
  --e-contact-buttons-send-button-icon-hover: #fff;
  --e-contact-buttons-send-button-bg-hover: #168aff;
  --e-contact-buttons-chat-box-bg: #fff;
}

.contact-btn.has-platform-viber {
  --e-contact-buttons-button-bg: #7360f2;
  --e-contact-buttons-button-bg-hover: #4e4879;
  --e-contact-buttons-button-icon: #fff;
  --e-contact-buttons-button-icon-hover: #fff;
  --e-contact-buttons-top-bar-bg: #4e4879;
  --e-contact-buttons-top-bar-title: #fff;
  --e-contact-buttons-top-bar-subtitle: #fff;
  --e-contact-buttons-close-button-color: #fff;
  --e-contact-buttons-message-bubble-body: #000;
  --e-contact-buttons-message-bubble-time: #000;
  --e-contact-buttons-message-bubble-name: #000;
  --e-contact-buttons-message-bubble-bubble-bg: #fff;
  --e-contact-buttons-message-bubble-chat-bg: #e5e1ff;
  --e-contact-buttons-send-button-icon: #fff;
  --e-contact-buttons-send-button-bg: #7360f2;
  --e-contact-buttons-send-button-icon-hover: #fff;
  --e-contact-buttons-send-button-bg-hover: #4e4879;
  --e-contact-buttons-chat-box-bg: #fff;
}

.contact-btn.has-platform-waze {
  --e-contact-buttons-button-bg: #3cf;
  --e-contact-buttons-button-bg-hover: #09f;
  --e-contact-buttons-button-icon: #fff;
  --e-contact-buttons-button-icon-hover: #fff;
  --e-contact-buttons-top-bar-bg: #09f;
  --e-contact-buttons-top-bar-title: #fff;
  --e-contact-buttons-top-bar-subtitle: #fff;
  --e-contact-buttons-close-button-color: #fff;
  --e-contact-buttons-message-bubble-body: #000;
  --e-contact-buttons-message-bubble-time: #000;
  --e-contact-buttons-message-bubble-name: #000;
  --e-contact-buttons-message-bubble-bubble-bg: #fff;
  --e-contact-buttons-message-bubble-chat-bg: #ece5dd;
  --e-contact-buttons-send-button-icon: #fff;
  --e-contact-buttons-send-button-bg: #3cf;
  --e-contact-buttons-send-button-icon-hover: #fff;
  --e-contact-buttons-send-button-bg-hover: #09f;
  --e-contact-buttons-chat-box-bg: #fff;
}

.contact-btn.has-corners-rounded {
  --e-contact-buttons-border-radius: 20px;
}

.contact-btn.has-corners-round {
  --e-contact-buttons-border-radius: 50px;
}

.contact-btn.has-corners-sharp {
  --e-contact-buttons-border-radius: 0;
}

.contact-btn:not(.has-animations) .contact-btn__content-wrap.hidden {
  display: none;
}

.contact-btn.has-animations .contact-btn__content-wrap.hidden {
  display: block;
  transition: 1s;
  visibility: hidden;
}

.contact-btn.has-animations .contact-btn__content-wrap.animated-wrapper {
  animation: e-contact-buttons-close 1s;
  opacity: 0;
  transform: none;
  visibility: hidden;
}

.contact-btn__chat-shadow,
.contact-btn__box-shadow,
.contact-btn__box-shadow:is(a),
.contact-btn__content {
  box-shadow: var(--e-contact-buttons-box-shadow);
}

.contact-btn__chat-drop-shadow {
  filter: var(--e-contact-buttons-drop-shadow);
}

.contact-btn__content {
  border-radius: var(--e-contact-buttons-border-radius);
  font-family:
    var(--e-global-typography-text-font-family, "Poppins"), Sans-serif;
  overflow: hidden;
}

.contact-btn__top-bar {
  align-items: center;
  background-color: var(--e-contact-buttons-top-bar-bg);
  display: flex;
  gap: 20px;
  padding: 20px;
  position: relative;
}

.contact-btn__title {
  color: var(--e-contact-buttons-top-bar-title);
  font-size: 24px;
  font-weight: 700;
  margin-block-end: 0;
}

.contact-btn__subtitle {
  color: var(--e-contact-buttons-top-bar-subtitle);
  font-size: 20px;
  margin-block-end: 0;
}

.contact-btn__avatar {
  align-items: center;
  display: flex;
  position: relative;
}

.contact-btn__avatar img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-btn__avatar.has-size-small img {
  height: var(--e-contact-buttons-profile-image-size-small);
  width: var(--e-contact-buttons-profile-image-size-small);
}

.contact-btn__avatar.has-size-medium img {
  height: var(--e-contact-buttons-profile-image-size-medium);
  width: var(--e-contact-buttons-profile-image-size-medium);
}

.contact-btn__avatar.has-size-large img {
  height: var(--e-contact-buttons-profile-image-size-large);
  width: var(--e-contact-buttons-profile-image-size-large);
}

.contact-btn__avatar.has-dot:after {
  background-color: var(--e-contact-buttons-profile-dot-bg);
  border: 3px solid var(--e-contact-buttons-top-bar-bg);
  border-radius: 50%;
  bottom: 5px;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}

.contact-btn__close,
.contact-btn__close[type="button"] {
  background: none;
  border: 0;
  color: var(--e-contact-buttons-close-button-color);
  inset-inline-end: 20px;
  padding: 0;
  position: absolute;
  top: 20px;
}

.contact-btn__close:focus,
.contact-btn__close:hover,
.contact-btn__close[type="button"]:focus,
.contact-btn__close[type="button"]:hover {
  background: none;
  border: 0;
  color: var(--e-contact-buttons-close-button-color);
}

.contact-btn__chat-container,
.contact-btn__icon-link,
.contact-btn__content-wrap {
  pointer-events: auto;
}

.contact-btn__chat-container {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media (max-width: 767px) {
  .contact-btn__chat-container {
    position: relative;
  }
}

.contact-btn__chat,
.contact-btn__chat[type="button"] {
  align-items: center;
  background-color: var(--e-contact-buttons-button-bg);
  border: 0;
  border-radius: 50%;
  color: var(--e-contact-buttons-button-icon);
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: all 0.3s;
}

.contact-btn__chat svg,
.contact-btn__chat[type="button"] svg {
  fill: var(--e-contact-buttons-button-icon);
}

.contact-btn__chat:focus,
.contact-btn__chat:hover,
.contact-btn__chat[type="button"]:focus,
.contact-btn__chat[type="button"]:hover {
  background-color: var(--e-contact-buttons-button-bg-hover);
  color: var(--e-contact-buttons-button-icon-hover);
  transition: all 0.3s;
}

.contact-btn__chat:focus svg,
.contact-btn__chat:hover svg,
.contact-btn__chat[type="button"]:focus svg,
.contact-btn__chat[type="button"]:hover svg {
  fill: var(--e-contact-buttons-button-icon-hover);
}

.contact-btn__chat.has-dot:after,
.contact-btn__chat[type="button"].has-dot:after {
  background-color: var(--e-contact-buttons-dot);
  border-radius: 50%;
  content: "";
  height: var(--e-contact-buttons-dot-size);
  position: absolute;
  right: 0;
  top: 0;
  width: var(--e-contact-buttons-dot-size);
}

.contact-btn__chat.has-size-small,
.contact-btn__chat[type="button"].has-size-small {
  height: var(--e-contact-buttons-size-small);
  width: var(--e-contact-buttons-size-small);
}

.contact-btn__chat.has-size-small svg,
.contact-btn__chat[type="button"].has-size-small svg {
  height: var(--e-contact-buttons-svg-size-small);
  width: var(--e-contact-buttons-svg-size-small);
}

.contact-btn__chat.has-size-small i,
.contact-btn__chat[type="button"].has-size-small i {
  font-size: var(--e-contact-buttons-svg-size-small);
}

.contact-btn__chat.has-size-medium,
.contact-btn__chat[type="button"].has-size-medium {
  height: var(--e-contact-buttons-size-medium);
  width: var(--e-contact-buttons-size-medium);
}

.contact-btn__chat.has-size-medium svg,
.contact-btn__chat[type="button"].has-size-medium svg {
  height: var(--e-contact-buttons-svg-size-medium);
  width: var(--e-contact-buttons-svg-size-medium);
}

.contact-btn__chat.has-size-medium i,
.contact-btn__chat[type="button"].has-size-medium i {
  font-size: var(--e-contact-buttons-svg-size-medium);
}

.contact-btn__chat.has-size-large,
.contact-btn__chat[type="button"].has-size-large {
  height: var(--e-contact-buttons-size-large);
  width: var(--e-contact-buttons-size-large);
}

.contact-btn__chat.has-size-large svg,
.contact-btn__chat[type="button"].has-size-large svg {
  height: var(--e-contact-buttons-svg-size-large);
  width: var(--e-contact-buttons-svg-size-large);
}

.contact-btn__chat.has-size-large i,
.contact-btn__chat[type="button"].has-size-large i {
  font-size: var(--e-contact-buttons-svg-size-large);
}

.contact-btn__chat.has-entrance-animation-delay,
.contact-btn__chat[type="button"].has-entrance-animation-delay {
  animation-delay: var(--e-contact-button-chat-button-animation-delay);
}

.contact-btn__chat.has-entrance-animation-duration-slow,
.contact-btn__chat[type="button"].has-entrance-animation-duration-slow {
  animation-duration: 2s;
}

.contact-btn__chat.has-entrance-animation-duration-normal,
.contact-btn__chat[type="button"].has-entrance-animation-duration-normal {
  animation-duration: 1s;
}

.contact-btn__chat.has-entrance-animation-duration-fast,
.contact-btn__chat[type="button"].has-entrance-animation-duration-fast {
  animation-duration: 0.8s;
}

.contact-btn__chat.has-entrance-animation,
.contact-btn__chat[type="button"].has-entrance-animation {
  opacity: 0;
}

.contact-btn__chat.visible,
.contact-btn__chat[type="button"].visible {
  opacity: 1;
}

.contact-btn__msg-bubble {
  background-color: var(--e-contact-buttons-message-bubble-chat-bg);
  padding: 25px 20px;
  padding-inline-start: 40px;
}

.contact-btn__msg-bubble.has-typing-animation .contact-btn__bubble-container {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.contact-btn__bubble {
  background-color: var(--e-contact-buttons-message-bubble-bubble-bg);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.contact-btn__bubble:after {
  border-block-end-color: transparent;
  border-block-end-width: 40px;
  border-block-start-color: transparent;
  border-block-start-width: 0;
  border-inline-end-color: var(--e-contact-buttons-message-bubble-bubble-bg);
  border-inline-end-width: 40px;
  border-inline-start-color: transparent;
  border-inline-start-width: 0;
  border-style: solid;
  content: "";
  height: 0;
  inset-inline-start: -20px;
  position: absolute;
  top: 0;
  width: 0;
}

.contact-btn__msg-name {
  color: var(--e-contact-buttons-message-bubble-name);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-block-end: 8px;
}

.contact-btn__msg-body {
  color: var(--e-contact-buttons-message-bubble-body);
  font-size: 20px;
  line-height: 25px;
  margin-block-end: 8px;
}

.contact-btn__msg-time {
  color: var(--e-contact-buttons-message-bubble-time);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-block-end: 0;
  text-align: end;
}

.contact-btn__powered {
  text-align: center;
}

.contact-btn__powered-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-block-end: 12px;
}

.contact-btn__typing {
  background-color: var(--e-contact-buttons-message-bubble-bubble-bg);
  border-radius: 15px;
  display: inline-flex;
  padding: 10px 12px;
}

.contact-btn__dot {
  animation: e-contact-buttons-typing-jump 1s infinite;
  background-color: var(--e-contact-buttons-message-bubble-name);
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin-left: auto;
  margin-right: 3px;
  position: relative;
  width: 7px;
}

.contact-btn__dot-1 {
  animation-delay: 0.2s;
}

.contact-btn__dot-2 {
  animation-delay: 0.4s;
}

.contact-btn__dot-3 {
  animation-delay: 0.6s;
}

.contact-btn__send {
  background-color: var(--e-contact-buttons-chat-box-bg);
  padding: 12px 20px 20px;
}

.contact-btn__send .contact-btn__send-cta {
  color: var(--e-contact-buttons-send-button-icon);
}

.contact-btn__send .contact-btn__send-cta:focus,
.contact-btn__send .contact-btn__send-cta:hover {
  color: var(--e-contact-buttons-send-button-icon-hover);
}

.contact-btn__send-cta {
  align-items: center;
  background-color: var(--e-contact-buttons-send-button-bg);
  border-radius: 30px;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}

.contact-btn__send-cta svg {
  fill: var(--e-contact-buttons-send-button-icon);
  height: 28px;
  width: 28px;
}

.contact-btn__send-cta:focus,
.contact-btn__send-cta:hover {
  background-color: var(--e-contact-buttons-send-button-bg-hover);
  transition: all 0.3s;
}

.contact-btn__send-cta:focus svg,
.contact-btn__send-cta:hover svg {
  fill: var(--e-contact-buttons-send-button-icon-hover);
}

.contact-btn__content.visible
  .contact-btn__msg-bubble.has-typing-animation
  .contact-btn__typing {
  animation-delay: 0;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: e-contact-buttons-disappear;
}

.contact-btn__content.visible
  .contact-btn__msg-bubble.has-typing-animation
  .contact-btn__bubble-container {
  animation-delay: 2s;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: e-contact-buttons-appear;
}

.con:has(.contact-btn) > .con-inner,
.con > .con-inner.con-inner--floating-buttons {
  padding-block-end: 0;
  padding-block-start: 0;
}

@keyframes e-contact-buttons-typing-jump {
  0% {
    bottom: 0;
  }

  20% {
    bottom: 5px;
  }

  40% {
    bottom: 0;
  }
}

@keyframes e-contact-buttons-appear {
  0% {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  to {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes e-contact-buttons-disappear {
  0% {
    display: inline-flex;
  }

  to {
    display: none;
  }
}

@keyframes e-contact-buttons-close {
  0%,
  99.99% {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    transform: none;
    visibility: hidden;
  }
}

/* ===== widget-image.min.css ===== */

/*! elementor - v3.30.0 - 30-07-2025 */
.widget-image {
  text-align: center;
}

.widget-image a {
  display: inline-block;
}

.widget-image a img[src$=".svg"] {
  width: 48px;
}

.widget-image img {
  display: inline-block;
  vertical-align: middle;
}

/* ===== widget-heading.min.css ===== */

/*! elementor - v3.30.0 - 30-07-2025 */
.widget-heading .heading[class*="size-"] > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.widget-heading .heading.size-small {
  font-size: 15px;
}

.widget-heading .heading.size-medium {
  font-size: 19px;
}

.widget-heading .heading.size-large {
  font-size: 29px;
}

.widget-heading .heading.size-xl {
  font-size: 39px;
}

.widget-heading .heading.size-xxl {
  font-size: 59px;
}

/* ===== widget-icon-list.min.css ===== */

/*! elementor - v3.30.0 - 30-07-2025 */
.widget.icon-list-inline .widget-inner,
.widget:not(:has(.widget-inner)) .widget-inner {
  overflow: hidden;
}

.widget .icon-list.inline-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.widget .icon-list.inline-items .inline-item {
  word-break: break-word;
}

.widget .icon-list.inline-items .icon-list-item {
  margin-left: 8px;
  margin-right: 8px;
}

.widget .icon-list.inline-items .icon-list-item:after {
  border-bottom: 0;
  border-left-width: 1px;
  border-right: 0;
  border-top: 0;
  border-style: solid;
  height: 100%;
  left: auto;
  position: relative;
  right: auto;
  right: -8px;
  width: auto;
}

.widget .icon-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget .icon-list-item {
  margin: 0;
  padding: 0;
  position: relative;
}

.widget .icon-list-item:after {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.widget .icon-list-item,
.widget .icon-list-item a {
  align-items: var(--icon-vertical-align, center);
  display: flex;
  font-size: inherit;
}

.widget .icon-list-icon + .icon-list-text {
  align-self: center;
  padding-inline-start: 5px;
}

.widget .icon-list-icon {
  display: flex;
  position: relative;
  top: var(--icon-vertical-offset, initial);
}

.widget .icon-list-icon svg {
  height: var(--e-icon-list-icon-size, 1em);
  width: var(--e-icon-list-icon-size, 1em);
}

.widget .icon-list-icon i {
  font-size: var(--e-icon-list-icon-size);
  width: 1.25em;
}

.widget.widget-icon-list .icon-list-icon {
  text-align: var(--e-icon-list-icon-align);
}

.widget.widget-icon-list .icon-list-icon svg {
  margin: var(
    --e-icon-list-icon-margin,
    0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0
  );
}

.widget.link-full a {
  width: 100%;
}

.widget.align-center .icon-list-item,
.widget.align-center .icon-list-item a {
  justify-content: center;
}

.widget.align-center .icon-list-item:after {
  margin: auto;
}

.widget.align-center .inline-items {
  justify-content: center;
}

.widget.align-left .icon-list-item,
.widget.align-left .icon-list-item a {
  justify-content: flex-start;
  text-align: left;
}

.widget.align-left .inline-items {
  justify-content: flex-start;
}

.widget.align-right .icon-list-item,
.widget.align-right .icon-list-item a {
  justify-content: flex-end;
  text-align: right;
}

.widget.align-right .icon-list {
  justify-content: flex-end;
}

.widget:not(.align-right) .icon-list-item:after {
  left: 0;
}

.widget:not(.align-left) .icon-list-item:after {
  right: 0;
}

@media (min-width: -1) {
  .widget.align-widescreen-center .icon-list-item,
  .widget.align-widescreen-center .icon-list-item a {
    justify-content: center;
  }

  .widget.align-widescreen-center .icon-list-item:after {
    margin: auto;
  }

  .widget.align-widescreen-center .inline-items {
    justify-content: center;
  }

  .widget.align-widescreen-left .icon-list-item,
  .widget.align-widescreen-left .icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }

  .widget.align-widescreen-left .inline-items {
    justify-content: flex-start;
  }

  .widget.align-widescreen-right .icon-list-item,
  .widget.align-widescreen-right .icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }

  .widget.align-widescreen-right .icon-list {
    justify-content: flex-end;
  }

  .widget:not(.align-widescreen-right) .icon-list-item:after {
    left: 0;
  }

  .widget:not(.align-widescreen-left) .icon-list-item:after {
    right: 0;
  }
}

@media (max-width: -1) {
  .widget.align-laptop-center .icon-list-item,
  .widget.align-laptop-center .icon-list-item a {
    justify-content: center;
  }

  .widget.align-laptop-center .icon-list-item:after {
    margin: auto;
  }

  .widget.align-laptop-center .inline-items {
    justify-content: center;
  }

  .widget.align-laptop-left .icon-list-item,
  .widget.align-laptop-left .icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }

  .widget.align-laptop-left .inline-items {
    justify-content: flex-start;
  }

  .widget.align-laptop-right .icon-list-item,
  .widget.align-laptop-right .icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }

  .widget.align-laptop-right .icon-list {
    justify-content: flex-end;
  }

  .widget:not(.align-laptop-right) .icon-list-item:after {
    left: 0;
  }

  .widget:not(.align-laptop-left) .icon-list-item:after {
    right: 0;
  }

  .widget.align-tablet-extra-center .icon-list-item,
  .widget.align-tablet-extra-center .icon-list-item a {
    justify-content: center;
  }

  .widget.align-tablet-extra-center .icon-list-item:after {
    margin: auto;
  }

  .widget.align-tablet-extra-center .inline-items {
    justify-content: center;
  }

  .widget.align-tablet-extra-left .icon-list-item,
  .widget.align-tablet-extra-left .icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }

  .widget.align-tablet-extra-left .inline-items {
    justify-content: flex-start;
  }

  .widget.align-tablet-extra-right .icon-list-item,
  .widget.align-tablet-extra-right .icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }

  .widget.align-tablet-extra-right .icon-list {
    justify-content: flex-end;
  }

  .widget:not(.align-tablet-extra-right) .icon-list-item:after {
    left: 0;
  }

  .widget:not(.align-tablet-extra-left) .icon-list-item:after {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .widget.align-tablet-center .icon-list-item,
  .widget.align-tablet-center .icon-list-item a {
    justify-content: center;
  }

  .widget.align-tablet-center .icon-list-item:after {
    margin: auto;
  }

  .widget.align-tablet-center .inline-items {
    justify-content: center;
  }

  .widget.align-tablet-left .icon-list-item,
  .widget.align-tablet-left .icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }

  .widget.align-tablet-left .inline-items {
    justify-content: flex-start;
  }

  .widget.align-tablet-right .icon-list-item,
  .widget.align-tablet-right .icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }

  .widget.align-tablet-right .icon-list {
    justify-content: flex-end;
  }

  .widget:not(.align-tablet-right) .icon-list-item:after {
    left: 0;
  }

  .widget:not(.align-tablet-left) .icon-list-item:after {
    right: 0;
  }
}

@media (max-width: -1) {
  .widget.align-mobile-extra-center .icon-list-item,
  .widget.align-mobile-extra-center .icon-list-item a {
    justify-content: center;
  }

  .widget.align-mobile-extra-center .icon-list-item:after {
    margin: auto;
  }

  .widget.align-mobile-extra-center .inline-items {
    justify-content: center;
  }

  .widget.align-mobile-extra-left .icon-list-item,
  .widget.align-mobile-extra-left .icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }

  .widget.align-mobile-extra-left .inline-items {
    justify-content: flex-start;
  }

  .widget.align-mobile-extra-right .icon-list-item,
  .widget.align-mobile-extra-right .icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }

  .widget.align-mobile-extra-right .icon-list {
    justify-content: flex-end;
  }

  .widget:not(.align-mobile-extra-right) .icon-list-item:after {
    left: 0;
  }

  .widget:not(.align-mobile-extra-left) .icon-list-item:after {
    right: 0;
  }
}

@media (max-width: 767px) {
  .widget.align-mobile-center .icon-list-item,
  .widget.align-mobile-center .icon-list-item a {
    justify-content: center;
  }

  .widget.align-mobile-center .icon-list-item:after {
    margin: auto;
  }

  .widget.align-mobile-center .inline-items {
    justify-content: center;
  }

  .widget.align-mobile-left .icon-list-item,
  .widget.align-mobile-left .icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }

  .widget.align-mobile-left .inline-items {
    justify-content: flex-start;
  }

  .widget.align-mobile-right .icon-list-item,
  .widget.align-mobile-right .icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }

  .widget.align-mobile-right .icon-list {
    justify-content: flex-end;
  }

  .widget:not(.align-mobile-right) .icon-list-item:after {
    left: 0;
  }

  .widget:not(.align-mobile-left) .icon-list-item:after {
    right: 0;
  }
}

#left-area ul.icon-list,
.elementor .el ul.icon-list,
.edit-area .el ul.icon-list {
  padding: 0;
}

/* ===== widget-icon-box.min.css ===== */

/*! elementor - v3.30.0 - 30-07-2025 */
.widget-icon-box .icon-box-wrapper {
  display: block;
  text-align: center;
}

.widget-icon-box .icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .widget-icon-box.valign-top .icon-box-wrapper {
    align-items: flex-start;
  }

  .widget-icon-box.valign-middle .icon-box-wrapper {
    align-items: center;
  }

  .widget-icon-box.valign-bottom .icon-box-wrapper {
    align-items: flex-end;
  }
}

.widget-icon-box.position-left .icon-box-wrapper,
.widget-icon-box.position-right .icon-box-wrapper {
  display: flex;
}

.widget-icon-box.position-left .icon-box-icon,
.widget-icon-box.position-right .icon-box-icon {
  display: inline-flex;
  flex: 0 0 auto;
}

.widget-icon-box.position-right .icon-box-wrapper {
  flex-direction: row-reverse;
  text-align: end;
}

.widget-icon-box.position-right .icon-box-icon {
  margin-bottom: unset;
  margin-left: var(--icon-box-icon-margin, 15px);
  margin-right: 0;
}

.widget-icon-box.position-left .icon-box-wrapper {
  flex-direction: row;
  text-align: start;
}

.widget-icon-box.position-left .icon-box-icon {
  margin-bottom: unset;
  margin-left: 0;
  margin-right: var(--icon-box-icon-margin, 15px);
}

.widget-icon-box.position-top .icon-box-wrapper {
  display: block;
  flex-direction: unset;
  text-align: center;
}

.widget-icon-box.position-top .icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: -1) {
  .widget-icon-box.position-widescreen-left .icon-box-wrapper,
  .widget-icon-box.position-widescreen-right .icon-box-wrapper {
    display: flex;
  }

  .widget-icon-box.position-widescreen-left .icon-box-icon,
  .widget-icon-box.position-widescreen-right .icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .widget-icon-box.position-widescreen-right .icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end;
  }

  .widget-icon-box.position-widescreen-right .icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
  }

  .widget-icon-box.position-widescreen-left .icon-box-wrapper {
    flex-direction: row;
    text-align: start;
  }

  .widget-icon-box.position-widescreen-left .icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px);
  }

  .widget-icon-box.position-widescreen-top .icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center;
  }

  .widget-icon-box.position-widescreen-top .icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: -1) {
  .widget-icon-box.position-laptop-left .icon-box-wrapper,
  .widget-icon-box.position-laptop-right .icon-box-wrapper {
    display: flex;
  }

  .widget-icon-box.position-laptop-left .icon-box-icon,
  .widget-icon-box.position-laptop-right .icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .widget-icon-box.position-laptop-right .icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end;
  }

  .widget-icon-box.position-laptop-right .icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
  }

  .widget-icon-box.position-laptop-left .icon-box-wrapper {
    flex-direction: row;
    text-align: start;
  }

  .widget-icon-box.position-laptop-left .icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px);
  }

  .widget-icon-box.position-laptop-top .icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center;
  }

  .widget-icon-box.position-laptop-top .icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto;
  }

  .widget-icon-box.position-tablet-extra-left .icon-box-wrapper,
  .widget-icon-box.position-tablet-extra-right .icon-box-wrapper {
    display: flex;
  }

  .widget-icon-box.position-tablet-extra-left .icon-box-icon,
  .widget-icon-box.position-tablet-extra-right .icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .widget-icon-box.position-tablet-extra-right .icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end;
  }

  .widget-icon-box.position-tablet-extra-right .icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
  }

  .widget-icon-box.position-tablet-extra-left .icon-box-wrapper {
    flex-direction: row;
    text-align: start;
  }

  .widget-icon-box.position-tablet-extra-left .icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px);
  }

  .widget-icon-box.position-tablet-extra-top .icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center;
  }

  .widget-icon-box.position-tablet-extra-top .icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .widget-icon-box.position-tablet-left .icon-box-wrapper,
  .widget-icon-box.position-tablet-right .icon-box-wrapper {
    display: flex;
  }

  .widget-icon-box.position-tablet-left .icon-box-icon,
  .widget-icon-box.position-tablet-right .icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .widget-icon-box.position-tablet-right .icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end;
  }

  .widget-icon-box.position-tablet-right .icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
  }

  .widget-icon-box.position-tablet-left .icon-box-wrapper {
    flex-direction: row;
    text-align: start;
  }

  .widget-icon-box.position-tablet-left .icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px);
  }

  .widget-icon-box.position-tablet-top .icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center;
  }

  .widget-icon-box.position-tablet-top .icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: -1) {
  .widget-icon-box.position-mobile-extra-left .icon-box-wrapper,
  .widget-icon-box.position-mobile-extra-right .icon-box-wrapper {
    display: flex;
  }

  .widget-icon-box.position-mobile-extra-left .icon-box-icon,
  .widget-icon-box.position-mobile-extra-right .icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .widget-icon-box.position-mobile-extra-right .icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end;
  }

  .widget-icon-box.position-mobile-extra-right .icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
  }

  .widget-icon-box.position-mobile-extra-left .icon-box-wrapper {
    flex-direction: row;
    text-align: start;
  }

  .widget-icon-box.position-mobile-extra-left .icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px);
  }

  .widget-icon-box.position-mobile-extra-top .icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center;
  }

  .widget-icon-box.position-mobile-extra-top .icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .widget-icon-box.position-mobile-left .icon-box-wrapper,
  .widget-icon-box.position-mobile-right .icon-box-wrapper {
    display: flex;
  }

  .widget-icon-box.position-mobile-left .icon-box-icon,
  .widget-icon-box.position-mobile-right .icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .widget-icon-box.position-mobile-right .icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end;
  }

  .widget-icon-box.position-mobile-right .icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
  }

  .widget-icon-box.position-mobile-left .icon-box-wrapper {
    flex-direction: row;
    text-align: start;
  }

  .widget-icon-box.position-mobile-left .icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px);
  }

  .widget-icon-box.position-mobile-top .icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center;
  }

  .widget-icon-box.position-mobile-top .icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto;
  }

  .widget-icon-box.position-left .icon-box-icon,
  .widget-icon-box.position-right .icon-box-icon {
    display: block;
    flex: unset;
  }
}

.widget-icon-box .icon-box-title a {
  color: inherit;
}

.widget-icon-box .icon-box-content {
  flex-grow: 1;
}

.widget-icon-box .icon-box-description {
  margin: 0;
}

/* ===== widget-image-box.min.css ===== */

/*! elementor - v3.30.0 - 30-07-2025 */
.widget-image-box .image-box-content {
  width: 100%;
}

@media (min-width: 768px) {
  .widget-image-box.position-left .image-box-wrapper,
  .widget-image-box.position-right .image-box-wrapper {
    display: flex;
  }

  .widget-image-box.position-right .image-box-wrapper {
    flex-direction: row-reverse;
    text-align: end;
  }

  .widget-image-box.position-left .image-box-wrapper {
    flex-direction: row;
    text-align: start;
  }

  .widget-image-box.position-top .image-box-img {
    margin: auto;
  }

  .widget-image-box.valign-top .image-box-wrapper {
    align-items: flex-start;
  }

  .widget-image-box.valign-middle .image-box-wrapper {
    align-items: center;
  }

  .widget-image-box.valign-bottom .image-box-wrapper {
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .widget-image-box .image-box-img {
    margin-bottom: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.widget-image-box .image-box-img {
  display: inline-block;
}

.widget-image-box .image-box-img img {
  display: block;
  line-height: 0;
}

.widget-image-box .image-box-title a {
  color: inherit;
}

.widget-image-box .image-box-wrapper {
  text-align: center;
}

.widget-image-box .image-box-description {
  margin: 0;
}

/* ===== swiper.min.css ===== */

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

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

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ===== e-swiper.min.css ===== */

.el,
.lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}

.el .swiper .swiper-slide figure,
.lightbox .swiper .swiper-slide figure {
  line-height: 0;
}

.el .swiper .lightbox-content,
.lightbox .swiper .lightbox-content {
  display: none;
}

.el .swiper .swiper-btn,
.el .swiper ~ .swiper-btn,
.lightbox .swiper .swiper-btn,
.lightbox .swiper ~ .swiper-btn {
  color: hsla(0, 0%, 93%, 0.9);
  cursor: pointer;
  display: inline-flex;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.el .swiper .swiper-btn svg,
.el .swiper ~ .swiper-btn svg,
.lightbox .swiper .swiper-btn svg,
.lightbox .swiper ~ .swiper-btn svg {
  fill: hsla(0, 0%, 93%, 0.9);
  height: 1em;
  width: 1em;
}

.el .swiper .swiper-btn-prev,
.el .swiper ~ .swiper-btn-prev,
.lightbox .swiper .swiper-btn-prev,
.lightbox .swiper ~ .swiper-btn-prev {
  left: 10px;
}

.el .swiper .swiper-btn-next,
.el .swiper ~ .swiper-btn-next,
.lightbox .swiper .swiper-btn-next,
.lightbox .swiper ~ .swiper-btn-next {
  right: 10px;
}

.el .swiper .swiper-btn.swiper-button-disabled,
.el .swiper ~ .swiper-btn.swiper-button-disabled,
.lightbox .swiper .swiper-btn.swiper-button-disabled,
.lightbox .swiper ~ .swiper-btn.swiper-button-disabled {
  opacity: 0.3;
}

.el .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%;
}

.el .swiper .swiper-horizontal > .swiper-pagination-bullets,
.el .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.el .swiper .swiper-pagination-custom,
.el .swiper .swiper-pagination-fraction,
.el .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.el .swiper ~ .swiper-pagination-custom,
.el .swiper ~ .swiper-pagination-fraction,
.lightbox .swiper .swiper-horizontal > .swiper-pagination-bullets,
.lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.lightbox .swiper .swiper-pagination-custom,
.lightbox .swiper .swiper-pagination-fraction,
.lightbox .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.lightbox .swiper ~ .swiper-pagination-custom,
.lightbox .swiper ~ .swiper-pagination-fraction {
  bottom: 5px;
}

.el .swiper.swiper-cube .swiper-btn,
.el .swiper.swiper-cube ~ .swiper-btn,
.lightbox .swiper.swiper-cube .swiper-btn,
.lightbox .swiper.swiper-cube ~ .swiper-btn {
  transform: translate3d(0, -50%, 1px);
}

.el :where(.swiper-horizontal) ~ .swiper-pagination-bullets,
.lightbox :where(.swiper-horizontal) ~ .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
}

.el
  :where(.swiper-horizontal)
  ~ .swiper-pagination-bullets
  .swiper-pagination-bullet,
.lightbox
  :where(.swiper-horizontal)
  ~ .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.el :where(.swiper-horizontal) ~ .swiper-pagination-progressbar,
.lightbox :where(.swiper-horizontal) ~ .swiper-pagination-progressbar {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.el.pagination-outside .swiper,
.lightbox.pagination-outside .swiper {
  padding-bottom: 30px;
}

.el.pagination-outside .swiper .swiper-btn,
.el.pagination-outside .swiper ~ .swiper-btn,
.lightbox.pagination-outside .swiper .swiper-btn,
.lightbox.pagination-outside .swiper ~ .swiper-btn {
  top: calc(50% - 30px / 2);
}

.el .swiper,
.lightbox .swiper {
  position: relative;
}

.el .swiper-main,
.lightbox .swiper-main {
  position: static;
}

.el.arrows-outside .swiper,
.lightbox.arrows-outside .swiper {
  width: calc(100% - 60px);
}

.el.arrows-outside .swiper .swiper-btn-prev,
.el.arrows-outside .swiper ~ .swiper-btn-prev,
.lightbox.arrows-outside .swiper .swiper-btn-prev,
.lightbox.arrows-outside .swiper ~ .swiper-btn-prev {
  left: 0;
}

.el.arrows-outside .swiper .swiper-btn-next,
.el.arrows-outside .swiper ~ .swiper-btn-next,
.lightbox.arrows-outside .swiper .swiper-btn-next,
.lightbox.arrows-outside .swiper ~ .swiper-btn-next {
  right: 0;
}

/* ===== widget-image-carousel.min.css ===== */

/*! elementor - v3.30.0 - 30-07-2025 */
.widget-carousel .swiper {
  position: static;
}

.widget-carousel .swiper .swiper-slide figure {
  line-height: inherit;
}

.widget-carousel .swiper-slide {
  text-align: center;
}

.carousel-wrapper:not(.swiper-initialized) .swiper-slide {
  max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
}

/* ===== post-12888.css ===== */

/* ══════════════════════════════════════
   #beneficios | BENEFÍCIOS
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-preco-aluno | OFERTA — Preço Aluno
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-preco-nao-aluno | OFERTA — Preço Não Aluno
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-comparativo | OFERTA — Comparativo de Preços
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-boa-noticia | OFERTA — Boa Notícia (CTA)
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-total-investimento | OFERTA — Total Investimento 3 Anos
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-total-renovacoes | OFERTA — Total Renovações
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-renovacao-ano2-mobile | OFERTA — Renovação Ano 2 (Mobile)
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-renovacao-ano2-desktop | OFERTA — Renovação Ano 2 (Desktop)
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-renovacao-ano2-label | OFERTA — Label Renovação Ano 2
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-renovacao-ano1-mobile | OFERTA — Renovação Ano 1 (Mobile)
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-renovacao-ano1-desktop | OFERTA — Renovação Ano 1 (Desktop)
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-calculo-header | OFERTA — Cabeçalho Cálculo 3 Anos
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-total-1-ano | OFERTA — Total 1 Ano
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-precos-mobile | OFERTA — Tabela de Preços (Mobile)
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-precos-desktop | OFERTA — Tabela de Preços (Desktop)
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #oferta-intro | OFERTA — Introdução
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #hero-mobile | HERO (MOBILE)
   ══════════════════════════════════════ */

/* ══════════════════════════════════════
   #hero-desktop | HERO (DESKTOP)
   ══════════════════════════════════════ */

.el.el-158fa11 {
  --display: grid;
  --e-con-grid-template-columns: repeat(2, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --padding-top: 160px;
  --padding-bottom: 180px;
  --padding-left: 100px;
  --padding-right: 100px;
}

.el.el-158fa11:not(.motion-effect-bg),
.el.el-158fa11 > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
  background-image: url("assets/sessao-1-desktop.svg");
  background-position: center center;
}

.el.el-fdafb8b {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.el.el-81fb4e6 {
  width: var(--container-widget-width, 44%);
  max-width: 44%;
  --container-widget-width: 44%;
  --container-widget-flex-grow: 0;
}

.el.el-81fb4e6.el {
  --align-self: center;
}

.el.el-81fb4e6 img {
  width: 100%;
}

.widget-heading .heading {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.el.el-4d4b41f {
  text-align: center;
}

.el.el-4d4b41f .heading {
  font-family: "sora", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.3px;
  color: #ffffff;
}

.widget-text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}

.widget-text.drop-cap-stacked .drop-cap {
  background-color: var(--e-global-color-primary);
}

.widget-text.drop-cap-framed .drop-cap,
.widget-text.drop-cap-default .drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.el.el-e37dae6 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}

.el.el-f8df728 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}

.el.el-04aa25d {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-f939e21 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --padding-top: 160px;
  --padding-bottom: 180px;
  --padding-left: 100px;
  --padding-right: 100px;
}

.el.el-f939e21:not(.motion-effect-bg),
.el.el-f939e21 > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-fe90d8d {
  width: var(--container-widget-width, 65%);
  max-width: 65%;
  --container-widget-width: 65%;
  --container-widget-flex-grow: 0;
}

.el.el-a61c0f8 {
  text-align: center;
}

.el.el-a61c0f8 .heading {
  font-family: "sora", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.3px;
  color: #ffffff;
}

.el.el-caefb2e {
  width: var(--container-widget-width, 80%);
  max-width: 80%;
  --container-widget-width: 80%;
  --container-widget-flex-grow: 0;
  font-family: "Public Sans", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}

.el.el-6ac819f {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}

.el.el-dd0a1da {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 000px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 100px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-dd0a1da:not(.motion-effect-bg),
.el.el-dd0a1da > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-cef5d12 {
  text-align: center;
}

.el.el-cef5d12 .heading {
  font-family: "sora", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.3px;
  color: #ffffff;
}

.el.el-dcb7de7 {
  --display: flex;
  --align-items: center;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --padding-top: 30px;
  --padding-bottom: 30px;
  --padding-left: 30px;
  --padding-right: 30px;
}

.el.el-87e174c {
  text-align: left;
  font-family: "Public Sans", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
}

.el.el-a3a377c > .widget-inner {
  margin: 35px 0px 0px 0px;
}

.el.el-a3a377c {
  text-align: center;
}

.el.el-a3a377c .heading {
  font-family: "sora", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.3px;
  color: #ffffff;
}

.el.el-fb6f3cd {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.el.el-fb6f3cd:not(.motion-effect-bg),
.el.el-fb6f3cd > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-146e8b2 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --border-radius: 22px 22px 22px 22px;
}

.el.el-146e8b2.con {
  --flex-grow: 0;
  --flex-shrink: 0;
}

.widget-icon-list .icon-list-item:not(:last-child):after {
  border-color: var(--e-global-color-text);
}

.widget-icon-list .icon-list-icon i {
  color: var(--e-global-color-primary);
}

.widget-icon-list .icon-list-icon svg {
  fill: var(--e-global-color-primary);
}

.widget-icon-list .icon-list-item > .icon-list-text,
.widget-icon-list .icon-list-item > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.widget-icon-list .icon-list-text {
  color: var(--e-global-color-secondary);
}

.el.el-fb80752 > .widget-inner {
  margin: 10px 0px 15px 0px;
}

.el.el-fb80752 .icon-list:not(.inline-items) .icon-list-item:not(:last-child) {
  padding-bottom: calc(15px / 2);
}

.el.el-fb80752 .icon-list:not(.inline-items) .icon-list-item:not(:first-child) {
  margin-top: calc(15px / 2);
}

.el.el-fb80752 .icon-list.inline-items .icon-list-item {
  margin-right: calc(15px / 2);
  margin-left: calc(15px / 2);
}

.el.el-fb80752 .icon-list.inline-items {
  margin-right: calc(-15px / 2);
  margin-left: calc(-15px / 2);
}

body.rtl .el.el-fb80752 .icon-list.inline-items .icon-list-item:after {
  left: calc(-15px / 2);
}

body:not(.rtl) .el.el-fb80752 .icon-list.inline-items .icon-list-item:after {
  right: calc(-15px / 2);
}

.el.el-fb80752 .icon-list-icon i {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-fb80752 .icon-list-icon svg {
  fill: #ffffff;
  transition: fill 0.3s;
}

.el.el-fb80752 {
  --e-icon-list-icon-size: 15px;
  --icon-vertical-offset: 0px;
}

.el.el-fb80752 .icon-list-icon {
  padding-right: 0px;
}

.el.el-fb80752 .icon-list-item > .icon-list-text,
.el.el-fb80752 .icon-list-item > a {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.el.el-fb80752 .icon-list-text {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-aa40de8 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-2ee51a9 > .widget-inner {
  margin: 10px 0px 15px 0px;
}

.el.el-2ee51a9 .icon-list:not(.inline-items) .icon-list-item:not(:last-child) {
  padding-bottom: calc(15px / 2);
}

.el.el-2ee51a9 .icon-list:not(.inline-items) .icon-list-item:not(:first-child) {
  margin-top: calc(15px / 2);
}

.el.el-2ee51a9 .icon-list.inline-items .icon-list-item {
  margin-right: calc(15px / 2);
  margin-left: calc(15px / 2);
}

.el.el-2ee51a9 .icon-list.inline-items {
  margin-right: calc(-15px / 2);
  margin-left: calc(-15px / 2);
}

body.rtl .el.el-2ee51a9 .icon-list.inline-items .icon-list-item:after {
  left: calc(-15px / 2);
}

body:not(.rtl) .el.el-2ee51a9 .icon-list.inline-items .icon-list-item:after {
  right: calc(-15px / 2);
}

.el.el-2ee51a9 .icon-list-icon i {
  color: #4b6c9e;
  transition: color 0.3s;
}

.el.el-2ee51a9 .icon-list-icon svg {
  fill: #4b6c9e;
  transition: fill 0.3s;
}

.el.el-2ee51a9 {
  --e-icon-list-icon-size: 15px;
  --icon-vertical-offset: 0px;
}

.el.el-2ee51a9 .icon-list-icon {
  padding-right: 0px;
}

.el.el-2ee51a9 .icon-list-item > .icon-list-text,
.el.el-2ee51a9 .icon-list-item > a {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.el.el-2ee51a9 .icon-list-text {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-0681d53 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.el.el-0681d53:not(.motion-effect-bg),
.el.el-0681d53 > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-198e157 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --border-radius: 22px 22px 22px 22px;
}

.el.el-198e157.con {
  --flex-grow: 0;
  --flex-shrink: 0;
}

.el.el-7286fed > .widget-inner {
  margin: 10px 0px 15px 0px;
}

.el.el-7286fed .icon-list:not(.inline-items) .icon-list-item:not(:last-child) {
  padding-bottom: calc(15px / 2);
}

.el.el-7286fed .icon-list:not(.inline-items) .icon-list-item:not(:first-child) {
  margin-top: calc(15px / 2);
}

.el.el-7286fed .icon-list.inline-items .icon-list-item {
  margin-right: calc(15px / 2);
  margin-left: calc(15px / 2);
}

.el.el-7286fed .icon-list.inline-items {
  margin-right: calc(-15px / 2);
  margin-left: calc(-15px / 2);
}

body.rtl .el.el-7286fed .icon-list.inline-items .icon-list-item:after {
  left: calc(-15px / 2);
}

body:not(.rtl) .el.el-7286fed .icon-list.inline-items .icon-list-item:after {
  right: calc(-15px / 2);
}

.el.el-7286fed .icon-list-icon i {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-7286fed .icon-list-icon svg {
  fill: #ffffff;
  transition: fill 0.3s;
}

.el.el-7286fed {
  --e-icon-list-icon-size: 15px;
  --icon-vertical-offset: 0px;
}

.el.el-7286fed .icon-list-icon {
  padding-right: 0px;
}

.el.el-7286fed .icon-list-item > .icon-list-text,
.el.el-7286fed .icon-list-item > a {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.el.el-7286fed .icon-list-text {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-b78c0fb {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-3efad49 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 000px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-3efad49:not(.motion-effect-bg),
.el.el-3efad49 > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-88a628c {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --flex-wrap: nowrap;
  --border-radius: 0px 0px 0px 0px;
  --margin-top: -20px;
  --margin-bottom: 25px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.el.el-88a628c:not(.motion-effect-bg),
.el.el-88a628c > .motion-effect-container > .motion-effect-layer {
  background-color: #cacaca;
}

.el.el-88a628c.con {
  --order: 0;
  --flex-grow: 0;
  --flex-shrink: 0;
}

.el.el-7f50fdd {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #414141;
}

.el.el-53dfcbb {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-53dfcbb:not(.motion-effect-bg),
.el.el-53dfcbb > .motion-effect-container > .motion-effect-layer {
  background-color: #000000;
}

.el.el-68d6ff1 > .widget-inner {
  margin: 35px 0px 0px 0px;
}

.el.el-68d6ff1 {
  text-align: center;
}

.el.el-68d6ff1 .heading {
  font-family: "sora", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.3px;
  color: #ffffff;
}

.el.el-b275d48 {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-e526612 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: -20px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 10px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-e526612:not(.motion-effect-bg),
.el.el-e526612 > .motion-effect-container > .motion-effect-layer {
  background-color: #000000;
}

.el.el-d190160 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-fde24d9 > .widget-inner {
  margin: 10px 0px 15px 0px;
}

.el.el-fde24d9 .icon-list:not(.inline-items) .icon-list-item:not(:last-child) {
  padding-bottom: calc(15px / 2);
}

.el.el-fde24d9 .icon-list:not(.inline-items) .icon-list-item:not(:first-child) {
  margin-top: calc(15px / 2);
}

.el.el-fde24d9 .icon-list.inline-items .icon-list-item {
  margin-right: calc(15px / 2);
  margin-left: calc(15px / 2);
}

.el.el-fde24d9 .icon-list.inline-items {
  margin-right: calc(-15px / 2);
  margin-left: calc(-15px / 2);
}

body.rtl .el.el-fde24d9 .icon-list.inline-items .icon-list-item:after {
  left: calc(-15px / 2);
}

body:not(.rtl) .el.el-fde24d9 .icon-list.inline-items .icon-list-item:after {
  right: calc(-15px / 2);
}

.el.el-fde24d9 .icon-list-icon i {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-fde24d9 .icon-list-icon svg {
  fill: #ffffff;
  transition: fill 0.3s;
}

.el.el-fde24d9 {
  --e-icon-list-icon-size: 15px;
  --icon-vertical-offset: 0px;
}

.el.el-fde24d9 .icon-list-icon {
  padding-right: 0px;
}

.el.el-fde24d9 .icon-list-item > .icon-list-text,
.el.el-fde24d9 .icon-list-item > a {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.el.el-fde24d9 .icon-list-text {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-6cf67f3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-fed7934 > .widget-inner {
  margin: 10px 0px 15px 0px;
}

.el.el-fed7934 .icon-list:not(.inline-items) .icon-list-item:not(:last-child) {
  padding-bottom: calc(15px / 2);
}

.el.el-fed7934 .icon-list:not(.inline-items) .icon-list-item:not(:first-child) {
  margin-top: calc(15px / 2);
}

.el.el-fed7934 .icon-list.inline-items .icon-list-item {
  margin-right: calc(15px / 2);
  margin-left: calc(15px / 2);
}

.el.el-fed7934 .icon-list.inline-items {
  margin-right: calc(-15px / 2);
  margin-left: calc(-15px / 2);
}

body.rtl .el.el-fed7934 .icon-list.inline-items .icon-list-item:after {
  left: calc(-15px / 2);
}

body:not(.rtl) .el.el-fed7934 .icon-list.inline-items .icon-list-item:after {
  right: calc(-15px / 2);
}

.el.el-fed7934 .icon-list-icon i {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-fed7934 .icon-list-icon svg {
  fill: #ffffff;
  transition: fill 0.3s;
}

.el.el-fed7934 {
  --e-icon-list-icon-size: 15px;
  --icon-vertical-offset: 0px;
}

.el.el-fed7934 .icon-list-icon {
  padding-right: 0px;
}

.el.el-fed7934 .icon-list-item > .icon-list-text,
.el.el-fed7934 .icon-list-item > a {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.el.el-fed7934 .icon-list-text {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-94d0f35 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: -20px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 10px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-94d0f35:not(.motion-effect-bg),
.el.el-94d0f35 > .motion-effect-container > .motion-effect-layer {
  background-color: #000000;
}

.el.el-f3a54e3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-944dafe > .widget-inner {
  margin: 10px 0px 15px 0px;
}

.el.el-944dafe .icon-list:not(.inline-items) .icon-list-item:not(:last-child) {
  padding-bottom: calc(15px / 2);
}

.el.el-944dafe .icon-list:not(.inline-items) .icon-list-item:not(:first-child) {
  margin-top: calc(15px / 2);
}

.el.el-944dafe .icon-list.inline-items .icon-list-item {
  margin-right: calc(15px / 2);
  margin-left: calc(15px / 2);
}

.el.el-944dafe .icon-list.inline-items {
  margin-right: calc(-15px / 2);
  margin-left: calc(-15px / 2);
}

body.rtl .el.el-944dafe .icon-list.inline-items .icon-list-item:after {
  left: calc(-15px / 2);
}

body:not(.rtl) .el.el-944dafe .icon-list.inline-items .icon-list-item:after {
  right: calc(-15px / 2);
}

.el.el-944dafe .icon-list-icon i {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-944dafe .icon-list-icon svg {
  fill: #ffffff;
  transition: fill 0.3s;
}

.el.el-944dafe {
  --e-icon-list-icon-size: 15px;
  --icon-vertical-offset: 0px;
}

.el.el-944dafe .icon-list-icon {
  padding-right: 0px;
}

.el.el-944dafe .icon-list-item > .icon-list-text,
.el.el-944dafe .icon-list-item > a {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.el.el-944dafe .icon-list-text {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-5d90c47 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-1330680 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --margin-top: 0px;
  --margin-bottom: -30px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.el.el-1330680:not(.motion-effect-bg),
.el.el-1330680 > .motion-effect-container > .motion-effect-layer {
  background-color: #000000;
}

.el.el-6ed8926 {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-5c60b98 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.el.el-5c60b98:not(.motion-effect-bg),
.el.el-5c60b98 > .motion-effect-container > .motion-effect-layer {
  background-color: #000000;
}

.el.el-6d62e1e {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-92c46b3 > .widget-inner {
  margin: 10px 0px 15px 0px;
}

.el.el-92c46b3 .icon-list:not(.inline-items) .icon-list-item:not(:last-child) {
  padding-bottom: calc(15px / 2);
}

.el.el-92c46b3 .icon-list:not(.inline-items) .icon-list-item:not(:first-child) {
  margin-top: calc(15px / 2);
}

.el.el-92c46b3 .icon-list.inline-items .icon-list-item {
  margin-right: calc(15px / 2);
  margin-left: calc(15px / 2);
}

.el.el-92c46b3 .icon-list.inline-items {
  margin-right: calc(-15px / 2);
  margin-left: calc(-15px / 2);
}

body.rtl .el.el-92c46b3 .icon-list.inline-items .icon-list-item:after {
  left: calc(-15px / 2);
}

body:not(.rtl) .el.el-92c46b3 .icon-list.inline-items .icon-list-item:after {
  right: calc(-15px / 2);
}

.el.el-92c46b3 .icon-list-icon i {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-92c46b3 .icon-list-icon svg {
  fill: #ffffff;
  transition: fill 0.3s;
}

.el.el-92c46b3 {
  --e-icon-list-icon-size: 15px;
  --icon-vertical-offset: 0px;
}

.el.el-92c46b3 .icon-list-icon {
  padding-right: 0px;
}

.el.el-92c46b3 .icon-list-item > .icon-list-text,
.el.el-92c46b3 .icon-list-item > a {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.el.el-92c46b3 .icon-list-text {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-5b131ad {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-c663415 > .widget-inner {
  margin: 10px 0px 15px 0px;
}

.el.el-c663415 .icon-list:not(.inline-items) .icon-list-item:not(:last-child) {
  padding-bottom: calc(15px / 2);
}

.el.el-c663415 .icon-list:not(.inline-items) .icon-list-item:not(:first-child) {
  margin-top: calc(15px / 2);
}

.el.el-c663415 .icon-list.inline-items .icon-list-item {
  margin-right: calc(15px / 2);
  margin-left: calc(15px / 2);
}

.el.el-c663415 .icon-list.inline-items {
  margin-right: calc(-15px / 2);
  margin-left: calc(-15px / 2);
}

body.rtl .el.el-c663415 .icon-list.inline-items .icon-list-item:after {
  left: calc(-15px / 2);
}

body:not(.rtl) .el.el-c663415 .icon-list.inline-items .icon-list-item:after {
  right: calc(-15px / 2);
}

.el.el-c663415 .icon-list-icon i {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-c663415 .icon-list-icon svg {
  fill: #ffffff;
  transition: fill 0.3s;
}

.el.el-c663415 {
  --e-icon-list-icon-size: 15px;
  --icon-vertical-offset: 0px;
}

.el.el-c663415 .icon-list-icon {
  padding-right: 0px;
}

.el.el-c663415 .icon-list-item > .icon-list-text,
.el.el-c663415 .icon-list-item > a {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.el.el-c663415 .icon-list-text {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-c07a202 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.el.el-c07a202:not(.motion-effect-bg),
.el.el-c07a202 > .motion-effect-container > .motion-effect-layer {
  background-color: #000000;
}

.el.el-3fb0d85 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-88a718e > .widget-inner {
  margin: 10px 0px 15px 0px;
}

.el.el-88a718e .icon-list:not(.inline-items) .icon-list-item:not(:last-child) {
  padding-bottom: calc(15px / 2);
}

.el.el-88a718e .icon-list:not(.inline-items) .icon-list-item:not(:first-child) {
  margin-top: calc(15px / 2);
}

.el.el-88a718e .icon-list.inline-items .icon-list-item {
  margin-right: calc(15px / 2);
  margin-left: calc(15px / 2);
}

.el.el-88a718e .icon-list.inline-items {
  margin-right: calc(-15px / 2);
  margin-left: calc(-15px / 2);
}

body.rtl .el.el-88a718e .icon-list.inline-items .icon-list-item:after {
  left: calc(-15px / 2);
}

body:not(.rtl) .el.el-88a718e .icon-list.inline-items .icon-list-item:after {
  right: calc(-15px / 2);
}

.el.el-88a718e .icon-list-icon i {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-88a718e .icon-list-icon svg {
  fill: #ffffff;
  transition: fill 0.3s;
}

.el.el-88a718e {
  --e-icon-list-icon-size: 15px;
  --icon-vertical-offset: 0px;
}

.el.el-88a718e .icon-list-icon {
  padding-right: 0px;
}

.el.el-88a718e .icon-list-item > .icon-list-text,
.el.el-88a718e .icon-list-item > a {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.el.el-88a718e .icon-list-text {
  color: #ffffff;
  transition: color 0.3s;
}

.el.el-f5a7d88 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-a5c980a {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 000px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-a5c980a:not(.motion-effect-bg),
.el.el-a5c980a > .motion-effect-container > .motion-effect-layer {
  background-color: #000000;
}

.el.el-5378c7f {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --flex-wrap: nowrap;
  --border-radius: 0px 0px 0px 0px;
  --margin-top: -20px;
  --margin-bottom: 25px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.el.el-5378c7f:not(.motion-effect-bg),
.el.el-5378c7f > .motion-effect-container > .motion-effect-layer {
  background-color: #383838;
}

.el.el-5378c7f.con {
  --order: 0;
  --flex-grow: 0;
  --flex-shrink: 0;
}

.el.el-bfe0029 {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #414141;
}

.el.el-4811602 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.el.el-4811602:not(.motion-effect-bg),
.el.el-4811602 > .motion-effect-container > .motion-effect-layer {
  background-color: #000000;
}

.el.el-a8f055f {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 18px;
  --padding-bottom: 4px;
  --padding-left: 10px;
  --padding-right: 0px;
}

.el.el-a8f055f:not(.motion-effect-bg),
.el.el-a8f055f > .motion-effect-container > .motion-effect-layer {
  background-color: #cacaca;
}

.el.el-a8f055f.con {
  --align-self: center;
}

.el.el-d16cada.el {
  --align-self: flex-start;
}

.el.el-d16cada {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #181818;
}

.el.el-5aa6457 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 13px;
  --padding-bottom: 1px;
  --padding-left: 10px;
  --padding-right: 0px;
}

.el.el-5aa6457:not(.motion-effect-bg),
.el.el-5aa6457 > .motion-effect-container > .motion-effect-layer {
  background-color: #383838;
}

.el.el-5aa6457.con {
  --align-self: center;
}

.el.el-69adb20.el {
  --align-self: flex-start;
}

.el.el-69adb20 {
  font-family: "Public Sans", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #ff0000;
}

.el.el-677b930 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 35px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-677b930:not(.motion-effect-bg),
.el.el-677b930 > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-5bf06f2 {
  font-family: "Public Sans", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.el.el-9034004 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.el.el-9034004:not(.motion-effect-bg),
.el.el-9034004 > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-832c380 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 17px;
  --padding-bottom: 4px;
  --padding-left: 10px;
  --padding-right: 0px;
}

.el.el-832c380:not(.motion-effect-bg),
.el.el-832c380 > .motion-effect-container > .motion-effect-layer {
  background-color: #383838;
}

.el.el-832c380.con {
  --align-self: center;
}

.el.el-80d82f2.el {
  --align-self: flex-start;
}

.el.el-80d82f2 {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-95ca892 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-start;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 13px;
  --padding-bottom: 1px;
  --padding-left: 10px;
  --padding-right: 0px;
}

.el.el-95ca892:not(.motion-effect-bg),
.el.el-95ca892 > .motion-effect-container > .motion-effect-layer {
  background-color: #383838;
}

.el.el-95ca892.con {
  --align-self: center;
}

.el.el-a27e156.el {
  --align-self: flex-start;
}

.el.el-a27e156 {
  font-family: "Public Sans", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #00ff41;
}

.el.el-7666edf {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.el.el-7666edf:not(.motion-effect-bg),
.el.el-7666edf > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-3dca75b {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 17px;
  --padding-bottom: 4px;
  --padding-left: 10px;
  --padding-right: 0px;
}

.el.el-3dca75b:not(.motion-effect-bg),
.el.el-3dca75b > .motion-effect-container > .motion-effect-layer {
  background-color: #383838;
}

.el.el-3dca75b.con {
  --align-self: center;
}

.el.el-4586141.el {
  --align-self: flex-start;
}

.el.el-4586141 {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-a62e13b {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-start;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 13px;
  --padding-bottom: 1px;
  --padding-left: 10px;
  --padding-right: 0px;
}

.el.el-a62e13b:not(.motion-effect-bg),
.el.el-a62e13b > .motion-effect-container > .motion-effect-layer {
  background-color: #383838;
}

.el.el-a62e13b.con {
  --align-self: center;
}

.el.el-80b704c.el {
  --align-self: flex-start;
}

.el.el-80b704c {
  font-family: "Public Sans", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #00ff41;
}

.el.el-bc9638f {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.el.el-bc9638f:not(.motion-effect-bg),
.el.el-bc9638f > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-6a814d3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-c847290 {
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.widget-button .btn {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.el.el-04d52be .btn {
  background-color: #2fd65a;
  font-family: "Public Sans", Sans-serif;
  font-weight: 800;
}

.el.el-04d52be .btn:hover,
.el.el-04d52be .btn:focus {
  background-color: #279243;
}

.el.el-82c5e88 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-2c56ee9 {
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-7be701a .btn {
  background-color: #2fd65a;
  font-family: "Public Sans", Sans-serif;
  font-weight: 800;
}

.el.el-7be701a .btn:hover,
.el.el-7be701a .btn:focus {
  background-color: #279243;
}

.el.el-f7c445b {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-f7c445b:not(.motion-effect-bg),
.el.el-f7c445b > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-4fbb13d > .widget-inner {
  margin: 0px 0px 0px 0px;
}

.el.el-4fbb13d {
  text-align: center;
  font-family: "sora", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.3px;
  color: #ffffff;
}

.el.el-dba75a1 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --flex-wrap: wrap;
  --margin-top: 0px;
  --margin-bottom: 30px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-5bd6179 {
  --display: flex;
  --overlay-opacity: 1;
  border-style: solid;
  --border-style: solid;
  border-color: #202020;
  --border-color: #202020;
  --border-radius: 30px 30px 30px 30px;
}

.el.el-5bd6179:not(.motion-effect-bg),
.el.el-5bd6179 > .motion-effect-container > .motion-effect-layer {
  background-color: #202020;
}

.el.el-5bd6179::before,
.el.el-5bd6179 > .bg-video-container::before,
.el.el-5bd6179 > .con-inner > .bg-video-container::before,
.el.el-5bd6179 > .bg-slideshow::before,
.el.el-5bd6179 > .con-inner > .bg-slideshow::before,
.el.el-5bd6179 > .motion-effect-container > .motion-effect-layer::before {
  background-color: #202020;
  --background-overlay: "";
}

.widget-icon-box.view-stacked .icon {
  background-color: var(--e-global-color-primary);
}

.widget-icon-box.view-framed .icon,
.widget-icon-box.view-default .icon {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.widget-icon-box .icon-box-title,
.widget-icon-box .icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.widget-icon-box .icon-box-title {
  color: var(--e-global-color-primary);
}

.widget-icon-box:has(:hover) .icon-box-title,

/* ══════════════════════════════════════
   #cursos | CURSOS — Seção Principal
   ══════════════════════════════════════ */

.widget-icon-box:has(:focus) .icon-box-title {
  color: var(--e-global-color-primary);
}

.widget-icon-box .icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}

.el.el-739683e > .widget-inner {
  padding: 40px 40px 40px 40px;
}

.el.el-739683e {
  --icon-box-icon-margin: 15px;
}

.el.el-739683e.view-stacked .icon {
  background-color: #b9b9b9;
}

.el.el-739683e.view-framed .icon,
.el.el-739683e.view-default .icon {
  fill: #b9b9b9;
  color: #b9b9b9;
  border-color: #b9b9b9;
}

.el.el-739683e .icon-box-title {
  color: #ffffff;
}

.el.el-739683e .icon-box-description {
  font-family: "sora", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-b9b2db2 {
  --display: flex;
  --overlay-opacity: 0.15;
  border-style: solid;
  --border-style: solid;
  border-width: 1px 1px 1px 1px;
  --border-top-width: 1px;
  --border-right-width: 1px;
  --border-bottom-width: 1px;
  --border-left-width: 1px;
  border-color: #202020;
  --border-color: #202020;
  --border-radius: 20px 20px 20px 20px;
}

.el.el-b9b2db2:not(.motion-effect-bg),
.el.el-b9b2db2 > .motion-effect-container > .motion-effect-layer {
  background-color: #202020;
}

.el.el-b9b2db2::before,
.el.el-b9b2db2 > .bg-video-container::before,
.el.el-b9b2db2 > .con-inner > .bg-video-container::before,
.el.el-b9b2db2 > .bg-slideshow::before,
.el.el-b9b2db2 > .con-inner > .bg-slideshow::before,
.el.el-b9b2db2 > .motion-effect-container > .motion-effect-layer::before {
  --background-overlay: "";
}

.el.el-19e98da > .widget-inner {
  padding: 40px 40px 40px 40px;
}

.el.el-19e98da {
  --icon-box-icon-margin: 15px;
}

.el.el-19e98da.view-stacked .icon {
  background-color: #b9b9b9;
}

.el.el-19e98da.view-framed .icon,
.el.el-19e98da.view-default .icon {
  fill: #b9b9b9;
  color: #b9b9b9;
  border-color: #b9b9b9;
}

.el.el-19e98da .icon-box-description {
  font-family: "sora", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-4151f7c {
  --display: flex;
  --overlay-opacity: 0.15;
  border-style: solid;
  --border-style: solid;
  border-width: 1px 1px 1px 1px;
  --border-top-width: 1px;
  --border-right-width: 1px;
  --border-bottom-width: 1px;
  --border-left-width: 1px;
  border-color: #202020;
  --border-color: #202020;
  --border-radius: 20px 20px 20px 20px;
}

.el.el-4151f7c:not(.motion-effect-bg),
.el.el-4151f7c > .motion-effect-container > .motion-effect-layer {
  background-color: #202020;
}

.el.el-4151f7c::before,
.el.el-4151f7c > .bg-video-container::before,
.el.el-4151f7c > .con-inner > .bg-video-container::before,
.el.el-4151f7c > .bg-slideshow::before,
.el.el-4151f7c > .con-inner > .bg-slideshow::before,
.el.el-4151f7c > .motion-effect-container > .motion-effect-layer::before {
  --background-overlay: "";
}

.el.el-9774639 > .widget-inner {
  padding: 40px 40px 40px 40px;
}

.el.el-9774639 {
  --icon-box-icon-margin: 15px;
}

.el.el-9774639.view-stacked .icon {
  background-color: #b9b9b9;
}

.el.el-9774639.view-framed .icon,
.el.el-9774639.view-default .icon {
  fill: #b9b9b9;
  color: #b9b9b9;
  border-color: #b9b9b9;
}

.el.el-9774639 .icon-box-description {
  font-family: "sora", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-62922d6 {
  --display: flex;
  --overlay-opacity: 0.15;
  border-style: solid;
  --border-style: solid;
  border-width: 1px 1px 1px 1px;
  --border-top-width: 1px;
  --border-right-width: 1px;
  --border-bottom-width: 1px;
  --border-left-width: 1px;
  border-color: #202020;
  --border-color: #202020;
  --border-radius: 20px 20px 20px 20px;
}

.el.el-62922d6:not(.motion-effect-bg),
.el.el-62922d6 > .motion-effect-container > .motion-effect-layer {
  background-color: #202020;
}

.el.el-62922d6::before,
.el.el-62922d6 > .bg-video-container::before,
.el.el-62922d6 > .con-inner > .bg-video-container::before,
.el.el-62922d6 > .bg-slideshow::before,
.el.el-62922d6 > .con-inner > .bg-slideshow::before,
.el.el-62922d6 > .motion-effect-container > .motion-effect-layer::before {
  --background-overlay: "";
}

.el.el-5e29915 > .widget-inner {
  padding: 40px 40px 40px 40px;
}

.el.el-5e29915 {
  --icon-box-icon-margin: 15px;
}

.el.el-5e29915.view-stacked .icon {
  background-color: #b9b9b9;
}

.el.el-5e29915.view-framed .icon,
.el.el-5e29915.view-default .icon {
  fill: #b9b9b9;
  color: #b9b9b9;
  border-color: #b9b9b9;
}

.el.el-5e29915 .icon-box-description {
  font-family: "sora", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-226afa3 {
  --display: flex;
  --overlay-opacity: 0.15;
  border-style: solid;
  --border-style: solid;
  border-width: 1px 1px 1px 1px;
  --border-top-width: 1px;
  --border-right-width: 1px;
  --border-bottom-width: 1px;
  --border-left-width: 1px;
  border-color: #202020;
  --border-color: #202020;
  --border-radius: 20px 20px 20px 20px;
}

.el.el-226afa3:not(.motion-effect-bg),
.el.el-226afa3 > .motion-effect-container > .motion-effect-layer {
  background-color: #202020;
}

.el.el-226afa3::before,
.el.el-226afa3 > .bg-video-container::before,
.el.el-226afa3 > .con-inner > .bg-video-container::before,
.el.el-226afa3 > .bg-slideshow::before,
.el.el-226afa3 > .con-inner > .bg-slideshow::before,
.el.el-226afa3 > .motion-effect-container > .motion-effect-layer::before {
  --background-overlay: "";
}

.el.el-9e4ca7c > .widget-inner {
  padding: 40px 40px 40px 40px;
}

.el.el-9e4ca7c {
  --icon-box-icon-margin: 15px;
}

.el.el-9e4ca7c.view-stacked .icon {
  background-color: #b9b9b9;
}

.el.el-9e4ca7c.view-framed .icon,
.el.el-9e4ca7c.view-default .icon {
  fill: #b9b9b9;
  color: #b9b9b9;
  border-color: #b9b9b9;
}

.el.el-9e4ca7c .icon-box-description {
  font-family: "sora", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-e40eceb {
  --display: flex;
  --overlay-opacity: 0.15;
  border-style: solid;
  --border-style: solid;
  border-width: 1px 1px 1px 1px;
  --border-top-width: 1px;
  --border-right-width: 1px;
  --border-bottom-width: 1px;
  --border-left-width: 1px;
  border-color: #202020;
  --border-color: #202020;
  --border-radius: 20px 20px 20px 20px;
}

.el.el-e40eceb:not(.motion-effect-bg),
.el.el-e40eceb > .motion-effect-container > .motion-effect-layer {
  background-color: #202020;
}

.el.el-e40eceb::before,
.el.el-e40eceb > .bg-video-container::before,
.el.el-e40eceb > .con-inner > .bg-video-container::before,
.el.el-e40eceb > .bg-slideshow::before,
.el.el-e40eceb > .con-inner > .bg-slideshow::before,
.el.el-e40eceb > .motion-effect-container > .motion-effect-layer::before {
  --background-overlay: "";
}

.el.el-1bd8d67 > .widget-inner {
  padding: 40px 40px 40px 40px;
}

.el.el-1bd8d67 {
  --icon-box-icon-margin: 15px;
}

.el.el-1bd8d67.view-stacked .icon {
  background-color: #c9c8c8;
  fill: #181818;
  color: #181818;
}

.el.el-1bd8d67.view-framed .icon,
.el.el-1bd8d67.view-default .icon {
  fill: #c9c8c8;
  color: #c9c8c8;
  border-color: #c9c8c8;
}

.el.el-1bd8d67.view-framed .icon {
  background-color: #181818;
}

.el.el-1bd8d67 .icon {
  font-size: 23px;
  padding: 15px;
}

.el.el-1bd8d67 .icon-box-description {
  font-family: "sora", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-d18c137 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.el.el-d18c137:not(.motion-effect-bg),
.el.el-d18c137 > .motion-effect-container > .motion-effect-layer {
  background-color: #2a2a2a;
}

.el.el-00ba958 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-f24d764 {
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-d31a744 .btn {
  background-color: #2fd65a;
  font-family: "Public Sans", Sans-serif;
  font-weight: 800;
}

.el.el-d31a744 .btn:hover,
.el.el-d31a744 .btn:focus {
  background-color: #279243;
}

.el.el-11490c6 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-5fe38b3 {
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-a8db1bc .btn {
  background-color: #2fd65a;
  font-family: "Public Sans", Sans-serif;
  font-weight: 800;
}

.el.el-a8db1bc .btn:hover,
.el.el-a8db1bc .btn:focus {
  background-color: #279243;
}

.el.el-c31ce07 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 45px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-c31ce07:not(.motion-effect-bg),
.el.el-c31ce07 > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-7e38b4e {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 30px;
  --padding-bottom: 30px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-7e38b4e:not(.motion-effect-bg),
.el.el-7e38b4e > .motion-effect-container > .motion-effect-layer {
  background-color: #fafafa;
}

.el.el-7e38b4e.con {
  --flex-grow: 0;
  --flex-shrink: 0;
}

.el.el-ed22aae img {
  width: 80%;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ff66c4;
  border-radius: 20px 20px 20px 20px;
}

.widget-image-box .image-box-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.widget-image-box:has(:hover) .image-box-title,
.widget-image-box:has(:focus) .image-box-title {
  color: var(--e-global-color-primary);
}

.widget-image-box .image-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}

.el.el-e493ef6 > .widget-inner {
  padding: 0px 45px 0px 60px;
}

.el.el-e493ef6 .image-box-wrapper {
  text-align: left;
}

.el.el-e493ef6 .image-box-title {
  font-family: "Public Sans", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #181818;
}

.el.el-e493ef6:has(:hover) .image-box-title,
.el.el-e493ef6:has(:focus) .image-box-title {
  color: #ff66c4;
}

.el.el-e493ef6 .image-box-description {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.el.el-a632103 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 30px;
  --padding-bottom: 030px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-a632103:not(.motion-effect-bg),
.el.el-a632103 > .motion-effect-container > .motion-effect-layer {
  background-color: #fafafa;
}

.el.el-b7c61b6 .image-box-title {
  font-family: "Public Sans", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #181818;
}

.el.el-b7c61b6:has(:hover) .image-box-title,

/* ══════════════════════════════════════
   #curso-dietoterapia | CURSO 1 — Formação Dietoterapia Chinesa
   ══════════════════════════════════════ */

.el.el-b7c61b6:has(:focus) .image-box-title {
  color: #ff66c4;
}

.el.el-b7c61b6 .image-box-description {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.el.el-84b73dd > .widget-inner {
  margin: 15px 0px 0px 0px;
}

.el.el-84b73dd {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #181818;
}

.el.el-de051ba {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-de051ba:not(.motion-effect-bg),
.el.el-de051ba > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-1b7cfd7 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 30px;
  --padding-bottom: 30px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-1b7cfd7:not(.motion-effect-bg),
.el.el-1b7cfd7 > .motion-effect-container > .motion-effect-layer {
  background-color: #ffffff;
}

.el.el-1b7cfd7.con {
  --flex-grow: 0;
  --flex-shrink: 0;
}

.el.el-74e4f96 .image-box-title {
  font-family: "Public Sans", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #181818;
}

.el.el-74e4f96:has(:hover) .image-box-title,
.el.el-74e4f96:has(:focus) .image-box-title {
  color: #ff66c4;
}

.el.el-74e4f96 .image-box-description {
  font-family: "Public Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.el.el-3dc2933 > .widget-inner {
  margin: 15px 0px 0px 0px;
}

.el.el-3dc2933 {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #181818;
}

.el.el-fbedfda {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --padding-top: 30px;
  --padding-bottom: 030px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-fbedfda:not(.motion-effect-bg),
.el.el-fbedfda > .motion-effect-container > .motion-effect-layer {
  background-color: #ffffff;
}

.el.el-5505383 img {
  width: 80%;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ff66c4;
  border-radius: 20px 20px 20px 20px;
}

.el.el-23d48cc > .widget-inner {
  padding: 0px 45px 0px 60px;
}

.el.el-23d48cc .image-box-wrapper {
  text-align: left;
}

.el.el-23d48cc .image-box-title {
  font-family: "Public Sans", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #181818;
}

.el.el-23d48cc:has(:hover) .image-box-title,

/* ══════════════════════════════════════
   #curso-mtc-aromaterapia | CURSO 2 — MTC + Aromaterapia
   ══════════════════════════════════════ */

.el.el-23d48cc:has(:focus) .image-box-title {
  color: #ff66c4;
}

.el.el-23d48cc .image-box-description {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.el.el-15a287e {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-15a287e:not(.motion-effect-bg),
.el.el-15a287e > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-600fa18 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 30px;
  --padding-bottom: 30px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-600fa18:not(.motion-effect-bg),
.el.el-600fa18 > .motion-effect-container > .motion-effect-layer {
  background-color: #fafafa;
}

.el.el-600fa18.con {
  --flex-grow: 0;
  --flex-shrink: 0;
}

.el.el-21e0599 img {
  width: 80%;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ff66c4;
  border-radius: 20px 20px 20px 20px;
}

.el.el-946a8e7 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 30px;
  --padding-bottom: 030px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-946a8e7:not(.motion-effect-bg),
.el.el-946a8e7 > .motion-effect-container > .motion-effect-layer {
  background-color: #fafafa;
}

.el.el-94d15bc .image-box-title {
  font-family: "Public Sans", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #181818;
}

.el.el-94d15bc:has(:hover) .image-box-title,
.el.el-94d15bc:has(:focus) .image-box-title {
  color: #ff66c4;
}

.el.el-94d15bc .image-box-description {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.el.el-f76e728 > .widget-inner {
  padding: 0px 45px 0px 60px;
}

.el.el-f76e728 .image-box-wrapper {
  text-align: left;
}

.el.el-f76e728 .image-box-title {
  font-family: "Public Sans", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #181818;
}

.el.el-f76e728:has(:hover) .image-box-title,

/* ══════════════════════════════════════
   #curso-saude-mulher | CURSO 3 — Workshop Saúde da Mulher
   ══════════════════════════════════════ */

.el.el-f76e728:has(:focus) .image-box-title {
  color: #ff66c4;
}

.el.el-f76e728 .image-box-description {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.el.el-c4d7dcd > .widget-inner {
  margin: 0px 0px 0px 0px;
}

.el.el-c4d7dcd {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #181818;
}

.el.el-80ab51e {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-80ab51e:not(.motion-effect-bg),
.el.el-80ab51e > .motion-effect-container > .motion-effect-layer {
  background-color: #2a2a2a;
}

.el.el-7d1833a {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 30px;
  --padding-bottom: 30px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-7d1833a:not(.motion-effect-bg),
.el.el-7d1833a > .motion-effect-container > .motion-effect-layer {
  background-color: #ffffff;
}

.el.el-7d1833a.con {
  --flex-grow: 0;
  --flex-shrink: 0;
}

.el.el-28fd242 .image-box-title {
  font-family: "Public Sans", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #181818;
}

.el.el-28fd242:has(:hover) .image-box-title,
.el.el-28fd242:has(:focus) .image-box-title {
  color: #ff66c4;
}

.el.el-28fd242 .image-box-description {
  font-family: "Public Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.el.el-700e837 > .widget-inner {
  padding: 0px 45px 0px 60px;
}

.el.el-700e837 .image-box-wrapper {
  text-align: left;
}

.el.el-700e837 .image-box-title {
  font-family: "Public Sans", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #181818;
}

.el.el-700e837:has(:hover) .image-box-title,

/* ══════════════════════════════════════
   #curso-obesidade-diabetes | CURSO 4 — Workshop Obesidade e Diabetes
   ══════════════════════════════════════ */

.el.el-700e837:has(:focus) .image-box-title {
  color: #ff66c4;
}

.el.el-700e837 .image-box-description {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.el.el-457b733 > .widget-inner {
  margin: 0px 0px 0px 0px;
}

.el.el-457b733 {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #181818;
}

.el.el-6ec42d4 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 30px;
  --padding-bottom: 030px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-6ec42d4:not(.motion-effect-bg),
.el.el-6ec42d4 > .motion-effect-container > .motion-effect-layer {
  background-color: #ffffff;
}

.el.el-7e82071 img {
  width: 80%;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ff66c4;
  border-radius: 20px 20px 20px 20px;
}

.el.el-615d9c8 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-615d9c8:not(.motion-effect-bg),
.el.el-615d9c8 > .motion-effect-container > .motion-effect-layer {
  background-color: #2a2a2a;
}

.el.el-aa1bfeb {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 30px;
  --padding-bottom: 30px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-aa1bfeb:not(.motion-effect-bg),
.el.el-aa1bfeb > .motion-effect-container > .motion-effect-layer {
  background-color: #fafafa;
}

.el.el-aa1bfeb.con {
  --flex-grow: 0;
  --flex-shrink: 0;
}

.el.el-ec1e09d img {
  width: 80%;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ff66c4;
  border-radius: 20px 20px 20px 20px;
}

.el.el-d37680b {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 30px;
  --padding-bottom: 030px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-d37680b:not(.motion-effect-bg),
.el.el-d37680b > .motion-effect-container > .motion-effect-layer {
  background-color: #fafafa;
}

.el.el-24ea19d .image-box-title {
  font-family: "Public Sans", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #181818;
}

.el.el-24ea19d:has(:hover) .image-box-title,

/* ══════════════════════════════════════
   #curso-tireoide | CURSO 5 — Workshop Tireoide
   ══════════════════════════════════════ */

.el.el-24ea19d:has(:focus) .image-box-title {
  color: #ff66c4;
}

.el.el-24ea19d .image-box-description {
  font-family: "Public Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.el.el-0ec6abf > .widget-inner {
  margin: 15px 0px 0px 0px;
}

.el.el-0ec6abf {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #181818;
}

.el.el-0f60b4c {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-0f60b4c:not(.motion-effect-bg),
.el.el-0f60b4c > .motion-effect-container > .motion-effect-layer {
  background-color: #2a2a2a;
}

.el.el-5c0ffb4 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 30px;
  --padding-bottom: 30px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-5c0ffb4:not(.motion-effect-bg),
.el.el-5c0ffb4 > .motion-effect-container > .motion-effect-layer {
  background-color: #ffffff;
}

.el.el-5c0ffb4.con {
  --flex-grow: 0;
  --flex-shrink: 0;
}

.el.el-b40a09c .image-box-title {
  font-family: "Public Sans", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #181818;
}

.el.el-b40a09c:has(:hover) .image-box-title,

/* ══════════════════════════════════════
   #mentora | MENTORA — Cláudia Siqueira
   ══════════════════════════════════════ */


/* ══════════════════════════════════════
   #depoimentos | DEPOIMENTOS — Carrossel
   ══════════════════════════════════════ */


/* ══════════════════════════════════════
   #curso-dor-cronica | CURSO 6 — Workshop Dor Crônica
   ══════════════════════════════════════ */

.el.el-b40a09c:has(:focus) .image-box-title {
  color: #ff66c4;
}

.el.el-b40a09c .image-box-description {
  font-family: "Public Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.el.el-19adf15 > .widget-inner {
  margin: 15px 0px 0px 0px;
}

.el.el-19adf15 {
  font-family: "Public Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #181818;
}

.el.el-033f57d {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 30px;
  --padding-bottom: 030px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.el.el-033f57d:not(.motion-effect-bg),
.el.el-033f57d > .motion-effect-container > .motion-effect-layer {
  background-color: #ffffff;
}

.el.el-4fc23f9 img {
  width: 80%;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ff66c4;
  border-radius: 20px 20px 20px 20px;
}

.el.el-b1128e3 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.el.el-b1128e3:not(.motion-effect-bg),
.el.el-b1128e3 > .motion-effect-container > .motion-effect-layer {
  background-color: #2a2a2a;
}

.el.el-ae4f221 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-79c36ec {
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-8499faa .btn {
  background-color: #2fd65a;
  font-family: "Public Sans", Sans-serif;
  font-weight: 800;
}

.el.el-8499faa .btn:hover,
.el.el-8499faa .btn:focus {
  background-color: #279243;
}

.el.el-abf23ca {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-508f78f {
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-1cb017c .btn {
  background-color: #2fd65a;
  font-family: "Public Sans", Sans-serif;
  font-weight: 800;
}

.el.el-1cb017c .btn:hover,
.el.el-1cb017c .btn:focus {
  background-color: #279243;
}

.el.el-3a616a8 {
  --display: flex;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 45px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-3a616a8:not(.motion-effect-bg),
.el.el-3a616a8 > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-15e781b {
  --e-image-carousel-slides-to-show: 3;
}

.el.el-15e781b .swiper-pagination-bullet {
  background: #ffffff;
}

.el.el-ec622fd {
  font-family: "Public Sans", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.el.el-b773542 > .widget-inner {
  margin: 0px 0px 0px 0px;
  padding: 0px 250px 0px 250px;
}

.el.el-b773542 {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-de384d5 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.el.el-de384d5:not(.motion-effect-bg),
.el.el-de384d5 > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-c491353 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 10px;
  --padding-bottom: 20px;
  --padding-left: 25px;
  --padding-right: 25px;
}

.el.el-c491353:not(.motion-effect-bg),
.el.el-c491353 > .motion-effect-container > .motion-effect-layer {
  background-color: #2a2a2a;
}

.el.el-dfff718 {
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-34e2725 .btn {
  background-color: #2fd65a;
  font-family: "Public Sans", Sans-serif;
  font-weight: 800;
}

.el.el-34e2725 .btn:hover,
.el.el-34e2725 .btn:focus {
  background-color: #279243;
}

.el.el-d122127 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 10px;
  --padding-bottom: 20px;
  --padding-left: 25px;
  --padding-right: 25px;
}

.el.el-d122127:not(.motion-effect-bg),
.el.el-d122127 > .motion-effect-container > .motion-effect-layer {
  background-color: #2a2a2a;
}

.el.el-f864b03 {
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-7e6252a .btn {
  background-color: #2fd65a;
  font-family: "Public Sans", Sans-serif;
  font-weight: 800;
}

.el.el-7e6252a .btn:hover,
.el.el-7e6252a .btn:focus {
  background-color: #279243;
}

.el.el-fba1180 {
  --display: grid;
  --e-con-grid-template-columns: repeat(2, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --padding-top: 30px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.el.el-fba1180:not(.motion-effect-bg),
.el.el-fba1180 > .motion-effect-container > .motion-effect-layer {
  background-color: #181818;
}

.el.el-e47e8a7 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-28177e5 {
  font-family: "Public Sans", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.el.el-1f10a30 > .widget-inner {
  margin: -45px 0px -7px 0px;
}

.el.el-1f10a30 img {
  width: 65%;
}

.el.el-11ebf61 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.el.el-991c344 > .widget-inner {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.el.el-991c344 {
  font-family: "Public Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.el.el-5d1ac04 {
  --display: grid;
  --e-con-grid-template-columns: repeat(1, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
}

.el.el-5d1ac04:not(.motion-effect-bg),
.el.el-5d1ac04 > .motion-effect-container > .motion-effect-layer {
  background-color: #2a2a2a;
}

.el.el-a8c7ff6 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
}

.el.el-173e8dc {
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
}

.el.el-c255b00 {
  text-align: center;
  font-family: "Public Sans", Sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #ffffff;
}

.el.el-cef5e8e .btn {
  background-color: #2fd65a;
  font-family: "Public Sans", Sans-serif;
  font-weight: 800;
}

.el.el-cef5e8e .btn:hover,
.el.el-cef5e8e .btn:focus {
  background-color: #279243;
}

:root {
  --page-title-display: none;
}

@media (min-width: 768px) {
  .el.el-fdafb8b {
    --width: 100%;
  }

  .el.el-04aa25d {
    --width: 50%;
  }

  .el.el-dcb7de7 {
    --width: 56%;
  }

  .el.el-146e8b2 {
    --width: 60%;
  }

  .el.el-aa40de8 {
    --width: 50%;
  }

  .el.el-198e157 {
    --width: 60%;
  }

  .el.el-b78c0fb {
    --width: 50%;
  }

  .el.el-88a628c {
    --width: 100%;
  }

  .el.el-d190160 {
    --width: 50%;
  }

  .el.el-6cf67f3 {
    --width: 50%;
  }

  .el.el-f3a54e3 {
    --width: 50%;
  }

  .el.el-5d90c47 {
    --width: 50%;
  }

  .el.el-6d62e1e {
    --width: 60%;
  }

  .el.el-5b131ad {
    --width: 50%;
  }

  .el.el-3fb0d85 {
    --width: 60%;
  }

  .el.el-f5a7d88 {
    --width: 50%;
  }

  .el.el-5378c7f {
    --width: 100%;
  }

  .el.el-4811602 {
    --content-width: 1092px;
  }

  .el.el-a8f055f {
    --width: 60%;
  }

  .el.el-5aa6457 {
    --width: 50%;
  }

  .el.el-9034004 {
    --content-width: 1092px;
  }

  .el.el-832c380 {
    --width: 60%;
  }

  .el.el-95ca892 {
    --width: 50%;
  }

  .el.el-7666edf {
    --content-width: 1092px;
  }

  .el.el-3dca75b {
    --width: 60%;
  }

  .el.el-a62e13b {
    --width: 50%;
  }

  .el.el-6a814d3 {
    --width: 50%;
  }

  .el.el-82c5e88 {
    --width: 50%;
  }

  .el.el-5bd6179 {
    --width: 32%;
  }

  .el.el-b9b2db2 {
    --width: 32%;
  }

  .el.el-4151f7c {
    --width: 32%;
  }

  .el.el-62922d6 {
    --width: 32%;
  }

  .el.el-226afa3 {
    --width: 32%;
  }

  .el.el-e40eceb {
    --width: 32%;
  }

  .el.el-00ba958 {
    --width: 50%;
  }

  .el.el-11490c6 {
    --width: 50%;
  }

  .el.el-c31ce07 {
    --content-width: 1550px;
  }

  .el.el-7e38b4e {
    --width: 40%;
  }

  .el.el-a632103 {
    --width: 50%;
  }

  .el.el-de051ba {
    --content-width: 1550px;
  }

  .el.el-1b7cfd7 {
    --width: 50%;
  }

  .el.el-fbedfda {
    --width: 40%;
  }

  .el.el-15a287e {
    --content-width: 1550px;
  }

  .el.el-600fa18 {
    --width: 40%;
  }

  .el.el-946a8e7 {
    --width: 50%;
  }

  .el.el-80ab51e {
    --content-width: 1550px;
  }

  .el.el-7d1833a {
    --width: 50%;
  }

  .el.el-6ec42d4 {
    --width: 40%;
  }

  .el.el-615d9c8 {
    --content-width: 1550px;
  }

  .el.el-aa1bfeb {
    --width: 40%;
  }

  .el.el-d37680b {
    --width: 50%;
  }

  .el.el-0f60b4c {
    --content-width: 1550px;
  }

  .el.el-5c0ffb4 {
    --width: 50%;
  }

  .el.el-033f57d {
    --width: 40%;
  }

  .el.el-ae4f221 {
    --width: 50%;
  }

  .el.el-abf23ca {
    --width: 50%;
  }

  .el.el-de384d5 {
    --content-width: 1066px;
  }

  .el.el-c491353 {
    --width: 50%;
  }

  .el.el-d122127 {
    --width: 50%;
  }

  .el.el-fba1180 {
    --content-width: 1120px;
  }

  .el.el-11ebf61 {
    --width: 100%;
  }

  .el.el-a8c7ff6 {
    --width: 100%;
  }
}

@media (max-width: 1024px) {
  .el.el-158fa11 {
    --grid-auto-flow: row;
  }

  .el.el-fb80752 .icon-list-item > .icon-list-text,
  .el.el-fb80752 .icon-list-item > a {
    font-size: 15px;
  }

  .el.el-2ee51a9 .icon-list-item > .icon-list-text,
  .el.el-2ee51a9 .icon-list-item > a {
    font-size: 15px;
  }

  .el.el-7286fed .icon-list-item > .icon-list-text,
  .el.el-7286fed .icon-list-item > a {
    font-size: 15px;
  }

  .el.el-fde24d9 .icon-list-item > .icon-list-text,
  .el.el-fde24d9 .icon-list-item > a {
    font-size: 15px;
  }

  .el.el-fed7934 .icon-list-item > .icon-list-text,
  .el.el-fed7934 .icon-list-item > a {
    font-size: 15px;
  }

  .el.el-944dafe .icon-list-item > .icon-list-text,
  .el.el-944dafe .icon-list-item > a {
    font-size: 15px;
  }

  .el.el-92c46b3 .icon-list-item > .icon-list-text,
  .el.el-92c46b3 .icon-list-item > a {
    font-size: 15px;
  }

  .el.el-c663415 .icon-list-item > .icon-list-text,
  .el.el-c663415 .icon-list-item > a {
    font-size: 15px;
  }

  .el.el-88a718e .icon-list-item > .icon-list-text,
  .el.el-88a718e .icon-list-item > a {
    font-size: 15px;
  }

  .el.el-e493ef6 .image-box-description {
    font-size: 15px;
  }

  .el.el-b7c61b6 .image-box-description {
    font-size: 15px;
  }

  .el.el-74e4f96 .image-box-description {
    font-size: 15px;
  }

  .el.el-23d48cc .image-box-description {
    font-size: 15px;
  }

  .el.el-94d15bc .image-box-description {
    font-size: 15px;
  }

  .el.el-f76e728 .image-box-description {
    font-size: 15px;
  }

  .el.el-28fd242 .image-box-description {
    font-size: 15px;
  }

  .el.el-700e837 .image-box-description {
    font-size: 15px;
  }

  .el.el-24ea19d .image-box-description {
    font-size: 15px;
  }

  .el.el-b40a09c .image-box-description {
    font-size: 15px;
  }

  .el.el-fba1180 {
    --grid-auto-flow: row;
  }

  .el.el-5d1ac04 {
    --grid-auto-flow: row;
  }
}

@media (max-width: 767px) {
  .el.el-158fa11 {
    --content-width: 100%;
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
    --padding-top: 35px;
    --padding-bottom: 25px;
    --padding-left: 25px;
    --padding-right: 25px;
  }

  .el.el-81fb4e6 > .widget-inner {
    margin: 0px 0px 0px 0px;
  }

  .el.el-81fb4e6 {
    --container-widget-width: 153px;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 153px);
    max-width: 153px;
  }

  .el.el-81fb4e6.el {
    --align-self: center;
  }

  .el.el-4d4b41f .heading {
    font-size: 24px;
  }

  .el.el-e37dae6 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 1.6em;
  }

  .el.el-f8df728 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 1.6em;
  }

  .el.el-f939e21 {
    --content-width: 100%;
    --padding-top: 35px;
    --padding-bottom: 25px;
    --padding-left: 25px;
    --padding-right: 25px;
  }

  .el.el-fe90d8d > .widget-inner {
    margin: 0px 0px 0px 0px;
  }

  .el.el-fe90d8d {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 220px);
    max-width: 220px;
  }

  .el.el-fe90d8d.el {
    --align-self: center;
  }

  .el.el-a61c0f8 .heading {
    font-size: 24px;
  }

  .el.el-caefb2e {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 1.6em;
  }

  .el.el-6ac819f {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
  }

  .el.el-6ac819f > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .el.el-dd0a1da {
    --padding-top: 0px;
    --padding-bottom: 60px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .el.el-cef5d12 > .widget-inner {
    margin: -25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .el.el-cef5d12 .heading {
    font-size: 24px;
  }

  .el.el-dcb7de7 {
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .el.el-87e174c {
    font-size: 16px;
  }

  .el.el-a3a377c .heading {
    font-size: 24px;
  }

  .el.el-fb6f3cd {
    --margin-top: -35px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .el.el-fb80752 > .widget-inner {
    margin: 0px 0px 15px 0px;
  }

  .el.el-fb80752
    .icon-list:not(.inline-items)
    .icon-list-item:not(:last-child) {
    padding-bottom: calc(12px / 2);
  }

  .el.el-fb80752
    .icon-list:not(.inline-items)
    .icon-list-item:not(:first-child) {
    margin-top: calc(12px / 2);
  }

  .el.el-fb80752 .icon-list.inline-items .icon-list-item {
    margin-right: calc(12px / 2);
    margin-left: calc(12px / 2);
  }

  .el.el-fb80752 .icon-list.inline-items {
    margin-right: calc(-12px / 2);
    margin-left: calc(-12px / 2);
  }

  body.rtl .el.el-fb80752 .icon-list.inline-items .icon-list-item:after {
    left: calc(-12px / 2);
  }

  body:not(.rtl) .el.el-fb80752 .icon-list.inline-items .icon-list-item:after {
    right: calc(-12px / 2);
  }

  .el.el-fb80752 .icon-list-item > .icon-list-text,
  .el.el-fb80752 .icon-list-item > a {
    font-size: 16px;
  }

  .el.el-2ee51a9
    .icon-list:not(.inline-items)
    .icon-list-item:not(:last-child) {
    padding-bottom: calc(12px / 2);
  }

  .el.el-2ee51a9
    .icon-list:not(.inline-items)
    .icon-list-item:not(:first-child) {
    margin-top: calc(12px / 2);
  }

  .el.el-2ee51a9 .icon-list.inline-items .icon-list-item {
    margin-right: calc(12px / 2);
    margin-left: calc(12px / 2);
  }

  .el.el-2ee51a9 .icon-list.inline-items {
    margin-right: calc(-12px / 2);
    margin-left: calc(-12px / 2);
  }

  body.rtl .el.el-2ee51a9 .icon-list.inline-items .icon-list-item:after {
    left: calc(-12px / 2);
  }

  body:not(.rtl) .el.el-2ee51a9 .icon-list.inline-items .icon-list-item:after {
    right: calc(-12px / 2);
  }

  .el.el-2ee51a9 .icon-list-item > .icon-list-text,
  .el.el-2ee51a9 .icon-list-item > a {
    font-size: 16px;
  }

  .el.el-0681d53 {
    --margin-top: -35px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .el.el-7286fed > .widget-inner {
    margin: 0px 0px 15px 0px;
  }

  .el.el-7286fed
    .icon-list:not(.inline-items)
    .icon-list-item:not(:last-child) {
    padding-bottom: calc(12px / 2);
  }

  .el.el-7286fed
    .icon-list:not(.inline-items)
    .icon-list-item:not(:first-child) {
    margin-top: calc(12px / 2);
  }

  .el.el-7286fed .icon-list.inline-items .icon-list-item {
    margin-right: calc(12px / 2);
    margin-left: calc(12px / 2);
  }

  .el.el-7286fed .icon-list.inline-items {
    margin-right: calc(-12px / 2);
    margin-left: calc(-12px / 2);
  }

  body.rtl .el.el-7286fed .icon-list.inline-items .icon-list-item:after {
    left: calc(-12px / 2);
  }

  body:not(.rtl) .el.el-7286fed .icon-list.inline-items .icon-list-item:after {
    right: calc(-12px / 2);
  }

  .el.el-7286fed .icon-list-item > .icon-list-text,
  .el.el-7286fed .icon-list-item > a {
    font-size: 16px;
  }

  .el.el-3efad49 {
    --padding-top: 10px;
    --padding-bottom: 0px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .el.el-88a628c {
    --flex-direction: column;
    --container-widget-width: calc(
      (1 - var(--container-widget-flex-grow)) * 100%
    );
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-start;
    --flex-wrap: nowrap;
  }

  .el.el-88a628c.con {
    --order: 1;
  }

  .el.el-68d6ff1 .heading {
    font-size: 24px;
  }

  .el.el-fde24d9 > .widget-inner {
    margin: 0px 0px 0px 0px;
  }

  .el.el-fde24d9
    .icon-list:not(.inline-items)
    .icon-list-item:not(:last-child) {
    padding-bottom: calc(12px / 2);
  }

  .el.el-fde24d9
    .icon-list:not(.inline-items)
    .icon-list-item:not(:first-child) {
    margin-top: calc(12px / 2);
  }

  .el.el-fde24d9 .icon-list.inline-items .icon-list-item {
    margin-right: calc(12px / 2);
    margin-left: calc(12px / 2);
  }

  .el.el-fde24d9 .icon-list.inline-items {
    margin-right: calc(-12px / 2);
    margin-left: calc(-12px / 2);
  }

  body.rtl .el.el-fde24d9 .icon-list.inline-items .icon-list-item:after {
    left: calc(-12px / 2);
  }

  body:not(.rtl) .el.el-fde24d9 .icon-list.inline-items .icon-list-item:after {
    right: calc(-12px / 2);
  }

  .el.el-fde24d9 .icon-list-item > .icon-list-text,
  .el.el-fde24d9 .icon-list-item > a {
    font-size: 18px;
  }

  .el.el-fed7934 > .widget-inner {
    margin: 0px 0px 0px 0px;
  }

  .el.el-fed7934
    .icon-list:not(.inline-items)
    .icon-list-item:not(:last-child) {
    padding-bottom: calc(12px / 2);
  }

  .el.el-fed7934
    .icon-list:not(.inline-items)
    .icon-list-item:not(:first-child) {
    margin-top: calc(12px / 2);
  }

  .el.el-fed7934 .icon-list.inline-items .icon-list-item {
    margin-right: calc(12px / 2);
    margin-left: calc(12px / 2);
  }

  .el.el-fed7934 .icon-list.inline-items {
    margin-right: calc(-12px / 2);
    margin-left: calc(-12px / 2);
  }

  body.rtl .el.el-fed7934 .icon-list.inline-items .icon-list-item:after {
    left: calc(-12px / 2);
  }

  body:not(.rtl) .el.el-fed7934 .icon-list.inline-items .icon-list-item:after {
    right: calc(-12px / 2);
  }

  .el.el-fed7934 .icon-list-item > .icon-list-text,
  .el.el-fed7934 .icon-list-item > a {
    font-size: 18px;
  }

  .el.el-944dafe > .widget-inner {
    margin: 0px 0px 0px 0px;
  }

  .el.el-944dafe
    .icon-list:not(.inline-items)
    .icon-list-item:not(:last-child) {
    padding-bottom: calc(12px / 2);
  }

  .el.el-944dafe
    .icon-list:not(.inline-items)
    .icon-list-item:not(:first-child) {
    margin-top: calc(12px / 2);
  }

  .el.el-944dafe .icon-list.inline-items .icon-list-item {
    margin-right: calc(12px / 2);
    margin-left: calc(12px / 2);
  }

  .el.el-944dafe .icon-list.inline-items {
    margin-right: calc(-12px / 2);
    margin-left: calc(-12px / 2);
  }

  body.rtl .el.el-944dafe .icon-list.inline-items .icon-list-item:after {
    left: calc(-12px / 2);
  }

  body:not(.rtl) .el.el-944dafe .icon-list.inline-items .icon-list-item:after {
    right: calc(-12px / 2);
  }

  .el.el-944dafe .icon-list-item > .icon-list-text,
  .el.el-944dafe .icon-list-item > a {
    font-size: 18px;
  }

  .el.el-1330680 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 15px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .el.el-92c46b3 > .widget-inner {
    margin: 0px 0px 0px 0px;
  }

  .el.el-92c46b3
    .icon-list:not(.inline-items)
    .icon-list-item:not(:last-child) {
    padding-bottom: calc(12px / 2);
  }

  .el.el-92c46b3
    .icon-list:not(.inline-items)
    .icon-list-item:not(:first-child) {
    margin-top: calc(12px / 2);
  }

  .el.el-92c46b3 .icon-list.inline-items .icon-list-item {
    margin-right: calc(12px / 2);
    margin-left: calc(12px / 2);
  }

  .el.el-92c46b3 .icon-list.inline-items {
    margin-right: calc(-12px / 2);
    margin-left: calc(-12px / 2);
  }

  body.rtl .el.el-92c46b3 .icon-list.inline-items .icon-list-item:after {
    left: calc(-12px / 2);
  }

  body:not(.rtl) .el.el-92c46b3 .icon-list.inline-items .icon-list-item:after {
    right: calc(-12px / 2);
  }

  .el.el-92c46b3 .icon-list-item > .icon-list-text,
  .el.el-92c46b3 .icon-list-item > a {
    font-size: 18px;
  }

  .el.el-c663415 > .widget-inner {
    margin: 0px 0px 0px 0px;
  }

  .el.el-c663415
    .icon-list:not(.inline-items)
    .icon-list-item:not(:last-child) {
    padding-bottom: calc(12px / 2);
  }

  .el.el-c663415
    .icon-list:not(.inline-items)
    .icon-list-item:not(:first-child) {
    margin-top: calc(12px / 2);
  }

  .el.el-c663415 .icon-list.inline-items .icon-list-item {
    margin-right: calc(12px / 2);
    margin-left: calc(12px / 2);
  }

  .el.el-c663415 .icon-list.inline-items {
    margin-right: calc(-12px / 2);
    margin-left: calc(-12px / 2);
  }

  body.rtl .el.el-c663415 .icon-list.inline-items .icon-list-item:after {
    left: calc(-12px / 2);
  }

  body:not(.rtl) .el.el-c663415 .icon-list.inline-items .icon-list-item:after {
    right: calc(-12px / 2);
  }

  .el.el-c663415 .icon-list-item > .icon-list-text,
  .el.el-c663415 .icon-list-item > a {
    font-size: 18px;
  }

  .el.el-88a718e > .widget-inner {
    margin: 0px 0px 0px 0px;
  }

  .el.el-88a718e
    .icon-list:not(.inline-items)
    .icon-list-item:not(:last-child) {
    padding-bottom: calc(12px / 2);
  }

  .el.el-88a718e
    .icon-list:not(.inline-items)
    .icon-list-item:not(:first-child) {
    margin-top: calc(12px / 2);
  }

  .el.el-88a718e .icon-list.inline-items .icon-list-item {
    margin-right: calc(12px / 2);
    margin-left: calc(12px / 2);
  }

  .el.el-88a718e .icon-list.inline-items {
    margin-right: calc(-12px / 2);
    margin-left: calc(-12px / 2);
  }

  body.rtl .el.el-88a718e .icon-list.inline-items .icon-list-item:after {
    left: calc(-12px / 2);
  }

  body:not(.rtl) .el.el-88a718e .icon-list.inline-items .icon-list-item:after {
    right: calc(-12px / 2);
  }

  .el.el-88a718e .icon-list-item > .icon-list-text,
  .el.el-88a718e .icon-list-item > a {
    font-size: 18px;
  }

  .el.el-a5c980a {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .el.el-5378c7f {
    --flex-direction: column;
    --container-widget-width: calc(
      (1 - var(--container-widget-flex-grow)) * 100%
    );
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: flex-start;
    --flex-wrap: nowrap;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
  }

  .el.el-5378c7f.con {
    --order: 1;
  }

  .el.el-5aa6457 {
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc(
      (1 - var(--container-widget-flex-grow)) * 100%
    );
  }

  .el.el-69adb20.el {
    --align-self: center;
  }

  .el.el-69adb20 {
    text-align: center;
    font-size: 24px;
  }

  .el.el-5bf06f2 > .widget-inner {
    padding: 0px 15px 0px 15px;
  }

  .el.el-5bf06f2 {
    font-size: 22px;
  }

  .el.el-95ca892 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 10px;
    --padding-right: 0px;
  }

  .el.el-a62e13b {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 10px;
    --padding-right: 0px;
  }

  .el.el-f7c445b {
    --border-radius: 40px 40px 40px 40px;
    --padding-top: 60px;
    --padding-bottom: 60px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .el.el-4fbb13d {
    font-size: 24px;
  }

  .el.el-e493ef6 > .widget-inner {
    margin: 0px 0px -20px 0px;
    padding: 0px 0px 0px 0px;
  }

  .el.el-e493ef6 .image-box-title {
    font-size: 30px;
    line-height: 1em;
  }

  .el.el-e493ef6 .image-box-description {
    font-size: 16px;
  }

  .el.el-a632103 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .el.el-b7c61b6 > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .el.el-b7c61b6 .image-box-title {
    font-size: 30px;
    line-height: 1em;
  }

  .el.el-b7c61b6 .image-box-description {
    font-size: 15px;
  }

  .el.el-84b73dd > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
  }

  .el.el-de051ba {
    --flex-direction: row-reverse;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap-reverse;
    --margin-top: 30px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
    --z-index: 0;
  }

  .el.el-1b7cfd7 {
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
  }

  .el.el-74e4f96 > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .el.el-74e4f96 .image-box-title {
    font-size: 30px;
    line-height: 1em;
  }

  .el.el-74e4f96 .image-box-description {
    font-size: 15px;
  }

  .el.el-3dc2933 > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
  }

  .el.el-fbedfda {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 15px;
    --padding-right: 15px;
  }

  .el.el-23d48cc > .widget-inner {
    margin: 0px 0px -20px 0px;
    padding: 0px 0px 0px 0px;
  }

  .el.el-23d48cc .image-box-title {
    font-size: 30px;
    line-height: 1em;
  }

  .el.el-23d48cc .image-box-description {
    font-size: 16px;
  }

  .el.el-94d15bc > .widget-inner {
    margin: 0px 0px -20px 0px;
    padding: 0px 0px 0px 0px;
  }

  .el.el-94d15bc .image-box-title {
    font-size: 30px;
    line-height: 1em;
  }

  .el.el-94d15bc .image-box-description {
    font-size: 15px;
  }

  .el.el-f76e728 > .widget-inner {
    margin: 0px 0px -20px 0px;
    padding: 15px 0px 0px 0px;
  }

  .el.el-f76e728 .image-box-title {
    font-size: 30px;
    line-height: 1em;
  }

  .el.el-f76e728 .image-box-description {
    font-size: 16px;
  }

  .el.el-c4d7dcd > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 25px 15px 0px 15px;
  }

  .el.el-80ab51e {
    --flex-direction: row-reverse;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap-reverse;
  }

  .el.el-28fd242 > .widget-inner {
    margin: 0px 0px -20px 0px;
    padding: 0px 0px 0px 0px;
  }

  .el.el-28fd242 .image-box-title {
    font-size: 30px;
    line-height: 1em;
  }

  .el.el-28fd242 .image-box-description {
    font-size: 15px;
  }

  .el.el-700e837 > .widget-inner {
    margin: 0px 0px -5px 0px;
    padding: 15px 0px 0px 0px;
  }

  .el.el-700e837 .image-box-title {
    font-size: 30px;
    line-height: 1em;
  }

  .el.el-700e837 .image-box-description {
    font-size: 16px;
  }

  .el.el-457b733 > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 20px 15px 0px 15px;
  }

  .el.el-24ea19d > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .el.el-24ea19d .image-box-title {
    font-size: 30px;
    line-height: 1em;
  }

  .el.el-24ea19d .image-box-description {
    font-size: 16px;
  }

  .el.el-0ec6abf > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
  }

  .el.el-0f60b4c {
    --flex-direction: row-reverse;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap-reverse;
  }

  .el.el-b40a09c > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .el.el-b40a09c .image-box-title {
    font-size: 30px;
    line-height: 1em;
  }

  .el.el-b40a09c .image-box-description {
    font-size: 15px;
  }

  .el.el-19adf15 > .widget-inner {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
  }

  .el.el-ec622fd > .widget-inner {
    padding: 0px 20px 0px 20px;
  }

  .el.el-ec622fd {
    font-size: 30px;
  }

  .el.el-b773542 > .widget-inner {
    padding: 0px 20px 0px 20px;
  }

  .el.el-fba1180 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
  }

  .el.el-5d1ac04 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }
}

/* Start custom CSS for container, class: .el-dcb7de7 */
.el.el-dcb7de7 {
  border-radius: 8px;
  background: #fff;
  box-shadow:
    196px 190px 76px 0px rgba(0, 0, 0, 0),
    125px 121px 70px 0px rgba(0, 0, 0, 0.01),
    70px 68px 59px 0px rgba(0, 0, 0, 0.05),
    31px 30px 44px 0px rgba(0, 0, 0, 0.09),
    8px 8px 24px 0px rgba(0, 0, 0, 0.1);
}

/* End custom CSS */
/* Start custom CSS for container, class: .el-f7c445b */
.el.el-f7c445b {
  background: #181818;
}

/* End custom CSS */

/* ===== style.min.css ===== */

@font-face {
  font-family: "Happy Icons";
  src:
    url("assets/happy-icons.woff2") format("woff2"),
    url("assets/happy-icons.woff") format("woff"),
    url("assets/happy-icons.svg#happy-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.hm,
.fashm {
  font-family: "Happy Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hm-3d-rotate:before {
  content: "\e900";
}

.hm-degree:before {
  content: "\e901";
}

.hm-accordion-horizontal:before {
  content: "\e902";
}

.hm-accordion-vertical:before {
  content: "\e903";
}

.hm-alarm-clock:before {
  content: "\e904";
}

.hm-alien-gun:before {
  content: "\e905";
}

.hm-alien:before {
  content: "\e906";
}

.hm-anchor:before {
  content: "\e907";
}

.hm-android:before {
  content: "\e908";
}

.hm-angle-down:before {
  content: "\e909";
}

.hm-angle-left:before {
  content: "\e90a";
}

.hm-angle-right:before {
  content: "\e90b";
}

.hm-angle-up:before {
  content: "\e90c";
}

.hm-apple:before {
  content: "\e90d";
}

.hm-arrow-left:before {
  content: "\e90e";
}

.hm-arrow-right:before {
  content: "\e90f";
}

.hm-arrow-zoom-out:before {
  content: "\e910";
}

.hm-arrow-corner:before {
  content: "\e911";
}

.hm-arrow-down:before {
  content: "\e912";
}

.hm-arrow-left1:before {
  content: "\e913";
}

.hm-arrow-right1:before {
  content: "\e914";
}

.hm-arrow-up:before {
  content: "\e915";
}

.hm-article:before {
  content: "\e916";
}

.hm-avatar-man:before {
  content: "\e917";
}

.hm-avatar-woman:before {
  content: "\e918";
}

.hm-badge1:before {
  content: "\e919";
}

.hm-badge2:before {
  content: "\e91a";
}

.hm-badge3:before {
  content: "\e91b";
}

.hm-bamboo:before {
  content: "\e91c";
}

.hm-basketball:before {
  content: "\e91d";
}

.hm-battery:before {
  content: "\e91e";
}

.hm-beach-seat:before {
  content: "\e91f";
}

.hm-bell:before {
  content: "\e920";
}

.hm-bicycle:before {
  content: "\e921";
}

.hm-blog-content:before {
  content: "\e922";
}

.hm-bluetooth:before {
  content: "\e923";
}

.hm-board:before {
  content: "\e924";
}

.hm-body:before {
  content: "\e925";
}

.hm-bomb:before {
  content: "\e926";
}

.hm-bond-hand:before {
  content: "\e927";
}

.hm-bond:before {
  content: "\e928";
}

.hm-bonsai:before {
  content: "\e929";
}

.hm-book:before {
  content: "\e92a";
}

.hm-bowl:before {
  content: "\e92b";
}

.hm-brick-wall:before {
  content: "\e92c";
}

.hm-brush-paint:before {
  content: "\e92d";
}

.hm-brush-roll:before {
  content: "\e92e";
}

.hm-brush:before {
  content: "\e92f";
}

.hm-bug:before {
  content: "\e930";
}

.hm-bulb:before {
  content: "\e931";
}

.hm-calculation:before {
  content: "\e932";
}

.hm-calendar:before {
  content: "\e933";
}

.hm-camera:before {
  content: "\e934";
}

.hm-candle:before {
  content: "\e935";
}

.hm-candles:before {
  content: "\e936";
}

.hm-car:before {
  content: "\e937";
}

.hm-card:before {
  content: "\e938";
}

.hm-caret-down:before {
  content: "\e939";
}

.hm-caret-fill-down:before {
  content: "\e93a";
}

.hm-caret-fill-left:before {
  content: "\e93b";
}

.hm-caret-fill-right:before {
  content: "\e93c";
}

.hm-caret-fill-up:before {
  content: "\e93d";
}

.hm-caret-left:before {
  content: "\e93e";
}

.hm-caret-right:before {
  content: "\e93f";
}

.hm-caret-up:before {
  content: "\e940";
}

.hm-carousal:before {
  content: "\e941";
}

.hm-cart-empty:before {
  content: "\e942";
}

.hm-cart-full:before {
  content: "\e943";
}

.hm-caution:before {
  content: "\e944";
}

.hm-chair:before {
  content: "\e945";
}

.hm-chair2:before {
  content: "\e946";
}

.hm-chat-bubble-single:before {
  content: "\e947";
}

.hm-chat-bubble:before {
  content: "\e948";
}

.hm-cheese:before {
  content: "\e949";
}

.hm-chef-cap:before {
  content: "\e94a";
}

.hm-clip-board:before {
  content: "\e94b";
}

.hm-clip:before {
  content: "\e94c";
}

.hm-cloud-down:before {
  content: "\e94d";
}

.hm-cloud-up:before {
  content: "\e94e";
}

.hm-cloud:before {
  content: "\e94f";
}

.hm-code-browser:before {
  content: "\e950";
}

.hm-code-clean:before {
  content: "\e951";
}

.hm-code:before {
  content: "\e952";
}

.hm-cog:before {
  content: "\e953";
}

.hm-color-card:before {
  content: "\e954";
}

.hm-color-plate:before {
  content: "\e955";
}

.hm-compass-math:before {
  content: "\e956";
}

.hm-compass:before {
  content: "\e957";
}

.hm-corner:before {
  content: "\e958";
}

.hm-crop:before {
  content: "\e959";
}

.hm-cross-circle:before {
  content: "\e95a";
}

.hm-cross-game:before {
  content: "\e95b";
}

.hm-cross-gap:before {
  content: "\e95c";
}

.hm-cross:before {
  content: "\e95d";
}

.hm-crown:before {
  content: "\e95e";
}

.hm-cube:before {
  content: "\e95f";
}

.hm-cup-coffee:before {
  content: "\e960";
}

.hm-cup:before {
  content: "\e961";
}

.hm-currency-paper:before {
  content: "\e962";
}

.hm-dashboard:before {
  content: "\e963";
}

.hm-delivery-van:before {
  content: "\e964";
}

.hm-diamond-ring:before {
  content: "\e965";
}

.hm-direction-both:before {
  content: "\e966";
}

.hm-direction-right:before {
  content: "\e967";
}

.hm-disable-person:before {
  content: "\e968";
}

.hm-disc:before {
  content: "\e969";
}

.hm-dislike:before {
  content: "\e96a";
}

.hm-dollar-on-hand:before {
  content: "\e96b";
}

.hm-door-path:before {
  content: "\e96c";
}

.hm-Download-circle:before {
  content: "\e96d";
}

.hm-download:before {
  content: "\e96e";
}

.hm-drag-inside:before {
  content: "\e96f";
}

.hm-drag-outside:before {
  content: "\e970";
}

.hm-drag:before {
  content: "\e971";
}

.hm-drawer:before {
  content: "\e972";
}

.hm-dribbble:before {
  content: "\e973";
}

.hm-dropper:before {
  content: "\e974";
}

.hm-egg-fry:before {
  content: "\e975";
}

.hm-ellipsis-fill-h:before {
  content: "\e976";
}

.hm-ellipsis-fill-v:before {
  content: "\e977";
}

.hm-ellipsis-horizontal:before {
  content: "\e978";
}

.hm-ellipsis-vertical:before {
  content: "\e979";
}

.hm-emo-normal:before {
  content: "\e97a";
}

.hm-emo-sad:before {
  content: "\e97b";
}

.hm-emo-smile:before {
  content: "\e97c";
}

.hm-envelop:before {
  content: "\e97d";
}

.hm-facebook:before {
  content: "\e97e";
}

.hm-fancy-futton:before {
  content: "\e97f";
}

.hm-feeder:before {
  content: "\e980";
}

.hm-file-cabinet:before {
  content: "\e981";
}

.hm-file-rotate:before {
  content: "\e982";
}

.hm-file:before {
  content: "\e983";
}

.hm-files:before {
  content: "\e984";
}

.hm-film-roll:before {
  content: "\e985";
}

.hm-film:before {
  content: "\e986";
}

.hm-finger-index:before {
  content: "\e987";
}

.hm-finger-print:before {
  content: "\e988";
}

.hm-fire-flame:before {
  content: "\e989";
}

.hm-flag:before {
  content: "\e98a";
}

.hm-flip-card1:before {
  content: "\e98b";
}

.hm-flip-card2:before {
  content: "\e98c";
}

.hm-folder-network:before {
  content: "\e98d";
}

.hm-folder:before {
  content: "\e98e";
}

.hm-football:before {
  content: "\e98f";
}

.hm-footer:before {
  content: "\e990";
}

.hm-form:before {
  content: "\e991";
}

.hm-forward:before {
  content: "\e992";
}

.hm-fountain-pen:before {
  content: "\e993";
}

.hm-gender-female:before {
  content: "\e994";
}

.hm-gender-male:before {
  content: "\e995";
}

.hm-gender-sign:before {
  content: "\e996";
}

.hm-gender:before {
  content: "\e997";
}

.hm-ghost:before {
  content: "\e998";
}

.hm-gift-box:before {
  content: "\e999";
}

.hm-globe1:before {
  content: "\e99a";
}

.hm-globe2:before {
  content: "\e99b";
}

.hm-globe3:before {
  content: "\e99c";
}

.hm-globe4:before {
  content: "\e99d";
}

.hm-google:before {
  content: "\e99e";
}

.hm-graduate-cap:before {
  content: "\e99f";
}

.hm-graph-bar:before {
  content: "\e9a0";
}

.hm-graph-pie:before {
  content: "\e9a1";
}

.hm-graph:before {
  content: "\e9a2";
}

.hm-grid-even:before {
  content: "\e9a3";
}

.hm-grid-masonry:before {
  content: "\e9a4";
}

.hm-grid-twist:before {
  content: "\e9a5";
}

.hm-grid:before {
  content: "\e9a6";
}

.hm-group:before {
  content: "\e9a7";
}

.hm-hand-mike:before {
  content: "\e9a8";
}

.hm-hand-watch:before {
  content: "\e9a9";
}

.hm-hand:before {
  content: "\e9aa";
}

.hm-header:before {
  content: "\e9ab";
}

.hm-headphone:before {
  content: "\e9ac";
}

.hm-headset:before {
  content: "\e9ad";
}

.hm-heart-beat:before {
  content: "\e9ae";
}

.hm-hexa:before {
  content: "\e9af";
}

.hm-highlighter:before {
  content: "\e9b0";
}

.hm-home:before {
  content: "\e9b1";
}

.hm-hot-spot:before {
  content: "\e9b2";
}

.hm-hotdog:before {
  content: "\e9b3";
}

.hm-ice-cream:before {
  content: "\e9b4";
}

.hm-icon-box:before {
  content: "\e9b5";
}

.hm-imac:before {
  content: "\e9b6";
}

.hm-image-compare:before {
  content: "\e9b7";
}

.hm-image-slider:before {
  content: "\e9b8";
}

.hm-image:before {
  content: "\e9b9";
}

.hm-inbox:before {
  content: "\e9ba";
}

.hm-infinity:before {
  content: "\e9bb";
}

.hm-info:before {
  content: "\e9bc";
}

.hm-injection:before {
  content: "\e9bd";
}

.hm-instagram:before {
  content: "\e9be";
}

.hm-jar-chemical:before {
  content: "\e9bf";
}

.hm-key:before {
  content: "\e9c0";
}

.hm-language-change:before {
  content: "\e9c1";
}

.hm-laptop:before {
  content: "\e9c2";
}

.hm-layer:before {
  content: "\e9c3";
}

.hm-lens:before {
  content: "\e9c4";
}

.hm-like:before {
  content: "\e9c5";
}

.hm-line-graph-pointed:before {
  content: "\e9c6";
}

.hm-link:before {
  content: "\e9c7";
}

.hm-linkedin:before {
  content: "\e9c8";
}

.hm-linux:before {
  content: "\e9c9";
}

.hm-list-2:before {
  content: "\e9ca";
}

.hm-list-group:before {
  content: "\e9cb";
}

.hm-list:before {
  content: "\e9cc";
}

.hm-location-pointer:before {
  content: "\e9cd";
}

.hm-lock:before {
  content: "\e9ce";
}

.hm-logo-carousel:before {
  content: "\e9cf";
}

.hm-logo-grid:before {
  content: "\e9d0";
}

.hm-lotus:before {
  content: "\e9d1";
}

.hm-love:before {
  content: "\e9d2";
}

.hm-madel:before {
  content: "\e9d3";
}

.hm-magic-wand:before {
  content: "\e9d4";
}

.hm-magnet:before {
  content: "\e9d5";
}

.hm-mail-open:before {
  content: "\e9d6";
}

.hm-man-range:before {
  content: "\e9d7";
}

.hm-map-marker:before {
  content: "\e9d8";
}

.hm-map-pointer:before {
  content: "\e9d9";
}

.hm-measurement:before {
  content: "\e9da";
}

.hm-memory:before {
  content: "\e9db";
}

.hm-menu-price:before {
  content: "\e9dc";
}

.hm-micro-chip:before {
  content: "\e9dd";
}

.hm-microphone1:before {
  content: "\e9de";
}

.hm-microphone2:before {
  content: "\e9df";
}

.hm-mobile:before {
  content: "\e9e0";
}

.hm-money-bag:before {
  content: "\e9e1";
}

.hm-money:before {
  content: "\e9e2";
}

.hm-monitor:before {
  content: "\e9e3";
}

.hm-mouse:before {
  content: "\e9e4";
}

.hm-muscle:before {
  content: "\e9e5";
}

.hm-net:before {
  content: "\e9e6";
}

.hm-network1:before {
  content: "\e9e7";
}

.hm-network2:before {
  content: "\e9e8";
}

.hm-newspaper:before {
  content: "\e9e9";
}

.hm-nuclear-circle:before {
  content: "\e9ea";
}

.hm-office-file:before {
  content: "\e9eb";
}

.hm-pacman:before {
  content: "\e9ec";
}

.hm-paper-fold:before {
  content: "\e9ed";
}

.hm-paper-plane-alt:before {
  content: "\e9ee";
}

.hm-paper-plane:before {
  content: "\e9ef";
}

.hm-pause:before {
  content: "\e9f0";
}

.hm-pen-head:before {
  content: "\e9f1";
}

.hm-pen-pencil:before {
  content: "\e9f2";
}

.hm-pen-scale:before {
  content: "\e9f3";
}

.hm-pen-paper:before {
  content: "\e9f4";
}

.hm-pen:before {
  content: "\e9f5";
}

.hm-pencil:before {
  content: "\e9f6";
}

.hm-pendrive:before {
  content: "\e9f7";
}

.hm-phone:before {
  content: "\e9f8";
}

.hm-pillar:before {
  content: "\e9f9";
}

.hm-pin-man-range:before {
  content: "\e9fa";
}

.hm-pin-man:before {
  content: "\e9fb";
}

.hm-pin:before {
  content: "\e9fc";
}

.hm-plane:before {
  content: "\e9fd";
}

.hm-play-end:before {
  content: "\e9fe";
}

.hm-play-next:before {
  content: "\e9ff";
}

.hm-play-previous:before {
  content: "\ea00";
}

.hm-play-start:before {
  content: "\ea01";
}

.hm-play-button:before {
  content: "\ea02";
}

.hm-play-store:before {
  content: "\ea03";
}

.hm-play:before {
  content: "\ea04";
}

.hm-playing-card:before {
  content: "\ea05";
}

.hm-plus-box:before {
  content: "\ea06";
}

.hm-plus-circle:before {
  content: "\ea07";
}

.hm-plus-gap:before {
  content: "\ea08";
}

.hm-plus-open:before {
  content: "\ea09";
}

.hm-popup:before {
  content: "\ea0a";
}

.hm-power:before {
  content: "\ea0b";
}

.hm-printer:before {
  content: "\ea0c";
}

.hm-progress-bar:before {
  content: "\ea0d";
}

.hm-promo:before {
  content: "\ea0e";
}

.hm-pulse:before {
  content: "\ea0f";
}

.hm-puzzle:before {
  content: "\ea10";
}

.hm-question:before {
  content: "\ea11";
}

.hm-quote:before {
  content: "\ea12";
}

.hm-radar:before {
  content: "\ea13";
}

.hm-radiation:before {
  content: "\ea14";
}

.hm-reading-glass-alt:before {
  content: "\ea15";
}

.hm-reading-glass:before {
  content: "\ea16";
}

.hm-recycle-bin:before {
  content: "\ea17";
}

.hm-recycle:before {
  content: "\ea18";
}

.hm-refresh-time:before {
  content: "\ea19";
}

.hm-reply:before {
  content: "\ea1a";
}

.hm-responsive-device:before {
  content: "\ea1b";
}

.hm-review:before {
  content: "\ea1c";
}

.hm-rocket1:before {
  content: "\ea1d";
}

.hm-rocket2:before {
  content: "\ea1e";
}

.hm-rss:before {
  content: "\ea1f";
}

.hm-safety-cap:before {
  content: "\ea20";
}

.hm-safety-kit:before {
  content: "\ea21";
}

.hm-sand-watch:before {
  content: "\ea22";
}

.hm-scale:before {
  content: "\ea23";
}

.hm-scanner:before {
  content: "\ea24";
}

.hm-scissor:before {
  content: "\ea25";
}

.hm-screen:before {
  content: "\ea26";
}

.hm-search:before {
  content: "\ea27";
}

.hm-seo:before {
  content: "\ea28";
}

.hm-server-network:before {
  content: "\ea29";
}

.hm-server:before {
  content: "\ea2a";
}

.hm-share:before {
  content: "\ea2b";
}

.hm-shield:before {
  content: "\ea2c";
}

.hm-ship:before {
  content: "\ea2d";
}

.hm-shirt:before {
  content: "\ea2e";
}

.hm-shopping-bag1:before {
  content: "\ea2f";
}

.hm-shopping-bag2:before {
  content: "\ea30";
}

.hm-shopping-bag3:before {
  content: "\ea31";
}

.hm-shopping-bag4:before {
  content: "\ea32";
}

.hm-shuffle:before {
  content: "\ea33";
}

.hm-shutter:before {
  content: "\ea34";
}

.hm-sign-in:before {
  content: "\ea35";
}

.hm-sign-out:before {
  content: "\ea36";
}

.hm-sitemap1:before {
  content: "\ea37";
}

.hm-sitemap2:before {
  content: "\ea38";
}

.hm-skart:before {
  content: "\ea39";
}

.hm-skull:before {
  content: "\ea3a";
}

.hm-skyscraper:before {
  content: "\ea3b";
}

.hm-slider-doc:before {
  content: "\ea3c";
}

.hm-slider-h-range:before {
  content: "\ea3d";
}

.hm-slider-image:before {
  content: "\ea3e";
}

.hm-slider-range-h:before {
  content: "\ea3f";
}

.hm-slider-v-open:before {
  content: "\ea40";
}

.hm-slider-video:before {
  content: "\ea41";
}

.hm-slider:before {
  content: "\ea42";
}

.hm-smart-watch:before {
  content: "\ea43";
}

.hm-snow:before {
  content: "\ea44";
}

.hm-spa-face:before {
  content: "\ea45";
}

.hm-spa-stone-flower:before {
  content: "\ea46";
}

.hm-spa-stone:before {
  content: "\ea47";
}

.hm-spark:before {
  content: "\ea48";
}

.hm-speaker-off:before {
  content: "\ea49";
}

.hm-speaker-on:before {
  content: "\ea4a";
}

.hm-spoon-fork:before {
  content: "\ea4b";
}

.hm-spoon:before {
  content: "\ea4c";
}

.hm-star:before {
  content: "\ea4d";
}

.hm-step-flow:before {
  content: "\ea4e";
}

.hm-steps:before {
  content: "\ea4f";
}

.hm-stop-watch:before {
  content: "\ea50";
}

.hm-stop:before {
  content: "\ea51";
}

.hm-support-call:before {
  content: "\ea52";
}

.hm-tab:before {
  content: "\ea53";
}

.hm-table-lamp:before {
  content: "\ea54";
}

.hm-tablet:before {
  content: "\ea55";
}

.hm-tag:before {
  content: "\ea56";
}

.hm-target-arrow:before {
  content: "\ea57";
}

.hm-target:before {
  content: "\ea58";
}

.hm-target1:before {
  content: "\ea59";
}

.hm-team-carousel:before {
  content: "\ea5a";
}

.hm-team-member:before {
  content: "\ea5b";
}

.hm-tennis-ball:before {
  content: "\ea5c";
}

.hm-terminal:before {
  content: "\ea5d";
}

.hm-testimonial-carousel:before {
  content: "\ea5e";
}

.hm-testimonial:before {
  content: "\ea5f";
}

.hm-text-animation:before {
  content: "\ea60";
}

.hm-theatre:before {
  content: "\ea61";
}

.hm-tick-circle:before {
  content: "\ea62";
}

.hm-tick:before {
  content: "\ea63";
}

.hm-tickets:before {
  content: "\ea64";
}

.hm-tie-knot:before {
  content: "\ea65";
}

.hm-tie:before {
  content: "\ea66";
}

.hm-timeline:before {
  content: "\ea67";
}

.hm-toggle:before {
  content: "\ea68";
}

.hm-tools:before {
  content: "\ea69";
}

.hm-tree-square:before {
  content: "\ea6a";
}

.hm-twitter-bird:before {
  content: "\ea6b";
}

.hm-twitter:before {
  content: "\ea6c";
}

.hm-ufo:before {
  content: "\ea6d";
}

.hm-umbralla:before {
  content: "\ea6e";
}

.hm-unlock:before {
  content: "\ea6f";
}

.hm-up-down:before {
  content: "\ea70";
}

.hm-upload:before {
  content: "\ea71";
}

.hm-upward-top-right:before {
  content: "\ea72";
}

.hm-user-female:before {
  content: "\ea73";
}

.hm-user-id:before {
  content: "\ea74";
}

.hm-user-male:before {
  content: "\ea75";
}

.hm-video-camera:before {
  content: "\ea76";
}

.hm-water-drop:before {
  content: "\ea77";
}

.hm-weather-cloud-day:before {
  content: "\ea78";
}

.hm-weather-cloud:before {
  content: "\ea79";
}

.hm-weather-day-rain:before {
  content: "\ea7a";
}

.hm-weather-day-snow:before {
  content: "\ea7b";
}

.hm-weather-day-windy-rain:before {
  content: "\ea7c";
}

.hm-weather-flood:before {
  content: "\ea7d";
}

.hm-weather-night-cloud:before {
  content: "\ea7e";
}

.hm-weather-rain-alt:before {
  content: "\ea7f";
}

.hm-weather-rain:before {
  content: "\ea80";
}

.hm-weather-snow:before {
  content: "\ea81";
}

.hm-weather-sun-rain:before {
  content: "\ea82";
}

.hm-weather-sun:before {
  content: "\ea83";
}

.hm-weather-sunny-day:before {
  content: "\ea84";
}

.hm-weather-thunder:before {
  content: "\ea85";
}

.hm-weather-windy-rain:before {
  content: "\ea86";
}

.hm-webcam1:before {
  content: "\ea87";
}

.hm-webcam2:before {
  content: "\ea88";
}

.hm-weight-scale:before {
  content: "\ea89";
}

.hm-windows:before {
  content: "\ea8a";
}

.hm-wine-glass2:before {
  content: "\ea8b";
}

.hm-wine-glass:before {
  content: "\ea8c";
}

.hm-worker-cap:before {
  content: "\ea8d";
}

.hm-youtube:before {
  content: "\ea8e";
}

.hm-centralize:before {
  content: "\ea8f";
}

.hm-add-section:before {
  content: "\ea90";
}

.hm-advanced-heading:before {
  content: "\ea91";
}

.hm-air-baloon:before {
  content: "\ea92";
}

.hm-arrow2:before {
  content: "\ea93";
}

.hm-bicycle2:before {
  content: "\ea94";
}

.hm-bond2:before {
  content: "\ea95";
}

.hm-bond3:before {
  content: "\ea96";
}

.hm-bond4:before {
  content: "\ea97";
}

.hm-calendar2:before {
  content: "\ea98";
}

.hm-carousel:before {
  content: "\ea99";
}

.hm-code-page:before {
  content: "\ea9a";
}

.hm-comment-circle:before {
  content: "\ea9b";
}

.hm-comment-square:before {
  content: "\ea9c";
}

.hm-copy:before {
  content: "\ea9d";
}

.hm-cursor:before {
  content: "\ea9e";
}

.hm-envelop2:before {
  content: "\ea9f";
}

.hm-factory:before {
  content: "\eaa0";
}

.hm-finger-point:before {
  content: "\eaa1";
}

.hm-finger-swipe-both:before {
  content: "\eaa2";
}

.hm-finger-swipe-corner:before {
  content: "\eaa3";
}

.hm-finger-swipe-left:before {
  content: "\eaa4";
}

.hm-finger-swipe-up:before {
  content: "\eaa5";
}

.hm-finger-swipe:before {
  content: "\eaa6";
}

.hm-finger-touch:before {
  content: "\eaa7";
}

.hm-folder-network:before {
  content: "\eaa8";
}

.hm-folder-sync:before {
  content: "\eaa9";
}

.hm-graph-bar2:before {
  content: "\eaaa";
}

.hm-graph-pie2:before {
  content: "\eaab";
}

.hm-heading-h:before {
  content: "\eaac";
}

.hm-heading-html:before {
  content: "\eaad";
}

.hm-heart:before {
  content: "\eaae";
}

.hm-home2:before {
  content: "\eaaf";
}

.hm-indent-left:before {
  content: "\eab0";
}

.hm-indent-right:before {
  content: "\eab1";
}

.hm-lock-close:before {
  content: "\eab2";
}

.hm-lock-open:before {
  content: "\eab3";
}

.hm-map-pointer-add:before {
  content: "\eab4";
}

.hm-map-pointer-check:before {
  content: "\eab5";
}

.hm-map-pointer-delete:before {
  content: "\eab6";
}

.hm-map-pointer2:before {
  content: "\eab7";
}

.hm-map:before {
  content: "\eab8";
}

.hm-navigation1:before {
  content: "\eab9";
}

.hm-navigation2:before {
  content: "\eaba";
}

.hm-page-export:before {
  content: "\eabb";
}

.hm-page-sync:before {
  content: "\eabc";
}

.hm-piramid:before {
  content: "\eabd";
}

.hm-plug:before {
  content: "\eabe";
}

.hm-point-marker:before {
  content: "\eabf";
}

.hm-quote2:before {
  content: "\eac0";
}

.hm-refresh-check:before {
  content: "\eac1";
}

.hm-refresh:before {
  content: "\eac2";
}

.hm-refresh2:before {
  content: "\eac3";
}

.hm-scrolling-image:before {
  content: "\eac4";
}

.hm-sign-turn-right:before {
  content: "\eac5";
}

.hm-speedometer:before {
  content: "\eac6";
}

.hm-sticky:before {
  content: "\eac7";
}

.hm-sync-cloud:before {
  content: "\eac8";
}

.hm-sync:before {
  content: "\eac9";
}

.hm-sync2:before {
  content: "\eaca";
}

.hm-table-lamp2:before {
  content: "\eacb";
}

.hm-target2:before {
  content: "\eacc";
}

.hm-timeline-spiral:before {
  content: "\eacd";
}

.hm-tv:before {
  content: "\eace";
}

.hm-vespa:before {
  content: "\eacf";
}

.hm-happyaddons:before {
  content: "\ead0";
}

.hm-brain:before {
  content: "\ead1";
}

.hm-breadcrumbs:before {
  content: "\ead2";
}

.hm-circular-chat:before {
  content: "\ead3";
}

.hm-currency-exchange:before {
  content: "\ead4";
}

.hm-cta:before {
  content: "\ead5";
}

.hm-data-table:before {
  content: "\ead6";
}

.hm-display-condition:before {
  content: "\ead7";
}

.hm-digital-memory:before {
  content: "\ead8";
}

.hm-dollar-box:before {
  content: "\ead9";
}

.hm-faq:before {
  content: "\eada";
}

.hm-facebook-feed:before {
  content: "\eadb";
}

.hm-header-footer:before {
  content: "\eadc";
}

.hm-heart:before {
  content: "\eadd";
}

.hm-image-accordion:before {
  content: "\eade";
}

.hm-image-masking:before {
  content: "\eadf";
}

.hm-instagram:before {
  content: "\eae0";
}

.hm-mail-chimp:before {
  content: "\eae1";
}

.hm-minus-large:before {
  content: "\eae2";
}

.hm-minus-small:before {
  content: "\eae3";
}

.hm-mobile-chat:before {
  content: "\eae4";
}

.hm-motion-button:before {
  content: "\eae5";
}

.hm-news-ticker:before {
  content: "\eae6";
}

.hm-offcanvas-menu:before {
  content: "\eae7";
}

.hm-post-grid:before {
  content: "\eae8";
}

.hm-post-list:before {
  content: "\eae9";
}

.hm-post-tab:before {
  content: "\eaea";
}

.hm-pricing-menu:before {
  content: "\eaeb";
}

.hm-scheduled-section:before {
  content: "\eaec";
}

.hm-section-link:before {
  content: "\eaed";
}

.hm-sticky-video:before {
  content: "\eaee";
}

.hm-section-nesting:before {
  content: "\eaef";
}

.hm-traffic-signal:before {
  content: "\eaf0";
}

.hm-tshirt:before {
  content: "\eaf1";
}

.hm-twitter-feed:before {
  content: "\eaf2";
}

.hm-grid-layout:before {
  content: "\eaf3";
}

.hm-add-to-cart-button:before {
  content: "\eaf4";
}

.hm-billing-address:before {
  content: "\eaf5";
}

.hm-cart:before {
  content: "\eaf6";
}

.hm-Category-Carousel:before {
  content: "\eaf7";
}

.hm-Category-Grid:before {
  content: "\eaf8";
}

.hm-Category-List:before {
  content: "\eaf9";
}

.hm-checkout-1:before {
  content: "\eafa";
}

.hm-checkout-2:before {
  content: "\eafb";
}

.hm-compare:before {
  content: "\eafc";
}

.hm-edit-menu:before {
  content: "\eafd";
}

.hm-facebook-review:before {
  content: "\eafe";
}

.hm-fb-messanger:before {
  content: "\eaff";
}

.hm-filter:before {
  content: "\eb00";
}

.hm-google-review:before {
  content: "\eb01";
}

.hm-grid-filter:before {
  content: "\eb02";
}

.hm-home3:before {
  content: "\eb03";
}

.hm-horizontal-timeline:before {
  content: "\eb04";
}

.hm-image-scroll:before {
  content: "\eb05";
}

.hm-mini-cart:before {
  content: "\eb06";
}

.hm-off-canvas-cart:before {
  content: "\eb07";
}

.hm-popup1:before {
  content: "\eb08";
}

.hm-post-list:before {
  content: "\eb09";
}

.hm-Product-Carousel:before {
  content: "\eb0a";
}

.hm-product-filter:before {
  content: "\eb0b";
}

.hm-product-gallery:before {
  content: "\eb0c";
}

.hm-Product-Grid:before {
  content: "\eb0d";
}

.hm-Product-List-double:before {
  content: "\eb0e";
}

.hm-product-list-single:before {
  content: "\eb0f";
}

.hm-product-rating:before {
  content: "\eb10";
}

.hm-product-table:before {
  content: "\eb11";
}

.hm-product-variation:before {
  content: "\eb12";
}

.hm-retina-image:before {
  content: "\eb13";
}

.hm-shipping-address:before {
  content: "\eb14";
}

.hm-shop:before {
  content: "\eb15";
}

.hm-shopping-details:before {
  content: "\eb16";
}

.hm-sticky-video-2:before {
  content: "\eb17";
}

.hm-Template-Import:before {
  content: "\eb18";
}

.hm-trendy-product:before {
  content: "\eb19";
}

.hm-user-check:before {
  content: "\eb1a";
}

.hm-User-Circle:before {
  content: "\eb1b";
}

.hm-user-plus:before {
  content: "\eb1c";
}

.hm-user:before {
  content: "\eb1d";
}

.hm-video-gallery:before {
  content: "\eb1e";
}

.hm-wishlist:before {
  content: "\eb1f";
}

.hm-mouse-scroll-h:before {
  content: "\eb20";
}

.hm-mouse-scroll-v:before {
  content: "\eb21";
}

.hm-speaker:before {
  content: "\eb22";
}

.hm-mega-menu:before {
  content: "\eb23";
}

.hm-content-slider:before {
  content: "\eb24";
}

.hm-text-outline:before {
  content: "\eb25";
}

.hm-vector-path:before {
  content: "\eb26";
}

.hm-rough-notation:before {
  content: "\eb27";
}

.hm-unfold-folder:before {
  content: "\eb28";
}

.hm-unfold-paper:before {
  content: "\eb29";
}

.hm-speaker2:before {
  content: "\eb2a";
}

.hm-video-mask:before {
  content: "\eb2b";
}

.hm-dot-navigation:before {
  content: "\eb2c";
}

.hm-cursor-hover-click:before {
  content: "\eb2d";
}

.hm-finger-hover-touch:before {
  content: "\eb2e";
}

.hm-repeat:before {
  content: "\eb2f";
}

.hm-event-calendar:before {
  content: "\eb30";
}

.hm-map-location-unfold:before {
  content: "\eb31";
}

.hm-ticket2:before {
  content: "\eb32";
}

.hm-thunder1:before {
  content: "\eb33";
}

.hm-thunder2:before {
  content: "\eb34";
}

.hm-shield1:before {
  content: "\eb35";
}

.hm-switcher:before {
  content: "\eb36";
}

.hm-global-badge:before {
  content: "\eb37";
}

.hm-wallet:before {
  content: "\eb38";
}

.hm-asteroid:before {
  content: "\eb39";
}

.hm-repeat2:before {
  content: "\eb3a";
}

.hm-corona-covid1:before {
  content: "\eb3b";
}

.hm-corona-covid2:before {
  content: "\eb3c";
}

.hm-fixed-size-button:before {
  content: "\eb3d";
}

.hm-full-page-scroll:before {
  content: "\eb3e";
}

.hm-multi-page-scroll:before {
  content: "\eb3f";
}

.hm-flag2:before {
  content: "\eb40";
}

.hm-advanced-data-table:before {
  content: "\eb41";
}

.hm-add-group:before {
  content: "\eb42";
}

.hm-add-peoples:before {
  content: "\eb43";
}

.hm-age-gate:before {
  content: "\eb44";
}

.hm-age-gate2:before {
  content: "\eb45";
}

.hm-animated-link:before {
  content: "\eb46";
}

.hm-behance-feed:before {
  content: "\eb47";
}

.hm-binary-digit:before {
  content: "\eb48";
}

.hm-both-way-arrow:before {
  content: "\eb49";
}

.hm-camera-plus:before {
  content: "\eb4a";
}

.hm-cancel-meeting:before {
  content: "\eb4b";
}

.hm-chat-bubble1:before {
  content: "\eb4c";
}

.hm-checkout1:before {
  content: "\eb4d";
}

.hm-clap:before {
  content: "\eb4e";
}

.hm-dribbble-feed:before {
  content: "\eb4f";
}

.hm-edd-cart:before {
  content: "\eb50";
}

.hm-edd-category-carousel:before {
  content: "\eb51";
}

.hm-edd-category:before {
  content: "\eb52";
}

.hm-edd-discount:before {
  content: "\eb53";
}

.hm-edd-download:before {
  content: "\eb54";
}

.hm-edd-login1:before {
  content: "\eb55";
}

.hm-edd-login2:before {
  content: "\eb56";
}

.hm-edd-mini-cart:before {
  content: "\eb57";
}

.hm-edd-my-account-tab:before {
  content: "\eb58";
}

.hm-edd-product-carousel:before {
  content: "\eb59";
}

.hm-edd-product-grid:before {
  content: "\eb5a";
}

.hm-edd-profile-edit:before {
  content: "\eb5b";
}

.hm-edd-purchased:before {
  content: "\eb5c";
}

.hm-edd-register:before {
  content: "\eb5d";
}

.hm-edd-search-bar:before {
  content: "\eb5e";
}

.hm-edd-single-product:before {
  content: "\eb5f";
}

.hm-facebook-review1:before {
  content: "\eb60";
}

.hm-feather:before {
  content: "\eb61";
}

.hm-file2:before {
  content: "\eb62";
}

.hm-fly-out-menu:before {
  content: "\eb63";
}

.hm-grid-link:before {
  content: "\eb64";
}

.hm-hexa-bond:before {
  content: "\eb65";
}

.hm-image-accordion1:before {
  content: "\eb66";
}

.hm-image-swap:before {
  content: "\eb67";
}

.hm-link-box:before {
  content: "\eb68";
}

.hm-meeting:before {
  content: "\eb69";
}

.hm-pdf1:before {
  content: "\eb6a";
}

.hm-pdf2:before {
  content: "\eb6b";
}

.hm-photo-stack:before {
  content: "\eb6c";
}

.hm-qr-code:before {
  content: "\eb6d";
}

.hm-remote_carousel:before {
  content: "\eb6e";
}

.hm-scroll-top:before {
  content: "\eb6f";
}

.hm-square-clock:before {
  content: "\eb70";
}

.hm-step-flow2:before {
  content: "\eb71";
}

.hm-sub-list:before {
  content: "\eb72";
}

.hm-swap-left:before {
  content: "\eb73";
}

.hm-tooltips:before {
  content: "\eb74";
}

.hm-traveller:before {
  content: "\eb75";
}

.hm-tb-archieve-content:before {
  content: "\eb76";
}

.hm-tb-archieve-title:before {
  content: "\eb77";
}

.hm-tb-author-meta:before {
  content: "\eb78";
}

.hm-tb-comments:before {
  content: "\eb79";
}

.hm-tb-featured-image:before {
  content: "\eb7a";
}

.hm-tb-page-title:before {
  content: "\eb7b";
}

.hm-tb-post-content:before {
  content: "\eb7c";
}

.hm-tb-post-excerpt:before {
  content: "\eb7d";
}

.hm-tb-post-grid:before {
  content: "\eb7e";
}

.hm-tb-post-info:before {
  content: "\eb7f";
}

.hm-tb-post-list:before {
  content: "\eb80";
}

.hm-tb-post-title:before {
  content: "\eb81";
}

.hm-tb-site-logo:before {
  content: "\eb82";
}

.hm-tb-site-title:before {
  content: "\eb83";
}

.hm-lordicon:before {
  content: "\eb84";
}

.hm-vault:before {
  content: "\eb85";
}

.hm-liquid-hover-image:before {
  content: "\eb86";
}

.hm-image-replace:before {
  content: "\eb87";
}

.hm-title-tips-vector-path:before {
  content: "\eb88";
}

.hm-reading-progress-bar:before {
  content: "\eb89";
}

.hm-metro-grid-text-outline:before {
  content: "\eb8a";
}

.hm-loop-grid-content-slider:before {
  content: "\eb8b";
}

.hm-woo-builder:before {
  content: "\eb8c";
}

.hm-verified-info:before {
  content: "\eb8d";
}

.hm-unused-media:before {
  content: "\eb8e";
}

.hm-related-product:before {
  content: "\eb8f";
}

.hm-reading-book:before {
  content: "\eb90";
}

.hm-product-title:before {
  content: "\eb91";
}

.hm-product-stock:before {
  content: "\eb92";
}

.hm-product-rating-78:before {
  content: "\eb93";
}

.hm-product-price:before {
  content: "\eb94";
}

.hm-product-meta:before {
  content: "\eb95";
}

.hm-product-image:before {
  content: "\eb96";
}

.hm-product-grid:before {
  content: "\eb97";
}

.hm-product-description:before {
  content: "\eb98";
}

.hm-product-atribute:before {
  content: "\eb99";
}

.hm-media-all:before {
  content: "\eb9a";
}

.hm-magic-scroll:before {
  content: "\eb9b";
}

.hm-lightbox:before {
  content: "\eb9c";
}

.hm-invoice:before {
  content: "\eb9d";
}

.hm-global-badge1:before {
  content: "\eb9e";
}

.hm-empty-cart-notice:before {
  content: "\eb9f";
}

.hm-creative-slider-two:before {
  content: "\eba0";
}

.hm-creative-slider-one:before {
  content: "\eba1";
}

.hm-comparison-table:before {
  content: "\eba2";
}

.hm-checkout-shipping:before {
  content: "\eba3";
}

.hm-checkout-payment-method:before {
  content: "\eba4";
}

.hm-checkout-order-review:before {
  content: "\eba5";
}

.hm-checkout-login:before {
  content: "\eba6";
}

.hm-checkout-invoice:before {
  content: "\eba7";
}

.hm-checkout-info:before {
  content: "\eba8";
}

.hm-checkout-coupon:before {
  content: "\eba9";
}

.hm-checkout-bill-form:before {
  content: "\ebaa";
}

.hm-cart-total:before {
  content: "\ebab";
}

.hm-cart-table:before {
  content: "\ebac";
}

.hm-cart-redirection:before {
  content: "\ebad";
}

.hm-cart-checkout:before {
  content: "\ebae";
}

.hm-cart-btn-number:before {
  content: "\ebaf";
}

.hm-ai:before {
  content: "\ebb0";
}

/* ===== roboto.css ===== */

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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;
}

/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(assets/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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;
}

/* ===== robotoslab.css ===== */

/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.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;
}

/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.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;
}

/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.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;
}

/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.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;
}

/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.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;
}

/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.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;
}

/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.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;
}

/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.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;
}

/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.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;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.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;
}

/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.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;
}

/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.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;
}

/* ===== publicsans.css ===== */

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjpax9k0.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjlax9k0.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjzaxw.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjpax9k0.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjlax9k0.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjzaxw.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjpax9k0.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjlax9k0.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjzaxw.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjpax9k0.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjlax9k0.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjzaxw.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjpax9k0.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjlax9k0.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjzaxw.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjpax9k0.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjlax9k0.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjzaxw.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjpax9k0.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjlax9k0.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjzaxw.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjpax9k0.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjlax9k0.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjzaxw.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjpax9k0.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjlax9k0.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwts572xtc6zyqws9yvwnndtjzaxw.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnjfj7cww.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnifj7cww.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnngfj4.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnjfj7cww.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnifj7cww.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnngfj4.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnjfj7cww.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnifj7cww.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnngfj4.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnjfj7cww.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnifj7cww.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnngfj4.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnjfj7cww.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnifj7cww.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnngfj4.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnjfj7cww.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnifj7cww.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnngfj4.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnjfj7cww.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnifj7cww.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnngfj4.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnjfj7cww.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnifj7cww.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnngfj4.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;
}

/* vietnamese */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnjfj7cww.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;
}

/* latin-ext */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnnifj7cww.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;
}

/* latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/publicsans-ijwrs572xtc6zyqws9yvwnngfj4.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;
}

/* ===== Hero — posicionamento desktop ===== */
@media (min-width: 1025px) {
  /* Alinha o container ao início (esquerda) em vez de normal/stretch */
  .el.el-f939e21 {
    align-items: flex-start !important;
  }

  /* con-inner: ocupa a metade esquerda, sem auto-centralização */
  .el.el-f939e21 > .con-inner {
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
  }

  /* Imagem: proporção desktop */
  .el.el-fe90d8d {
    width: 44%;
    max-width: 44%;
    --container-widget-width: 44%;
  }

  /* Bloco de texto: largura total da metade esquerda */
  .el.el-caefb2e {
    width: 100%;
    max-width: 100%;
    --container-widget-width: 100%;
  }

  /* Texto alinhado à esquerda */
  .el.el-a61c0f8 {
    text-align: left;
  }
  .el.el-6ac819f {
    text-align: left;
  }

  /* Background image: só no desktop */
  .el.el-f939e21:not(.motion-effect-bg),
  .el.el-f939e21 > .motion-effect-container > .motion-effect-layer {
    background-image: url("assets/sessao-1-desktop.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }
}
/* ===== inline: inline-style-0 ===== */
img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

/* ===== inline: id="global-styles-inline-css" ===== */
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined:
    6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:root {
  --wp--style--global--content-size: 800px;
  --wp--style--global--wide-size: 1200px;
}

:where(body) {
  margin: 0;
}

.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}

.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}

.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:where(.wp-site-blocks) > :first-child {
  margin-block-start: 0;
}

:where(.wp-site-blocks) > :last-child {
  margin-block-end: 0;
}

:root {
  --wp--style--block-gap: 24px;
}

:root :where(.is-layout-flow) > :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:root :where(.is-layout-constrained) > :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-constrained) > :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:root :where(.is-layout-flex) {
  gap: 24px;
}

:root :where(.is-layout-grid) {
  gap: 24px;
}

.is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

/* ===== inline: id="elementor-frontend-inline-css" ===== */
@-webkit-keyframes ha_fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

@-webkit-keyframes ha_zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes ha_zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes ha_rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
  }
}

@keyframes ha_rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes ha_bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes ha_bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@-webkit-keyframes ha_bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
  }
}

@keyframes ha_bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes ha_flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
}

@keyframes ha_flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
}

@-webkit-keyframes ha_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}

@keyframes ha_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}

@-webkit-keyframes ha_swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
}

@keyframes ha_swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
}

@-webkit-keyframes ha_slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes ha_slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes ha_slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes ha_slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes ha_slideInLeft {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ha_slideInLeft {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes ha_slideInRight {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes ha_slideInRight {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.ha_fadeIn {
  -webkit-animation-name: ha_fadeIn;
  animation-name: ha_fadeIn;
}

.ha_zoomIn {
  -webkit-animation-name: ha_zoomIn;
  animation-name: ha_zoomIn;
}

.ha_rollIn {
  -webkit-animation-name: ha_rollIn;
  animation-name: ha_rollIn;
}

.ha_bounce {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: ha_bounce;
  animation-name: ha_bounce;
}

.ha_bounceIn {
  -webkit-animation-name: ha_bounceIn;
  animation-name: ha_bounceIn;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
}

.ha_flipInX,
.ha_flipInY {
  -webkit-animation-name: ha_flipInX;
  animation-name: ha_flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.ha_flipInY {
  -webkit-animation-name: ha_flipInY;
  animation-name: ha_flipInY;
}

.ha_swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: ha_swing;
  animation-name: ha_swing;
}

.ha_slideInDown {
  -webkit-animation-name: ha_slideInDown;
  animation-name: ha_slideInDown;
}

.ha_slideInUp {
  -webkit-animation-name: ha_slideInUp;
  animation-name: ha_slideInUp;
}

.ha_slideInLeft {
  -webkit-animation-name: ha_slideInLeft;
  animation-name: ha_slideInLeft;
}

.ha_slideInRight {
  -webkit-animation-name: ha_slideInRight;
  animation-name: ha_slideInRight;
}

.ha-css-transform-yes {
  -webkit-transition-duration: var(--ha-tfx-transition-duration, 0.2s);
  transition-duration: var(--ha-tfx-transition-duration, 0.2s);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transform: translate(
      var(--ha-tfx-translate-x, 0),
      var(--ha-tfx-translate-y, 0)
    )
    scale(var(--ha-tfx-scale-x, 1), var(--ha-tfx-scale-y, 1))
    skew(var(--ha-tfx-skew-x, 0), var(--ha-tfx-skew-y, 0))
    rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0))
    rotateZ(var(--ha-tfx-rotate-z, 0));
  transform: translate(
      var(--ha-tfx-translate-x, 0),
      var(--ha-tfx-translate-y, 0)
    )
    scale(var(--ha-tfx-scale-x, 1), var(--ha-tfx-scale-y, 1))
    skew(var(--ha-tfx-skew-x, 0), var(--ha-tfx-skew-y, 0))
    rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0))
    rotateZ(var(--ha-tfx-rotate-z, 0));
}

.ha-css-transform-yes:hover {
  -webkit-transform: translate(
      var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),
      var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))
    )
    scale(
      var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),
      var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))
    )
    skew(
      var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),
      var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))
    )
    rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0)))
    rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0)))
    rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));
  transform: translate(
      var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),
      var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))
    )
    scale(
      var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),
      var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))
    )
    skew(
      var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),
      var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))
    )
    rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0)))
    rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0)))
    rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));
}

.happy-addon > .widget-inner {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.happy-addon > .widget-inner,
.happy-addon > .widget-inner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.happy-addon:not(:has(.widget-inner)),
.happy-addon:not(:has(.widget-inner)) * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.happy-addon p:empty {
  display: none;
}

.happy-addon .inline-editing {
  min-height: auto !important;
}

.happy-addon-pro img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ha-screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.ha-has-bg-overlay > .widget-inner {
  position: relative;
  z-index: 1;
}

.ha-has-bg-overlay > .widget-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.ha-has-bg-overlay:not(:has(.widget-inner)) {
  position: relative;
  z-index: 1;
}

.ha-has-bg-overlay:not(:has(.widget-inner)):before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.ha-popup--is-enabled .ha-js-popup,
.ha-popup--is-enabled .ha-js-popup img {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}

.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-close {
  background-color: transparent;
}

.mfp-wrap .mfp-arrow:focus,
.mfp-wrap .mfp-close:focus {
  outline-width: thin;
}

.ha-advanced-tooltip-enable {
  position: relative;
  cursor: pointer;
  --ha-tooltip-arrow-color: black;
  --ha-tooltip-arrow-distance: 0;
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content {
  position: absolute;
  z-index: 999;
  display: none;
  padding: 5px 0;
  width: 120px;
  height: auto;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  text-align: center;
  opacity: 0;
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after {
  position: absolute;
  border-width: 5px;
  border-style: solid;
  content: "";
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after {
  visibility: hidden;
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show {
  display: inline-block;
  opacity: 1;
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-top
  .ha-advanced-tooltip-content,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top
  .ha-advanced-tooltip-content {
  top: unset;
  right: 0;
  bottom: calc(101% + var(--ha-tooltip-arrow-distance));
  left: 0;
  margin: 0 auto;
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-top
  .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top
  .ha-advanced-tooltip-content::after {
  top: 100%;
  right: unset;
  bottom: unset;
  left: 50%;
  border-color: var(--ha-tooltip-arrow-color) transparent transparent
    transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom
  .ha-advanced-tooltip-content,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom
  .ha-advanced-tooltip-content {
  top: calc(101% + var(--ha-tooltip-arrow-distance));
  right: 0;
  bottom: unset;
  left: 0;
  margin: 0 auto;
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom
  .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom
  .ha-advanced-tooltip-content::after {
  top: unset;
  right: unset;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent var(--ha-tooltip-arrow-color)
    transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-left
  .ha-advanced-tooltip-content,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left
  .ha-advanced-tooltip-content {
  top: 50%;
  right: calc(101% + var(--ha-tooltip-arrow-distance));
  bottom: unset;
  left: unset;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-left
  .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left
  .ha-advanced-tooltip-content::after {
  top: 50%;
  right: unset;
  bottom: unset;
  left: 100%;
  border-color: transparent transparent transparent
    var(--ha-tooltip-arrow-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-right
  .ha-advanced-tooltip-content,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right
  .ha-advanced-tooltip-content {
  top: 50%;
  right: unset;
  bottom: unset;
  left: calc(101% + var(--ha-tooltip-arrow-distance));
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-right
  .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right
  .ha-advanced-tooltip-content::after {
  top: 50%;
  right: 100%;
  bottom: unset;
  left: unset;
  border-color: transparent var(--ha-tooltip-arrow-color) transparent
    transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top
  .ha-advanced-tooltip-content {
  top: unset;
  right: 0;
  bottom: calc(101% + var(--ha-tooltip-arrow-distance));
  left: 0;
  margin: 0 auto;
}

body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top
  .ha-advanced-tooltip-content::after {
  top: 100%;
  right: unset;
  bottom: unset;
  left: 50%;
  border-color: var(--ha-tooltip-arrow-color) transparent transparent
    transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom
  .ha-advanced-tooltip-content {
  top: calc(101% + var(--ha-tooltip-arrow-distance));
  right: 0;
  bottom: unset;
  left: 0;
  margin: 0 auto;
}

body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom
  .ha-advanced-tooltip-content::after {
  top: unset;
  right: unset;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent var(--ha-tooltip-arrow-color)
    transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left
  .ha-advanced-tooltip-content {
  top: 50%;
  right: calc(101% + var(--ha-tooltip-arrow-distance));
  bottom: unset;
  left: unset;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left
  .ha-advanced-tooltip-content::after {
  top: 50%;
  right: unset;
  bottom: unset;
  left: 100%;
  border-color: transparent transparent transparent
    var(--ha-tooltip-arrow-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right
  .ha-advanced-tooltip-content {
  top: 50%;
  right: unset;
  bottom: unset;
  left: calc(101% + var(--ha-tooltip-arrow-distance));
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right
  .ha-advanced-tooltip-content::after {
  top: 50%;
  right: 100%;
  bottom: unset;
  left: unset;
  border-color: transparent var(--ha-tooltip-arrow-color) transparent
    transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.editor-active .happy-addon.ha-gravityforms .gform_wrapper {
  display: block !important;
}

.ha-scroll-to-top-wrap.ha-scroll-to-top-hide {
  display: none;
}

.ha-scroll-to-top-wrap.edit-mode,
.ha-scroll-to-top-wrap.single-page-off {
  display: none !important;
}

.ha-scroll-to-top-button {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #5636d1;
  color: #fff;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ha-scroll-to-top-button i {
  color: #fff;
  font-size: 16px;
}

.ha-scroll-to-top-button:hover {
  background-color: #e2498a;
}

/* ===== inline: inline-style-3 ===== */
.con.con-parent:nth-of-type(n + 4):not(.lazyloaded):not(.no-lazyload),
.con.con-parent:nth-of-type(n + 4):not(.lazyloaded):not(.no-lazyload) * {
  background-image: none !important;
}

@media screen and (max-height: 1024px) {
  .con.con-parent:nth-of-type(n + 3):not(.lazyloaded):not(.no-lazyload),
  .con.con-parent:nth-of-type(n + 3):not(.lazyloaded):not(.no-lazyload) * {
    background-image: none !important;
  }
}

@media screen and (max-height: 640px) {
  .con.con-parent:nth-of-type(n + 2):not(.lazyloaded):not(.no-lazyload),
  .con.con-parent:nth-of-type(n + 2):not(.lazyloaded):not(.no-lazyload) * {
    background-image: none !important;
  }
}

/* ===== inline: id="_goober" ===== */
.go1475592160 {
  height: 0;
}

.go1671063245 {
  height: auto;
}

.go1888806478 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

@media (min-width: 600px) {
  .go1888806478 {
    flex-grow: initial;
    min-width: 288px;
  }
}

.go167266335 {
  background-color: #313131;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: #fff;
  align-items: center;
  padding: 6px 16px;
  border-radius: 4px;
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.go3162094071 {
  padding-left: 20px;
}

.go3844575157 {
  background-color: #313131;
}

.go1725278324 {
  background-color: #43a047;
}

.go3651055292 {
  background-color: #d32f2f;
}

.go4215275574 {
  background-color: #ff9800;
}

.go1930647212 {
  background-color: #2196f3;
}

.go946087465 {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.go703367398 {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 16px;
  margin-right: -8px;
}

.go3963613292 {
  width: 100%;
  position: relative;
  transform: translateX(0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 288px;
}

.go1141946668 {
  box-sizing: border-box;
  display: flex;
  max-height: 100%;
  position: fixed;
  z-index: 1400;
  height: auto;
  width: auto;
  transition:
    top 300ms ease 0ms,
    right 300ms ease 0ms,
    bottom 300ms ease 0ms,
    left 300ms ease 0ms,
    max-width 300ms ease 0ms;
  pointer-events: none;
  max-width: calc(100% - 40px);
}

.go1141946668 .notistack-CollapseWrapper {
  padding: 6px 0px;
  transition: padding 300ms ease 0ms;
}

@media (max-width: 599.95px) {
  .go1141946668 {
    width: 100%;
    max-width: calc(100% - 32px);
  }
}

.go3868796639 .notistack-CollapseWrapper {
  padding: 2px 0px;
}

.go3118922589 {
  top: 14px;
  flex-direction: column;
}

.go1453831412 {
  bottom: 14px;
  flex-direction: column-reverse;
}

.go4027089540 {
  left: 20px;
}

@media (min-width: 600px) {
  .go4027089540 {
    align-items: flex-start;
  }
}

@media (max-width: 599.95px) {
  .go4027089540 {
    left: 16px;
  }
}

.go2989568495 {
  right: 20px;
}

@media (min-width: 600px) {
  .go2989568495 {
    align-items: flex-end;
  }
}

@media (max-width: 599.95px) {
  .go2989568495 {
    right: 16px;
  }
}

.go4034260886 {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .go4034260886 {
    align-items: center;
  }
}

/* ===== inline: type="text/css" ===== */
[data-sonner-toaster][dir="ltr"],
html[dir="ltr"] {
  --toast-icon-margin-start: -3px;
  --toast-icon-margin-end: 4px;
  --toast-svg-margin-start: -1px;
  --toast-svg-margin-end: 0px;
  --toast-button-margin-start: auto;
  --toast-button-margin-end: 0;
  --toast-close-button-start: 0;
  --toast-close-button-end: unset;
  --toast-close-button-transform: translate(-35%, -35%);
}

[data-sonner-toaster][dir="rtl"],
html[dir="rtl"] {
  --toast-icon-margin-start: 4px;
  --toast-icon-margin-end: -3px;
  --toast-svg-margin-start: 0px;
  --toast-svg-margin-end: -1px;
  --toast-button-margin-start: 0;
  --toast-button-margin-end: auto;
  --toast-close-button-start: unset;
  --toast-close-button-end: 0;
  --toast-close-button-transform: translate(35%, -35%);
}

[data-sonner-toaster] {
  position: fixed;
  width: var(--width);
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  --gray1: hsl(0, 0%, 99%);
  --gray2: hsl(0, 0%, 97.3%);
  --gray3: hsl(0, 0%, 95.1%);
  --gray4: hsl(0, 0%, 93%);
  --gray5: hsl(0, 0%, 90.9%);
  --gray6: hsl(0, 0%, 88.7%);
  --gray7: hsl(0, 0%, 85.8%);
  --gray8: hsl(0, 0%, 78%);
  --gray9: hsl(0, 0%, 56.1%);
  --gray10: hsl(0, 0%, 52.3%);
  --gray11: hsl(0, 0%, 43.5%);
  --gray12: hsl(0, 0%, 9%);
  --border-radius: 8px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  outline: 0;
  z-index: 999999999;
  transition: transform 0.4s ease;
}

@media (hover: none) and (pointer: coarse) {
  [data-sonner-toaster][data-lifted="true"] {
    transform: none;
  }
}

[data-sonner-toaster][data-x-position="right"] {
  right: var(--offset-right);
}

[data-sonner-toaster][data-x-position="left"] {
  left: var(--offset-left);
}

[data-sonner-toaster][data-x-position="center"] {
  left: 50%;
  transform: translateX(-50%);
}

[data-sonner-toaster][data-y-position="top"] {
  top: var(--offset-top);
}

[data-sonner-toaster][data-y-position="bottom"] {
  bottom: var(--offset-bottom);
}

[data-sonner-toast] {
  --y: translateY(100%);
  --lift-amount: calc(var(--lift) * var(--gap));
  z-index: var(--z-index);
  position: absolute;
  opacity: 0;
  transform: var(--y);
  touch-action: none;
  transition:
    transform 0.4s,
    opacity 0.4s,
    height 0.4s,
    box-shadow 0.2s;
  box-sizing: border-box;
  outline: 0;
  overflow-wrap: anywhere;
}

[data-sonner-toast][data-styled="true"] {
  padding: 16px;
  background: var(--normal-bg);
  border: 1px solid var(--normal-border);
  color: var(--normal-text);
  border-radius: var(--border-radius);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: var(--width);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

[data-sonner-toast]:focus-visible {
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.1),
    0 0 0 2px rgba(0, 0, 0, 0.2);
}

[data-sonner-toast][data-y-position="top"] {
  top: 0;
  --y: translateY(-100%);
  --lift: 1;
  --lift-amount: calc(1 * var(--gap));
}

[data-sonner-toast][data-y-position="bottom"] {
  bottom: 0;
  --y: translateY(100%);
  --lift: -1;
  --lift-amount: calc(var(--lift) * var(--gap));
}

[data-sonner-toast][data-styled="true"] [data-description] {
  font-weight: 400;
  line-height: 1.4;
  color: #3f3f3f;
}

[data-rich-colors="true"][data-sonner-toast][data-styled="true"]
  [data-description] {
  color: inherit;
}

[data-sonner-toaster][data-sonner-theme="dark"] [data-description] {
  color: #e8e8e8;
}

[data-sonner-toast][data-styled="true"] [data-title] {
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
}

[data-sonner-toast][data-styled="true"] [data-icon] {
  display: flex;
  height: 16px;
  width: 16px;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  margin-left: var(--toast-icon-margin-start);
  margin-right: var(--toast-icon-margin-end);
}

[data-sonner-toast][data-promise="true"] [data-icon] > svg {
  opacity: 0;
  transform: scale(0.8);
  transform-origin: center;
  animation: sonner-fade-in 0.3s ease forwards;
}

[data-sonner-toast][data-styled="true"] [data-icon] > * {
  flex-shrink: 0;
}

[data-sonner-toast][data-styled="true"] [data-icon] svg {
  margin-left: var(--toast-svg-margin-start);
  margin-right: var(--toast-svg-margin-end);
}

[data-sonner-toast][data-styled="true"] [data-content] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

[data-sonner-toast][data-styled="true"] [data-button] {
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  font-size: 12px;
  color: var(--normal-bg);
  background: var(--normal-text);
  margin-left: var(--toast-button-margin-start);
  margin-right: var(--toast-button-margin-end);
  border: none;
  font-weight: 500;
  cursor: pointer;
  outline: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition:
    opacity 0.4s,
    box-shadow 0.2s;
}

[data-sonner-toast][data-styled="true"] [data-button]:focus-visible {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
}

[data-sonner-toast][data-styled="true"] [data-button]:first-of-type {
  margin-left: var(--toast-button-margin-start);
  margin-right: var(--toast-button-margin-end);
}

[data-sonner-toast][data-styled="true"] [data-cancel] {
  color: var(--normal-text);
  background: rgba(0, 0, 0, 0.08);
}

[data-sonner-toaster][data-sonner-theme="dark"]
  [data-sonner-toast][data-styled="true"]
  [data-cancel] {
  background: rgba(255, 255, 255, 0.3);
}

[data-sonner-toast][data-styled="true"] [data-close-button] {
  position: absolute;
  left: var(--toast-close-button-start);
  right: var(--toast-close-button-end);
  top: 0;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: var(--gray12);
  background: var(--normal-bg);
  border: 1px solid var(--gray4);
  transform: var(--toast-close-button-transform);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition:
    opacity 0.1s,
    background 0.2s,
    border-color 0.2s;
}

[data-sonner-toast][data-styled="true"] [data-close-button]:focus-visible {
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.1),
    0 0 0 2px rgba(0, 0, 0, 0.2);
}

[data-sonner-toast][data-styled="true"] [data-disabled="true"] {
  cursor: not-allowed;
}

[data-sonner-toast][data-styled="true"]:hover [data-close-button]:hover {
  background: var(--gray2);
  border-color: var(--gray5);
}

[data-sonner-toast][data-swiping="true"]::before {
  content: "";
  position: absolute;
  left: -100%;
  right: -100%;
  height: 100%;
  z-index: -1;
}

[data-sonner-toast][data-y-position="top"][data-swiping="true"]::before {
  bottom: 50%;
  transform: scaleY(3) translateY(50%);
}

[data-sonner-toast][data-y-position="bottom"][data-swiping="true"]::before {
  top: 50%;
  transform: scaleY(3) translateY(-50%);
}

[data-sonner-toast][data-swiping="false"][data-removed="true"]::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleY(2);
}

[data-sonner-toast][data-expanded="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  height: calc(var(--gap) + 1px);
  bottom: 100%;
  width: 100%;
}

[data-sonner-toast][data-mounted="true"] {
  --y: translateY(0);
  opacity: 1;
}

[data-sonner-toast][data-expanded="false"][data-front="false"] {
  --scale: var(--toasts-before) * 0.05 + 1;
  --y: translateY(calc(var(--lift-amount) * var(--toasts-before)))
    scale(calc(-1 * var(--scale)));
  height: var(--front-toast-height);
}

[data-sonner-toast] > * {
  transition: opacity 0.4s;
}

[data-sonner-toast][data-x-position="right"] {
  right: 0;
}

[data-sonner-toast][data-x-position="left"] {
  left: 0;
}

[data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"]
  > * {
  opacity: 0;
}

[data-sonner-toast][data-visible="false"] {
  opacity: 0;
  pointer-events: none;
}

[data-sonner-toast][data-mounted="true"][data-expanded="true"] {
  --y: translateY(calc(var(--lift) * var(--offset)));
  height: var(--initial-height);
}

[data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"] {
  --y: translateY(calc(var(--lift) * -100%));
  opacity: 0;
}

[data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"] {
  --y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));
  opacity: 0;
}

[data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"] {
  --y: translateY(40%);
  opacity: 0;
  transition:
    transform 0.5s,
    opacity 0.2s;
}

[data-sonner-toast][data-removed="true"][data-front="false"]::before {
  height: calc(var(--initial-height) + 20%);
}

[data-sonner-toast][data-swiping="true"] {
  transform: var(--y) translateY(var(--swipe-amount-y, 0))
    translateX(var(--swipe-amount-x, 0));
  transition: none;
}

[data-sonner-toast][data-swiped="true"] {
  user-select: none;
}

[data-sonner-toast][data-swipe-out="true"][data-y-position="bottom"],
[data-sonner-toast][data-swipe-out="true"][data-y-position="top"] {
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

[data-sonner-toast][data-swipe-out="true"][data-swipe-direction="left"] {
  animation-name: swipe-out-left;
}

[data-sonner-toast][data-swipe-out="true"][data-swipe-direction="right"] {
  animation-name: swipe-out-right;
}

[data-sonner-toast][data-swipe-out="true"][data-swipe-direction="up"] {
  animation-name: swipe-out-up;
}

[data-sonner-toast][data-swipe-out="true"][data-swipe-direction="down"] {
  animation-name: swipe-out-down;
}

@keyframes swipe-out-left {
  from {
    transform: var(--y) translateX(var(--swipe-amount-x));
    opacity: 1;
  }

  to {
    transform: var(--y) translateX(calc(var(--swipe-amount-x) - 100%));
    opacity: 0;
  }
}

@keyframes swipe-out-right {
  from {
    transform: var(--y) translateX(var(--swipe-amount-x));
    opacity: 1;
  }

  to {
    transform: var(--y) translateX(calc(var(--swipe-amount-x) + 100%));
    opacity: 0;
  }
}

@keyframes swipe-out-up {
  from {
    transform: var(--y) translateY(var(--swipe-amount-y));
    opacity: 1;
  }

  to {
    transform: var(--y) translateY(calc(var(--swipe-amount-y) - 100%));
    opacity: 0;
  }
}

@keyframes swipe-out-down {
  from {
    transform: var(--y) translateY(var(--swipe-amount-y));
    opacity: 1;
  }

  to {
    transform: var(--y) translateY(calc(var(--swipe-amount-y) + 100%));
    opacity: 0;
  }
}

@media (max-width: 600px) {
  [data-sonner-toaster] {
    position: fixed;
    right: var(--mobile-offset-right);
    left: var(--mobile-offset-left);
    width: 100%;
  }

  [data-sonner-toaster][dir="rtl"] {
    left: calc(var(--mobile-offset-left) * -1);
  }

  [data-sonner-toaster] [data-sonner-toast] {
    left: 0;
    right: 0;
    width: calc(100% - var(--mobile-offset-left) * 2);
  }

  [data-sonner-toaster][data-x-position="left"] {
    left: var(--mobile-offset-left);
  }

  [data-sonner-toaster][data-y-position="bottom"] {
    bottom: var(--mobile-offset-bottom);
  }

  [data-sonner-toaster][data-y-position="top"] {
    top: var(--mobile-offset-top);
  }

  [data-sonner-toaster][data-x-position="center"] {
    left: var(--mobile-offset-left);
    right: var(--mobile-offset-right);
    transform: none;
  }
}

[data-sonner-toaster][data-sonner-theme="light"] {
  --normal-bg: #fff;
  --normal-border: var(--gray4);
  --normal-text: var(--gray12);
  --success-bg: hsl(143, 85%, 96%);
  --success-border: hsl(145, 92%, 87%);
  --success-text: hsl(140, 100%, 27%);
  --info-bg: hsl(208, 100%, 97%);
  --info-border: hsl(221, 91%, 93%);
  --info-text: hsl(210, 92%, 45%);
  --warning-bg: hsl(49, 100%, 97%);
  --warning-border: hsl(49, 91%, 84%);
  --warning-text: hsl(31, 92%, 45%);
  --error-bg: hsl(359, 100%, 97%);
  --error-border: hsl(359, 100%, 94%);
  --error-text: hsl(360, 100%, 45%);
}

[data-sonner-toaster][data-sonner-theme="light"]
  [data-sonner-toast][data-invert="true"] {
  --normal-bg: #000;
  --normal-border: hsl(0, 0%, 20%);
  --normal-text: var(--gray1);
}

[data-sonner-toaster][data-sonner-theme="dark"]
  [data-sonner-toast][data-invert="true"] {
  --normal-bg: #fff;
  --normal-border: var(--gray3);
  --normal-text: var(--gray12);
}

[data-sonner-toaster][data-sonner-theme="dark"] {
  --normal-bg: #000;
  --normal-bg-hover: hsl(0, 0%, 12%);
  --normal-border: hsl(0, 0%, 20%);
  --normal-border-hover: hsl(0, 0%, 25%);
  --normal-text: var(--gray1);
  --success-bg: hsl(150, 100%, 6%);
  --success-border: hsl(147, 100%, 12%);
  --success-text: hsl(150, 86%, 65%);
  --info-bg: hsl(215, 100%, 6%);
  --info-border: hsl(223, 43%, 17%);
  --info-text: hsl(216, 87%, 65%);
  --warning-bg: hsl(64, 100%, 6%);
  --warning-border: hsl(60, 100%, 9%);
  --warning-text: hsl(46, 87%, 65%);
  --error-bg: hsl(358, 76%, 10%);
  --error-border: hsl(357, 89%, 16%);
  --error-text: hsl(358, 100%, 81%);
}

[data-sonner-toaster][data-sonner-theme="dark"]
  [data-sonner-toast]
  [data-close-button] {
  background: var(--normal-bg);
  border-color: var(--normal-border);
  color: var(--normal-text);
}

[data-sonner-toaster][data-sonner-theme="dark"]
  [data-sonner-toast]
  [data-close-button]:hover {
  background: var(--normal-bg-hover);
  border-color: var(--normal-border-hover);
}

[data-rich-colors="true"][data-sonner-toast][data-type="success"] {
  background: var(--success-bg);
  border-color: var(--success-border);
  color: var(--success-text);
}

[data-rich-colors="true"][data-sonner-toast][data-type="success"]
  [data-close-button] {
  background: var(--success-bg);
  border-color: var(--success-border);
  color: var(--success-text);
}

[data-rich-colors="true"][data-sonner-toast][data-type="info"] {
  background: var(--info-bg);
  border-color: var(--info-border);
  color: var(--info-text);
}

[data-rich-colors="true"][data-sonner-toast][data-type="info"]
  [data-close-button] {
  background: var(--info-bg);
  border-color: var(--info-border);
  color: var(--info-text);
}

[data-rich-colors="true"][data-sonner-toast][data-type="warning"] {
  background: var(--warning-bg);
  border-color: var(--warning-border);
  color: var(--warning-text);
}

[data-rich-colors="true"][data-sonner-toast][data-type="warning"]
  [data-close-button] {
  background: var(--warning-bg);
  border-color: var(--warning-border);
  color: var(--warning-text);
}

[data-rich-colors="true"][data-sonner-toast][data-type="error"] {
  background: var(--error-bg);
  border-color: var(--error-border);
  color: var(--error-text);
}

[data-rich-colors="true"][data-sonner-toast][data-type="error"]
  [data-close-button] {
  background: var(--error-bg);
  border-color: var(--error-border);
  color: var(--error-text);
}

.sonner-loading-wrapper {
  --size: 16px;
  height: var(--size);
  width: var(--size);
  position: absolute;
  inset: 0;
  z-index: 10;
}

.sonner-loading-wrapper[data-visible="false"] {
  transform-origin: center;
  animation: sonner-fade-out 0.2s ease forwards;
}

.sonner-spinner {
  position: relative;
  top: 50%;
  left: 50%;
  height: var(--size);
  width: var(--size);
}

.sonner-loading-bar {
  animation: sonner-spin 1.2s linear infinite;
  background: var(--gray11);
  border-radius: 6px;
  height: 8%;
  left: -10%;
  position: absolute;
  top: -3.9%;
  width: 24%;
}

.sonner-loading-bar:first-child {
  animation-delay: -1.2s;
  transform: rotate(0.0001deg) translate(146%);
}

.sonner-loading-bar:nth-child(2) {
  animation-delay: -1.1s;
  transform: rotate(30deg) translate(146%);
}

.sonner-loading-bar:nth-child(3) {
  animation-delay: -1s;
  transform: rotate(60deg) translate(146%);
}

.sonner-loading-bar:nth-child(4) {
  animation-delay: -0.9s;
  transform: rotate(90deg) translate(146%);
}

.sonner-loading-bar:nth-child(5) {
  animation-delay: -0.8s;
  transform: rotate(120deg) translate(146%);
}

.sonner-loading-bar:nth-child(6) {
  animation-delay: -0.7s;
  transform: rotate(150deg) translate(146%);
}

.sonner-loading-bar:nth-child(7) {
  animation-delay: -0.6s;
  transform: rotate(180deg) translate(146%);
}

.sonner-loading-bar:nth-child(8) {
  animation-delay: -0.5s;
  transform: rotate(210deg) translate(146%);
}

.sonner-loading-bar:nth-child(9) {
  animation-delay: -0.4s;
  transform: rotate(240deg) translate(146%);
}

.sonner-loading-bar:nth-child(10) {
  animation-delay: -0.3s;
  transform: rotate(270deg) translate(146%);
}

.sonner-loading-bar:nth-child(11) {
  animation-delay: -0.2s;
  transform: rotate(300deg) translate(146%);
}

.sonner-loading-bar:nth-child(12) {
  animation-delay: -0.1s;
  transform: rotate(330deg) translate(146%);
}

@keyframes sonner-fade-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes sonner-fade-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes sonner-spin {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

@media (prefers-reduced-motion) {
  .sonner-loading-bar,
  [data-sonner-toast],
  [data-sonner-toast] > * {
    transition: none !important;
    animation: none !important;
  }
}

.sonner-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition:
    opacity 0.2s,
    transform 0.2s;
}

.sonner-loader[data-visible="false"] {
  opacity: 0;
  transform: scale(0.8) translate(-50%, -50%);
}
