/* [project]/node_modules/swiper/swiper.css [client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.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 {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

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

/* [project]/node_modules/swiper/modules/navigation.css [client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
  display: none !important;
}

:is(.swiper-button-prev, .swiper-button-next) ::slotted(svg), :is(.swiper-button-prev, .swiper-button-next) svg {
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev ::slotted(.swiper-navigation-icon), .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next) ::slotted(.swiper-navigation-icon), :is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(180deg);
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev) ::slotted(.swiper-navigation-icon), :is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-prev, .swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-prev, .swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

:is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev) ::slotted(.swiper-navigation-icon), :is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

:is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next) ::slotted(.swiper-navigation-icon), :is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* [project]/node_modules/swiper/modules/pagination.css [client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.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));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.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-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/styles/css/demo.css [client] (css) */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  color: #6c757d;
  background-color: #f4f4f9;
  font-family: Rubik, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

#page {
  overflow: auto;
}

.bg--fixed, .bg--scroll {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.bg--scroll {
  background-attachment: fixed !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #353f4f;
  letter-spacing: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
  line-height: 1.35;
}

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

a {
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #444;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.img-fluid {
  display: inline-block;
}

.btn {
  background-color: #0000;
  border: 2px solid #0000;
  padding: .95rem 2rem;
  font-size: 1.185rem;
  font-weight: 500;
  line-height: 1;
  transition: all .4s ease-in-out;
}

.btn:focus {
  color: #fff;
  box-shadow: none;
}

.btn--transparent {
  color: #353f4f;
  background-color: #0000;
  border-color: #0000;
}

.btn--transparent:hover {
  background-color: #0000 !important;
  border-color: #0000 !important;
}

.btn--white, .hover--white:hover {
  color: #353f4f !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn--tra-white, .hover--tra-white:hover {
  color: #fff !important;
  background-color: #0000 !important;
  border-color: #fff !important;
}

.white-scroll .scroll .hover--tra-white:hover {
  color: #353f4f !important;
  background-color: #0000 !important;
  border-color: #353f4f !important;
}

.btn--black, .hover--black:hover {
  color: #fff !important;
  background-color: #353f4f !important;
  border-color: #353f4f !important;
}

.btn--tra-black, .hover--tra-black:hover {
  color: #353f4f !important;
  background-color: #0000 !important;
  border-color: #353f4f !important;
}

.btn--tra-grey, .hover--tra-grey:hover, .white-scroll .scroll .hover--tra-grey:hover, .black-scroll .scroll .hover--tra-grey:hover {
  color: #353f4f !important;
  background-color: #0000 !important;
  border-color: #ccc !important;
}

.btn--blue-500, .hover--blue-500:hover, .white-scroll .scroll .hover--blue-500:hover, .black-scroll .scroll .hover--blue-500:hover {
  color: #fff !important;
  background-color: #185abd !important;
  border-color: #185abd !important;
}

.btn--blue-400, .hover--blue-400:hover, .white-scroll .scroll .hover--blue-400:hover, .black-scroll .scroll .hover--blue-400:hover {
  color: #fff !important;
  background-color: #1680fb !important;
  border-color: #1680fb !important;
}

.btn--pink-400, .hover--pink-400:hover, .white-scroll .scroll .hover--pink-400:hover, .black-scroll .scroll .hover--pink-400:hover {
  color: #fff !important;
  background-color: #f74780 !important;
  border-color: #f74780 !important;
}

hr.divider {
  opacity: .4;
  background-color: #0000;
  background-image: linear-gradient(90deg, #ced3f600 0, #bbb 38% 64%, #ced3f600 99%);
  border: none;
  width: 100%;
  height: 1px;
  margin: 0;
}

.demo-title {
  text-align: center;
  margin-bottom: 70px;
}

.demo-title h2 {
  font-size: 4rem;
}

.demo-title p {
  margin: 20px 0 0;
  padding: 0 15%;
  font-size: 1.35rem;
}

.color--white, .color--white h2, .color--white h3, .color--white h4, .color--white h5, .color--white h6, .color--white p, .color--white a, .color--white li, .color--white i, .color--white span {
  color: #fff;
}

#loading {
  z-index: 99999999;
  background-color: #f5f5f9;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: fixed;
  top: 0;
}

#loading-center {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  animation: 1s infinite loading-center-absolute;
  position: absolute;
  top: 50%;
  left: 50%;
}

