@charset "UTF-8";
/* Vendors */
@import url("bootstrap/bootstrap.min.css");
@import url("bootstrap/bootstrap-reboot.min.css");
@import url("bootstrap/bootstrap-grid.min.css");
@import url("animate.css");
/* Vendors */
/* -------------------- Variables -------------------- */
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

/* -------------------- Utilities -------------------- */
body {
  font-family: "eina-regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

html {
  font-size: 20px;
}

a {
  color: #000;
  text-decoration: none !important;
}

a img {
  border: none;
}

a:hover {
  color: #552ccd;
}

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

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

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

.clear::after {
  content: '';
  clear: both;
  display: block;
}

.collapse {
  display: none;
}

.cursor {
  cursor: pointer;
}

.only-desktop {
  display: block;
}

.only-mobile {
  display: none;
}

.form-title {
  font-family: "eina-bold", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #1949ba;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.static {
  position: static;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.nomargin {
  margin: 0 !important;
}

.mTop-1 {
  margin-top: 0.5rem;
}

.mTop-2 {
  margin-top: 1rem;
}

.mTop-3 {
  margin-top: 1.5rem;
}

.mTop-4 {
  margin-top: 2rem;
}

.mTop-5 {
  margin-top: 2.5rem;
}

.mBottom-1 {
  margin-bottom: 0.5rem;
}

.mBottom-2 {
  margin-bottom: 1rem;
}

.mBottom-3 {
  margin-bottom: 1.5rem;
}

.mBottom-4 {
  margin-bottom: 2rem;
}

.mBottom-5 {
  margin-bottom: 2.5rem;
}

.nopadding {
  padding: 0 !important;
}

.pTop-1 {
  padding-top: 0.5rem;
}

.pTop-2 {
  padding-top: 1rem;
}

.pTop-3 {
  padding-top: 1.5rem;
}

.pTop-4 {
  padding-top: 2rem;
}

.pTop-5 {
  padding-top: 225rem;
}

.pBottom-1 {
  padding-bottom: 0.5rem;
}

.pBottom-2 {
  padding-bottom: 1rem;
}

.pBottom-3 {
  padding-bottom: 1.5rem;
}

.pBottom-4 {
  padding-bottom: 2rem;
}

.pBottom-5 {
  padding-bottom: 2.5rem;
}

.pt-150 {
  padding-top: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue {
  color: #1949ba;
}

.blue2 {
  color: #302ea7;
}

.blue3 {
  color: #0099ff;
}

.blue4 {
  color: #21c1f3;
}

.blue5 {
  color: #4530d6;
}

.blue6 {
  color: #4530d0;
}

.blue7 {
  color: #552ccd;
}

.blue8 {
  color: #2955be;
}

.grey {
  color: #8a90a1;
}

.grey2 {
  color: #f9f9f9;
}

.grey3 {
  color: #f7f9fb;
}

.grey4 {
  color: #959da6;
}

.grey5 {
  color: #9ba1b3;
}

.grey6 {
  color: #374467;
}

.grey7 {
  color: #f2f2f4;
}

.grey8 {
  color: #fcfcfc;
}

.green {
  color: #46e1b3;
}

.green2 {
  color: #44d7b6;
}

.yellow {
  color: #ffda54;
}

.bg-white {
  background-color: #fff !important;
}

.bg-blue {
  background-color: #1949ba !important;
}

.bg-blue2 {
  background-color: #302ea7 !important;
}

.bg-blue3 {
  background-color: #0099ff !important;
}

.bg-blue4 {
  background-color: #21c1f3 !important;
}

.bg-blue5 {
  background-color: #4530d6 !important;
}

.bg-blue6 {
  background-color: #4530d0 !important;
}

.bg-blue7 {
  background-color: #552ccd !important;
}

.bg-blue8 {
  background-color: #2955be !important;
}

.bg-grey {
  background-color: #8a90a1 !important;
}

.bg-grey2 {
  background-color: #f9f9f9 !important;
}

.bg-grey3 {
  background-color: #f7f9fb !important;
}

.bg-grey4 {
  background-color: #959da6 !important;
}

.bg-grey5 {
  background-color: #9ba1b3 !important;
}

.bg-grey6 {
  background-color: #374467 !important;
}

.bg-grey7 {
  background-color: #f2f2f4 !important;
}

.bg-grey8 {
  background-color: #fcfcfc !important;
}

.bg-green {
  background-color: #46e1b3 !important;
}

.bg-green2 {
  background-color: #44d7b6 !important;
}

.bg-yellow {
  background-color: #ffda54 !important;
}

.b-grey {
  border-bottom: solid 1px rgba(151, 151, 151, 0.12);
}

.b-grey2 {
  border-bottom: solid 1px #d8d8d8;
}

.eina-light {
  font-family: "eina-light", Arial, Helvetica, sans-serif;
}

.eina-reqular {
  font-family: "eina-regular", Arial, Helvetica, sans-serif;
}

.eina-semibold {
  font-family: "eina-semibold", Arial, Helvetica, sans-serif;
}

.eina-bold {
  font-family: "eina-bold", Arial, Helvetica, sans-serif;
}

.circular-book {
  font-family: "circular-book", Arial, Helvetica, sans-serif;
}

.circular-medium {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
}

.circular-bold {
  font-family: "circular-bold", Arial, Helvetica, sans-serif;
}

.extralight {
  font-weight: 100;
}

.reqular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.text-1 {
  font-size: 12px;
}

.text-2 {
  font-size: 14px;
}

.text-3 {
  font-size: 0.8rem;
}

.text-4 {
  font-size: 1rem;
}

.text-5 {
  font-size: 1.1rem;
}

.text-6 {
  font-size: 1.2rem;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1500px) {
  .container-fluid {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .container {
    max-width: 1450px;
  }
}

@media (min-width: 1280px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
  .noMmargin {
    margin: 0 !important;
  }
  .noMpadding {
    padding: 0 !important;
  }
  .pt-150 {
    padding-top: 50px;
  }
  .pt-180 {
    padding-top: 40px;
  }
  .m-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}

@font-face {
  font-family: 'eina-light';
  src: url("../fonts/eina/eina01-light-webfont.woff2") format("woff2"), url("../fonts/eina/eina01-light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'eina-regular';
  src: url("../fonts/eina/eina01-regular-webfont.woff2") format("woff2"), url("../fonts/eina/eina01-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'eina-semibold';
  src: url("../fonts/eina/eina01-semibold-webfont.woff2") format("woff2"), url("../fonts/eina/eina01-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'eina-bold';
  src: url("../fonts/eina/eina01-bold-webfont.woff2") format("woff2"), url("../fonts/eina/eina01-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'circular-book';
  src: url("../fonts/circular/circularprott-book-webfont.woff2") format("woff2"), url("../fonts/circular/circularprott-book-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'circular-medium';
  src: url("../fonts/circular/circularprott-medium-webfont.woff2") format("woff2"), url("../fonts/circular/circularprott-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'circular-bold';
  src: url("../fonts/circular/circularprott-bold-webfont.woff2") format("woff2"), url("../fonts/circular/circularprott-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
.header {
  width: 100%;
  z-index: 99;
}

.header .inner {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

.header.white-header {
  position: absolute;
  width: 100%;
}

.header.white-header .logo .blue-logo {
  display: none;
}

.header.white-header .logo .white-logo {
  display: block;
}

.header.white-header .menu-link {
  color: #fff;
}

.header .logo {
  margin-right: 10%;
}

.header .menu-item {
  margin-left: 24px;
}

.header .menu-item:first-child {
  margin-left: 0;
}

.header .menu-item .black-icon {
  display: none;
}

.header .menu-item .white-icon {
  display: block;
}

.header .menu-link {
  font-family: "eina-semibold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

.header .progress {
  width: 1000px;
  padding: 0 1rem;
}

.header .progress .progress-text {
  margin-bottom: 6px;
  text-align: center;
}

.header .progress .progress-text span {
  font-size: 0.9rem;
  color: #2ecadb;
  font-weight: 400;
}

.header .progress .progress-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #c3c9d0;
}

.header .progress .progress-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 6px;
  background-color: #2ecadb;
}

@media screen and (max-width: 1024px), screen and (max-height: 600px) {
  .header .inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 1200px) {
  .header .logo {
    margin-right: 5%;
  }
}

@media (max-width: 992px) {
  .header.white-header.open .logo .blue-logo {
    display: block;
  }
  .header.white-header.open .logo .white-logo {
    display: none;
  }
  .header.white-header.open .menu-link {
    color: #000;
  }
  .header.white-header.open .hamburger span {
    background: #000;
  }
  .header.white-header .hamburger span {
    background: #fff;
  }
  .header.open .primary-menu {
    display: block;
  }
  .header.open .primary-menu .menu-item {
    -webkit-animation: fadeBottom ease 1;
    animation: fadeBottom ease 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
  .header .inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .header .logo {
    position: relative;
    margin-right: 0;
    z-index: 100;
  }
  .header .logo img {
    max-width: 90px;
  }
  .header .primary-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 70px 15px;
    background-color: #fff;
    z-index: 99;
    display: none;
  }
  .header .menu-container {
    display: block !important;
  }
  .header .menu-item {
    margin-left: 0;
    border-top: 1px solid #eee;
  }
  .header .menu-item:first-child {
    border-top: none;
  }
  .header .menu-item .black-icon {
    display: block;
  }
  .header .menu-item .white-icon {
    display: none;
  }
  .header .menu-link {
    font-size: 18px;
    font-family: "eina-regular", Arial, Helvetica, sans-serif;
    display: block;
    padding: 10px 0;
    background: url("../images/icon/arrow-nav.png") right center no-repeat;
  }
  .header .btn {
    display: none;
  }
  .header .progress .progress-bar {
    height: 3px;
  }
  .header .progress .progress-inner {
    height: 3px;
  }
}

/* Hamburger */
.hamburger {
  position: absolute;
  right: 15px;
  top: 30px;
  width: 30px;
  height: 20px;
  z-index: 999;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  vertical-align: middle;
}

.hamburger.open {
  display: inline-block;
}

.hamburger.open span {
  background: #000000;
}

.hamburger.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
  top: 9px;
  left: 50%;
  width: 0%;
}

.hamburger span {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 9px;
}

.hamburger span:nth-child(4) {
  top: 18px;
}

@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
}

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 130px 0;
  background-color: #1949ba;
  overflow: hidden;
  z-index: 1;
}

.footer.small-footer {
  padding: 1.2rem 0;
}

.footer.small-footer .logo {
  max-width: 115px;
}

.footer.small-footer .bg-oval {
  top: 30%;
}

.footer.small-footer.light {
  background-color: #fff;
}

.footer .line {
  opacity: 0.1;
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 65px;
}

.footer .menu-item {
  margin-left: 45px;
}

.footer .menu-link {
  font-family: "eina-semibold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  display: block;
}

.footer .qr-code .qr {
  margin-right: 50px;
}

.footer .download {
  max-width: 600px;
  margin: 0 auto;
}

.footer .download .title {
  margin-bottom: 10px;
  display: block;
}

.footer .bg-oval {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1200px;
  height: 1200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.footer .language {
  margin-left: 45px;
}

.footer .language .form-control {
  min-width: 200px;
  height: 46px;
  font-size: 0.9rem;
  color: #1949ba;
  border-radius: 20px;
}

@media (max-width: 1700px) {
  .footer .menu-item {
    margin-left: 30px;
  }
  .footer .social-media .media-item {
    margin-left: 15px;
  }
  .footer .language {
    margin-left: 30px;
  }
}

@media (max-width: 1600px) {
  .footer .menu-item {
    margin-left: 20px;
  }
  .footer .social-media .media-item {
    margin-left: 10px;
  }
  .footer .language {
    margin-left: 20px;
  }
}

@media (max-width: 1350px) {
  .footer .menu-link {
    font-size: 0.8rem;
  }
}

@media (max-width: 1250px) {
  .footer .menu-link {
    font-size: 0.6rem;
  }
  .footer .language .form-control {
    min-width: 150px;
  }
}

@media (max-width: 992px) {
  .footer {
    padding: 60px 0;
  }
  .footer.small-footer .logo {
    max-width: 90px;
  }
  .footer.small-footer .social-media .media-link {
    width: 30px;
    height: 30px;
  }
  .footer .line {
    margin: 40px 0;
  }
  .footer .primary-menu {
    margin-left: 40px;
    margin-top: 20px;
  }
  .footer .menu-item {
    margin-left: 0;
  }
  .footer .menu-link {
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .footer .heading.d-flex {
    display: block !important;
  }
  .footer .primary-menu {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .footer .info {
    display: block !important;
  }
  .footer .info .iv {
    margin-top: 20px;
    text-align: center;
  }
  .footer .qr-code .qr {
    margin-right: 20px;
  }
  .footer .download {
    margin-top: 20px;
  }
  .footer .download .title {
    margin-top: 20px;
  }
  .footer .bg-oval {
    top: 66%;
  }
  .footer .social-media .media-item {
    margin-left: 5px;
  }
  .footer .language {
    margin-left: 10px;
  }
  .footer .language .form-control {
    min-width: 120px;
  }
}

.social-media .share-text {
  color: #4530d0;
  font-size: 0.75rem;
  padding-right: 1rem;
}

.social-media .media-item {
  margin-left: 20px;
}

.social-media .media-item:first-child {
  margin-left: 0;
}

.social-media .media-link {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-media .media-link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.social-media .media-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social-media.dark .media-link {
  border-color: #4530d6;
}

/* ----------------------------------------------------------------
	Animate
-----------------------------------------------------------------*/
.anim-on .cssanim {
  visibility: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transform-box: fill-box;
}

.anim-in .cssanim.animate.roll {
  -webkit-animation: roll ease 1;
  animation: roll ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.roll2 {
  -webkit-animation: roll2 ease 1;
  animation: roll2 ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.roll3 {
  -webkit-animation: roll3 ease 1;
  animation: roll3 ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.fade {
  -webkit-animation: fade ease 1;
  animation: fade ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.fade-top {
  -webkit-animation: fadeTop ease 1;
  animation: fadeTop ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.fade-left {
  -webkit-animation: fadeLeft ease 1;
  animation: fadeLeft ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.fade-right {
  -webkit-animation: fadeRight ease 1;
  animation: fadeRight ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.fade-out-right {
  -webkit-animation: fadeOutRight ease 1;
  animation: fadeOutRight ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.fade-bottom {
  -webkit-animation: fadeBottom ease 1;
  animation: fadeBottom ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.zoom {
  -webkit-animation: zoomIn ease 1;
  animation: zoomIn ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.fade-zoom {
  -webkit-animation: fadeZoom ease 1;
  animation: fadeZoom ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.fade-z-right {
  -webkit-animation: fadeZright ease 1;
  animation: fadeZright ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.anim-in .cssanim.animate.origin-l {
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.anim-in .cssanim.animate.origin-r {
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.anim-in .cssanim.animate.origin-tl {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.anim-in .cssanim.animate.origin-tr {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.anim-in .cssanim.animate.origin-b {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.anim-in .cssanim.animate.origin-bl {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.anim-in .cssanim.animate.origin-br {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.anim-in .cssanim.animate.dms1 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.anim-in .cssanim.animate.dms2 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.anim-in .cssanim.animate.dms3 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.anim-in .cssanim.animate.dms4 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.anim-in .cssanim.animate.dms5 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.anim-in .cssanim.animate.dms6 {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.anim-in .cssanim.animate.ds1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.anim-in .cssanim.animate.ds1-1 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.anim-in .cssanim.animate.ds1-2 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.anim-in .cssanim.animate.ds1-3 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.anim-in .cssanim.animate.ds1-4 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.anim-in .cssanim.animate.ds1-5 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.anim-in .cssanim.animate.ds2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.anim-in .cssanim.animate.ds3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.anim-in .cssanim.animate.ds4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.anim-in .cssanim.animate.ds5 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

@-webkit-keyframes roll {
  0% {
    visibility: hidden;
    -webkit-transform: rotate(0) scale(0.5) translate(0, 0);
    transform: rotate(0) scale(0.5) translate(0, 0);
  }
  100% {
    visibility: visible;
    -webkit-transform: rotate(360deg) scale(1) translate(0, 0);
    transform: rotate(360deg) scale(1) translate(0, 0);
  }
}

@keyframes roll {
  0% {
    visibility: hidden;
    -webkit-transform: rotate(0) scale(0.5) translate(0, 0);
    transform: rotate(0) scale(0.5) translate(0, 0);
  }
  100% {
    visibility: visible;
    -webkit-transform: rotate(360deg) scale(1) translate(0, 0);
    transform: rotate(360deg) scale(1) translate(0, 0);
  }
}

@-webkit-keyframes roll2 {
  0% {
    visibility: hidden;
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  100% {
    visibility: visible;
    -webkit-transform: rotate(360deg) translate(0, 0);
    transform: rotate(360deg) translate(0, 0);
  }
}

@keyframes roll2 {
  0% {
    visibility: hidden;
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  100% {
    visibility: visible;
    -webkit-transform: rotate(360deg) translate(0, 0);
    transform: rotate(360deg) translate(0, 0);
  }
}

@-webkit-keyframes roll3 {
  0% {
    visibility: hidden;
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  100% {
    visibility: visible;
    -webkit-transform: rotate(-360deg) translate(0, 0);
    transform: rotate(-360deg) translate(0, 0);
  }
}

@keyframes roll3 {
  0% {
    visibility: hidden;
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  100% {
    visibility: visible;
    -webkit-transform: rotate(-360deg) translate(0, 0);
    transform: rotate(-360deg) translate(0, 0);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes fadeOutRight {
  0% {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeZright {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(2) translateX(100%);
    transform: scale(2) translateX(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
}

@keyframes fadeZright {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(2) translateX(100%);
    transform: scale(2) translateX(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeZoom {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeZoom {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ----------------------------------------------------------------
	Forms
-----------------------------------------------------------------*/
input, button, select {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

select:invalid {
  color: #9ba1b3;
  font-weight: 400;
}

.btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  font-family: "eina-semibold", Arial, Helvetica, sans-serif;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.btn-white {
  color: #000;
  background-color: #fff;
}

.btn-white:hover {
  color: #fff;
  background-color: #000;
}

.btn-black {
  color: #fff;
  background-color: #000;
}

.btn-black:hover {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}

.btn-blue {
  color: #fff;
  background-color: #1949ba;
}

.btn-blue:hover {
  color: #1949ba;
  border: 1px solid #1949ba;
  background-color: #fff;
}

.btn-blue2 {
  color: #fff;
  background-color: #1949ba;
}

.btn-blue2:hover {
  color: #fff;
}

.btn-blue-border {
  color: #4530d0;
  border: solid 2px #6236ff;
  background-color: transparent;
}

.btn-blue-border:hover {
  color: #fff;
  background-color: #4530d0;
}

.btn-small {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 10px;
}

.btn-large {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 26px;
}

.btn-xlarge {
  padding: 17px 34px;
  font-size: 1rem;
  line-height: 34px;
  border-radius: 36px;
}

.btn-b-large {
  padding: 10px 36px;
  font-size: 0.8rem;
  line-height: 19px;
  border-radius: 21px;
}

button.btn {
  font-family: "eina-bold", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  padding: 12px 36px;
  line-height: 36px;
  border-radius: 30px;
}

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

.form-control {
  width: 100%;
  height: 60px;
  padding: 0 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.form-control::-webkit-input-placeholder {
  color: #9ba1b3;
  font-weight: 400;
}

.form-control::-moz-placeholder {
  color: #9ba1b3;
  font-weight: 400;
}

.form-control:-ms-input-placeholder {
  color: #9ba1b3;
  font-weight: 400;
}

.form-control.type-2 {
  padding: 16px 20px;
  height: auto;
  color: #4530d6;
  border-radius: 16px;
  border: 1px solid rgba(138, 144, 161, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 24px;
}

.form-control.type-2:focus {
  border-color: #4530d6;
  border-width: 2px;
  padding: 15px 19px;
}

.custom-checkbox {
  padding-left: 32px;
  position: relative;
}

.custom-checkbox > input {
  width: 24px;
  height: 24px;
  left: 0;
  position: absolute;
  opacity: 0;
}

.custom-checkbox:before {
  content: '';
  border-radius: 100px;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  text-align: center;
  border: 1px solid #959da6;
  z-index: 1;
}

.custom-checkbox.checked:before {
  border: none;
  background-image: url("../images/icon/custom-checbox-cheched.svg");
  background-size: cover;
}

.form-search {
  position: relative;
}

.form-search .lg-search {
  width: 100%;
  max-width: 880px;
  height: 4.75rem;
  padding: 0 1.5rem;
  opacity: 0.9;
  border-radius: 48px;
  background-color: #fff;
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #4530d6;
  font-weight: 500;
}

.form-search .lg-search::-webkit-input-placeholder {
  color: #4530d6;
}

.form-search .lg-search::-moz-placeholder {
  color: #4530d6;
}

.form-search .lg-search:-ms-input-placeholder {
  color: #4530d6;
}

.form-search button {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fileInput[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.fileInput[type="file"] + label {
  position: relative;
  width: 100%;
  height: 130px;
  padding: 1.1rem 0.8rem;
  border-radius: 4px;
  border: dashed 1px #657c9e;
  background-color: #f9f9f9;
  font-size: 12px;
  color: #9ba1b3;
  cursor: pointer;
  outline: none;
}

.fileInput[type="file"] + label::before {
  content: "";
  width: 31px;
  height: 31px;
  background: url("../images/icon/plus.svg") center center no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ----------------------------------------------------------------
	Promo
-----------------------------------------------------------------*/
.promo-section {
  position: relative;
  height: 100vh;
  padding-top: 6.5rem;
  overflow: hidden;
}

.promo-section.p-sub {
  max-height: 770px;
}

.promo-section.p-auto {
  height: auto;
}

.promo-section .heading .title {
  font-family: "eina-light", Arial, Helvetica, sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.08;
  margin: 1.75rem 0;
}

.promo-section .heading .title b {
  font-family: "eina-semibold", Arial, Helvetica, sans-serif;
}

.promo-section .heading .spot {
  font-family: "eina-regular", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #8a90a1;
  margin-bottom: 1rem;
}

.promo-section .images-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: -1;
}

.promo-section .images-area .illustration {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  right: 0;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promo-section .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 76px;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.promo-section .scroll-down:hover {
  bottom: 20px;
  opacity: 0.8;
}

.promo-section .scroll-down img {
  height: 14vh;
}

@media screen and (max-width: 1024px), screen and (max-height: 600px) {
  .promo-section {
    padding-top: 5rem;
  }
}

@media (max-width: 1440px) {
  .promo-section.p-sub .images-area .illustration {
    right: -100px;
  }
}

@media (max-width: 1200px) {
  .promo-section.p-sub .images-area .illustration {
    right: -400px;
  }
}

@media (max-width: 992px) {
  .promo-section {
    padding-top: 0;
  }
  .promo-section .heading .title br {
    display: none;
  }
  .promo-section.p-home .images-area .illustration {
    right: -400px;
  }
  .promo-section.p-sub .images-area .illustration {
    right: -600px;
  }
  .promo-section .scroll-down {
    bottom: 15px;
    width: 40px;
  }
  .promo-section .scroll-down:hover {
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .promo-section .images-area {
    display: none;
  }
}

/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
.entry-expire {
  font-family: "circular-book", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4530d0;
  display: block;
}

.entry-profil .image {
  width: 70px;
  height: 70px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}

.entry-profil .name span {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.headlines-section {
  padding-bottom: 2.5rem;
}

.headlines-section .headlines {
  position: relative;
  height: 32.5rem;
  padding: 1rem;
  background-color: #4530d6;
  border-radius: 44px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headlines-section .headlines::before {
  content: "";
  position: absolute;
  left: 36%;
  top: 50%;
  width: 700px;
  height: 700px;
  background-color: #0099ff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.headlines-section .headlines .title {
  font-family: "circular-bold", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2rem;
  display: block;
}

.headlines-section .headlines .spot {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
}

.headlines-section .headlines .btn {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
}

@media (max-width: 992px) {
  .headlines-section .headlines {
    height: auto;
    padding-bottom: 5rem;
    border-radius: 20px;
  }
  .headlines-section .headlines::before {
    left: -50%;
    top: 50%;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.headlines-section .entry .item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}

.headlines-section .entry .btn {
  font-family: "circular-bold", Arial, Helvetica, sans-serif;
}

.headlines-section .entry .spot {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

.headlines-section .entry .entry-expire {
  font-size: 12px;
}

@media (max-width: 1200px) {
  .headlines-section .entry {
    margin-top: 40px;
  }
}

.card-section {
  padding: 2.5rem 0;
}

.card-section .entry {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(108, 118, 163, 0.2);
          box-shadow: 0 4px 6px 0 rgba(108, 118, 163, 0.2);
  border: solid 1px #eeeeee;
  background-color: #fff;
  overflow: hidden;
}

.card-section .entry .image {
  margin-bottom: 0;
}

.card-section .entry .image img {
  width: 100%;
}

.card-section .entry .content {
  padding: 2rem 1.5rem;
}

.card-section .entry .btn {
  font-family: "circular-bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.card-section .entry .spot {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.9rem;
}

.card-section .entry .entry-expire {
  margin-top: 2.25rem;
}

.card-section .more-button {
  text-align: center;
  margin-top: 2rem;
}

.card-section .more-button .btn {
  font-family: "circular-book", Arial, Helvetica, sans-serif;
}

@media (max-width: 992px) {
  .card-section .entry {
    margin-bottom: 30px;
  }
}

.blog-slider-section {
  margin-bottom: 5rem;
}

.blog-slider-section .slider-wrap {
  padding: 3rem 3.5rem 3rem 2.25rem;
  background-color: #44d7b6;
  border-radius: 44px;
}

.blog-slider-section .title {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.blog-slider-section .subtitle {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}

.blog-slider-section .spot {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (max-width: 992px) {
  .blog-slider-section .slider-wrap {
    padding: 1.5rem;
    padding-bottom: 5rem;
    border-radius: 20px;
  }
  .blog-slider-section .subtitle {
    margin-top: 1rem;
  }
}

.entry-card-section .content {
  padding: 20px 0;
}

.entry-card-section .entry-image {
  position: relative;
  overflow: hidden;
}

.entry-card-section .entry-image .mask-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9;
}

.entry-card-section .title {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  padding: 0.5rem 0;
}

.entry-card-section .btn {
  font-family: "circular-bold", Arial, Helvetica, sans-serif;
}

.entry-card-section .entry-expire {
  font-size: 12px;
}

.entry-card-section .entry-profil {
  margin-top: 1.5rem;
}

@media (max-width: 1200px) {
  .entry-card-section .title {
    font-size: 2rem;
    line-height: 1;
  }
}

.entry-section .content {
  position: relative;
  padding-left: 5rem;
}

.entry-section .entry-image {
  position: relative;
  overflow: hidden;
}

.entry-section .entry-image .mask-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9;
}

.entry-section .entry-title .title {
  font-family: "circular-bold", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: -0.86px;
  margin-bottom: 1rem;
}

.entry-section .entry-subtitle {
  margin-bottom: 12px;
}

.entry-section .entry-subtitle p {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.entry-section h2, .entry-section h3, .entry-section h4 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

.entry-section p {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.entry-section b, .entry-section strong {
  font-weight: 600;
}

.entry-section .entry-expire {
  margin-bottom: 1rem;
}

.entry-section .entry-profil {
  margin-bottom: 2rem;
}

.entry-section .media-share {
  position: absolute;
  left: 1.5rem;
  top: 10%;
}

.entry-section .media-share .media-item {
  margin-bottom: 20px;
}

.entry-section .media-share .media-link {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #4530d6;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.entry-section .media-share .media-link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.entry-section .media-share .media-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .entry-section .content {
    padding-left: 0;
  }
  .entry-section .media-share {
    position: relative;
    left: 0;
    top: 0;
  }
  .entry-section .media-share .media-item {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .entry-section .media-share .media-item:first-child {
    margin-left: 0;
  }
}

/* ----------------------------------------------------------------
	Feature
-----------------------------------------------------------------*/
.feature-section {
  overflow: hidden;
}

.feature-section .heading {
  position: absolute;
}

.feature-section .heading .title {
  font-size: 2.75rem;
}

.feature-section .heading .spot {
  font-family: "eina-semibold", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  margin-top: 1.5rem;
}

.feature-section .box-wrap {
  padding-left: 290px;
}

.feature-section .box {
  position: relative;
  height: 21.5rem;
  padding: 2.5rem;
  display: block;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-section .box-grey {
  background-color: #f7f9fb;
}

.feature-section .box:hover {
  -webkit-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
  -webkit-box-shadow: 0 0 63px 0 rgba(216, 216, 216, 0.8);
          box-shadow: 0 0 63px 0 rgba(216, 216, 216, 0.8);
}

.feature-section .box .image {
  height: 75px;
  margin-bottom: 20px;
}

.feature-section .box .title {
  font-size: 30px;
  color: #000;
  line-height: 1.07;
}

.feature-section .box .spot {
  font-size: 14px;
  color: #8a90a1;
  margin-top: 20px;
}

.feature-section .box .more {
  position: absolute;
  right: 24px;
  bottom: 14px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #f7f9fb;
}

.feature-section .box .more img {
  width: 12px;
  height: auto;
  display: block;
}

@media (max-width: 992px) {
  .feature-section .heading {
    position: relative;
    margin-bottom: 20px;
  }
}

.statistics {
  position: relative;
  margin-bottom: 150px;
}

.statistics .title {
  position: relative;
  font-family: "eina-bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin-bottom: 80px;
}

.statistics .title::before, .statistics .title::after {
  content: '';
  width: 22px;
  height: 3px;
  background-color: #1949ba;
  display: inline-block;
  vertical-align: middle;
}

.statistics .title::before {
  margin-right: 22px;
}

.statistics .title::after {
  margin-left: 22px;
}

.statistics .row-title {
  font-family: "eina-light", Arial, Helvetica, sans-serif;
  font-size: 70px;
  letter-spacing: 2.8px;
}

.statistics .row-subtitle {
  font-family: "eina-bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.statistics .icon {
  position: absolute;
}

.statistics .icon.icon1 {
  left: 2%;
  top: 40px;
}

.statistics .icon.icon2 {
  width: 136px;
  height: 136px;
  left: 65%;
  top: 136px;
  border: 1px solid #1949ba;
  border-radius: 50%;
}

.statistics .icon.icon3 {
  width: 57px;
  height: 57px;
  right: 50px;
  top: 45px;
  border-radius: 50%;
  background-color: #ffcc2d;
}

@media (max-width: 992px) {
  .statistics {
    margin-bottom: 50px;
  }
  .statistics .title {
    margin-bottom: 40px;
  }
  .statistics .row-title {
    font-size: 40px;
    letter-spacing: 1px;
  }
  .statistics .row-subtitle {
    margin-bottom: 20px;
  }
  .statistics .icon.icon1 {
    width: 60px;
  }
  .statistics .icon.icon2 {
    width: 80px;
    height: 80px;
    top: 50px;
  }
  .statistics .icon.icon3 {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
  }
}

@media (max-width: 767px) {
  .statistics .icon.icon1 {
    left: 0;
    top: 10px;
  }
  .statistics .icon.icon2 {
    width: 50px;
    height: 50px;
    top: unset;
    left: 45%;
    bottom: -40px;
  }
  .statistics .icon.icon3 {
    right: 10px;
    top: 100px;
  }
}

/* ----------------------------------------------------------------
	Home Slider
-----------------------------------------------------------------*/
.slider-section {
  padding: 235px 0;
  overflow: hidden;
}

.slider-section .bg-oval {
  position: absolute;
  left: 60%;
  bottom: 10%;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
}

.slider-section .btn {
  position: absolute;
  top: 50px;
  right: 75px;
  padding: 8px 42px;
}

.slider-section .slick-slide {
  padding: 0 25px;
}

.slider-section .slide-box {
  background-color: #fff;
  padding: 70px 30px 40px 30px;
  border-radius: 26px;
}

.slider-section .slide-box .content {
  position: relative;
  padding-left: 114px;
}

.slider-section .slide-box .image {
  position: absolute;
  left: 0;
  top: 0;
}

.slider-section .slide-box .spot {
  font-size: 18px;
  margin-bottom: 30px;
}

.slider-section .slide-box .name {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}

.slider-section .slide-box .experience {
  padding: 10px 15px 14px 13px;
  border-radius: 24px;
  background-color: #f9f9f9;
}

.slider-section .slide-box .experience .hand img {
  margin-right: 12px;
}

.slider-section .slide-box .experience .hand span {
  font-size: 14px;
  font-family: "eina-semibold", Arial, Helvetica, sans-serif;
}

@media (min-width: 1920px) {
  .slider-section {
    padding-left: 150px;
    padding-right: 150px;
  }
  .slider-section .btn {
    right: 175px;
  }
}

@media (max-width: 992px) {
  .slider-section {
    padding: 120px 0;
  }
  .slider-section .btn {
    top: 40px;
    right: 15px;
  }
  .slider-section .slick-slide {
    padding: 0 15px;
  }
  .slider-section .slide-box {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .slider-section .slide-box .content {
    padding-left: 0;
  }
  .slider-section .slide-box .image {
    position: relative;
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------------------------
	Content Row
-----------------------------------------------------------------*/
.content-row-section {
  padding-top: 150px;
}

.content-row-section .content-item {
  margin-bottom: 150px;
}

.content-row-section .heading .title {
  font-size: 2.75rem;
  margin-bottom: 1.5rem;
}

.content-row-section .heading .spot {
  font-size: 16px;
  margin-bottom: 60px;
}

@media (max-width: 1500px) {
  .content-row-section .spot-image {
    max-width: 70%;
  }
}

@media (max-width: 992px) {
  .content-row-section {
    text-align: center;
    padding-top: 80px;
  }
  .content-row-section .content-item {
    margin-bottom: 80px;
  }
  .content-row-section .heading {
    margin-top: 20px;
  }
  .content-row-section .heading .spot {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------------------------
	info
-----------------------------------------------------------------*/
.info-section .heading .title {
  font-size: 2.75rem;
  margin-bottom: 1.5rem;
}

.info-section .heading .title b {
  font-family: "eina-semibold", Arial, Helvetica, sans-serif;
}

.info-section .heading .spot {
  font-size: 16px;
}

@media (max-width: 992px) {
  .info-section .heading {
    padding: 40px 0;
  }
  .info-section .heading .spot {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------
	Partner
-----------------------------------------------------------------*/
.partner-section {
  padding-bottom: 100px;
  text-align: center;
}

.partner-section .logo-item {
  margin-left: 40px;
}

.partner-section .logo-item:first-child {
  margin-left: 0;
}

.partner-section .logo-item img {
  display: block;
}

@media (max-width: 992px) {
  .partner-section {
    padding-bottom: 80px;
  }
  .partner-section .d-flex {
    display: block !important;
  }
  .partner-section .logo-item {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
  }
}

/* ----------------------------------------------------------------
	Small Info
-----------------------------------------------------------------*/
.small-info-section {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}

.small-info-section .title {
  font-family: "eina-semibold", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* ----------------------------------------------------------------
	Support
-----------------------------------------------------------------*/
.support-heading {
  position: relative;
  height: 30rem;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.support-heading .bg-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 1200px;
  height: 1200px;
  background-color: #0099ff;
  z-index: -1;
}

.support-heading h1 {
  font-family: "circular-bold", Arial, Helvetica, sans-serif;
  font-size: 3.5rem;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 3.75rem;
}

@media (max-width: 992px) {
  .support-heading .bg-oval {
    width: 500px;
    height: 500px;
  }
}

/* ----------------------------------------------------------------
	Categories
-----------------------------------------------------------------*/
.categories-section {
  padding-bottom: 5rem;
}

.categories-section .title {
  font-family: "circular-bold", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 4rem 0;
}

.categories-section .list {
  margin: 0 -9px;
}

.categories-section .item {
  float: left;
  width: 33.333%;
  padding: 12px 9px;
}

.categories-section .item-link {
  position: relative;
  height: 3.85rem;
  line-height: 3.85rem;
  padding: 0 1rem;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid 1px #eeeeee;
  background-color: #fff;
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #4530d6;
  letter-spacing: -0.31px;
  display: block;
}

.categories-section .item-link::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../images/icon/arrow-red.svg") center center no-repeat;
}

.categories-section .item-link:hover {
  -webkit-box-shadow: 0 4px 6px 0 rgba(108, 118, 163, 0.42);
          box-shadow: 0 4px 6px 0 rgba(108, 118, 163, 0.42);
}

.categories-section .item-link:hover::after {
  right: 15px;
}

@media (max-width: 992px) {
  .categories-section .item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .categories-section .item {
    width: 100%;
  }
}

/* ----------------------------------------------------------------
	Categories Detail
-----------------------------------------------------------------*/
.categories-detail-section {
  padding: 4rem 0;
}

.categories-detail-section .list-item,
.categories-detail-section .back-item {
  width: 100%;
  max-width: 246px;
  height: 63px;
  line-height: 63px;
  padding-left: 45px;
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 30px;
}

.categories-detail-section .list-item {
  color: #4530d6;
}

.categories-detail-section .list-item.active, .categories-detail-section .list-item:hover {
  background-color: #f9f9f9;
}

.categories-detail-section .back-item {
  position: relative;
  font-size: 1rem;
  color: #fff;
  background-color: #552ccd;
  padding-left: 60px;
  margin-bottom: 1.5rem;
}

.categories-detail-section .back-item::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/icon/arrow-back.svg") center center no-repeat;
}

.categories-detail-section .content .page-title {
  font-family: "circular-bold", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.categories-detail-section .accordion .item {
  margin-bottom: 1.5rem;
}

.categories-detail-section .accordion .head {
  cursor: pointer;
}

.categories-detail-section .accordion .head .title {
  font-family: "circular-medium", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  color: #4530d6;
  font-weight: 500;
}

.categories-detail-section .accordion .collapse {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.categories-detail-section .accordion p {
  font-family: "circular-book", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  color: #959da6;
  font-weight: 300;
}

/* ----------------------------------------------------------------
	Header Stick
-----------------------------------------------------------------*/
.header-stick {
  padding: 1.25rem 0;
}

.header-stick .spot {
  font-size: 1.4rem;
  color: #fff;
}

.header-stick .spot b {
  font-family: "eina-semibold", Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------------------------
	Password - Sms
-----------------------------------------------------------------*/
.password-info {
  margin-bottom: 20px;
}

.password-info span {
  font-size: 12px;
  color: #374467;
  line-height: 1.8;
  display: block;
}

.sms-code {
  padding: 50px;
  border-radius: 4px;
  border: solid 1.7px #cbd3dd;
  background-color: #fff;
}

.sms-code input {
  font-size: 1.2rem;
  color: #000;
  font-weight: 400;
  height: 2.5rem;
  padding: 0;
  border: none;
  border-bottom: solid 1px #2d57be;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  margin-bottom: 12px;
}

.sms-code input::-webkit-input-placeholder {
  color: #000;
}

.sms-code input::-moz-placeholder {
  color: #000;
}

.sms-code input:-ms-input-placeholder {
  color: #000;
}

@media (max-width: 992px) {
  .sms-code {
    padding: 20px;
  }
}

/* ----------------------------------------------------------------
	KYC
-----------------------------------------------------------------*/
.kyc-section {
  padding: 4rem 0;
}

.kyc-section form .form-group {
  margin-bottom: 1.5rem;
}

.kyc-section form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.kyc-section form .col {
  padding-left: 8px;
  padding-right: 8px;
}

/* ----------------------------------------------------------------
	Signup
-----------------------------------------------------------------*/
.signup {
  position: relative;
  min-height: 100vh;
}

.signup .signup-section {
  padding-bottom: 10rem;
}

.signup .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
}

@media (max-width: 992px) {
  .signup .footer {
    height: 70px;
  }
}

.signup-section {
  padding: 4rem 0;
}

.signup-section .list-item,
.signup-section .back-item {
  width: 100%;
  height: auto;
  line-height: 1;
  padding: 0.7rem 2.25rem 0.7rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 20px;
}

.signup-section .list-item {
  position: relative;
  color: #374467;
}

.signup-section .list-item.done {
  color: #9ba1b3;
}

.signup-section .list-item.done::after {
  content: '';
  width: 18px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  background: url("../images/icon/success-arrow.svg") center center no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.signup-section .list-item.active {
  background-color: #e0e1e7;
}

.signup-section .list-item.active::after {
  content: '';
  width: 18px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  background: url("../images/icon/active-arrow.svg") center center no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.signup-success .title {
  font-family: "eina-bold", Arial, Helvetica, sans-serif;
  font-size: 2.9rem;
}

/* ----------------------------------------------------------------
	Subscribe
-----------------------------------------------------------------*/
.subscribe {
  padding: 3rem 0;
}

.subscribe .form-control {
  font-size: 0.9rem;
  color: #fff;
  font-family: "circular-book", Arial, Helvetica, sans-serif;
  height: 2.1rem;
  padding: 0;
  border: none;
  border-bottom: solid 1px #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}

.subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}

.subscribe .form-control::-moz-placeholder {
  color: #fff;
}

.subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}

.subscribe .btn {
  font-family: "circular-book", Arial, Helvetica, sans-serif;
  color: #4530d6;
  height: 2.1rem;
  line-height: 1;
}

.subscribe .btn:hover {
  color: #4530d6;
  background-color: #fff;
  border-color: #4530d6;
}

.generic-section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.generic-section .row {
  position: relative;
  z-index: 1;
}

.generic-section.light {
  color: #fff;
}

.generic-section .title {
  margin-bottom: 3rem;
}

.generic-section .title2 {
  font-size: 28px;
  margin-bottom: 1.6rem;
  margin-top: 3rem;
}

.generic-section .box-container .img-box img {
  margin-bottom: 24px;
  max-width: 12rem;
}

.generic-section .box-container .img-box .box-description {
  position: relative;
  top: -2rem;
}

.generic-section .box-container .img-box-2 {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.8rem;
}

.generic-section .box-container .img-box-2 .box-detail {
  padding: 1.4rem;
}

.generic-section .box-container .img-box-2 .box-detail .box-description {
  font-size: 1rem;
  margin-bottom: 1.6rem;
}

.generic-section .box-container .img-box-2 .box-detail .campaign-detail-btn {
  font-size: 0.75rem;
  color: #552ccd;
}

.generic-section .box-container .img-box-2 .box-detail .campaign-detail-btn:after {
  content: '';
  display: inline-block;
  background: url("../images/icon/chevron-left.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-left: 8px;
}

.generic-section .bg-oval {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  -webkit-transform: translate3d(50%, 50%, 0);
          transform: translate3d(50%, 50%, 0);
  border-radius: 50%;
  z-index: 0;
}

.generic-section .filter-container {
  margin-bottom: 1.5rem;
}

.generic-section .filter-container ul li {
  display: inline-block;
  margin-right: 8px;
}

.generic-section .filter-container ul li a {
  font-size: 0.75rem;
  background-color: #552ccd;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 24px;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.generic-section .filter-container ul li a:hover {
  opacity: 0.7;
}

.generic-section .filter-container ul li a.active {
  background-color: #959da6;
}

.generic-section .campaign-detail-box {
  background-image: linear-gradient(-83deg, #778fb1 0%, #425679 100%);
  -webkit-box-shadow: 0 2px 20px 0 rgba(187, 187, 187, 0.5);
          box-shadow: 0 2px 20px 0 rgba(187, 187, 187, 0.5);
  border-radius: 32px;
  padding: 3rem;
}

.generic-section .campaign-detail-box .campaign-header {
  margin-bottom: 3rem;
}

.generic-section .campaign-detail-box .campaign-header h1 {
  color: #fff;
  max-width: 50%;
  padding-right: 1rem;
}

.generic-section .campaign-detail-box .campaign-detail {
  background-color: #fff;
  border-radius: 32px;
  margin: 0 -3rem -3rem;
  padding: 1.2rem 3rem;
  overflow: hidden;
}

.generic-section .campaign-detail-box .campaign-detail .campaign-meta {
  border-bottom: 1px solid rgba(138, 144, 161, 0.3);
  margin: 0 calc(-3rem - 15px);
  padding: 0 3rem 1.2rem;
}

.generic-section .campaign-detail-box .campaign-detail .campaign-meta span {
  display: block;
  width: 100%;
  color: #4530d0;
}

.generic-section .campaign-detail-box .campaign-detail .campaign-meta .text {
  font-size: 0.75rem;
}

.generic-section .campaign-detail-box .campaign-detail .campaign-meta .campaign-date {
  font-size: 1rem;
}

.generic-section .campaign-detail-box .campaign-detail .campagin-description {
  padding: 1.2rem 0;
}

.generic-section .campaign-detail-box .campaign-detail .campagin-description .btn {
  margin-top: 1.2rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "circular-medium";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 1;
  font-size: 0.8rem;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}

.slick-dots li.slick-active button {
  width: 38px;
  height: 38px;
  border: solid 3px #fff;
  border-radius: 50%;
}

.number-dots.left .slick-dots {
  left: 20px;
  right: unset;
}

.number-dots.right .slick-dots {
  right: 20px;
  left: unset;
}

.number-dots .slick-dots {
  bottom: unset;
  top: 50%;
  left: 20px;
  width: 38px;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.number-dots .slick-dots li {
  width: 38px;
  height: 38px;
  margin: 3px 0;
  cursor: pointer;
}

.number-dots .slick-dots li button {
  width: 38px;
  height: 38px;
  line-height: 1;
  font-size: 0.8rem;
  color: #fff;
  padding: 0;
}

.number-dots .slick-dots li.slick-active button {
  width: 38px;
  height: 38px;
  border: solid 3px #fff;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .number-dots.left .slick-dots, .number-dots.right .slick-dots {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */
