@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #111111;
  overflow-x: hidden;
  background: #F2F2F2;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

a {
  color: #111111;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.text-orange {
  color: #F37121;
}

.text-green {
  color: #36B44A;
}

.bg-green {
  background: #36B44A;
}

.border-green {
  border-color: #36B44A !important;
}

.navbar {
  background-color: #fff !important;
  border-color: #fff !important;
  max-height: 80px;
  margin-top: 0px;
  transform: translateY(0px);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

footer {
  position: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #353963;
  border-color: #353963;
  z-index: 10;
  color: #fff;
  text-align: right;
}

.fill-height {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.container {
  width: 100%;
  padding: 12px;
  margin-right: auto;
  margin-left: auto;
}

.container.fill-height > .row {
  flex: 1 1 100%;
  max-width: 100% !important;
}

.container.fill-height > .row > col {
  height: 100%;
}

@media (min-width: 960px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1264px) {
  .container {
    max-width: 1185px;
  }
}
@media (min-width: 1904px) {
  .container {
    max-width: 1785px;
  }
}
.desktop-container {
  width: 100%;
  max-width: 600px;
  max-height: calc(100% - 156px);
}

.items-container {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: calc(100% - 48px) calc(100% - 48px);
}

.v-application--wrap {
  flex: 1 1 auto;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

.desktop-menu-blog {
  width: 272px;
  max-width: 220px;
}

.v-application .flex-column {
  flex-direction: column !important;
}

.v-badge {
  position: relative;
}

.v-responsive {
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  max-width: 100%;
  display: flex;
}

.v-responsive__sizer {
  transition: padding-bottom 0.2scubic-bezier 0.25, 0.8, 0.5, 1;
  flex: 1 0 0px;
}

.v-image__image--cover {
  background-size: cover;
}

.v-badge {
  position: relative;
}

.v-badge, .v-badge__badge {
  display: inline-block;
  line-height: 1;
}

.v-image__image, .v-image__placeholder {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-badge__badge {
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  height: 20px;
  letter-spacing: 0;
  min-width: 20px;
  padding: 4px 6px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: auto;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
}

.v-application--is-ltr .v-badge__badge {
  right: auto;
}

.v-application--is-rtl .v-badge__badge {
  left: auto;
}

.v-badge__badge .v-icon {
  color: inherit;
  font-size: 12px;
  height: 12px;
  margin: 0 -2px;
  width: 12px;
}

.v-badge__badge .v-img {
  height: 12px;
  width: 12px;
}

.v-badge__wrapper {
  flex: 0 1;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.v-badge--avatar .v-badge__badge {
  padding: 0;
}

.v-badge--avatar .v-badge__badge .v-avatar {
  height: 20px !important;
  min-width: 0 !important;
  max-width: 20px !important;
}

.v-badge--bordered .v-badge__badge:after {
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.15);
}

.v-badge--dot .v-badge__badge {
  border-radius: 4.5px;
  height: 9px;
  min-width: 0;
  padding: 0;
  width: 9px;
}

.v-badge--dot .v-badge__badge:after {
  border-width: 1.5px;
}

.v-badge--icon .v-badge__badge {
  padding: 4px 6px;
}

.v-badge--inline {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.v-badge--inline .v-badge__badge, .v-badge--inline .v-badge__wrapper {
  position: relative;
}

.v-badge--inline .v-badge__wrapper {
  margin: 0 4px;
}

.v-badge--tile .v-badge__badge {
  border-radius: 0;
}

.v-responsive__content {
  flex: 1 0 0px;
  max-width: 100%;
}

.v-application--is-ltr .v-responsive__sizer ~ .v-responsive__content {
  margin-left: -100%;
}

.v-application {
  display: flex;
  position: relative;
  background: #fff;
  width: 100%;
}

.v-card:hover {
  cursor: pointer;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: 0.15s ease-in-out;
}
.slick-dots li button {
  outline: none;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
  padding: 0;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
}
.slick-dots li.slick-active {
  border: 1px solid #fff;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #F37121;
  border-radius: 100%;
  color: #F37121;
  transition: 0.15s ease-in-out;
}
.slick-arrow.slick-prev {
  left: 30px;
}
.slick-arrow.slick-next {
  right: 30px;
}
.slick-arrow:hover {
  color: #fff;
  background: #F37121;
}

/*# sourceMappingURL=main.css.map */