.loader {
  box-sizing: border-box;
  border: 2px solid #0000;
  border-color: #0000 #888;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: 1s linear infinite rotation;
  display: inline-block;
  position: relative;
}

.loading--blue .loader {
  border-color: #0000 #1680fb;
}

.loading--pink .loader {
  border-color: #0000 #f74780;
}

.loader:after {
  content: "";
  box-sizing: border-box;
  border: 50px solid #0000;
  border-color: #0000 #1e1e1e26;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading--blue .loader:after {
  border-color: #0000 #1680fb26;
}

.loading--pink .loader:after {
  border-color: #0000 #f7478026;
}

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

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

.hero-section .container {
  z-index: 3;
  position: relative;
}

#hero {
  margin-bottom: 70px;
  padding-top: 130px;
  position: relative;
}

.hero-txt {
  z-index: 9;
  margin-bottom: -20px;
  padding: 0 15%;
  position: relative;
}

.hero-txt h2 {
  margin-bottom: 30px;
  font-size: 4.5rem;
  line-height: 1.2;
}

.hero-txt p.p-lg {
  margin-bottom: 35px;
  padding: 0 8%;
  font-size: 1.4rem;
  font-weight: 300;
}

.hero-txt p.p-lg span {
  font-weight: 500;
}

.hero-img {
  z-index: 6;
  margin: 0 -25% -70px;
  position: relative;
}

#features {
  padding-top: 80px;
}

.fbox .fbox-img {
  margin-bottom: 35px;
}

.fbox-img img {
  width: auto;
  max-width: inherit;
  max-height: 170px;
}

.fbox-txt h5 {
  margin-bottom: 10px;
  font-size: 22px;
}

.fbox-txt p {
  margin-bottom: 0;
  padding: 0 4%;
  font-size: 1.2rem;
}

#select {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

#select .col-lg-4, #i-pages .col-lg-4 {
  z-index: 3;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.select_link h4 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.hover-overlay {
  z-index: 999;
  border-radius: 10px;
  width: 100%;
  transition: all .4s ease-in-out;
  position: relative;
  top: 0;
  overflow: hidden;
  box-shadow: 0 5px 10px #0a0a0a0d;
}

.empty_link .hover-overlay {
  border-radius: 0;
  box-shadow: 0 0;
}

.hover-overlay:hover {
  top: -12px;
}

.empty_link .hover-overlay:hover {
  top: 0;
}

#i-pages {
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

#banner-1 {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

#banner-2 {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.banner-1-img {
  z-index: 8;
  margin: -60px -35% -60px -5%;
  position: relative;
}

.banner-1-txt h2, .banner-2-txt h2 {
  margin-bottom: 25px;
  font-size: 3.9rem;
}

.banner-1-txt p {
  color: #eaebef;
  margin-bottom: 30px;
  padding-right: 5%;
  font-size: 1.4rem;
}

.banner-2-txt p {
  color: #eaebef;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.banner-2-txt p span {
  color: #fff;
  font-weight: 500;
}

.footer {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 70px;
}

.footer p {
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 1.225rem;
  line-height: 1.3;
}

#scrollUp {
  background-color: #0a0a0a40;
  background-position: 50% 48%;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  transition: all .4s ease-in-out;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 25px;
}

#scrollUp:hover {
  background-color: #0006;
}

nav a#pull {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn {
    padding: .9rem 1.8rem;
    font-size: 1.1rem;
  }

  .demo-title {
    margin-bottom: 55px;
  }

  .demo-title h2 {
    font-size: 3.5rem;
  }

  .demo-title p {
    margin-top: 15px;
    padding: 0 12%;
    font-size: 1.25rem;
  }

  #hero {
    margin-bottom: 50px;
    padding-top: 100px;
  }

  .hero-txt h2 {
    margin-bottom: 25px;
    font-size: 3.75rem;
  }

  .hero-txt p.p-lg {
    margin-bottom: 30px;
    padding: 0 5%;
    font-size: 1.25rem;
  }

  .hero-img {
    margin: 0 -19% -70px;
  }

  .fbox .fbox-img {
    margin-bottom: 30px;
  }

  .fbox-img img {
    max-height: 160px;
  }

  .fbox-txt h5 {
    margin-bottom: 10px;
    font-size: 1.375rem;
  }

  .fbox-txt p {
    margin-bottom: 0;
    padding: 0 4%;
    font-size: 1.125rem;
  }

  #select {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .select_link h4 {
    margin-top: 40px;
    font-size: 1.425rem;
  }

  #banner-1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .banner-1-img {
    margin: -50px -35% -50px -5%;
  }

  .banner-1-txt h2, .banner-2-txt h2 {
    margin-bottom: 16px;
    font-size: 3.35rem;
  }

  .banner-1-txt p {
    margin-bottom: 25px;
    padding-right: 0;
    font-size: 1.25rem;
  }

  .banner-2-txt p {
    margin-bottom: 25px;
    font-size: 1.25rem;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .footer p {
    margin-bottom: 8px;
    font-size: 1.15rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn {
    padding: .85rem 1.7rem;
    font-size: 1.0625rem;
  }

  .demo-title {
    margin-bottom: 55px;
  }

  .demo-title h2 {
    font-size: 3.125rem;
  }

  .demo-title p {
    margin-top: 15px;
    padding: 0 10%;
    font-size: 1.2rem;
  }

  #hero {
    margin-bottom: 60px;
    padding-top: 100px;
  }

  .hero-txt {
    margin-bottom: -5px;
    padding: 0 5%;
  }

  .hero-txt h2 {
    margin-bottom: 20px;
    font-size: 3.25rem;
  }

  .hero-txt p.p-lg {
    margin-bottom: 25px;
    padding: 0 5%;
    font-size: 1.1875rem;
  }

  .hero-img {
    margin: 0 -24% -70px;
  }

  .fbox .fbox-img {
    margin-bottom: 30px;
  }

  .fb-1, .fb-2 {
    margin-bottom: 40px;
  }

  .fbox-img img {
    max-height: 180px;
  }

  .fbox-txt h5 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .fbox-txt p {
    margin-bottom: 0;
    padding: 0 13%;
    font-size: 1.1875rem;
  }

  #select {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .select_link h4 {
    margin-top: 40px;
    font-size: 1.425rem;
  }

  #banner-1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 80px;
  }

  #banner-2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .banner-1-img {
    margin: 50px 0 -60px;
  }

  .banner-1-txt {
    padding: 0 10%;
  }

  .banner-1-txt h2, .banner-2-txt h2 {
    margin-bottom: 16px;
    font-size: 3.125rem;
  }

  .banner-1-txt p {
    margin-bottom: 25px;
    padding: 0;
    font-size: 1.1875rem;
  }

  .banner-2-txt p {
    margin-bottom: 25px;
    padding: 0 5%;
    font-size: 1.1875rem;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .footer p {
    margin-bottom: 8px;
    font-size: 1.15rem;
  }
}

@media (max-width: 767px) {
  #banner-1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 80px;
  }

  .banner-1-img {
    margin: 50px 0 -60px;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .btn {
    padding: .825rem 1.7rem;
    font-size: 1rem;
  }

  .demo-title {
    margin-bottom: 55px;
  }

  .demo-title h2 {
    font-size: 2.55rem;
  }

  .demo-title p {
    margin-top: 15px;
    padding: 0;
    font-size: 1.0625rem;
  }

  #hero {
    margin-bottom: 60px;
    padding-top: 90px;
  }

  .hero-txt {
    margin-bottom: 15px;
    padding: 0;
  }

  .hero-txt h2 {
    margin-bottom: 20px;
    font-size: 2.75rem;
  }

  .hero-txt p.p-lg {
    margin-bottom: 25px;
    padding: 0%;
    font-size: 1.0625rem;
  }

  .hero-img {
    margin: 0 -30% -70px;
  }

  .fbox .fbox-img {
    margin-bottom: 30px;
  }

  .fb-1, .fb-2 {
    margin-bottom: 40px;
  }

  .fbox-img img {
    max-height: 170px;
  }

  .fbox-txt h5 {
    margin-bottom: 10px;
    font-size: 1.425rem;
  }

  .fbox-txt p {
    margin-bottom: 0;
    padding: 0 10%;
    font-size: 1.0625rem;
  }

  #select {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .select_link h4 {
    margin-top: 40px;
    font-size: 1.5rem;
  }

  #i-pages {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #banner-2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .banner-1-txt {
    padding: 0 10%;
  }

  .banner-1-txt h2, .banner-2-txt h2 {
    margin-bottom: 16px;
    font-size: 2.55rem;
  }

  .banner-1-txt p {
    margin-bottom: 25px;
    padding: 0;
    font-size: 1.0625rem;
  }

  .banner-2-txt p {
    margin-bottom: 25px;
    padding: 0 5%;
    font-size: 1.1875rem;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .footer p {
    margin-bottom: 8px;
    font-size: 1.0625rem;
  }
}

@media (min-width: 414px) and (max-width: 479.98px) {
  .btn {
    padding: .75rem 1.6rem;
    font-size: .935rem;
  }

  .demo-title {
    margin-bottom: 45px;
  }

  .demo-title h2 {
    font-size: 1.95rem;
  }

  .demo-title p {
    margin-top: 12px;
    padding: 0;
    font-size: 1.0625rem;
  }

  #hero {
    margin-bottom: 60px;
    padding-top: 90px;
  }

  .hero-txt {
    margin-bottom: 15px;
    padding: 0;
  }

  .hero-txt h2 {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .hero-txt p.p-lg {
    margin-bottom: 22px;
    padding: 0 5%;
    font-size: 1.0625rem;
  }

  .hero-img {
    margin: 0 -30% -70px;
  }

  .fbox .fbox-img {
    margin-bottom: 30px;
  }

  .fb-1, .fb-2 {
    margin-bottom: 40px;
  }

  .fbox-img img {
    max-height: 160px;
  }

  .fbox-txt h5 {
    margin-bottom: 10px;
    font-size: 1.35rem;
  }

  .fbox-txt p {
    margin-bottom: 0;
    padding: 0;
    font-size: 1.0625rem;
  }

  #select {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .select_link h4 {
    margin-top: 40px;
    font-size: 1.425rem;
  }

  #i-pages {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #banner-2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .banner-1-txt {
    padding: 0 2%;
  }

  .banner-1-txt h2, .banner-2-txt h2 {
    margin-bottom: 16px;
    font-size: 1.95rem;
  }

  .banner-1-txt p {
    margin-bottom: 25px;
    padding: 0;
    font-size: 1.0625rem;
  }

  .banner-2-txt p {
    margin-bottom: 25px;
    padding: 0 3%;
    font-size: 1.0625rem;
  }

  .banner-1-img {
    margin-top: 40px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .footer p {
    margin-bottom: 8px;
    font-size: 1rem;
  }
}

@media (min-width: 390px) and (max-width: 413.98px) {
  .btn {
    padding: .75rem 1.6rem;
    font-size: .935rem;
  }

  .demo-title {
    margin-bottom: 45px;
  }

  .demo-title h2 {
    font-size: 1.95rem;
  }

  .demo-title p {
    margin-top: 12px;
    padding: 0 2%;
    font-size: 1.0625rem;
  }

  #hero {
    margin-bottom: 60px;
    padding-top: 90px;
  }

  .hero-txt {
    margin-bottom: 15px;
    padding: 0;
  }

  .hero-txt h2 {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .hero-txt p.p-lg {
    margin-bottom: 22px;
    padding: 0 5%;
    font-size: 1.0625rem;
  }

  .hero-img {
    margin: 0 -30% -70px;
  }

  .fbox .fbox-img {
    margin-bottom: 30px;
  }

  .fb-1, .fb-2 {
    margin-bottom: 40px;
  }

  .fbox-img img {
    max-height: 154px;
  }

  .fbox-txt h5 {
    margin-bottom: 10px;
    font-size: 1.35rem;
  }

  .fbox-txt p {
    margin-bottom: 0;
    padding: 0;
    font-size: 1.0625rem;
  }

  #select {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .select_link h4 {
    margin-top: 35px;
    font-size: 1.425rem;
  }

  #i-pages {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #banner-2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .banner-1-txt {
    padding: 0 2%;
  }

  .banner-1-txt h2, .banner-2-txt h2 {
    margin-bottom: 16px;
    font-size: 1.95rem;
  }

  .banner-1-txt p {
    margin-bottom: 25px;
    padding: 0;
    font-size: 1.0625rem;
  }

  .banner-2-txt p {
    margin-bottom: 25px;
    padding: 0 1%;
    font-size: 1.0625rem;
  }

  .banner-1-img {
    margin-top: 40px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .footer p {
    margin-bottom: 8px;
    font-size: 1rem;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {
  .btn {
    padding: .75rem 1.6rem;
    font-size: .935rem;
  }

  .demo-title {
    margin-bottom: 45px;
  }

  .demo-title h2 {
    font-size: 1.75rem;
  }

  .demo-title p {
    margin-top: 12px;
    padding: 0 2%;
    font-size: 1rem;
  }

  #hero {
    margin-bottom: 60px;
    padding-top: 90px;
  }

  .hero-txt {
    margin-bottom: 15px;
    padding: 0;
  }

  .hero-txt h2 {
    margin-bottom: 18px;
    font-size: 1.85rem;
  }

  .hero-txt p.p-lg {
    margin-bottom: 22px;
    padding: 0 5%;
    font-size: 1rem;
  }

  .hero-img {
    margin: 0 -30% -70px;
  }

  .fbox .fbox-img {
    margin-bottom: 30px;
  }

  .fb-1, .fb-2 {
    margin-bottom: 40px;
  }

  .fbox-img img {
    max-height: 138px;
  }

  .fbox-txt h5 {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }

  .fbox-txt p {
    margin-bottom: 0;
    padding: 0;
    font-size: 1rem;
  }

  #select {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .select_link h4 {
    margin-top: 35px;
    font-size: 1.4rem;
  }

  #i-pages {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #banner-2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .banner-1-txt {
    padding: 0 3%;
  }

  .banner-1-txt h2, .banner-2-txt h2 {
    margin-bottom: 16px;
    font-size: 1.75rem;
  }

  .banner-1-txt p {
    margin-bottom: 25px;
    padding: 0;
    font-size: 1rem;
  }

  .banner-2-txt p {
    margin-bottom: 25px;
    padding: 0 1%;
    font-size: 1rem;
  }

  .banner-1-img {
    margin-top: 40px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .footer p {
    margin-bottom: 8px;
    font-size: .95rem;
  }
}

@media (max-width: 320.95px) {
  .btn {
    padding: .75rem 1.6rem;
    font-size: .935rem;
  }

  .demo-title {
    margin-bottom: 40px;
  }

  .demo-title h2 {
    font-size: 1.55rem;
  }

  .demo-title p {
    margin-top: 12px;
    padding: 0 2%;
    font-size: .9rem;
  }

  #hero {
    margin-bottom: 50px;
    padding-top: 90px;
  }

  .hero-txt {
    margin-bottom: 15px;
    padding: 0;
  }

  .hero-txt h2 {
    margin-bottom: 14px;
    font-size: 1.65rem;
  }

  .hero-txt p.p-lg {
    margin-bottom: 18px;
    padding: 0 5%;
    font-size: .9rem;
  }

  .hero-img {
    margin: 0 -40% -70px;
  }

  .fbox .fbox-img {
    margin-bottom: 25px;
  }

  .fb-1, .fb-2 {
    margin-bottom: 40px;
  }

  .fbox-img img {
    max-height: 135px;
  }

  .fbox-txt h5 {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }

  .fbox-txt p {
    margin-bottom: 0;
    padding: 0 3%;
    font-size: .9rem;
  }

  #select {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #select .col-lg-4, #i-pages .col-lg-4 {
    margin-bottom: 40px;
  }

  .select_link h4 {
    margin-top: 35px;
    font-size: 1.375rem;
  }

  #i-pages {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #banner-2 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  #banner-1 {
    padding-top: 70px;
  }

  .banner-1-txt {
    padding: 0 3%;
  }

  .banner-1-txt h2, .banner-2-txt h2 {
    margin-bottom: 14px;
    font-size: 1.55rem;
  }

  .banner-1-txt p {
    margin-bottom: 20px;
    padding: 0;
    font-size: .9rem;
  }

  .banner-2-txt p {
    margin-bottom: 25px;
    padding: 0;
    font-size: .9rem;
  }

  .banner-1-img {
    margin-top: 35px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .footer p {
    margin-bottom: 8px;
    font-size: .9rem;
  }
}

